@charset "utf-8";

body {
  min-width: 1200px;
  margin: 0;
  font-family: PingFangSC, '苹方', 'Microsoft YaHei', '微软雅黑',
    'Optima-Regular', Optima, 'PingFangSC-light', 'PingFangTC-light',
    'PingFang SC', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.rt-overflow__hidden {
  height: 100%;
  overflow: hidden;
}

.rt-header__placeholder {
  height: 68px;
}

/* Banner */
.rt-banner__container {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 68px;
}

.rt-banner__container img {
  width: 100%;
  display: block;
}

/* banners */
.el-ads__container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.el-ads__container .el-ads {
  display: block;
  font-size: 0;
}

.el-ads__container .el-ads a {
  font-size: 0;
  display: block;
}

.el-ads__container .el-ads img {
  width: 100%;
  display: block;
}

.el-ads__container .el-ads .swiper-pagination {
  height: 15px;
}

.el-ads__container .el-ads .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: var(--white);
}

.el-ads__container .el-ads .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary);
}

.el-ads__container .el-nod {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  font-size: 28px;
  color: var(--color-8e);
  padding: 50px 0;
  margin: 0;
}

/* Header */
.rt-header__container {
  height: 68px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.rt-header__container .rt-header {
  width: 1200px;
  height: 68px;
  margin: 0 auto;
}

/* Brand */
.rt-header .rt-brand__container {
  height: 36px;
  margin-top: 16px;
  float: left;
}

.rt-header .rt-brand__container a {
  height: 36px;
  float: left;
}

.rt-header .rt-brand__container a img {
  height: 36px;
  display: block;
}

/* Nav */
.rt-header .rt-nav__container {
  height: 68px;
  float: right;
}

.rt-header .rt-nav__container .rt-nav {
  height: 68px;
  float: left;
  margin: 0;
  padding: 0;
}

.rt-header .rt-nav__container .rt-nav .rt-item {
  height: 68px;
  float: left;
  position: relative;
}

.rt-header .rt-nav__container .rt-nav .rt-item a,
.rt-header .rt-nav__container .rt-nav .rt-item em {
  width: auto;
  height: 68px;
  line-height: 68px;
  font-size: 16px;
  color: var(--white);
  display: block;
  font-style: normal;
  text-decoration: none;
  padding: 0 20px;
  cursor: pointer;
}

.rt-header .rt-nav__container .rt-nav .rt-item ul {
  display: none;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 15px 0;
  background-color: var(--white);
  text-align: center;
  -webkit-box-shadow: 0 0 6px 0 var(--tran-15);
  box-shadow: 0 0 6px 0 var(--tran-15);
  border-radius: 4px;
  z-index: 1;
}

.rt-header .rt-nav__container .rt-nav .rt-item ul li {
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: var(--black);
}

.rt-header .rt-nav__container .rt-nav .rt-item:hover ul li a {
  height: 48px;
  line-height: 48px;
}

.rt-header .rt-nav__container .rt-nav .rt-item__active::after,
.rt-header .rt-nav__container .rt-nav .rt-item:hover::after {
  content: '';
  border-bottom: 4px solid var(--primary);
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
}

.rt-header .rt-nav__container .rt-nav .rt-item ul li a:hover {
  color: var(--primary) !important;
  background-color: var(--tran-9);
}

.rt-header__fixed {
  background: var(--white);
  box-shadow: var(--tran-9) 0px 3px 5px 0px;
  transition: background 0.75s ease 0s;
}

.rt-header__fixed .rt-nav__container .rt-nav .rt-item a,
.rt-header__fixed .rt-nav__container .rt-nav .rt-item em {
  color: var(--black);
}

.rt-header .rt-nav__container .rt-nav .rt-item:hover ul {
  display: block;
}

/* content */
.rt-content__container {
  height: auto;
  overflow: hidden;
}

.rt-content__container .rt-content {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 30px auto;
}

/* crumbs */
.rt-crumbs__container {
  height: 36px;
  background-color: var(--primary);
}

.rt-crumbs__container .rt-crumbs {
  height: 36px;
  width: 1200px;
  margin: 0 auto;
}

.rt-crumbs__container .rt-crumbs div {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: var(--color-d1);
  float: left;
}

.rt-crumbs__container .rt-crumbs ul {
  height: 36px;
  float: left;
}

.rt-crumbs__container .rt-crumbs ul li {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  color: var(--color-f8);
  float: left;
  padding-left: 8px;
}

.rt-crumbs__container .rt-crumbs ul li:first-child {
  font-size: 0;
  padding-left: 0;
}

.rt-crumbs__container .rt-crumbs ul li .rt-label {
  text-decoration: none;
  font-size: 14px;
  color: var(--white);
  padding-left: 3px;
}

.rt-crumbs__container .rt-crumbs ul li span {
  color: var(--color-ec) !important;
}

.rt-crumbs__container .rt-crumbs ul li a:hover {
  font-weight: bold;
}

/*  */
.rt-tag__container {
  height: 46px;
  display: flex;
  margin: 60px 0 100px 0;
}

.rt-tag__container ul {
  height: 46px;
  margin: 0 auto;
}

.rt-tag__container ul li {
  height: 46px;
  float: left;
  margin-right: 30px;
  padding-right: 22px;
  position: relative;
}

.rt-tag__container ul .rt-active {
  font-weight: bold;
  color: var(--primary);
}

.rt-tag__container ul li:after {
  content: '';
  border-left: 2px solid var(--black);
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
}

.rt-tag__container ul li:last-child {
  margin: 0;
  padding: 0;
}

.rt-tag__container ul li:last-child:after {
  display: none;
}

.rt-tag__container ul li a {
  height: 46px;
  line-height: 46px;
  text-decoration: none;
  text-align: center;
  font-size: 28px;
  color: var(--block);
}

.rt-tag__container ul li:hover a,
.rt-tag__container ul li .rt-active {
  color: var(--primary);
}

/* promise */
.rt-prom__container {
  height: 70px;
  border-top: 1px solid var(--color-ec);
}

.rt-prom__container .rt-prom {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
}

.rt-prom__container .rt-prom dl {
  width: 120px;
  height: 40px;
  margin: 15px 150px 15px 0;
  float: left;
}

.rt-prom__container .rt-prom dl:last-child {
  margin-right: 0;
}

.rt-prom__container .rt-prom dl dd {
  width: 40px;
  height: 40px;
  float: left;
  margin: 0;
}

.rt-prom__container .rt-prom dl dd span {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: var(--gold);
  border: 2px solid var(--gold);
  border-radius: 50%;
  float: left;
}

.rt-prom__container .rt-prom dl dt {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: var(--color-2e);
  float: left;
  margin-left: 10px;
}

/* footer */
.rt-footer__container {
  height: auto;
  overflow: hidden;
  background-color: var(--color-ec);
}

.rt-footer__container .rt-footer {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 40px auto;
}

.rt-footer__container .rt-footer .rt-lnks {
  width: 600px;
  overflow: hidden;
  display: flex;
  float: left;
}

.rt-footer__container .rt-footer .rt-lnks dl {
  flex: 1;
  height: auto;
  overflow: hidden;
  float: left;
  margin: 0;
}

.rt-footer__container .rt-footer .rt-lnks dl:last-child {
  width: 180px;
}

.rt-footer__container .rt-footer .rt-lnks dl dt {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-weight: bold;
  color: var(--black);
}

.rt-footer__container .rt-footer .rt-lnks dl dd {
  margin: 0;
}

.rt-footer__container .rt-footer .rt-lnks dl dd ul {
  margin: 0;
  list-style: none;
}

.rt-footer__container .rt-footer .rt-lnks dl dd ul li {
  height: 30px;
}

.rt-footer__container .rt-footer .rt-lnks dl dd a,
.rt-footer__container .rt-footer .rt-lnks dl dd span {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-decoration: none;
  color: var(--color-2e);
  float: left;
}

.rt-footer__container .rt-footer .rt-lnks dl dd a:hover {
  color: var(--primary);
}

.rt-footer__container .rt-footer .rt-time {
  width: 128px;
  height: 128px;
  float: left;
  margin: 23px;
  background-image: var(--img-dial);
  background-size: 100%;
  position: relative;
}

.rt-footer__container .rt-footer .rt-time .rt-week {
  width: 36px;
  height: 18px;
  position: absolute;
  top: 56px;
  right: 20px;
  transform: scale(0.8);
}

.rt-footer__container .rt-footer .rt-time .rt-week span {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 10px;
  float: left;
  background-color: var(--white);
}

.rt-footer__container .rt-footer .rt-time .rt-week span:first-child {
  color: var(--primary);
  border: 1px solid var(--primary);
}

.rt-footer__container .rt-footer .rt-time .rt-week span:last-child {
  font-weight: bold;
  color: var(--black);
  border: 1px solid var(--black);
  border-left: 0;
  padding-left: 1px;
}

.rt-footer__container .rt-footer .rt-time .rt-hand {
  width: 128px;
  height: 128px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.rt-footer__container .rt-footer .rt-time .rt-hand__hour {
  background-image: var(--img-hand-hour);
  z-index: 1;
}

.rt-footer__container .rt-footer .rt-time .rt-hand__minute {
  background-image: var(--img-hand-minute);
  z-index: 2;
}

.rt-footer__container .rt-footer .rt-time .rt-hand__second {
  background-image: var(--img-hand-second);
  z-index: 3;
}

.rt-footer__container .rt-footer .rt-contact {
  width: 400px;
  overflow: hidden;
  float: right;
}

.rt-footer__container .rt-footer .rt-contact p {
  height: 36px;
  line-height: 36px;
  text-align: right;
  font-size: 22px;
  color: var(--primary);
  margin: 0;
}

.rt-footer__container .rt-footer .rt-contact p:nth-child(3) {
  font-size: 12px;
  font-weight: normal;
  color: var(--color-2e);
}

.rt-footer__container .rt-footer .rt-contact p:last-child {
  margin-top: 22px;
}

.rt-footer__container .rt-footer .rt-contact p:last-child img {
  background-color: var(--white);
}

/* copyright */
.rt-copyright__container {
  height: 24px;
  padding: 20px 0;
  background-color: var(--black);
}

.rt-copyright__container .rt-copyright {
  width: 1200px;
  height: 24px;
  margin: 0 auto;
}

.rt-copyright__container .rt-copyright .rt-col {
  height: 24px;
  float: left;
}

.rt-copyright__container .rt-copyright .rt-col:last-child {
  float: right;
}

.rt-copyright__container .rt-copyright .rt-col li {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: var(--white);
  float: left;
  margin-right: 10px;
}

.rt-copyright__container .rt-copyright .rt-col li a {
  text-decoration: none;
  color: var(--white);
}

.rt-copyright__container .rt-copyright .rt-col li a:hover {
  text-decoration: underline;
}

/* pagination */
.rt-pag__container {
  width: 100%;
  height: 36px;
  text-align: center;
  margin-top: 20px;
}

.rt-pag__container ul {
  height: 36px;
  display: inline-block;
}

.rt-pag__container ul li {
  height: 36px;
  float: left;
  margin-left: 10px;
}

.rt-pag__container ul li:first-child {
  margin-left: 0;
}

.rt-pag__container ul li a {
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  font-size: 14px;
  color: var(--black);
  float: left;
  border: 1px solid var(--black);
  padding: 0 12px;
}

.rt-pag__container ul li .rt-current {
  cursor: default;
  color: var(--white);
  background-color: var(--black);
}

.rt-pag__container ul li .rt-dots {
  cursor: default;
  border-color: var(--white);
}

.rt-pag__container {
  height: 46px;
}

.rt-pag__container ul {
  overflow: hidden;
  border-radius: 23px;
  background-color: #eee;
  padding: 5px;
}

.rt-pag__container ul li {
  margin: 0;
}

.rt-pag__container ul li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
}

/* nodata */
.rt-nod__container {
  width: 253px;
  text-align: center;
  margin: 80px auto;
}

.rt-nod__container img {
  display: inline;
}

.rt-nod__container p {
  margin: 0;
  height: 30px;
  font-size: 20px;
  color: var(--color-8e);
  margin-top: 40px;
}

/* aside */
.rt-aside__container {
  width: 36px;
  height: auto;
  position: fixed;
  bottom: 200px;
  right: 5px;
  z-index: 1;
}

.rt-aside__container button {
  width: 36px;
  height: 162px;
  float: left;
  text-decoration: none;
  margin: 20px 0 0 0;
  background-color: var(--primary);
  padding: 0;
  border: 0;
  position: relative;
}

.rt-aside__container button:first-child {
  margin-top: 0;
}

.rt-aside__container button h2 {
  width: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: normal;
  color: var(--white);
  writing-mode: vertical-rl;
  margin: 0;
}

.rt-aside__container button h2 i {
  font-size: 16px;
}

.rt-aside__container button h2 em {
  margin-top: 5px;
  font-style: normal;
}

.rt-aside__container button ul {
  width: 190px;
  height: 90px;
  position: absolute;
  top: -1px;
  right: 35px;
  display: none;
}

.rt-aside__container button .rt-contact {
  height: 60px;
  padding: 50px 20px;
}

.rt-aside__container button .rt-contact li {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: var(--black);
  float: left;
}

.rt-aside__container button .rt-focus {
  width: 560px;
  height: 160px;
}

.rt-aside__container button .rt-focus li {
  width: 120px;
  height: 140px;
  float: left;
  padding: 10px;
  position: relative;
}

.rt-aside__container button .rt-focus li::after {
  content: '';
  border-right: 1px solid var(--color-ec);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0.5);
}

.rt-aside__container button .rt-focus li:last-child:after {
  display: none;
}

.rt-aside__container button .rt-focus li img {
  width: 120px;
  display: block;
}

.rt-aside__container button .rt-focus li span {
  width: 100%;
  height: 20px;
  text-align: center;
  font-size: 12px;
  color: var(--color-2e);
  display: block;
}

.rt-aside__container button:hover {
  background-color: var(--white);
  border: 1px solid var(--primary);
  border-left: 0;
}

.rt-aside__container button:hover h2 {
  color: var(--primary);
}

.rt-aside__container button:hover ul {
  display: block;
  background-color: var(--white);
  transition: background 0.75s ease 0s;
  border: 1px solid var(--primary);
  border-right: 0;
}

/* 标题 */
.rt-panel__container {
  height: auto;
  overflow: hidden;
}

.rt-panel__container h2 {
  height: 60px;
  font-size: 28px;
  text-align: center;
  color: var(--black);
  font-weight: normal;
  margin: 60px 0 0 0;
  position: relative;
}

.rt-panel__container h2::after {
  content: '';
  width: 50px;
  height: 4px;
  background-color: var(--primary);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

/* 滚动到顶部 */
.rt-trigger__scroll {
  width: 36px;
  height: 36px;
  line-height: 16px;
  color: var(--white);
  background-position: -164px -464px;
  background-color: var(--primary);
  position: fixed;
  bottom: 144px;
  right: 5px;
  border: 0;
  padding: 0;
  display: none;
}

/* 特效 */
.rt-effect__glossy {
  position: relative;
}

.rt-effect__glossy:before {
  content: '';
  position: absolute;
  width: 150px;
  height: 100%;
  top: 0;
  left: -185px;
  overflow: hidden;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.2)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
}

.rt-effect__glossy:hover:before {
  left: 150%;
  transition: left 1s ease 0s;
}

.rt-ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rt-ell__multi {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* 联系公共信息 */
.rt-contact__email_hr:before {
  content: 'hr@herrywatch.com';
  vertical-align: middle;
}

.rt-contact__email_service:before {
  content: 'service@herrywatch.com';
  vertical-align: middle;
}

.rt-contact__tel_5990:before {
  content: '0551-63845990';
  vertical-align: middle;
}

.rt-contact__tel_5990:after {
  content: '（售前）';
  vertical-align: middle;
  font-size: 80%;
}

.rt-contact__tel_2265:before {
  content: '138-6594-2265';
  vertical-align: middle;
}

.rt-contact__tel_2265:after {
  content: '（售后）';
  vertical-align: middle;
  font-size: 80%;
}

.rt-contact__tel_6596:before {
  content: '许经理：';
  vertical-align: middle;
  font-size: 80%;
}

.rt-contact__tel_6596:after {
  content: '15855146596';
  vertical-align: middle;
}

:root {
  --black: #000;
  --white: #fff;
  --warn-ff: #ffead3;
  --warn: #ffe600;
  --second: #ff6c03;
  --green: #1da261;
  --primary: #be0100;
  --second-2: #ed5f5a;
  --yellow-light: #fff5da;
  --blue-light: #e4eaf0;
  --gold: #ccbb77;
  --tran-primary-light: rgb(189, 39, 39, 0.5);
  --color-2e: #2e3742;
  --color-68: #686868;
  --color-8e: #8e8e8e;
  --color-d1: #d1d1d1;
  --color-ec: #ececec;
  --color-f6: #f6f6f6;
  --color-f8: #f8f8f8;
  --tran: transparent;
  --tran-9: rgba(0, 0, 0, 0.09);
  --tran-15: rgba(0, 0, 0, 0.15);
  --tran-50: rgba(0, 0, 0, 0.5);
  --box-shadow: 0 2px 16px 0 rgba(128, 128, 128, 0.18);
  --primary-box-shadow: 0 2px 16px 0 rgba(189, 39, 39, 0.18);

  --img-shadow: url('https://herrywatch-static.oss-cn-hangzhou.aliyuncs.com/default/images/shadow.png');
  --img-about-1: url('https://herrywatch-static.oss-cn-hangzhou.aliyuncs.com/default/images/about/item_hd_bg.png');
  --img-about-2: url('https://herrywatch-static.oss-cn-hangzhou.aliyuncs.com/default/images/about/line_bg.png');
  --img-about-3: url('https://herrywatch-static.oss-cn-hangzhou.aliyuncs.com/default/images/about/contact_bg.jpg');
  --img-service-0: url('https://herrywatch-static.oss-cn-hangzhou.aliyuncs.com/default/images/service/bg_block.jpg');
  --img-service-1: url('https://herrywatch-static.oss-cn-hangzhou.aliyuncs.com/default/images/service/1.jpg');
  --img-service-2: url('https://herrywatch-static.oss-cn-hangzhou.aliyuncs.com/default/images/service/2.jpg');
  --img-service-3: url('https://herrywatch-static.oss-cn-hangzhou.aliyuncs.com/default/images/service/3.jpg');
  --img-service-4: url('https://herrywatch-static.oss-cn-hangzhou.aliyuncs.com/default/images/service/bga.png');
  --img-service-5: url('https://herrywatch-static.oss-cn-hangzhou.aliyuncs.com/default/images/service/custom_bg.jpg');
  --img-career-1: url('https://herrywatch-static.oss-cn-hangzhou.aliyuncs.com/default/images/career/bg.png');
  --img-index-1: url('https://herrywatch-static.oss-cn-hangzhou.aliyuncs.com/default/images/index/store.jpg');
  --img-dial: url('https://herrywatch-static.oss-cn-hangzhou.aliyuncs.com/default/images/watch-dial.png');
  --img-hand-hour: url('https://herrywatch-static.oss-cn-hangzhou.aliyuncs.com/default/images/watch-hand-hour.png');
  --img-hand-minute: url('https://herrywatch-static.oss-cn-hangzhou.aliyuncs.com/default/images/watch-hand-minute.png');
  --img-hand-second: url('https://herrywatch-static.oss-cn-hangzhou.aliyuncs.com/default/images/watch-hand-second.png');
  --img-school-box1: url('https://herrywatch-static.oss-cn-hangzhou.aliyuncs.com/default/images/school/box1-bg.png');
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

::-moz-selection {
  color: var(--white);
  background: var(--primary);
}

::selection {
  color: var(--white);
  background: var(--primary);
}
