@charset "UTF-8";
button {
  cursor: pointer;
  border: none;
}

@font-face {
  font-family: MS;
  src: url(../fonts/Poppins-Regular.ttf);
}
body {
  font-family: MS;
}

.bg-color {
  background-color: #f7f7f7;
}

.bg-fff {
  background-color: #fff;
}

.bg1 {
  background-color: #ab1c18;
}

.bg2 {
  background-color: #ff5023;
}

.bg-100 {
  background-size: 100% 100%;
}

.color1 {
  color: #ab1c18;
}

.h100 {
  height: 100%;
}

.mh100 {
  min-height: 100%;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.hidden {
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.ali-center {
  align-items: center;
}

.ali-end {
  align-items: flex-end;
}

.just-sb {
  justify-content: space-between;
}

.just-center {
  justify-content: center;
}

.br4 {
  border-radius: 0.04rem;
}

.br6 {
  border-radius: 0.06rem;
}

.br8 {
  border-radius: 0.08rem;
}

.br10 {
  border-radius: 0.1rem;
}

.br20 {
  border-radius: 0.2rem;
}

.p30 {
  padding: 0.3rem;
}

.p40 {
  padding: 0.4rem;
}

.p50 {
  padding: 0.5rem;
}

.px-40 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.px-50 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pt40 {
  padding-top: 0.4rem;
}

.pb50 {
  padding-bottom: 0.5rem;
}

.pb90 {
  padding-bottom: 0.9rem;
}

.mt20 {
  margin-top: 0.2rem;
}

.mt30 {
  margin-top: 0.3rem;
}

.mt40 {
  margin-top: 0.4rem;
}

.mt60 {
  margin-top: 0.6rem;
}

.mr16 {
  margin-right: 0.16rem;
}

.mb20 {
  margin-bottom: 0.2rem;
}

.mb30 {
  margin-bottom: 0.3rem;
}

.mb50 {
  margin-bottom: 0.5rem;
}

.op5 {
  opacity: 0.5;
}

.f-demi {
  font-weight: 600;
}

.c-ii {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.f-medium,
.f-bold {
  font-weight: bold;
}

.w1000 {
  width: 10rem;
  margin: 0 auto;
  max-width: 80%;
}

.w1140 {
  width: 11.4rem;
  margin: 0 auto;
  max-width: 90%;
}

.w1200 {
  width: 12rem;
  margin: 0 auto;
  max-width: 90%;
}

.w1240 {
  width: 12.4rem;
  margin: 0 auto;
  max-width: 90%;
}

.w1280 {
  width: 12.8rem;
  margin: 0 auto;
  max-width: 90%;
}

.w1290 {
  width: 12.9rem;
  margin: 0 auto;
  max-width: 92%;
}

.w1310 {
  width: 13.1rem;
  margin: 0 auto;
  max-width: 92%;
}

.w1360 {
  width: 13.6rem;
  margin: 0 auto;
  max-width: 90%;
}

.w1400 {
  width: 14rem;
  margin: 0 auto;
  max-width: 92%;
}

.w1440 {
  width: 14.4rem;
  margin: 0 auto;
  max-width: 92%;
}

.w1480 {
  width: 14.8rem;
  margin: 0 auto;
  max-width: 92%;
}

.w1500 {
  width: 15rem;
  margin: 0 auto;
  max-width: 94%;
}

.w1520 {
  width: 15.2rem;
  margin: 0 auto;
  max-width: 94%;
}

.w1540 {
  width: 15.4rem;
  margin: 0 auto;
  max-width: 94%;
}

.w1550 {
  width: 15.5rem;
  margin: 0 auto;
  max-width: 94%;
}

.w1560 {
  width: 15.6rem;
  margin: 0 auto;
  max-width: 94%;
}

.w1600 {
  width: 16rem;
  margin: 0 auto;
  max-width: 94%;
}

.w1660 {
  width: 16.6rem;
  margin: 0 auto;
  max-width: 96%;
}

.w1680 {
  width: 16.8rem;
  margin: 0 auto;
  max-width: 96%;
}

.w1720 {
  width: 17.2rem;
  margin: 0 auto;
  max-width: 96%;
}

.w1740 {
  width: 17.4rem;
  margin: 0 auto;
  max-width: 96%;
}

.w1800 {
  width: 18rem;
  margin: 0 auto;
  max-width: 96%;
}

#bp_container video {
  width: 80%;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none !important;
}

div.btn {
  outline: none !important;
}

div.sbtn {
  outline: none !important;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.rich-text {
  line-height: 1.75;
}

.threeCanvas {
  width: 100%;
  height: 4.5rem;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
}

.my-disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}

.swiper-button-disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}

.my-op0 {
  opacity: 0;
  pointer-events: none;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
}

.particles1 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.com-banner {
  position: relative;
  z-index: 30;
}
.com-banner .cb_ban {
  position: relative;
}
.com-banner .cb_bg {
  position: relative;
  padding-top: 31.25%;
  overflow: hidden;
  background-color: #999;
}
.com-banner .cb_text {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 10;
  color: #fff;
}
.com-banner .cb_text .cbp1 {
  position: relative;
  font-weight: bold;
}
.com-banner .cb_text .cbp2 {
  margin-top: 0.22rem;
  line-height: 1.3;
}
.com-banner .cb_text .cbp3 {
  margin-top: 0.41rem;
}
.com-banner .cb_text .cbp4 {
  display: inline-block;
  padding: 0.2rem;
  border-radius: 0 0.1rem 0 0.1rem;
  background-color: #ab1c18;
  color: #fff;
  margin-top: 0.1rem;
}
.com-banner .cb_text .cpa {
  display: inline-block;
  line-height: 2.875em;
  border-radius: 1rem;
  color: #ab1c18;
  background-color: #fff;
  padding: 0 0.3rem;
  border-radius: 1rem;
  min-width: 1.7rem;
  margin-right: 0.2rem;
  text-align: center;
}
.com-banner .cb_text .cpa:hover {
  background-color: #ff5023;
  color: #fff;
}
.com-banner .cb_text.cent {
  text-align: center;
}
.com-banner .pro_txt .t1 {
  color: #222;
  font-weight: bold;
  line-height: 1;
}
.com-banner .pro_txt .t2 {
  display: inline-block;
  line-height: 2.0909090909;
  background-color: #ff5023;
  color: #fff;
  padding: 0 0.21rem;
  border-radius: 1rem;
  margin-top: 0.36rem;
}
.com-banner .pro_txt .t3 {
  color: #222;
  opacity: 0.8;
  margin-top: 0.27rem;
}
.com-banner .cb_img2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7.5rem;
  max-width: 60%;
}
.com-banner .cb_ti {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8.4rem;
  max-width: 60%;
}
.com-banner .cb_mouse {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  cursor: pointer;
}
.com-banner .cb_mouse img {
  animation: jump 1s linear infinite;
  width: 0.22rem;
  min-width: 16px;
}
.com-banner .down {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #fff;
  background-color: #ab1c18;
  padding: 0.21rem 0.43rem;
  border-radius: 1rem;
  margin-top: 0.4rem;
  transition: all 0.3s;
}
.com-banner .down:hover {
  box-shadow: 0 -2px 0 0 #ab1c18 inset, 0 2px 0.1rem #ab1c18;
  transform: translateY(-3px);
  transition: all 0.3s;
}
.com-banner .down img {
  margin-right: 0.1rem;
}
.com-banner .video video {
  width: 100%;
}
.com-banner .cb_nav {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  border-radius: 0.1rem 0.1rem 0 0;
  display: flex;
  align-items: center;
  line-height: 1;
  background-color: #fff;
  overflow: hidden;
}
.com-banner .cb_nav .home {
  display: inline-flex;
  align-items: center;
}
.com-banner .cb_nav a:hover {
  color: #ab1c18;
}
.com-banner .cb_nav .cb_a {
  flex-grow: 1;
  text-align: center;
  line-height: 0.7rem;
}
.com-banner .cb_nav .cb_a.on {
  background-image: linear-gradient(-90deg, #007ac8 0%, #1daceb 100%);
  color: #fff !important;
}
.com-banner .cb_mask {
  pointer-events: none;
}
.com-banner .cb_mask .cm1 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.com-banner .cb_mask .cm1 img {
  width: 100%;
}
.com-banner .cb_mask .cm2 {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  -webkit-mask-image: url(../images/icon-m2.png);
          mask-image: url(../images/icon-m2.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
.com-banner .cb_mask .cm2 img {
  width: 100%;
  opacity: 0;
}
.com-banner .bg1 .cm2 {
  background-color: #fff !important;
}
.com-banner .bg2 .cm2 {
  background-color: #f3f3f3 !important;
}
@media screen and (max-width: 768px) {
  .com-banner {
    background-color: #f7f7f7;
  }
  .com-banner .pro_txt .t3 {
    display: none;
  }
}

.com-banner2 {
  position: relative;
  z-index: 30;
}
.com-banner2 .cb_ban {
  position: relative;
  min-height: 31.25vw;
  display: flex;
  align-items: center;
}
.com-banner2 .cb_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #999;
}
.com-banner2 .cb_bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ab1c18 0%, rgba(171, 28, 24, 0.3) 70%, rgba(171, 28, 24, 0) 71%, rgba(171, 28, 24, 0) 100%);
  opacity: 0.7;
  z-index: 2;
}
.com-banner2 .cb_bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-banner2 .cb_text {
  padding: 0.5rem 0;
  position: relative;
  z-index: 10;
  color: #fff;
}
.com-banner2 .cb_text.cent {
  text-align: center;
}
.com-banner2 .txt {
  width: 7rem;
  max-width: 100%;
}
.com-banner2 .h1 {
  font-weight: bold;
  position: relative;
  letter-spacing: 1px;
}
.com-banner2 .d2 {
  margin-top: 0.18rem;
  line-height: 1.7777777778;
}
.com-banner2 .btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.com-banner2 .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  height: 0.5rem;
  color: #ab1c18;
  background-color: #fff;
  padding: 0 0.35rem;
  min-width: 1.5rem;
  margin-right: 0.2rem;
  text-align: center;
}
.com-banner2 .btn:hover {
  background-color: #ab1c18;
  color: #fff;
}
.com-banner2 .btn:hover .ic {
  filter: brightness(0) invert(1);
}
.com-banner2 .btn .ic {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.com-banner2 .video video {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .com-banner2 {
    background-color: #f7f7f7;
  }
  .com-banner2 .cb_bg {
    padding-top: 31.25%;
  }
  .com-banner2 .cb_text .cbp2 {
    font-size: 14px;
    display: none;
  }
}

.cb-swiper .bg {
  position: relative;
  padding-top: 34.375%;
  overflow: hidden;
  background-color: #999;
}
.cb-swiper .bg img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cb-swiper .text {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
}
.cb-swiper .text .cbp1 {
  font-weight: 600;
  position: relative;
}
.cb-swiper .text.cent {
  text-align: center;
}
@media screen and (max-width: 500px) {
  .cb-swiper {
    background-color: #f7f7f7;
  }
  .cb-swiper .text .cbp1 {
    font-size: 16px;
  }
  .cb-swiper .text .cbp2 {
    font-size: 14px;
    display: none;
  }
}

.cbn-swiper .csw {
  width: auto;
  margin-right: 0.9rem;
}
.cbn-swiper .csw::before {
  content: "";
  width: 1px;
  height: 1em;
  background-color: #999;
  position: absolute;
  top: 50%;
  left: calc(100% + 0.44rem);
  transform: translateY(-50%);
}
.cbn-swiper .csw:last-child {
  margin-right: 0;
}
.cbn-swiper .csw:last-child::before {
  display: none;
}
.cbn-swiper .csa {
  display: block;
  text-align: center;
  line-height: 0.8rem;
  color: #666;
  position: relative;
}
.cbn-swiper .csa:hover {
  color: #ab1c18;
}
.cbn-swiper .csa.on {
  color: #ab1c18;
}
.cbn-swiper .csa.on::before {
  content: "";
  width: 100%;
  height: 0.03rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ab1c18;
}
@media screen and (max-width: 768px) {
  .cbn-swiper .csa {
    color: #000;
  }
}

.cb-bots {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  z-index: 30;
  transform: translateY(50%);
}
.cb-bots.has_nav {
  background-color: rgba(0, 0, 0, 0.06);
}
.cb-bots .cb_box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0.09rem -5px 0.2rem 0px rgba(0, 123, 255, 0.2);
  border-radius: 0.1rem;
  padding: 0 0.3rem;
}
.cb-bots .cb-nav {
  font-size: 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cb-bots .cb-nav .na {
  min-width: 2.4rem;
  margin: 0.1rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  position: relative;
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.5);
  padding: 0.27rem 0.2rem;
  color: #fff;
  border-radius: 0.1rem;
}
.cb-bots .cb-nav .na.on {
  background-color: #ab1c18;
  box-shadow: none;
  color: #fff;
}
.cb-bots .cb-nav .nic {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s;
}
.cb-bots .cbn_bread {
  display: flex;
  line-height: 0.8rem;
  color: #666;
}
.cb-bots .cbn_bread .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.3em;
}
.cb-bots .cbn_bread .home img {
  width: 1.4em;
}
.cb-bots .cbn_bread .sp1 {
  margin: 0 0.5em;
}
.cb-bots .cbn_back {
  display: flex;
  align-items: center;
}
.cb-bots .back {
  height: 0.5rem;
  box-shadow: 0 0 0 1px inset #ab1c18;
  background-color: transparent;
  color: #ab1c18;
  border-radius: 1rem;
  padding: 0 0.41rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.cb-bots .back:hover {
  background-color: #ab1c18;
  color: #fff;
}
.cb-bots .back:hover .ic {
  background-image: url(../images/icon-2.png);
}
.cb-bots .back .ic {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(../images/icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .cb-bots {
    position: static;
    transform: translate(0);
    background-color: #fff;
    box-shadow: 0.09rem -5px 0.2rem 0px rgba(0, 123, 255, 0.2);
  }
  .cb-bots .cb_box {
    box-shadow: none;
  }
  .cb-bots .cb-nav {
    justify-content: space-between;
  }
  .cb-bots .cb-nav .na {
    color: #333;
    min-width: auto;
    width: 48%;
  }
  .cb-bots .cbn_bread {
    display: none;
  }
}

.nav-swiper {
  background-color: #ab1c18;
}
.nav-swiper .nsd {
  width: auto;
  padding: 0 0.1rem;
  line-height: 0.7rem;
  color: #fff;
}
.nav-swiper .nsd.on {
  background-color: #fff;
  color: #2d2f82;
}
.nav-swiper .sp {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.nav-swiper .nic {
  width: 1em;
  height: 1em;
  position: relative;
  margin-left: 0.2rem;
}
.nav-swiper .nic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-swiper .nic1 {
  opacity: 1;
}
.nav-swiper .nic2 {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .nav-swiper {
    max-width: 100%;
  }
  .nav-swiper .nsa {
    line-height: 2.5em;
  }
}

.bn-swiper {
  max-width: 70%;
}
.bn-swiper .bsa {
  position: relative;
  line-height: 1rem;
  width: auto;
  margin-right: 0.3rem;
  white-space: nowrap;
  text-align: center;
  color: #222;
}
.bn-swiper .bsa:last-child {
  margin-right: 0;
}
.bn-swiper .bsa .sp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bn-swiper .bsa:hover {
  color: #ab1c18;
}
.bn-swiper .bsa.on {
  color: #ab1c18;
  font-weight: 600;
}
.bn-swiper .bsa.on::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #346bab;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .bn-swiper {
    max-width: 100%;
  }
}

.zone_nav {
  flex-shrink: 0;
  flex-wrap: wrap;
  position: relative;
  padding: 0.2rem 0;
  color: #666;
  line-height: 2;
}
.zone_nav .icon {
  margin-right: 0.1rem;
  display: inline-flex;
  align-items: center;
}
.zone_nav .icon img {
  height: 1em;
}
.zone_nav .sp1 {
  position: relative;
}
.zone_nav .z_a {
  position: relative;
  transition: all 0.3s;
}
.zone_nav .z_a.on, .zone_nav .z_a:hover {
  color: #ab1c18;
  transition: all 0.3s;
}
.zone_nav .z_a:last-child {
  color: #333;
}
@media (max-width: 768px) {
  .zone_nav {
    width: 100%;
  }
  .zone_nav .sp1 {
    margin: 0 0.5em;
  }
}

.com-breadnav.bgfff {
  background-color: #fff;
  box-shadow: 0 -1px 0 0 #f7f7f7 inset;
}
.com-breadnav.has_bn {
  box-shadow: 0 -1px 0px #e3e3e3 inset;
}
.com-breadnav .bn_box {
  display: flex;
  justify-content: space-between;
  font-size: 0;
}
.com-breadnav .page-tit {
  font-weight: 600;
  margin-top: 0.12rem;
}
@media screen and (max-width: 768px) {
  .com-breadnav .bn_box {
    flex-wrap: wrap;
  }
}

.com-pag {
  display: flex;
  justify-content: center;
}
.com-pag.bgfff .p_a {
  background-color: #fff;
}
.com-pag.bgfff .p_a:hover {
  background-color: #222;
}
.com-pag.bgfff .prev:hover {
  background-image: url(../images/icon-p11.png);
}
.com-pag.bgfff .next:hover {
  background-image: url(../images/icon-p21.png);
}
.com-pag .p_a {
  width: 0.42rem;
  height: 0.42rem;
  min-width: 36px;
  min-height: 36px;
  line-height: 1;
}
.com-pag .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  background-size: 16.6666666667% auto;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 0.45rem;
  margin: 0 0.2rem;
  box-shadow: 0 0 0 1px inset #ccc;
  transition: all 0.3s;
}
.com-pag .btn span {
  display: block;
}
.com-pag .btn:hover {
  background-color: #ab1c18;
  color: #fff;
}
.com-pag .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.com-pag .num:hover, .com-pag .num.on {
  color: #fff;
  background-color: #ab1c18;
  box-shadow: none;
  transition: all 0.3s;
}
.com-pag .prev1 {
  background-image: url(../images/icon-p11.png);
}
.com-pag .prev1:hover {
  background-image: url(../images/icon-p12.png);
}
.com-pag .next1 {
  background-image: url(../images/icon-p21.png);
}
.com-pag .next1:hover {
  background-image: url(../images/icon-p22.png);
}
.com-pag .te {
  width: auto;
  padding: 0 0.2rem;
  display: inline-flex;
  align-items: center;
}
.com-pag .ip {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  background-color: #fff;
  border: 1px solid #e9ecf2;
  text-align: center;
  margin: 0 0.5em;
  padding: 0 5px;
}
.com-pag input::-webkit-outer-spin-button,
.com-pag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.com-pag input[type=number] {
  -moz-appearance: textfield;
}
.com-pnav {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.47);
}
.com-pnav .pnav_box {
  display: flex;
}
.com-pnav .pnav_i {
  flex-grow: 1;
  padding: 0.2rem 0;
  text-align: center;
}
.com-pnav .pnav_i:hover {
  color: #ab1c18;
}
.com-pnav .pnav_i.on {
  background-color: #ab1c18;
  color: #fff !important;
}

.com-nav .n_box {
  display: flex;
  justify-content: center;
}
.com-nav .cn_a {
  line-height: 1;
  padding: 0.16rem 0.56rem;
  flex-shrink: 0;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 0.2rem;
}
.com-nav .cn_a:last-child {
  margin-right: 0;
}
.com-nav .cn_a:hover {
  color: #ab1c18;
}
.com-nav .cn_a.on {
  color: #fff;
  background-color: #ab1c18;
}
.com-nav .cn_a .sp {
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .com-nav .cn_a {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .com-nav .n_box::-webkit-scrollbar {
    width: 10px;
    height: 4px;
  }
  .com-nav .n_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
  }
  .com-nav .n_box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
  }
}

.com-txt {
  line-height: 1.5454545455;
  text-align: center;
}

.com-tit {
  position: relative;
  padding-bottom: 0.24rem;
}
.com-tit::before {
  content: "";
  width: 0.3rem;
  height: 4px;
  background-color: #ab1c18;
  position: absolute;
  left: 0;
  bottom: 0;
}
.com-tit.cent {
  text-align: center;
}
.com-tit.cent .ct1 .cline {
  display: none;
}
.com-tit.cent::before {
  left: 50%;
  transform: translate(-50%);
}
.com-tit .ct1 {
  font-weight: bold;
  position: relative;
  color: #222;
}
.com-tit .ct2 {
  margin-top: 0.18rem;
  color: #ab1c18;
}
.com-tit .ct3 {
  padding: 0 0.95rem;
  line-height: 1.7777777778;
  margin-top: 0.28rem;
}
@media screen and (max-width: 768px) {
  .com-tit .ct3 {
    padding: 0 0.5rem;
  }
}

.com-tt {
  font-weight: bold;
  position: relative;
  color: #000;
}
.com-tt.cent {
  text-align: center;
}
.com-tt.fff {
  color: #fff;
}
.com-tt .sp {
  font-size: 1.5em;
  color: #ab1c18;
}
.com-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s-btns {
  display: flex;
}

.com-tform {
  position: relative;
  width: 3rem;
  min-width: 175px;
}
.com-tform input {
  width: 100%;
  height: 0.5rem;
  min-height: 36px;
  background-color: #fff;
  border-radius: 1rem;
  border: none;
  padding: 0 0.3rem;
  font-family: unset;
}
.com-tform .sub {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.2rem;
  background-color: #fff;
  background-image: url(../images/icon-mag3.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  border: none;
}

.c-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

.c-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.com-spa {
  position: static;
  display: flex;
  justify-content: center;
}
.com-spa .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  margin: 0 0.1rem;
  background-color: rgba(236, 77, 9, 0.3);
  position: relative;
  opacity: 1;
}
.com-spa .swiper-pagination-bullet-active {
  background-color: #ec4d09;
}
.com-spa .swiper-pagination-bullet-active::before {
  content: "";
  width: 160%;
  height: 160%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(236, 77, 9, 0.2);
}

.com-inp {
  width: 100%;
  height: 0.5rem;
  background-color: #fff;
  border: solid 1px #e3e3e3;
  padding: 0 0.2rem;
  color: #333;
}
.com-inp.h40 {
  height: 0.4rem !important;
}

.com-select {
  width: 100%;
  position: relative;
  padding: 0 0.2rem;
  color: #666;
  box-shadow: 0 0 0 1px inset #e5e5e5;
}
.com-select::before {
  content: "";
  width: 1em;
  height: 0.5em;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a54.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.com-select.w20 {
  width: 2rem;
}
.com-select.h40 .cs_cur {
  line-height: 0.4rem !important;
}
.com-select .cs_cur {
  line-height: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.com-select select {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.imgbg {
  position: relative;
  background-color: #999;
  overflow: hidden;
}

.sbtn {
  cursor: pointer;
}

.md-md {
  position: absolute;
  top: -1rem;
}
@media screen and (max-width: 768px) {
  .md-md {
    top: -70px;
  }
}

.md-head {
  height: 0.9rem;
}
.md-head.home {
  height: 0;
}
.md-head.home .head_pc {
  background-color: transparent;
}
.md-head.home .head_pc .logo {
  filter: none;
}
.md-head.m_show .md-mob_sideNav {
  right: 0;
  opacity: 1;
}
.md-head.m_show .mob_mask {
  display: block;
}
.md-head.is-fixed .head_pc, .md-head.white .head_pc {
  background-color: #fff;
  background-color: rgba(21, 21, 21, 0.95);
}
.md-head.is-fixed .head_pc .logo, .md-head.white .head_pc .logo {
  filter: brightness(0) invert(1);
}
.md-head.is-fixed .head_pc .logo .pi, .md-head.white .head_pc .logo .pi {
  display: none;
}
.md-head.is-fixed .head_pc .logo .mi, .md-head.white .head_pc .logo .mi {
  display: block;
}
.md-head.is-fixed .head_pc .h-search, .md-head.white .head_pc .h-search {
  filter: brightness(0) invert(1);
}
.md-head .mob_mask {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(0.1rem);
          backdrop-filter: blur(0.1rem);
}
.head_pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 -1px 0 0 #eee inset;
  background-color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .head_pc {
    background-color: #fff !important;
  }
}

.head_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
}
.head_box .logo {
  flex-shrink: 0;
}
.head_box .logo .la {
  display: inline-flex;
  align-items: center;
}
.head_box .logo img {
  height: 0.59rem;
}
.head_box .logo .mi {
  display: none;
}
.head_box .bd_ul {
  position: absolute;
  top: 95%;
  right: 0;
  min-width: 80px;
  width: 1rem;
  display: none;
  background-color: #fff;
  box-shadow: 0px 8px 7px 1px rgba(132, 132, 132, 0.5);
  border-radius: 5px;
  overflow: hidden;
}
.head_box .bd_ul .bd_li {
  padding: 0 0.06rem;
  transition: all 0.3s;
}
.head_box .bd_ul .bd_li:hover {
  background-color: #e4e4e4;
  transition: all 0.3s;
}
.head_box .bd_ul .bd_a {
  display: block;
  text-align: center;
  padding: 0.13rem 0;
  box-sizing: border-box;
  letter-spacing: 0.03rem;
  transition: all 0.3s;
  line-height: 1;
  border-bottom: 1px solid #e4e4e4;
}
.head_box .hb_ri {
  display: flex;
  align-items: center;
}
.head_box .h-ul {
  display: flex;
  color: #fff;
  margin-right: 0.24rem;
}
.head_box .h-ul .h_li {
  padding: 0 0.24rem;
  position: relative;
}
.head_box .h-ul .h_li::before {
  content: "";
  width: 2px;
  height: 1em;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.head_box .h-ul .ha {
  opacity: 0.65;
}
.head_box .ul1 {
  display: flex;
  margin-left: 0.6rem;
}
.head_box .ul1 .li1 {
  position: relative;
  padding: 0 0.3rem;
}
.head_box .ul1 .li1:last-child {
  margin-right: 0;
}
.head_box .ul1 .li1:hover .ul2 {
  top: 100%;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: auto;
}
.head_box .ul1 .li1:hover .head-sub {
  opacity: 1;
  display: block;
  pointer-events: auto;
  transition: opacity 0.2s;
}
.head_box .ul1 .li1:hover .head-pro {
  display: block;
}
.head_box .ul1 .has-sub .a1::before {
  content: "";
  border-left: 0.4em solid transparent;
  border-right: 0.4em solid transparent;
  border-top: 0.4em solid #333;
  position: absolute;
  left: calc(100% + 0.1rem);
  top: 50%;
  transform: translateY(-50%);
}
.head_box .ul1 .a1 {
  display: block;
  white-space: nowrap;
  position: relative;
  line-height: 0.9rem;
  text-align: center;
  transition: all 0.3s;
}
.head_box .ul1 .pro_li {
  position: static;
}
.head_box .ul1 .pro_li:hover .a1::after {
  content: "";
  transform: translateY(-50%) rotate(180deg);
}
.head_box .ul1 .pro_li .a1 {
  padding-right: 1em;
}
.head_box .ul1 .pro_li .a1::after {
  content: "";
  width: 0.7777777778em;
  height: 0.7777777778em;
  background-image: url(../images/a9.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.head_box .ul1 .pro_li2:hover .a1::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.1rem solid rgba(21, 21, 21, 0.95);
  transition: all 0.3s;
}
.head_box .ul1 .ul2 {
  position: absolute;
  top: 110%;
  left: 0%;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  box-shadow: 0px 0 0.2rem 0px rgba(0, 0, 0, 0.2);
  background-color: white;
  pointer-events: none;
  transition: all 0.3s;
  width: 2rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0.1rem 0;
}
.head_box .ul1 .w200 {
  width: 4rem;
}
.head_box .ul1 .li2 {
  display: inline-block;
  width: 2rem;
}
.head_box .ul1 .a2 {
  display: block;
  padding: 0.1rem 0.15rem;
  color: #000;
  position: relative;
  transition: all 0.3s;
}
.head_box .ul1 .a2:hover {
  color: #ab1c18;
}
.head_box .h-lang {
  position: relative;
  margin-left: 0.3rem;
}
.head_box .h-lang:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.head_box .h-lang .hd {
  padding: 0.1rem 0.2rem;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  background-color: #ab1c18;
  border-radius: 1rem;
}
.head_box .h-lang .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-lang-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head_box .h-lang .sp {
  margin: 0 0.1rem;
}
.head_box .h-lang .ar {
  width: 0.5em;
  height: 0.5em;
  background-image: url(../images/a11.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.25em;
}
.head_box .h-lang .bord img {
  width: 0.1rem;
  min-width: auto;
}
.head_box .h-lang .bd {
  position: absolute;
  min-width: 100%;
  top: 150%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10%);
  transition: all 0.3s;
  padding-top: 0.2rem;
  z-index: 5;
}
.head_box .h-lang .b_a {
  display: block;
  text-align: center;
  padding: 0.1rem;
  white-space: nowrap;
  background-color: #ab1c18;
  color: #fff;
}
.head_box .h-lang .b_a:hover {
  color: #ab1c18;
  background-color: #fff;
}
.head_box .h-money {
  position: relative;
  margin-left: 0.4rem;
}
.head_box .h-money:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.head_box .h-money .hd {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.head_box .h-money .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-money.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head_box .h-money .sp {
  margin: 0 0.1rem;
}
.head_box .h-money .ar {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-23.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head_box .h-money .bd {
  position: absolute;
  min-width: 100%;
  top: 150%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10%);
  transition: all 0.3s;
  padding-top: 0.2rem;
  z-index: 5;
}
.head_box .h-money .b_a {
  display: block;
  text-align: center;
  padding: 0.1rem;
  white-space: nowrap;
  background-color: #ab1c18;
  color: #fff;
}
.head_box .h-money .b_a:hover {
  color: #ab1c18;
  background-color: #fff;
}
.head_box .langs {
  display: flex;
  align-items: center;
}
.head_box .langs .aa {
  display: inline-flex;
  align-items: center;
}
.head_box .langs .i1 {
  margin-right: 4px;
}
.head_box .langs .line {
  width: 1px;
  height: 1em;
  background-color: #eee;
  margin: 0 0.5em;
}
.head_box .login {
  position: relative;
  margin-left: 0.45rem;
}
.head_box .login.has_login:hover .bd {
  display: block;
}
.head_box .login .hd {
  line-height: 1;
  padding: 0.1rem 0.22rem;
  background-color: #ab1c18;
  color: #fff;
  border-radius: 0.1rem;
  display: block;
}
.head_box .login .bd {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  padding-top: 0.2rem;
  width: 1rem;
  min-width: 60px;
  display: none;
}
.head_box .login .btn {
  text-align: center;
  background-color: #fff;
  color: #ab1c18;
  cursor: pointer;
  padding: 0.1rem 0;
}
.head_box .h-quote {
  line-height: 0.46rem;
  background-color: #ab1c18;
  color: #fff;
  padding: 0 0.3rem;
  border-radius: 0.06rem;
  margin-right: 0.3rem;
  cursor: pointer;
  border: none;
}
.head_box .h-phone {
  display: inline-flex;
  align-items: center;
  color: #ab1c18;
  font-weight: bold;
}
.head_box .h-phone .ic {
  width: 0.26rem;
  height: 0.26rem;
  background-image: url(../images/h-phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.head_box .h-href {
  display: inline-flex;
}
.head_box .h-href .ic {
  height: 0.24rem;
}
.head_box .h-user {
  cursor: pointer;
  margin-left: 0.4rem;
  position: relative;
}
.head_box .h-user:hover .bd {
  display: block;
}
.head_box .h-user .hic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-user-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head_box .h-user .hd {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  box-shadow: 0px 0px 0.15rem 0px rgba(0, 0, 0, 0.06);
  border: 3px solid #fff;
}
.head_box .h-user .hic {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.head_box .h-user .bd {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  padding-top: 0.1rem;
  display: none;
}
.head_box .h-user .bd-cont {
  background-color: #fff;
  box-shadow: 0px 0px 0.15rem 0px rgba(0, 0, 0, 0.06);
  padding: 0.1rem;
}
.head_box .h-user .ba {
  display: block;
  white-space: nowrap;
  text-align: center;
  line-height: 2.2857142857;
  color: #666;
  padding: 0 0.18rem;
}
.head_box .h-user .ba:hover {
  background-color: #f7f7f7;
  color: #ab1c18;
}
.head_box .h-shop {
  cursor: pointer;
  margin-left: 0.14rem;
  position: relative;
  padding: 0.05rem;
}
.head_box .h-shop .hic {
  cursor: pointer;
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-shop.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head_box .h-shop .num {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.2;
  color: #fff;
  background-color: #ab1c18;
  min-width: 1em;
  text-align: center;
  border-radius: 1rem;
}
.head_box .h-search {
  position: relative;
  cursor: pointer;
  display: none;
}
.head_box .h-search .hic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-mag-r.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head_box .h-form {
  width: 3rem;
}
.head_box .h-form .ip {
  width: 100%;
  height: 0.5rem;
  background-color: #f7f7f7;
  border-radius: 0.04rem;
  padding: 0 0.2rem;
  border: none;
}
.head_box .h-form .submit {
  width: 1em;
  height: 1em;
  background-color: #f7f7f7;
  background-image: url(../images/h-mag-r.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.head_box .h-login {
  margin-left: 0.2rem;
}
.head_box .h-login .aa {
  display: inline-flex;
  align-items: center;
  height: 0.5rem;
  padding: 0 0.2rem;
  background-color: #ab1c18;
  border-radius: 0.04rem;
  color: #fff;
  text-transform: uppercase; /* 全部大写 */
}
.head_box .h-login .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.12rem;
}
.head_box .h-vr .aa {
  display: block;
  padding: 0 0.24rem;
  line-height: 3;
  border-radius: 1rem;
  background-color: #ab1c18;
  color: #fff;
  white-space: nowrap;
}
.head_box .h-more {
  cursor: pointer;
  display: none;
  margin-left: 0.2rem;
}
.head_box .h-more .ic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-more-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1280px) {
  .head_box .ul1 .li1 {
    padding: 0 0.2rem;
  }
  .head_box .ul1 .has-sub::before {
    left: 100%;
  }
}
@media screen and (max-width: 768px) {
  .head_box {
    height: 0.9rem;
  }
  .head_box .logo .pi {
    display: none;
  }
  .head_box .logo .mi {
    display: block;
  }
  .head_box .ul1 {
    display: none;
  }
  .head_box .h-search {
    display: block;
  }
  .head_box .h-money {
    display: none;
  }
  .head_box .h-form {
    display: none;
  }
  .head_box .h-user {
    filter: brightness(0) invert(1);
  }
  .head_box .h-more {
    display: block;
  }
  .head_box .h-vr {
    display: none;
  }
}

.head-sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  background-color: rgba(21, 21, 21, 0.95);
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}
.head-sub .hs-box1 {
  padding: 0.6rem 0;
}
.head-sub .hs-ablist {
  display: flex;
  justify-content: center;
}
.head-sub .hs-ablist .ha {
  width: 2.78rem;
  text-align: center;
  margin: 0 0.2rem;
  background-color: #2a2a2a;
}
.head-sub .hs-ablist .ha:hover .img img {
  transform: scale(1.1);
}
.head-sub .hs-ablist .img {
  position: relative;
  padding-top: 56.4748201439%;
  overflow: hidden;
}
.head-sub .hs-ablist .te {
  padding: 0.16rem;
  color: #fff;
}
.head-sub .hs-ul1 {
  display: flex;
}
.head-sub .hs-ul1 .hs-li {
  width: 22.5%;
}
.head-sub .hs-ul1 .hs-li1 {
  width: 31.25%;
  margin-right: 3.125%;
}
.head-sub .hs-ul1 .hs-li2 {
  padding-bottom: 0.2rem;
}
.head-sub .hs-ul1 .d1 {
  font-weight: 600;
}
.head-sub .hs-ul1 .d2 {
  line-height: 1.625;
  color: #666;
  margin-top: 0.18rem;
}
.head-sub .hs-ul1 .img {
  position: relative;
  padding-top: 40%;
  margin-top: 0.18rem;
}
.head-sub .hs-ul1 .aa {
  padding: 0 0.3rem;
  display: block;
  height: 100%;
  box-shadow: 1px 0 0 0 inset #f3f3f3;
}
.head-sub .hs-ul1 .aa:hover .d13 {
  background-image: url(../images/a14.png);
  background-color: #ab1c18;
  box-shadow: none;
}
.head-sub .hs-ul1 .d11 {
  font-weight: 600;
}
.head-sub .hs-ul1 .d12 {
  line-height: 1.625;
  height: 4.875em;
  color: #666;
  margin-top: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.head-sub .hs-ul1 .d13 {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px inset #ccc;
  border-radius: 50%;
  margin-right: 0.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34.7826086957%;
  background-image: url(../images/a13.png);
  cursor: pointer;
  margin-top: 1.2rem;
}
.head-sub .hs-box2 {
  display: flex;
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.1);
  color: #fff;
}
.head-sub .hs_le {
  width: 20%;
  position: relative;
}
.head-sub .hs_le::before {
  content: "";
  width: 300%;
  height: 200%;
  position: absolute;
  right: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f7f7f7;
  pointer-events: none;
}
.head-sub .hs_ri {
  width: 75%;
}
.head-sub .hp_nav {
  position: relative;
}
.head-sub .hp_nav .hp_li {
  margin-bottom: 0.1rem;
}
.head-sub .hp_nav .hp_li.on .hp_dd {
  background-color: #fff;
  color: #ab1c18;
}
.head-sub .hp_nav .hp_li.on .hp_dd::before {
  border-left: 0.25em solid #ab1c18;
}
.head-sub .hp_nav .hp_dd {
  position: relative;
  padding: 0.2rem;
  line-height: 1;
  cursor: pointer;
}
.head-sub .hp_nav .hp_dd:hover {
  color: #ab1c18;
}
.head-sub .hp_nav .hp_dd::before {
  content: "";
  border-top: 0.25em solid transparent;
  border-bottom: 0.25em solid transparent;
  border-left: 0.25em solid #ccc;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.head-sub .hp-item2 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1);
}
.head-sub .h-item3 {
  position: absolute;
  left: 100%;
  top: 0;
  width: 10.1rem;
  height: 100%;
  padding: 0.6rem;
  padding-right: 0;
  box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1);
}
.head-sub .hp-list {
  display: flex;
}
.head-sub .hp-list .li {
  width: 2.78rem;
  margin-right: 0.3rem;
}
.head-sub .hp-list .hp_a {
  text-align: center;
  display: block;
  background-color: #2a2a2a;
}
.head-sub .hp-list .hp_a:hover .img img {
  transform: scale(1.1);
}
.head-sub .hp-list .img {
  position: relative;
  padding-top: 56.1151079137%;
  overflow: hidden;
}
.head-sub .hp-list .te {
  padding: 0.16rem;
  color: #fff;
}
.head-sub .hp-list .t11 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.head-sub .hp-ul {
  padding: 0.56rem 0;
  padding-left: 0.6rem;
}
.head-sub .hp-ul .hp-li {
  margin-bottom: 0.2rem;
}
.head-sub .hp-ul .hp-li:last-child {
  margin-bottom: 0;
}
.head-sub .hp-ul .h_ua {
  display: block;
  cursor: pointer;
  position: relative;
}
.head-sub .hp-item {
  display: none;
}
.head-sub .hp-li.pshow > .hp-item {
  display: block;
}
.head-sub .hp-li.pshow > .h_ua {
  color: #ab1c18;
}
.head-sub .hp-li.pshow > .h_ua::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 87.5% auto;
}
.head-sub .hs-pro1 {
  width: 16.6447368421%;
  box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1);
  position: relative;
}
.head-sub .hs-pro2 {
  width: 16.6447368421%;
  padding-top: 0.58rem;
  box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1);
}
.head-sub .hs-pro3 {
  width: 66.4473684211%;
  padding-left: 0.6rem;
  padding-top: 0.58rem;
  box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1);
}

.head-pro {
  position: fixed;
  left: 50%;
  top: 1rem;
  transform: translate(-50%);
  display: none;
}
.head-pro .hp-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.6rem 0.4rem;
  width: 8rem;
  max-width: 100vw;
  background-color: rgba(21, 21, 21, 0.95);
}
.head-pro .imgs {
  width: 38.6111111111%;
}
.head-pro .img {
  position: relative;
  padding-top: 56.4748201439%;
}
.head-pro .list {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
}
.head-pro .litem {
  width: 50%;
  margin-bottom: 0.2rem;
  padding-right: 2%;
}
.head-pro .la {
  color: #fff;
}
.head-pro .la:hover {
  color: #ab1c18;
}

.head-pro2 {
  left: 55%;
}

.head-pro3 {
  left: 60%;
}

.md-mob_sideNav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 8rem;
  max-width: 70%;
  height: 100vh;
  background-color: #fff;
  transition: all 0.4s linear;
  z-index: 300;
}
.md-mob_sideNav .ul1 .li1 {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.md-mob_sideNav .ul1 .a1 {
  position: relative;
  display: block;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
}
.md-mob_sideNav .ul1 .ul2 {
  display: none;
}
.md-mob_sideNav .ul1 .ul2 .li2 .a2 {
  max-width: 90%;
  margin: 5px 0;
  padding-left: 30px;
  line-height: 30px;
  font-size: 14px;
  display: block;
}
.md-mob_sideNav .ul1 .ul2 .li2 .a2:hover {
  color: #ab1c18;
}
.md-mob_sideNav .ul1 .dt {
  position: relative;
}
.md-mob_sideNav .ul1 .has_nav > .dt::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/hm_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md-mob_sideNav .ul1 .has_nav.show > .dt::after {
  background-image: url(../images/hm_4.png);
}
.md-mob_sideNav .hmob_off {
  padding: 10px 20px;
  height: 50px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: flex-end;
}
.md-mob_sideNav .m_off {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #000;
  background-image: url(../images/m_off1.png);
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.8;
}
.md-mob_sideNav .hmob_top {
  height: calc(100% - 50px);
  overflow-y: auto;
  scrollbar-width: thin;
}
.md-mob_sideNav .hmob_top::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
.md-mob_sideNav .hmob_top::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.md-mob_sideNav .hmob_top::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.md-mob_sideNav .hmob_bot {
  height: 0.7rem;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}
.md-mob_sideNav .hmob_bot .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}
.md-mob_sideNav .hmob_bot img {
  width: 20px;
  margin-right: 5px;
}
.md-mob_sideNav .hmob_lang {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 0;
  background-color: #fff;
  transition: all 0.2s;
}
.md-mob_sideNav .hmob_lang.show {
  right: 0;
  transition: all 0.2s;
}
.md-mob_sideNav .hmob_back {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 20px 0;
  cursor: pointer;
}
.md-mob_sideNav .hmob_back img {
  margin-right: 10px;
}
.md-mob_sideNav .ul3 {
  display: none;
}
.md-mob_sideNav .ul3 li {
  padding: 5px 0;
}
.md-mob_sideNav .hmob-money {
  padding: 0 20px;
  margin-top: 10px;
}
.md-mob_sideNav .hmob-money.show .ar {
  transform: translateY(-50%) rotate(180deg);
}
.md-mob_sideNav .hmob-money .hd {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
}
.md-mob_sideNav .hmob-money .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-money.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md-mob_sideNav .hmob-money .sp {
  margin-left: 0.3rem;
}
.md-mob_sideNav .hmob-money .ar {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  transition: transform 0.3s;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-23.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md-mob_sideNav .hmob-money .bd {
  margin-top: 5px;
  display: none;
}
.md-mob_sideNav .hmob-money .b_a {
  display: block;
  padding: 10px 0;
  color: #333;
  border-bottom: 1px dashed #666;
}
@media (min-width: 769px) {
  .md-mob_sideNav .hmob-money {
    display: none;
  }
}

.md-search_form {
  position: fixed;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  transition: all 0.2s;
}
.md-search_form.show {
  transform: scaleY(1);
  transition: all 0.2s;
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.md-search_form .h_form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.4rem 0;
  background-color: #fff;
}
.md-search_form .inp {
  width: 6rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.md-search_form .inp input {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  border: none;
  outline: none;
  font-family: unset;
}
.md-search_form .h_sub {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  min-width: 30px;
  height: 0.4rem;
  min-height: 30px;
  border-radius: 50%;
  background-color: #ab1c18;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  cursor: pointer;
  z-index: 10;
  border: none;
  outline: none;
}
.md-search_form .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.md-foot {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.md-foot .ul1 .li1 {
  margin-right: 1.2rem;
}
.md-foot .ul1 .li1:last-child {
  margin-right: 0;
  width: auto;
}
.md-foot .ul1 .a1 {
  color: #fff;
  transition: all 0.3s;
}
.md-foot .ul1 .a1:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.md-foot .ul1 .ul2 {
  margin-top: 0.18rem;
  position: relative;
}
.md-foot .ul1 .li2 {
  margin-bottom: 0.18rem;
}
.md-foot .ul1 .li2:last-child {
  margin-bottom: 0;
}
.md-foot .ul1 .a2 {
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s;
}
.md-foot .ul1 .a2:hover {
  text-decoration: underline;
  transition: color 0.3s;
}
.md-foot .shares {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}
.md-foot .shares .si {
  position: relative;
  margin-right: 0.2rem;
}
.md-foot .shares .si:hover .hi {
  opacity: 1;
  filter: none;
}
.md-foot .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md-foot .shares .hd {
  position: relative;
  display: inline-flex;
  transition: all 0.3s;
}
.md-foot .shares .hi {
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 0.5;
}
.md-foot .shares .bd {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-top: 0.18rem;
  z-index: 5;
}
.md-foot .shares .bd .bbox {
  background-color: #fff;
  position: relative;
}
.md-foot .shares .bd img {
  width: 0.95rem;
  min-width: 80px;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .md-foot .ul1 {
    display: none;
  }
}

.foot-0 {
  pointer-events: none;
}
.foot-0 img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.foot-1 {
  position: relative;
}
.foot-1 .box {
  padding-top: 0.75rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-1 .logo {
  display: inline-flex;
}
.foot-1 .logo img {
  height: 1em;
}
.foot-1 .le {
  width: 3.4rem;
  color: #fff;
}
.foot-1 .d12 {
  line-height: 2;
  margin-top: 0.18rem;
}
.foot-1 .email {
  margin-top: 0.22rem;
}
.foot-1 .email img {
  width: 1em;
  margin-right: 1em;
}
.foot-1 .d13 {
  opacity: 0.8;
  margin-top: 0.14rem;
}
.foot-1 .shares {
  margin-top: 0.6rem;
}
.foot-1 .ri {
  width: 4rem;
}
.foot-1 .join {
  padding: 0.24rem 0.4rem 0.18rem;
  background-color: #222;
  color: #fff;
  text-align: center;
}
.foot-1 .join .jo1 {
  line-height: 1.45;
}
.foot-1 .join .jo2 {
  margin-top: 0.12rem;
}
.foot-1 .join .ja {
  line-height: 2.875;
  background-color: #ab1c18;
  color: #fff;
}
.foot-1 .form {
  color: #fff;
  margin-top: 0.27rem;
}
.foot-1 .form .t2 {
  line-height: 1.5714285714;
  opacity: 0.5;
  margin-top: 0.14rem;
}
.foot-1 .form .inp {
  position: relative;
  margin-top: 0.25rem;
}
.foot-1 .form .ip {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  padding: 0 0.16rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.foot-1 .form .ip::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.foot-1 .form .ip::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.foot-1 .form .submit {
  position: absolute;
  right: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 0.4rem;
  border: none;
  background-color: #ab1c18;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .foot-1 .box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot-1 .le {
    width: 100%;
    text-align: center;
  }
  .foot-1 .ri {
    width: 100%;
    margin-top: 0.4rem;
  }
  .foot-1 .text {
    width: 100%;
    text-align: center;
    border: none;
  }
  .foot-1 .form {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 0.4rem;
  }
  .foot-1 .form .inp {
    flex-grow: 1;
  }
  .foot-1 .form .ip {
    width: 100%;
  }
  .foot-1 .shares {
    justify-content: center;
  }
  .foot-1 .shares .si {
    margin: 0.1rem;
  }
  .foot-1 .code {
    width: 2rem;
    margin: 0 auto;
  }
}

.foot-2 {
  position: relative;
  z-index: 2;
  color: #fff;
}
.foot-2 .box {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.foot-2 .href {
  color: #999;
}
.foot-2 .ca {
  display: inline-flex;
  margin-left: 0.1rem;
}
.foot-2 .ca img {
  width: 1em;
}
@media (max-width: 768px) {
  .foot-2 .box {
    flex-wrap: wrap;
    text-align: center;
  }
  .foot-2 .href {
    width: 100%;
  }
  .foot-2 .card {
    width: 100%;
    margin-top: 0.3rem;
  }
  .foot-2 .ca {
    margin: 0.05rem;
  }
}

.foot-3 {
  line-height: 2;
  position: relative;
}
.foot-3 .box {
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  position: relative;
}
.foot-3 .ri {
  text-align: right;
}
.foot-3 .te {
  margin-top: 0.12rem;
}
.foot-3 .href a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .foot-3 .box {
    flex-wrap: wrap;
    padding: 0.2rem 0;
  }
  .foot-3 .href {
    width: 100%;
    text-align: center;
    order: 2;
  }
  .foot-3 .shares {
    width: 100%;
    order: 1;
  }
}

.foot-btn {
  position: absolute;
  bottom: 100%;
  right: 0.2rem;
  width: 0.46rem;
  height: 0.46rem;
  background-image: url(../images/a12.png);
  background-repeat: no-repeat;
  background-size: 30.4347826087% auto;
  background-position: center;
  background-color: #ab1c18;
  cursor: pointer;
  z-index: 90;
}

.ft-link {
  position: relative;
}
.ft-link .fk-tip {
  padding: 0 0.2rem;
  line-height: 3em;
  background-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.ft-link .fk-tip::before {
  content: "";
  border-top: 0.05rem solid rgba(255, 255, 255, 0.8);
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.ft-link .fk-sub {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.9);
  color: rgba(255, 255, 255, 0.6);
  display: none;
}
.ft-link .fk-item {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 0.05rem 0.2rem;
  line-height: 2;
}

.md-sideNav {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 60;
  background-color: #fff;
  box-shadow: 0px 0px 0.35rem 0px rgba(4, 0, 0, 0.11);
  border-radius: 1rem;
}
.md-sideNav .sn_i {
  position: relative;
}
.md-sideNav .sn_i:last-child {
  margin-bottom: 0;
}
.md-sideNav .sn_i:hover .hd {
  background-color: #ab1c18;
  transition: all 0.3s;
}
.md-sideNav .sn_i:hover .hd .i1 {
  display: none;
}
.md-sideNav .sn_i:hover .hd .i2 {
  display: block;
}
.md-sideNav .sn_i:hover .hd .ic {
  filter: brightness(0) invert(1);
}
.md-sideNav .sn_i:hover .ht {
  color: #fff;
}
.md-sideNav .sn_i:hover .bd {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.md-sideNav #nform0.show .bd {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0);
  transition: all 0.5s;
}
.md-sideNav .hd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0.1rem;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.3s;
}
.md-sideNav .hd .ic {
  width: 0.2rem;
  height: 0.2rem;
  position: relative;
}
.md-sideNav .hd img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.md-sideNav .hd .i2 {
  display: none;
}
.md-sideNav .hd .ht {
  margin-top: 0.07rem;
}
.md-sideNav .bd {
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 0.12rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.md-sideNav .b_box {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.06rem;
}
.md-sideNav .ph {
  white-space: nowrap;
  height: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 0.12rem;
  line-height: 1.5;
}
.md-sideNav .ph .d2 {
  color: #ab1c18;
  font-weight: 600;
}
.md-sideNav .wx {
  padding: 0.1rem;
  text-align: center;
}
.md-sideNav .wx .d1 {
  line-height: 1.8;
}
.md-sideNav .wx .img {
  display: block;
  width: 1rem;
  min-width: 100px;
  max-width: none;
}
.md-sideNav #goTop {
  display: none;
}
.md-sideNav #goTop.show {
  display: block;
}
@media screen and (max-width: 1200px) {
  .md-sideNav .hd .ht {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .md-sideNav {
    display: none;
  }
  .md-sideNav .wx {
    width: 2rem;
  }
}

@keyframes ban {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes sp100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes xuanzhuan {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.com-form .cf-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.com-form .fi {
  width: 4rem;
  margin-bottom: 0.2rem;
  margin: 0 0.1rem;
}
.com-form .fi:last-child {
  margin-bottom: 0;
}
.com-form .ww100 {
  width: 100%;
  margin-right: 0;
}
.com-form .ft {
  color: #222;
}
.com-form .inp {
  position: relative;
}
.com-form .ip {
  width: 100%;
  height: 0.5rem;
  min-height: 36px;
  padding: 0 0.2rem;
  padding-right: 0.4rem;
  border: 1px solid #ccc;
  border-radius: 0.1rem;
}
.com-form .ip::-moz-placeholder {
  color: #999;
}
.com-form .ip::placeholder {
  color: #999;
}
.com-form .ta {
  width: 100%;
  height: 100%;
  min-height: 60px;
  padding: 0.2rem 0.24rem;
  border: 1px solid #e5e5e5;
}
.com-form .code {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.com-form .cf-btns {
  display: flex;
  justify-content: center;
  margin-top: 0.7rem;
}
.com-form .btn {
  background-color: #fff;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-mag2.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.com-form .sel {
  position: relative;
}
.com-form .sel.show .select-sub {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s;
}
.com-form .select-ip {
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  height: 0.5rem;
  min-height: 36px;
  box-shadow: 0 0 0 1px inset #ccc;
  position: relative;
  z-index: 50;
  border-radius: 0.1rem;
  cursor: pointer;
}
.com-form .select-ip .select-te {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.com-form .select-ip .select-ic {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icon-5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 10;
}
.com-form .select-ip .select-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
}
.com-form .select-sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 60;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.com-form .select-cont {
  max-height: 2rem;
  overflow-y: auto;
  border-radius: 0.1rem;
  box-shadow: 0 3px 0.16rem rgba(0, 0, 0, 0.08);
}
.com-form .select-item {
  padding: 0.15rem 0.2rem;
  background-color: #f6f6f6;
  cursor: pointer;
}
.com-form .select-item:hover {
  background-color: #ab1c18;
  color: #fff;
}
.com-form .sel-ic {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-12.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 58;
}
.com-form .search-ic {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 58;
}
@media (max-width: 768px) {
  .com-form .fi {
    width: 100%;
    margin: 10px 0;
  }
}

.search-0 .bg {
  position: relative;
  padding-top: 34.375%;
}
.search-0 .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
}
.search-0 .d1 {
  color: #fff;
  font-weight: bold;
}
.search-0 .inp {
  position: relative;
  width: 5.3rem;
  margin-top: 0.25rem;
}
.search-0 .ip {
  width: 100%;
  height: 0.48rem;
  background-color: #fff;
  border: none;
  padding: 0 0.2rem;
  border-radius: 8px;
}
.search-0 .submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 0.3rem;
  background-color: #ab1c18;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
}

.search-1 {
  padding-top: 0.28rem;
}
.search-1 .com-tt {
  margin-top: 0.78rem;
}
.search-1 .form {
  margin-top: 0.35rem;
}
.search-1 .inp {
  width: 10rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.search-1 .ip {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.3rem;
  border: none;
  border-radius: 0.1rem;
  color: #333;
  background-color: whitesmoke;
}
.search-1 input[type=search] {
  -webkit-appearance: none;
}
.search-1 input::-webkit-search-cancel-button {
  display: none;
}
.search-1 .btn {
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../images/icon-mag2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.search-1 .tags {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
}
.search-1 .ti {
  padding: 0.2rem 0;
  position: relative;
  margin-right: 1.6rem;
  color: #666;
}
.search-1 .ti:last-child {
  margin-right: 0;
}
.search-1 .ti:hover {
  color: #ab1c18;
}
.search-1 .ti.on {
  color: #ab1c18;
  font-weight: 600;
}
.search-1 .ti.on::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #ab1c18;
}
@media (max-width: 768px) {
  .search-1 .ti {
    margin: 0 0.2rem;
  }
}

.search-2 {
  padding-top: 1.1rem;
  padding-bottom: 1rem;
}
.search-2 .h2 {
  font-weight: 600;
}
.search-2 .pitem {
  margin-bottom: 0.67rem;
}
.search-2 .pitem:last-child {
  margin-bottom: 0;
}
.search-2 .pro-list {
  margin-top: 0.4rem;
  margin-bottom: 0;
}
.search-2 .news-list {
  margin-top: 0.4rem;
}
.search-2 .mores {
  text-align: center;
}
.search-2 .more {
  display: inline-block;
  line-height: 3;
  padding: 0 0.48rem;
  background-color: #ab1c18;
  color: #fff;
  cursor: pointer;
  border-radius: 1rem;
}
.bgsize {
  background-repeat: no-repeat;
  background-size: cover;
}

@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.pointer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 3rem;
  height: 3rem;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  cursor: crosshair;
}

.preview {
  position: absolute;
  left: calc(100% + 0.2rem);
  top: 0;
  z-index: 30;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
.preview.op1 {
  opacity: 1;
}

.preview .cpImg {
  padding-top: 100%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .pointer {
    display: none !important;
  }
  .preview {
    display: none !important;
  }
}
.ho-nav {
  position: fixed;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
.ho-nav.ho1 .ic::before {
  box-shadow: 0 0 0 2px white inset;
}
.ho-nav a {
  display: block;
}
.ho-nav .ni {
  margin: 0.2rem 0;
  cursor: pointer;
}
.ho-nav .ni.active .ic {
  background-color: #ab1c18;
}
.ho-nav .ni.active .ic::before {
  box-shadow: 0 0 0 1px white inset !important;
}
.ho-nav .ni .sp {
  width: 1em;
  display: none;
}
.ho-nav .ic {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  position: relative;
}
.ho-nav .ic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.5);
  transform-origin: center;
  box-shadow: 0 0 0 1px #999999 inset;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .ho-nav {
    opacity: 0;
    pointer-events: none;
  }
}

.ho-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ho-tt .ht1 {
  font-weight: 600;
}
.ho-tt .ht2 {
  margin-top: 0.16rem;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .fp-section,
  .fp-tableCell {
    height: auto !important;
  }
}
@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ho-tit {
  position: relative;
}
.ho-tit.cent {
  text-align: center;
}
.ho-tit.cent .ht2 {
  left: 50%;
  transform: translate(-50%, -50%);
}
.ho-tit .ht1 {
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.ho-tit .ht2 {
  position: absolute;
  left: 0;
  top: 0%;
  transform: translateY(-50%);
  opacity: 0.1;
  font-weight: bold;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
.ho-ban {
  position: relative;
  overflow: hidden;
}
.ho-ban .ho_sw {
  overflow: hidden;
}
.ho-ban .ho_sw .img {
  position: relative;
  padding-top: 41.6666666667%;
  overflow: hidden;
  transition: all 0.3s;
  display: block;
  background-color: #999;
}
.ho-ban .ho_sw .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.ho-ban .ho_sw .text {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 49%;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
}
.ho-ban .ho_sw .d2 {
  margin-top: 0.2rem;
}
.ho-ban .ho_sw .d3 {
  margin-top: 0.56rem;
}
.ho-ban .ho_sw .cpa {
  display: inline-flex;
  line-height: 0.54rem;
  color: #fff;
  background-color: #ab1c18;
  padding: 0 0.35rem;
}
.ho-ban .ho_sw .ic {
  width: 0.5em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ho-ban .swiper-slide-active .text {
  opacity: 1;
  transition: opacity 1s 0.5s;
}
.ho-ban .swiper-pagination {
  bottom: 0.3rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.ho-ban .swiper-pagination-bullet {
  width: 1em;
  height: 4px;
  border-radius: 0;
  background-color: white;
  margin: 0 0.05rem;
  opacity: 1;
  position: relative;
}
.ho-ban .swiper-pagination-bullet-active {
  background-color: #ab1c18;
}
.ho-ban .ho_bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  color: #fff;
  line-height: 1;
}
.ho-ban .mouse {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  transform: translate(-50%);
  z-index: 30;
  text-align: center;
  color: #fff;
}
.ho-ban .mouse .ani {
  animation: jump 1s linear infinite;
}
.ho-ban .mouse img {
  width: 1em;
  margin-bottom: 0.12rem;
}
.ho-ban .anim::after {
  animation: indicator-loading 4.5s linear forwards;
}
.ho-ban .btns {
  display: flex;
  align-items: center;
  position: absolute;
  right: 1rem;
  bottom: 0.45rem;
  z-index: 30;
}
.ho-ban .sbtn {
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
  z-index: 30;
  filter: brightness(0) invert(1);
}
.ho-ban .sbtn:hover {
  filter: none;
}
.ho-ban .prev {
  background-image: url(../images/b3.png);
}
.ho-ban .next {
  background-image: url(../images/b4.png);
}
.ho-ban .num {
  margin: 0 0.25rem;
}
.ho-ban .nums {
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  z-index: 5;
  position: relative;
}
.ho-ban .nums .num1 {
  color: #fff;
}
.ho-ban svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  opacity: 0;
  transform-origin: top left;
}
.ho-ban svg circle {
  transform: rotate(-90deg);
  transform-origin: center;
}
.ho-ban .pag {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  width: 100%;
  z-index: 30;
}
.ho-ban .pi {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0.1rem;
}
.ho-ban .pi.on {
  color: white;
}
.ho-ban .pi.on .line {
  display: block;
}
.ho-ban .pi.on .line::after {
  animation: wd 4.5s linear;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  .ho-ban .mouse {
    opacity: 0;
  }
  .ho-ban .ho_sw .d1 {
    font-size: 24px;
  }
  .ho-ban .ho_sw .d2 {
    display: none;
  }
  .ho-ban .ho_sw .tbtn {
    padding-bottom: 0;
  }
  .ho-ban .btns {
    right: 2%;
  }
}
@media (max-width: 500px) {
  .ho-ban .ho_sw .d1 {
    font-size: 20px;
  }
  .ho-ban .btns {
    display: none;
  }
}

@keyframes circleLoad {
  0% {
    stroke-dashoffset: 188.4;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes indicator-loading {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.home-0 {
  position: relative;
  padding-top: 1rem;
}
.home-0 .swiper {
  position: relative;
  height: calc(100% - 1rem);
  height: 100%;
}
.home-0 .swiper-container {
  height: 100%;
}
.home-0 .sw {
  position: relative;
  overflow: hidden;
}
.home-0 .img {
  display: block;
  position: relative;
  height: 100%;
}
.home-0 .swiper-slide-active .te {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s 0.5s, transform 0.5s;
}
.home-0 .text {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0;
  text-align: center;
}
.home-0 .te {
  position: relative;
  opacity: 0;
  color: #fff;
  transform: translateY(10px);
}
.home-0 .te .d2 {
  display: inline-flex;
  padding: 0.12rem;
  padding-left: 0.38rem;
  padding-right: 0.28rem;
  border: 2px solid #fff;
  color: #fff;
}
.home-0 .te .d2 .ic {
  width: 0.5em;
  height: 1em;
}
.home-0 .timg {
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.home-0 .timg img {
  width: 6.77rem;
  max-width: 60vw;
}
.home-0 .mouse {
  position: relative;
  transition: all 0.3s;
}
.home-0 .mouse:hover {
  transform: translateY(-8px);
  transition: all 0.3s;
}
.home-0 .mouse::before {
  content: "";
  width: 0.36rem;
  height: 0.31rem;
  position: absolute;
  right: calc(100% + 4px);
  bottom: 50%;
  background-image: url(../images/icon-13.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.home-0 .mouse img {
  width: 0.24rem;
}
.home-0 .swiper-pagination {
  position: absolute;
  bottom: 0.3rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-0 .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.04rem;
  opacity: 1;
  margin: 0 0.05rem;
  border-radius: 0%;
  transition: all 0.3s;
  background-color: transparent;
  position: relative;
  background-color: white;
}
.home-0 .swiper-pagination-bullet-active {
  background-color: #ab1c18;
}
.home-0 .sbtn {
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-size: 11.4285714286% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.home-0 .sbtn::after {
  display: none;
}
.home-0 .sbtn:hover {
  background-color: #ab1c18;
}
.home-0 .prev {
  left: 0.5rem;
  background-image: url(../images/icon-p11.png);
}
.home-0 .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.home-0 .next {
  right: 0.5rem;
  background-image: url(../images/icon-p21.png);
}
.home-0 .next:hover {
  background-image: url(../images/icon-p22.png);
}
@media screen and (max-width: 768px) {
  .home-0 .img {
    padding-top: 43.75%;
  }
}
@media (max-width: 500px) {
  .home-0 .te .d2 {
    display: none;
  }
  .home-0 .h0_bot {
    pointer-events: none;
    opacity: 0;
  }
}

.news-0 {
  padding-top: 1.2rem;
}
.news-0 .box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
}
.news-0 .box:hover .img img {
  transform: scale(1.1);
}
.news-0 .swiper1 {
  width: 43.5897435897%;
}
.news-0 .swiper1 .swiper-container {
  height: 100%;
}
.news-0 .img {
  position: relative;
  padding-top: 61.7647058824%;
  height: 100%;
}
.news-0 .swiper2 {
  width: 56.4102564103%;
  position: relative;
  z-index: 5;
}
.news-0 .sw2 {
  padding: 0.78rem 0.7rem 0.3rem;
  height: 100%;
}
.news-0 .sw2:hover .h3 {
  color: #ab1c18;
}
.news-0 .d1 {
  color: #666;
}
.news-0 .h3 {
  font-weight: 600;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-0 .line {
  height: 1px;
  background-color: #f3f3f3;
  margin-top: 0.3rem;
  margin-bottom: 0.32rem;
}
.news-0 .time {
  display: inline-flex;
  align-items: center;
  margin-top: 0.34rem;
  color: #999;
}
.news-0 .tic {
  width: 0.8571428571em;
  height: 0.8571428571em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}
.news-0 .d2 {
  color: #999;
  line-height: 2.1428571429;
  height: 6.4285714286em;
  margin-top: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-0 .d3 {
  margin-top: 0.53rem;
}
.news-0 .btn {
  display: inline-flex;
  align-items: center;
  padding: 0.11rem;
  padding-left: 0.35rem;
  line-height: 1;
  color: #fff;
  background-color: #ab1c18;
  border-radius: 1rem;
}
.news-0 .ic {
  width: 2em;
  height: 2em;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 0.3rem;
  background-image: url(../images/a3.png);
  background-repeat: no-repeat;
  background-size: 39.2857142857% auto;
  background-position: center;
}
.news-0 .swiper-pagination {
  width: auto;
  left: auto;
  bottom: 0.65rem;
  right: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-0 .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #ddd;
  opacity: 1;
  margin-left: 0.1rem;
}
.news-0 .swiper-pagination-bullet-active {
  background-color: #ab1c18;
}
@media (max-width: 768px) {
  .news-0 .box {
    display: block;
  }
  .news-0 .swiper1 {
    width: 100%;
    position: static;
  }
  .news-0 .swiper2 {
    width: 100%;
  }
}

.news-big {
  position: relative;
  padding-top: 0.48rem;
}
.news-big .swiper {
  position: relative;
  background-color: #fff;
}
.news-big .aa {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  border-radius: 0.2rem;
  overflow: hidden;
}
.news-big .aa:hover .img img {
  transform: scale(1.05);
}
.news-big .aa:hover .h3 {
  color: #ab1c18;
}
.news-big .imgs {
  width: 50%;
}
.news-big .img {
  position: relative;
  padding-top: 62.7906976744%;
  height: 100%;
  overflow: hidden;
}
.news-big .text {
  width: 50%;
  padding: 0.2rem;
  padding-left: 0.95rem;
  padding-right: 0.85rem;
  display: flex;
  align-items: center;
}
.news-big .time {
  color: #ab1c18;
}
.news-big .h3 {
  line-height: 1.4;
  font-weight: 600;
  transition: color 0.3s;
  margin-top: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-big .d2 {
  line-height: 1.875;
  margin-top: 0.32rem;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-big .btn {
  display: inline-block;
  padding: 0 0.38rem;
  line-height: 0.6rem;
  color: #fff;
  border-radius: 1rem;
  margin-top: 0.72rem;
  background-image: linear-gradient(-90deg, #d8ab6d 0%, #f0d9bb 100%), linear-gradient(#ffffff, #ffffff);
}
.news-big .sbtn {
  width: 1em;
  height: 1em;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  background-size: 26% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  z-index: 30;
}
.news-big .sbtn:hover {
  background-color: #ab1c18;
}
.news-big .prev {
  left: 0;
  transform: translate(-50%, -50%);
  background-image: url(../images/icon-11.png);
}
.news-big .prev:hover {
  background-image: url(../images/icon-12.png);
}
.news-big .next {
  right: 0;
  transform: translate(50%, -50%);
  background-image: url(../images/icon-13.png);
}
.news-big .next:hover {
  background-image: url(../images/icon-14.png);
}
@media screen and (max-width: 768px) {
  .news-big {
    flex-wrap: wrap;
  }
  .news-big .imgs {
    width: 100%;
  }
  .news-big .text {
    width: 100%;
    padding: 20px;
  }
  .news-big .swiper-pagination {
    opacity: 0;
  }
  .news-big .h3 {
    width: 100%;
  }
}

.news-swiper .sw {
  display: flex;
  flex-wrap: wrap;
}
.news-swiper .sw:hover .img img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.news-swiper .sw:hover .h3 {
  color: #ab1c18;
  transition: all 0.3s;
}
.news-swiper .sw:hover .btn {
  background-color: #ab1c18;
  transition: all 0.3s;
}
.news-swiper .imgs {
  width: 50%;
}
.news-swiper .img {
  position: relative;
  padding-top: 56.2857142857%;
  height: 100%;
  overflow: hidden;
}
.news-swiper .text {
  width: 50%;
  padding: 0.2rem 0.9rem;
  display: flex;
  align-items: center;
}
.news-swiper .time {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #999;
}
.news-swiper .time .ic1 {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5em;
}
.news-swiper .h3 {
  line-height: 1.3846153846;
  color: #333;
  margin-top: 0.2rem;
  font-weight: 600;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-swiper .d2 {
  line-height: 1.875;
  margin-top: 0.1rem;
  margin-bottom: 0.4rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-swiper .d3 {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #666;
  transition: all 0.3s;
}
.news-swiper .d3 .ic2 {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
.news-swiper .swiper-pagination {
  position: static;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .news-swiper .imgs {
    width: 100%;
  }
  .news-swiper .text {
    width: 100%;
    padding: 0.3rem;
  }
}

.news-1 {
  padding-top: 0.95rem;
  padding-bottom: 1.2rem;
}
.news-list {
  margin-top: 0.6rem;
}
.news-list .li {
  width: 31.8571428571%;
  margin-right: 2.1428571429%;
  margin-bottom: 0.6rem;
}
.news-list .li:nth-child(3n) {
  margin-right: 0;
}
.news-list .dd {
  background-color: #f7f7f7;
  transition: all 0.3s;
}
.news-list .dd::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #e67d1b;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s;
}
.news-list .dd:hover {
  background-color: #fff;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.15);
}
.news-list .dd:hover::before {
  transform: scaleX(1);
}
.news-list .dd:hover .img img {
  transform: scale(1.05);
}
.news-list .dd:hover .btn {
  background-image: url(../images/a2.png);
  background-color: #ab1c18;
}
.news-list .imgs {
  width: 28.6184210526%;
}
.news-list .img {
  position: relative;
  padding-top: calc(278 / 446 * 100%);
}
.news-list .text {
  padding: 0.33rem 0.3rem 0.3rem;
}
.news-list .time {
  color: #999;
}
.news-list .h3 {
  height: 3.3333333333em;
  line-height: 1.6666666667;
  margin-top: 0.14rem;
  transition: color 0.3s;
}
.news-list .d2 {
  color: #444;
  line-height: 1.5;
  margin-top: 0.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .d3 {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.16rem 0.23rem;
  border-radius: 1rem;
  background-color: #ab1c18;
  color: #fff;
  margin-top: 0.4rem;
}
.news-list .btn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: 10.7142857143% auto;
  background-position: center;
  margin-top: 0.52rem;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .news-list .li:nth-child(3n) {
    transition-delay: 0.6s;
  }
  .news-list .li:nth-child(3n-1) {
    transition-delay: 0.3s;
  }
}
@media (max-width: 768px) {
  .news-list .li {
    width: 100%;
    margin-right: 0;
  }
  .news-list .imgs {
    width: 100%;
    order: 1;
  }
  .news-list .text {
    width: 100%;
    padding: 0.3rem;
    order: 2;
  }
}

.news-2 {
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}

.news-det {
  overflow: hidden;
}

.news-page {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .news-page .news-11 {
    width: 100%;
    order: 1;
  }
  .news-page .news-12 {
    width: 100%;
    padding-top: 0.5rem;
    order: 2;
    padding-right: 0;
  }
}

.news-11 {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 0.8rem;
}
.news-11 .box {
  background-color: #fff;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .news-11 .box {
    padding: 0 0.3rem;
  }
}

.news-12 {
  padding-top: 0.72rem;
  padding-bottom: 1rem;
}
.news-12 .swiper {
  margin-top: 0.6rem;
}
.news-12 .sw {
  background-color: #fff;
  transition: all 0.3s;
}
.news-12 .sw::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #e67d1b;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s;
}
.news-12 .sw:hover {
  background-color: #fff;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.15);
}
.news-12 .sw:hover::before {
  transform: scaleX(1);
}
.news-12 .sw:hover .img img {
  transform: scale(1.05);
}
.news-12 .sw:hover .btn {
  background-image: url(../images/a2.png);
  background-color: #ab1c18;
}
.news-12 .imgs {
  width: 28.6184210526%;
}
.news-12 .img {
  position: relative;
  padding-top: calc(278 / 446 * 100%);
}
.news-12 .text {
  padding: 0.33rem 0.3rem 0.3rem;
}
.news-12 .time {
  color: #999;
}
.news-12 .h3 {
  height: 3.3333333333em;
  line-height: 1.6666666667;
  margin-top: 0.14rem;
  transition: color 0.3s;
}
.news-12 .d2 {
  color: #444;
  line-height: 1.5;
  margin-top: 0.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-12 .d3 {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.16rem 0.23rem;
  border-radius: 1rem;
  background-color: #ab1c18;
  color: #fff;
  margin-top: 0.4rem;
}
.news-12 .btn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: 10.7142857143% auto;
  background-position: center;
  margin-top: 0.52rem;
  transition: all 0.3s;
}

.news-13 {
  padding-top: 1.08rem;
  padding-bottom: 1.35rem;
  background-color: #f8f8f8;
}
.news-13 .swiper {
  margin-top: 0.66rem;
}
.news-13 .sw {
  height: auto;
}
.news-13 .sw:hover .img img {
  transform: scale(1.1);
}
.news-13 .sw:hover .h3 {
  color: #ab1c18;
}
.news-13 .img {
  position: relative;
  padding-top: 62.3869801085%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.news-13 .text {
  padding: 0 0.1rem;
  margin-top: 0.19rem;
}
.news-13 .h3 {
  line-height: 1.4285714286;
  height: 2.8571428571em;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-13 .time {
  color: #666;
  margin-top: 0.18rem;
}

.det-top {
  padding-top: 0.46rem;
  padding-bottom: 0.32rem;
}
.det-top .tops {
  display: flex;
  justify-content: center;
  margin-top: 0.26rem;
}
.det-top .dt_2 {
  margin-top: 0.18rem;
  text-align: center;
}
.det-top .dt_2 .di {
  display: inline-block;
  margin: 0 0.1rem;
}
.det-top .le {
  color: #999;
  display: flex;
  flex-wrap: wrap;
}
.det-top .ti {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-right: 0.3rem;
}
.det-top .ti img {
  height: 1em;
  margin-right: 0.1rem;
}
.det-top .times {
  display: flex;
  align-items: center;
  color: #000;
}
.det-top .times .tag {
  padding: 0 0.07rem;
  background-color: #ab1c18;
  color: #fff;
  line-height: 1.625;
  margin-right: 0.13rem;
}
.det-top .time {
  color: #999;
  margin-top: 0.28rem;
}
.det-top .tic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5em;
  line-height: 1;
}
.det-top .shares {
  display: flex;
  align-items: center;
  color: #666;
  margin-left: 0.5rem;
}
.det-top .shares .sp {
  margin-right: 0.2rem;
}
.det-top .shares .si {
  margin-right: 1em;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.det-top .shares .si:hover .i1 {
  display: none;
}
.det-top .shares .si:hover .i2 {
  display: block;
  filter: none;
}
.det-top .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.det-top .shares .hd {
  display: inline-flex;
  align-items: center;
}
.det-top .shares .hd img {
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.det-top .shares .i2 {
  filter: brightness(0) invert(0.5);
}
.det-top .shares .bd {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
}
.det-top .shares .bd .code {
  width: 1rem;
  max-width: none;
}
.det-top .back {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 1;
  color: #666;
  transition: color 0.3s;
}
.det-top .back:hover {
  color: #ab1c18;
  transition: color 0.3s;
}
.det-top .back .ic {
  width: 0.75em;
  height: 0.75em;
  background-image: url(../images/icon-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 1em;
}
.det-top .back img {
  margin-left: 0.1rem;
}
@media screen and (max-width: 768px) {
  .det-top .shares {
    width: 100%;
    justify-content: center;
    margin: 0;
    margin-top: 0.2rem;
  }
  .det-top .from {
    display: none;
  }
  .det-top .back {
    margin-top: 0.3rem;
  }
  .det-top .tops {
    flex-wrap: wrap;
  }
  .det-top .time {
    width: 100%;
    text-align: center;
  }
}

.det-cen {
  color: #666;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
  line-height: 2;
}

.det-bot {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.det-bot .det_pag {
  border-top: 1px solid #e8e8e8;
}
.det-bot .det_pag ul {
  display: flex;
  flex-wrap: wrap;
}
.det-bot .det_pag li {
  width: 50%;
  border-right: 1px solid #e8e8e8;
  padding: 0.56rem 0;
  padding-left: 2rem;
}
.det-bot .det_pag li:last-child {
  padding-right: 2rem;
  border-right: none;
}
.det-bot .det_pag a {
  width: 100%;
  color: #111;
  font-weight: 500;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.det-bot .det_pag a:hover {
  color: #ab1c18;
}
.det-bot .det_pag a:hover .i1 {
  display: none;
}
.det-bot .det_pag a:hover .i2 {
  display: block;
}
.det-bot .det_pag .prev {
  padding-right: 0.9rem;
}
.det-bot .det_pag .prev .icon {
  margin-right: 0.4rem;
}
.det-bot .det_pag .next {
  padding-left: 0.9rem;
}
.det-bot .det_pag .next .icon {
  margin-left: 0.4rem;
}
.det-bot .det_pag .icon {
  display: inline-flex;
  align-items: center;
}
.det-bot .det_pag span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.det-bot .det_pag .i2 {
  display: none;
}
.det-bot .db_btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  line-height: 3;
  padding: 0 0.15rem;
  box-shadow: 0 0 0 1px inset #000;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.det-bot .db_btn .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.48rem;
}
.det-bot .db_btn:hover {
  background-color: #ab1c18;
  color: #fff;
  box-shadow: none;
}
.det-bot .det_ul {
  line-height: 2.25;
}
.det-bot .det_ul a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.det-bot .det_ul a:hover {
  color: #ab1c18;
  transition: all 0.3s;
}
.det-bot .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.17rem 0.4rem;
  color: #fff;
  background-color: #ab1c18;
  transition: all 0.3s;
}
.det-bot .btn:hover {
  box-shadow: 0 0 0.1rem rgba(171, 28, 24, 0.5);
}
.det-bot .btn .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
.det-bot .db_ul2 {
  display: flex;
  justify-content: space-between;
}
.det-bot .db_ul2 .ua {
  display: inline-flex;
  align-items: flex-end;
  width: 50%;
}
.det-bot .db_ul2 .ua:hover .t2 {
  color: #ab1c18;
}
.det-bot .db_ul2 .next {
  flex-direction: row-reverse;
  text-align: right;
}
.det-bot .db_ul2 .imgs {
  width: 2.1rem;
  flex-shrink: 0;
}
.det-bot .db_ul2 .img {
  position: relative;
  padding-top: 60%;
}
.det-bot .db_ul2 .text {
  padding: 0 0.3rem;
  flex-grow: 1;
}
.det-bot .db_ul2 .t1 {
  color: #333;
}
.det-bot .db_ul2 .t2 {
  color: #666;
  line-height: 1.5;
  height: 3em;
  margin-top: 0.13rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .det-bot {
    flex-wrap: wrap;
  }
  .det-bot .det_pag li {
    width: 100%;
    padding: 20px 20px !important;
    text-align: left !important;
  }
  .det-bot .det_pag .icon {
    display: none;
  }
  .det-bot .db_btn {
    margin-top: 15px;
  }
  .det-bot .btn {
    margin-top: 20px;
  }
  .det-bot .db_ul2 {
    flex-wrap: wrap;
  }
  .det-bot .db_ul2 .ua {
    display: inline-flex;
    align-items: flex-end;
    width: 100%;
    margin: 0.1rem 0;
  }
  .det-bot .db_ul2 .next {
    flex-direction: row;
    text-align: left;
  }
  .det-bot .db_ul2 .imgs {
    width: 2.1rem;
    flex-shrink: 0;
  }
  .det-bot .db_ul2 .img {
    position: relative;
    padding-top: 60%;
  }
  .det-bot .db_ul2 .text {
    padding: 0 0.3rem;
    flex-grow: 1;
  }
  .det-bot .db_ul2 .t1 {
    color: #333;
  }
  .det-bot .db_ul2 .t2 {
    color: #666;
    line-height: 1.5;
    height: 3em;
    margin-top: 0.13rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.det-shares {
  display: flex;
  justify-content: center;
  align-items: center;
}
.det-shares .line {
  flex-grow: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.det-shares .shares {
  flex-shrink: 0;
  display: flex;
  padding: 0 0.3rem;
}
.det-shares .si {
  margin: 0 0.1rem;
}
.det-shares .si:hover .hd {
  opacity: 0.6;
}
.det-shares .hd {
  display: inline-flex;
}
.det-shares .hi {
  height: 0.25rem;
}

.det-backs.cent {
  text-align: center;
}
.det-backs .back {
  display: inline-block;
  line-height: 0.6rem;
  padding: 0 0.46rem;
  background-image: linear-gradient(-90deg, #d8ab6d 0%, #f0d9bb 100%);
  color: #fff;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .det-backs {
    display: none;
  }
}

.det-pag {
  background-color: #fff;
  padding-top: 0.6rem;
}
.det-pag .pa {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: all 0.3s;
}
.det-pag .pa:hover .btn {
  background-color: #ab1c18;
}
.det-pag .pa:hover .btn1 {
  background-image: url(../images/a8.png);
}
.det-pag .pa:hover .btn2 {
  background-image: url(../images/a10.png);
}
.det-pag .ic {
  margin: 0 0.4rem;
}
.det-pag .sp {
  margin: 0 0.2rem;
}
.det-pag .btn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-size: 10.7142857143% auto;
  background-position: center;
  transition: all 0.3s;
}
.det-pag .btn1 {
  background-image: url(../images/a7.png);
}
.det-pag .btn2 {
  background-image: url(../images/a9.png);
}
@media (max-width: 768px) {
  .det-pag {
    flex-wrap: wrap;
  }
  .det-pag .pa {
    width: 50%;
  }
  .det-pag .back {
    width: 100%;
    order: 3;
  }
}

.db_ul .ua {
  line-height: 2;
  color: #333;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.db_ul .ua:hover {
  color: #ab1c18;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .db_ul {
    width: 100%;
  }
}

.det_tags {
  padding: 0.42rem 0.3rem;
  padding-bottom: 0.32rem;
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  line-height: 2.125;
}
.det_tags .sp {
  margin-right: 0.2rem;
}
.det_tags .aa {
  padding: 0 0.2rem;
  border-radius: 0 0.2rem 0 0.2rem;
  box-shadow: 0 0 0 1px inset #d0d0d1;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  transition: all 0.3s;
}
.det_tags .aa:hover {
  background-color: #ab1c18;
  color: #fff;
  box-shadow: none;
}

.cr_t {
  font-weight: 600;
}

.cr-list {
  margin-top: 0.28rem;
  margin-bottom: 0.8rem;
  border-top: 1px solid #f3f3f3;
}
.cr-list .li {
  padding: 0.3rem 0;
  border-bottom: 1px solid #f3f3f3;
}
.cr-list .aa {
  display: flex;
  justify-content: space-between;
}
.cr-list .aa:hover .img img {
  transform: scale(1.1);
}
.cr-list .aa:hover .h3 {
  color: #ab1c18;
}
.cr-list .imgs {
  width: 31.1111111111%;
}
.cr-list .img {
  position: relative;
  padding-top: 57.1428571429%;
  overflow: hidden;
  border-radius: 0.1rem;
  box-shadow: 0 0 0 1px #f3f3f3;
}
.cr-list .text {
  width: 62.2222222222%;
}
.cr-list .h3 {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cr-list .d2 {
  line-height: 1.3571428571;
  color: #666;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cr-list .ic {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon-3.png);
  flex-shrink: 0;
  margin-right: 0.5em;
}
.cr-list1 {
  padding-top: 0.75rem;
  margin-bottom: 0.8rem;
}
.cr-list1 .ul {
  margin-top: 0.41rem;
}
.cr-list1 .li {
  margin-bottom: 0.2rem;
}
.cr-list1 .li:last-child {
  margin-bottom: 0;
}
.cr-list1 .aa {
  display: block;
  background-color: #fff;
}
.cr-list1 .aa:hover .img img {
  transform: scale(1.1);
}
.cr-list1 .aa:hover .h3 {
  color: #ab1c18;
}
.cr-list1 .img {
  position: relative;
  padding-top: 56.1403508772%;
  overflow: hidden;
}
.cr-list1 .text {
  padding: 0.22rem 0.3rem 0.32rem;
}
.cr-list1 .time {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 0.12rem;
  color: #999;
}
.cr-list1 .ic {
  width: 1em;
  margin-right: 0.5em;
}
.cr-list1 .h3 {
  line-height: 1.875;
  height: 3.75em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .cr-list1 {
    padding-top: 0.2rem;
  }
  .cr-list1 .ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cr-list1 .li {
    width: 48%;
  }
}

.cr-list2 {
  margin-top: 0.28rem;
  margin-bottom: 0.8rem;
}
.cr-list2 .tit {
  font-weight: bold;
}
.cr-list2 .ul {
  margin-top: 0.4rem;
}
.cr-list2 .li {
  margin-bottom: 0.56rem;
}
.cr-list2 .li:last-child {
  margin-bottom: 0;
}
.cr-list2 .aa {
  display: block;
}
.cr-list2 .aa:hover .img img {
  transform: scale(1.1);
}
.cr-list2 .aa:hover .h3 {
  color: #ab1c18;
}
.cr-list2 .aa:hover .btns {
  opacity: 1;
}
.cr-list2 .top {
  position: relative;
}
.cr-list2 .img {
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 0.2rem;
  box-shadow: 0 0 0 1px #eee;
}
.cr-list2 .bot {
  display: block;
  padding-top: 0.26rem;
}
.cr-list2 .h3 {
  font-weight: 600;
  transition: all 0.3s;
}
.cr-list2 .d2 {
  margin-top: 0.16rem;
  color: #666;
}
.cr-list2 .d3 {
  margin-top: 0.25rem;
  color: #ab1c18;
}
.cr-list2 .btns {
  position: absolute;
  bottom: 0.35rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.cr-list2 .btn1 {
  width: 1.8rem;
  height: 0.6rem;
  padding: 0 0.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(-90deg, #d8ab6d 0%, #f0d9bb 100%), linear-gradient(#ffffff, #ffffff);
  border-radius: 1rem;
  color: #fff;
  cursor: pointer;
}
.cr-list2 .btn2 {
  margin-left: 0.1rem;
  cursor: pointer;
}
.cr-list2 .btn2 img {
  height: 0.6rem;
}
@media screen and (max-width: 768px) {
  .cr-list2 .ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cr-list2 .li {
    width: 48%;
  }
}

.com-news {
  padding-top: 0.56rem;
  padding-bottom: 1.3rem;
}
.com-news .tit {
  color: #ab1c18;
}
.com-news .swiper {
  margin-top: 0.57rem;
}
.com-news .sw {
  height: auto;
  background-color: #f5f5f5;
}
.com-news .sw:hover .img img {
  transform: scale(1.1);
}
.com-news .sw:hover .h3 {
  color: #ab1c18;
}
.com-news .img {
  position: relative;
  padding-top: 70.2564102564%;
  overflow: hidden;
}
.com-news .text {
  padding: 0.25rem 0.2rem;
}
.com-news .h3 {
  line-height: 1.5555555556;
  height: 3.1111111111em;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.com-news .d2 {
  text-align: right;
  margin-top: 0.24rem;
}
.com-news .d2 .sp2 {
  color: #666;
}
.com-news .d2 .time {
  color: #666;
}
.com-news .sbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20% auto;
  z-index: 30;
  cursor: pointer;
  opacity: 0;
}
.com-news .sbtn:hover {
  background-color: #ab1c18;
}
.com-news .prev {
  left: 0;
  background-image: url(../images/icon-p11.png);
}
.com-news .prev:hover {
  background-image: url(../images/icon-p12.png);
}
.com-news .next {
  right: 0;
  background-image: url(../images/icon-p21.png);
}
.com-news .next:hover {
  background-image: url(../images/icon-p22.png);
}
@media (max-width: 768px) {
  .com-news .sbtn {
    opacity: 1;
  }
}

.com-pages {
  display: flex;
  justify-content: space-between;
}
.com-pages .com-le {
  width: 20%;
}
.com-pages .com-ri {
  width: 77.5%;
}
@media screen and (max-width: 768px) {
  .com-pages {
    flex-wrap: wrap;
  }
  .com-pages .com-le {
    width: 100%;
  }
  .com-pages .com-ri {
    width: 100%;
    padding-top: 0.5rem;
  }
}

.pro-0 {
  padding-top: 0.3rem;
}
.pro-0 .text {
  width: 9.8rem;
  padding: 0 0.4rem;
}
.pro-0 .imgs {
  width: 5rem;
}
.pro-0 .img {
  padding-top: 60%;
}
.pro-0 .h2 {
  color: #000;
}
.pro-0 .te {
  line-height: 2;
  color: #666;
  margin-top: 0.24rem;
}
@media (max-width: 768px) {
  .pro-0 .imgs {
    width: 100%;
    order: 1;
  }
  .pro-0 .text {
    width: 100%;
    padding: 0.4rem;
    order: 2;
  }
}

.pro-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
}
.pro-list .li {
  width: 32.2580645161%;
  margin-right: 1.6129032258%;
  margin-bottom: 0.2rem;
  position: relative;
}
.pro-list .li:nth-child(3n) {
  margin-right: 0;
}
.pro-list .dd {
  height: 100%;
  display: block;
  position: relative;
  padding: 0.3rem;
}
.pro-list .aa:hover .h3 {
  color: #ab1c18;
}
.pro-list .img {
  padding-top: 100%;
}
.pro-list .d1 {
  color: #b81a35;
}
.pro-list .h3 {
  line-height: 1.3333333333;
  margin-top: 0.14rem;
  transition: color 0.3s;
}
.pro-list .d2 {
  color: #ab1c18;
  margin-top: 0.08rem;
}
.pro-list .d2 .pr2 {
  color: #999;
  text-decoration: line-through;
}
.pro-list .btns {
  margin-top: 0.2rem;
}
.pro-list .aa2 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #dbdbdb;
  color: #ab1c18;
  padding: 0.16rem 0;
  transition: all 0.3s;
}
.pro-list .aa2:hover {
  background-color: #ab1c18;
  color: #fff;
}
.pro-list .aa2:hover .aic {
  filter: brightness(0) invert(1);
}
.pro-list .aa2 .aic {
  width: 1em;
  margin-right: 0.1rem;
}
@media (max-width: 768px) {
  .pro-list {
    justify-content: space-between;
  }
  .pro-list .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.pro-1 {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}
.pro-1 .tags {
  font-size: 0;
  text-align: center;
}
.pro-1 .ti {
  display: inline-block;
  min-width: 1.8rem;
  white-space: nowrap;
  background-color: #f5f5f5;
  line-height: 3;
  border-radius: 1rem;
  margin: 0.2rem;
  padding: 0 0.1rem;
  transition: all 0.3s;
}
.pro-1 .ti:hover, .pro-1 .ti.on {
  background-color: #ab1c18;
  color: #fff;
}
@media (max-width: 768px) {
  .pro-1 .ti {
    margin: 0.1rem;
  }
}

.pro-nav {
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.pro-nav .sw {
  width: auto;
  line-height: 0.8rem;
  padding: 0 0.3rem;
}
.pro-nav .sw:hover {
  color: #ab1c18;
}
.pro-nav .sw.on {
  color: #fff;
  background-image: linear-gradient(-90deg, #d8ab6d 0%, #f0d9bb 100%), linear-gradient(#dab47f, #dab47f);
}

.pro-sort {
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
  position: relative;
}
.pro-sort .sort {
  float: right;
  position: relative;
  z-index: 5;
}
.pro-sort .sort.show .select-sub {
  display: block;
}
.pro-sort .sort.show .ic {
  transform: translateY(-50%) rotate(180deg);
}
.pro-sort .hd {
  display: flex;
  align-items: center;
  position: relative;
}
.pro-sort .sp {
  flex-shrink: 0;
}
.pro-sort .st {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-sort .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.pro-sort .hte {
  width: 4rem;
  min-height: 40px;
  min-width: 300px;
  margin-left: 0.2rem;
  background-color: #fff;
  border-radius: 0.1rem;
  line-height: 0.6rem;
  padding: 0 0.3rem;
  padding-right: 0.6rem;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.pro-sort .select-sub {
  position: absolute;
  right: 0;
  top: calc(100% + 0.1rem);
  width: 4rem;
  min-width: 300px;
  display: none;
}
.pro-sort .select-cont {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.08);
  z-index: 60;
}
.pro-sort .select-item {
  padding: 0.1rem;
  cursor: pointer;
}
.pro-sort .select-item:hover {
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .pro-sort .sort {
    width: 100%;
  }
  .pro-sort .hte {
    min-width: auto;
    flex-grow: 1;
  }
  .pro-sort .select-sub {
    width: 100%;
  }
  .pro-sort .select-item {
    padding: 0.2rem;
  }
}

.pro-relate {
  padding-bottom: 1.2rem;
}
.pro-relate .sw {
  height: auto;
  position: relative;
  background-color: #fff;
}
.pro-relate .sw:hover .img img {
  transform: scale(1.1);
}
.pro-relate .top {
  padding: 0.16rem;
  padding-bottom: 0;
}
.pro-relate .img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.pro-relate .name {
  padding: 0.19rem 0.16rem 0.13rem;
  box-shadow: 0 -1px 0 0 inset #e6e6e6;
}
.pro-relate .h3 {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-relate .te {
  padding: 0.12rem 0.16rem 0.3rem;
  line-height: 1.4285714286;
  color: #666;
}
.pro-relate .ti {
  margin-bottom: 0.7em;
}
.pro-relate .ti:last-child {
  margin-bottom: 0;
}
.pro-relate .btns {
  text-align: center;
  margin-top: 0.36rem;
}
.pro-relate .btn {
  display: inline-flex;
  align-items: center;
  background-color: #bbb;
  line-height: 1;
  padding: 0.15rem 0.3rem;
  color: #fff;
  border-radius: 1rem;
  white-space: nowrap;
  transition: all 0.3s;
}
.pro-relate .btn .ic {
  margin-left: 1em;
  width: 0.5em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.pro-parameter {
  padding-top: 0.4rem;
  padding-bottom: 1.2rem;
}
.pro-parameter .com-tags {
  margin-bottom: 0.8rem;
}

.parameter-top {
  margin-bottom: 0.1rem;
}
.parameter-top .ip {
  width: 100%;
  height: 0.6rem;
  background-color: #fff;
  padding: 0 0.2rem;
  border: none;
}
.parameter-top .button {
  width: 1em;
  height: 100%;
  background-color: #ab1c18;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: none;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32% auto;
}

.parameter-nav {
  margin-top: 0.1rem;
  padding: 0.3rem;
  padding-top: 0;
}
.parameter-nav .ni {
  padding: 0 0.03rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.parameter-nav .ni.on .hic {
  background-image: url(../images/a39.png);
}
.parameter-nav .ni.on .bd {
  display: block;
}
.parameter-nav .def-open .hic {
  background-image: url(../images/a39.png);
}
.parameter-nav .def-open .bd {
  display: block;
}
.parameter-nav .hd {
  position: relative;
  padding: 0.25rem 0rem;
  cursor: pointer;
  color: #000;
}
.parameter-nav .hsp {
  display: block;
}
.parameter-nav .hic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a40.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.parameter-nav .bd {
  display: none;
}
.parameter-nav .blist {
  padding-top: 4px;
  padding-bottom: 0.3rem;
}
.parameter-nav .bli {
  margin-bottom: 0.19rem;
}
.parameter-nav .bli:last-child {
  margin-bottom: 0;
}
.parameter-nav .lab {
  position: relative;
  display: flex;
  align-items: center;
  color: #666;
  cursor: pointer;
}
.parameter-nav .lab.selected .ic {
  box-shadow: 0 0 0 1px inset #ab1c18;
  background-color: #ab1c18;
}
.parameter-nav .ic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px inset #e3e3e3;
  background-image: url(../images/a55.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64.2857142857% auto;
  flex-shrink: 0;
  margin-right: 0.12rem;
  position: relative;
}
.parameter-nav .ck {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
.parameter-nav .ba {
  display: block;
  position: relative;
}
.parameter-nav .ba::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(../images/a17.png);
  background-repeat: no-repeat;
  background-size: 57.1428571429% auto;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.parameter-nav .ba:hover {
  color: #ab1c18;
}
.parameter-nav .ba:hover::before {
  background-image: url(../images/a18.png);
}
.parameter-nav .reset {
  width: 100%;
  height: 3em;
  border: none;
  margin-top: 0.27rem;
  color: #333;
  transition: all 0.3s;
}
.parameter-nav .reset:hover {
  background-color: #ab1c18;
  color: #fff;
}
.parameter-nav .reset .bic {
  width: 0.75em;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.parameter-nav .slider {
  padding-bottom: 0.4rem;
}
/* .parameter-nav .inps {
  margin-bottom: 0.3rem;
}
.parameter-nav .in_i {
  width: calc(50% - 0.1rem);
  padding: 0 0.14rem;
  box-shadow: 0 0 0 1px inset #f3f3f3;
  line-height: 0.42rem;
}
.parameter-nav .in_i .sp2 {
  color: #999;
}
.parameter-nav .in-ip {
  width: 100%;
  height: 0.42rem;
}
.parameter-nav .in_line {
  width: 0.2rem;
  position: relative;
}
.parameter-nav .in_line::before {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #333333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
} */
.parameter-nav .inps {
  margin-bottom: 0.3rem;
}
.parameter-nav .in_i {
  width: calc(50% - 0.1rem);
  padding-left: 0.14rem;
  box-shadow: 0 0 0 1px #f3f3f3;
  line-height: 0.42rem;
  display: flex;
}
.parameter-nav .in_i .sp2 {
  color: #999;
}
.parameter-nav .in-ip {
  flex-grow: 1;
  width: 100%;
  height: 0.42rem;
  border: none;
  padding: 0 0.25em;
}
.parameter-nav .in_line {
  width: 0.2rem;
  position: relative;
}
.parameter-nav .in_line::before {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #333333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.parameter-nav .submit {
  padding: 0 1em;
  height: 0.42rem;
  border: 1px solid #ab1c18;
  background-color: #fff;
  margin-left: 0.1rem;
  font-weight: bold;
  border-radius: 2px;
}
@media screen and (max-width: 1280px) {
  .parameter-nav .inps {
    flex-wrap: wrap;
  }
  .parameter-nav .submit {
    margin-top: 0.1rem;
    width: 100%;
  }
}
.parameter-nav .range {
  margin: 0 0.1remw;
}
.parameter-nav .layui-slider {
  height: 2px;
}
.parameter-nav .layui-slider-wrap-btn {
  width: 0.2rem;
  height: 0.2rem;
}
.parameter-nav .layui-slider-tips {
  display: none !important;
}

.pro-tags {
  position: relative;
  z-index: 30;
}
.pro-tags .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-tags .com-tags {
  margin-bottom: 0;
}
.pro-tags .se-tags {
  padding: 0;
  margin: 0;
}
@media (min-width: 769px) {
  .pro-tags.fixed .pro-sticky {
    position: fixed;
    left: 0;
    top: 0.9rem;
    z-index: 30;
    background-color: #f8f8f8;
  }
}
@media (max-width: 768px) {
  .pro-tags .box {
    flex-direction: column;
  }
  .pro-tags .se-tags {
    margin-top: 0.3rem;
  }
}

.pro-tops {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.pro-tops .tt1 {
  color: #ab1c18;
}
.pro-tops .tt2 {
  font-weight: bold;
  margin-top: 0.05rem;
}
.pro-tops .btn {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background-color: #ab1c18;
  padding: 0.11rem;
  padding-left: 0.35rem;
  border-radius: 1rem;
  line-height: 1;
  transition: all 0.3s;
}
.pro-tops .btn:hover {
  transform: translateY(-5px);
}
.pro-tops .ic {
  width: 2em;
  height: 2em;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(../images/a3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 39.2857142857% auto;
  margin-left: 0.3rem;
}

.pro-10 {
  padding: 1.01rem 0;
  min-height: 3.9rem;
}
.pro-10 .txt {
  line-height: 1.4666666667;
}
.pro-10 .d2 {
  margin-top: 0.32rem;
}
.pro-10 .aa {
  display: inline-flex;
  align-items: center;
  color: #fff;
  padding: 0.16rem 0.3rem;
  border-radius: 1rem;
  background-image: linear-gradient(90deg, #2386bd 0%, #21d978 100%), linear-gradient(#2386bd, #2386bd);
}
.pro-10 .ic {
  width: 1.3571428571em;
  height: 1em;
  background-image: url(../images/icon-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.3rem;
}
.pro-tt {
  position: relative;
  padding-left: 0.5em;
  font-weight: 600;
}
.pro-tt::before {
  content: "";
  width: 4px;
  height: 0.9285714286em;
  background-color: #ab1c18;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.det-page {
  padding-top: 0.6rem;
  padding-bottom: 1.1rem;
}

.dlg-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

.dlg-cont {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
}

.form-dialog {
  display: none;
}
.form-dialog.show {
  display: block;
}
.form-dialog .dlg-cont {
  width: 5.8rem;
  max-width: 80vw;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.form-dialog .off {
  position: absolute;
  bottom: 100%;
  left: calc(100% + 0.1rem);
  transform: translateY(0.1rem);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-image: url(../images/m_off1.png);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
}
.form-dialog .off:hover {
  background-color: #fff;
}
.form-dialog .tops {
  display: flex;
  position: relative;
}
.form-dialog .tops::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f3f3f3;
  clip-path: polygon(0 0, calc(50% - 0.2rem) 0, calc(50% + 0.2rem) 100%, 0% 100%);
  pointer-events: none;
}
.form-dialog .tp2 {
  background-color: #f3f3f3;
}
.form-dialog .tp2::before {
  background-color: #fff;
}
.form-dialog .ti {
  width: 50%;
  text-align: center;
  line-height: 0.8rem;
  position: relative;
  cursor: pointer;
  color: #999;
  font-weight: 600;
}
.form-dialog .ti.on {
  color: #222;
}
.form-dialog .forms {
  position: relative;
  padding: 0.48rem 0.5rem 0.4rem 0.4rem;
}
.form-dialog .fmi {
  display: none;
}
.form-dialog .fmi.show {
  display: block;
}
.form-dialog .tit {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.form-dialog .fi {
  width: 100%;
  margin-bottom: 0.18rem;
}
.form-dialog .w100 {
  width: 100%;
}
.form-dialog .ft {
  margin-bottom: 0.1rem;
}
.form-dialog .inp {
  position: relative;
}
.form-dialog .ip {
  width: 100%;
  height: 0.48rem;
  min-height: 30px;
  padding: 0 0.2rem;
  background-color: #fff;
  border: solid 1px #e5e5e5;
}
.form-dialog .ta {
  width: 100%;
  height: 1.06rem;
  min-height: 100px;
  border: solid 1px #e5e5e5;
  padding: 0.2rem;
}
.form-dialog .code {
  height: 0.4rem;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
}
.form-dialog .tip {
  color: #999;
}
.form-dialog .btns {
  margin-top: 0.18rem;
}
.form-dialog .submit {
  width: 100%;
  height: 0.48rem;
  border: none;
  background-color: #222;
  color: #fff;
  padding: 0 0.49rem;
  cursor: pointer;
}
.form-dialog .lab {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #444;
  cursor: pointer;
  margin-right: 0.12rem;
  margin-bottom: 0.16rem;
  font-weight: 300;
}
.form-dialog .lab.selected .ic {
  box-shadow: 0 0 0 1px #222;
}
.form-dialog .lab.selected .ic::before {
  content: "";
  width: 0.7142857143em;
  height: 0.7142857143em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #222;
  border-radius: 3px;
}
.form-dialog .ic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px #999;
  flex-shrink: 0;
  border-radius: 3px;
  margin-right: 0.4em;
  position: relative;
}
.form-dialog .rdo {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
@media (max-width: 768px) {
  .form-dialog .form {
    padding: 0.3rem;
  }
  .form-dialog .fi {
    width: 100%;
  }
  .form-dialog .btns {
    text-align: center;
  }
}

.my-dialog {
  display: none;
}
.my-dialog.show {
  display: block;
}
.my-dialog .dlg-cont {
  width: 5rem;
  max-width: calc(100% - 0.48rem);
  padding: 0.58rem 0.5rem 0.65rem;
  background-color: #fff;
}
.my-dialog .off {
  width: 0.22rem;
  height: 0.22rem;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  background-image: url(../images/a20.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.my-dialog .off:hover {
  background-image: url(../images/a21.png);
}
.my-dialog .ftit {
  font-weight: 600;
  text-align: center;
}
.my-dialog .fbox {
  margin-top: 0.36rem;
}
.my-dialog .fi {
  display: flex;
  background-color: #f6f6f6;
  margin-bottom: 0.2rem;
  position: relative;
}
.my-dialog .fi .ic {
  width: 0.7rem;
  height: 0.6rem;
  padding-left: 0.3rem;
  position: relative;
  display: flex;
  align-items: center;
}
.my-dialog .fi .ic::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 0.18rem;
  background-color: #ccc;
}
.my-dialog .fi .ii {
  width: 0.2rem;
  height: 0.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.my-dialog .fi .inp {
  flex-grow: 1;
}
.my-dialog .fi .ip {
  width: 100%;
  height: 0.6rem;
  border: none;
  padding: 0 0.2rem;
  background-color: #f6f6f6;
}
.my-dialog .fi .ip::-moz-placeholder {
  color: #bbb;
}
.my-dialog .fi .ip::placeholder {
  color: #bbb;
}
.my-dialog .fi .ta {
  width: 100%;
  height: 1.3rem;
  border: none;
  padding: 0.2rem;
  background-color: #f6f6f6;
}
.my-dialog .fi .ta::-moz-placeholder {
  color: #bbb;
}
.my-dialog .fi .ta::placeholder {
  color: #bbb;
}
.my-dialog .ww100 {
  width: 100% !important;
}
.my-dialog .f-block {
  display: block;
  height: 0.4rem;
  box-shadow: none;
}
.my-dialog .sel-box {
  flex-grow: 1;
  position: relative;
}
.my-dialog .tshow {
  z-index: 100;
}
.my-dialog .tshow .other {
  display: block;
}
.my-dialog .my-sel {
  width: 100%;
}
.my-dialog .my-sel.show .hd::before {
  transform: translateY(-50%) rotate(225deg);
}
.my-dialog .my-sel.show .bd {
  opacity: 1;
  pointer-events: auto;
}
.my-dialog .my-sel .hd {
  display: flex;
  align-items: center;
  height: 0.6rem;
  cursor: pointer;
  color: #999;
  background-color: #f6f6f6;
  position: relative;
  padding: 0 0.2rem;
  padding-right: 0.3rem !important;
}
.my-dialog .my-sel .hd::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
.my-dialog .my-sel .hd span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.my-dialog .my-sel .bd {
  position: absolute;
  top: calc(100% + 0.06rem);
  left: 0;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 60;
}
.my-dialog .my-sel .blist {
  border-radius: 0.06rem;
  max-height: 2.4rem;
  overflow-y: auto;
  box-shadow: 0px 0px 6px 0px rgba(167, 172, 184, 0.5);
  background-color: #fff;
}
.my-dialog .my-sel .bitem {
  background-color: #fff;
  color: #666;
  padding: 0.1rem 0.2rem;
  cursor: pointer;
}
.my-dialog .my-sel .bitem:hover {
  background-color: #f1f4f9;
}
.my-dialog .my-sel .bitem.selected {
  background-color: #f1f4f9;
}
.my-dialog .btns {
  margin-top: 0.4rem;
}
.my-dialog .btn {
  width: 100%;
  line-height: 1;
  padding: 0.16rem 0.42rem;
  height: 0.54rem;
  background-color: #ab1c18;
  color: #fff;
  border: none;
  cursor: pointer;
}
.my-dialog .te {
  text-align: center;
}
.my-dialog .te .t1 {
  font-weight: 600;
}
.my-dialog .te .t2 {
  margin-top: 0.18rem;
}
.my-dialog .te .t3 {
  margin-top: 0.38rem;
}
.my-dialog .te .aa {
  display: inline-block;
  background-color: #ab1c18;
  color: #fff;
  padding: 0.16rem 0.48rem;
}
@media (max-width: 768px) {
  .my-dialog .dlg-cont {
    padding: 0.4rem;
    max-height: calc(100% - 0.48rem);
    overflow-y: auto;
  }
  .my-dialog .fi {
    width: 100%;
  }
  .my-dialog .f-block {
    height: auto;
  }
  .my-dialog .my-sel .bitem {
    white-space: wrap;
  }
  .my-dialog .my-sel .hd {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .my-dialog .my-sel .hd span {
    -webkit-line-clamp: 2;
  }
}

.com-tags .cti {
  display: inline-block;
  margin-right: 0.4rem;
}
.com-tags .cta {
  display: block;
  position: relative;
  padding: 0.2rem 0;
}
.com-tags .cta:hover {
  color: #ab1c18;
}
.com-tags .cta.on {
  color: #ab1c18;
  font-weight: bold;
}
.com-tags .cta.on::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ab1c18;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.my-select {
  width: 100%;
  position: relative;
}
.my-select.show .bd {
  opacity: 1;
  pointer-events: auto;
}
.my-select .hd {
  display: flex;
  align-items: center;
  height: 0.6rem;
  min-height: 40px;
  cursor: pointer;
  color: #999;
  background-color: #fff;
  position: relative;
  padding: 0 0.2rem;
  border: 2px solid #d4d4d4;
  padding-right: 0.45rem !important;
}
.my-select .hd::before {
  content: "";
  width: 1.1em;
  height: 1em;
  background-image: url(../images/a4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.my-select .hd span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.my-select .bd {
  position: absolute;
  top: calc(100% + 0.06rem);
  left: 0;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 60;
}
.my-select .blist {
  max-height: 2.4rem;
  overflow-y: auto;
  box-shadow: 0px 0px 6px 0px rgba(167, 172, 184, 0.5);
  background-color: #fff;
}
.my-select .bitem {
  background-color: #fff;
  color: #333;
  padding: 0.1rem 0.3rem;
  cursor: pointer;
}
.my-select .bitem:hover {
  background-color: #f1f4f9;
}
.my-select .bitem.selected {
  background-color: #f1f4f9;
}

.my-inp {
  width: 100%;
  border: solid 1px #f3f3f3;
}

.ctc-1 {
  padding-top: 0.72rem;
  padding-bottom: 0.65rem;
}
.ctc-1 .ul {
  margin-top: 0.62rem;
}
.ctc-1 .li {
  margin-bottom: 0.4rem;
}
.ctc-1 .li:last-child {
  margin-bottom: 0;
}
.ctc-1 .li:nth-child(2n) .dd {
  flex-direction: row-reverse;
}
.ctc-1 .dd {
  background-color: #f7f7f7;
}
.ctc-1 .imgs {
  width: 50%;
}
.ctc-1 .img {
  padding-top: calc(452 / 700 * 100%);
}
.ctc-1 .text {
  width: 50%;
  padding: 0.75rem 0.8rem 0.2rem;
}
.ctc-1 .dic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.ctc-1 .dl {
  margin-top: 0.3rem;
}
.ctc-1 .dt {
  padding-left: 0.34rem;
  margin-bottom: 0.2rem;
}
.ctc-1 .d2 {
  line-height: 2;
  color: #666;
}
@media (max-width: 768px) {
  .ctc-1 .dd {
    flex-direction: row !important;
  }
  .ctc-1 .imgs {
    width: 100%;
  }
  .ctc-1 .text {
    width: 100%;
    padding: 0.3rem;
  }
}

.ctc-2 {
  padding-top: 0.93rem;
  padding-bottom: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.ctc-2 .com-tit {
  filter: brightness(0) invert(1);
}
.ctc-2 .form {
  margin-top: 0.8rem;
  padding: 0.6rem 0.6rem 0;
}
.ctc-2 .form::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}
.ctc-2 .fi {
  width: 48.828125%;
  margin-bottom: 0.4rem;
  position: relative;
}
.ctc-2 .fi:last-child {
  margin-bottom: 0;
}
.ctc-2 .w100 {
  width: 100%;
}
.ctc-2 .fi-active .placehold {
  display: none;
}
.ctc-2 .ft {
  color: #444;
}
.ctc-2 .fb {
  margin-top: 0.11rem;
}
.ctc-2 .ip {
  width: 100%;
  height: 0.54rem;
  min-height: 40px;
  background-color: #fff;
  border: none;
  border-bottom: solid 2px rgba(0, 0, 0, 0.08);
  padding: 0 0.1rem;
}
.ctc-2 .placehold {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 0.1rem;
  pointer-events: none;
  color: #666;
}
.ctc-2 .placehold span {
  color: #ff5023;
}
.ctc-2 .ta {
  width: 100%;
  height: 1.46rem;
  border: solid 1px #e5e5e5;
  padding: 0.1rem;
}
.ctc-2 .ta::-moz-placeholder {
  color: #bbb;
}
.ctc-2 .ta::placeholder {
  color: #bbb;
}
.ctc-2 .code {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: auto;
}
.ctc-2 .ww100 {
  width: 100%;
  align-items: flex-start;
}
.ctc-2 .tip {
  color: #999;
  font-weight: 300;
  margin-top: 0.1rem;
}
.ctc-2 .btns {
  margin-top: 0.45rem;
  text-align: center;
}
.ctc-2 .submit {
  display: inline-flex;
  align-items: center;
  min-width: 2.2rem;
  height: 0.56rem;
  min-height: 40px;
  border: none;
  background-color: #ab1c18;
  color: #fff;
  padding: 0 0.24rem;
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}
.ctc-2 .submit:hover {
  background-color: #ff5023;
}
.ctc-2 .submit .sic {
  width: 1em;
  height: 1em;
  margin-left: 0.2rem;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ctc-2 .lab-list {
  margin-top: 0.03rem;
}
.ctc-2 .lab {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #444;
  cursor: pointer;
  margin-right: 0.14rem;
}
.ctc-2 .lab.selected .ic {
  box-shadow: 0 0 0 1px inset #ff5023;
  background-color: #ff5023;
}
.ctc-2 .ic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.2);
  background-image: url(../images/a13.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto;
  flex-shrink: 0;
  margin-right: 0.18rem;
  position: relative;
}
.ctc-2 .rdo {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
.ctc-2 .dic {
  width: 9rem;
  position: absolute;
  right: 2rem;
  top: 0.76rem;
}
@media (max-width: 768px) {
  .ctc-2 .form {
    padding: 0.2rem;
  }
  .ctc-2 .fi {
    width: 100%;
  }
  .ctc-2 .lab {
    margin-bottom: 1em;
  }
  .ctc-2 .lab-list {
    margin-top: 0.3rem;
  }
}

.solution-1 {
  padding-top: 0.72rem;
  padding-bottom: 1rem;
}

.sol-list {
  margin-top: 0.6rem;
  margin-bottom: 0.7rem;
}
.sol-list .li {
  margin-bottom: 0.4rem;
}
.sol-list .li:nth-child(2n) .dd {
  flex-direction: row-reverse;
}
.sol-list .dd {
  background-color: #f7f7f7;
}
.sol-list .dd:hover {
  background-color: #fff;
}
.sol-list .dd:hover .img img {
  transform: scale(1.05);
}
.sol-list .dd:hover .text {
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.15);
}
.sol-list .dd:hover .text::before {
  transform: scaleX(1);
}
.sol-list .dd:hover .btn {
  background-image: url(../images/a2.png);
  background-color: #ab1c18;
}
.sol-list .imgs {
  width: 50%;
}
.sol-list .img {
  padding-top: calc(438 / 700 * 100%);
}
.sol-list .text {
  width: 50%;
  padding: 0.3rem 0.8rem;
}
.sol-list .text::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #e67d1b;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s;
}
.sol-list .intro {
  color: #666;
  line-height: 2;
  margin-top: 0.2rem;
}
.sol-list .btn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: 10.7142857143% auto;
  background-position: center;
  margin-top: 0.52rem;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .sol-list .dd {
    flex-direction: row !important;
  }
  .sol-list .imgs {
    width: 100%;
  }
  .sol-list .text {
    width: 100%;
    padding: 0.3rem;
  }
}

.ct-more {
  color: #666666;
  transition: color 0.3s;
}
.ct-more:hover {
  color: #ab1c18;
}

.home-1 {
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}
.home-1 .ul {
  margin-top: 0.2rem;
}
.home-1 .li {
  width: 32.5%;
  margin-right: 0.2rem;
  margin-top: 0.2rem;
  float: left;
}
.home-1 .aa {
  height: 3rem;
  background-color: #fff;
  overflow: hidden;
}
.home-1 .aa:hover .d3 {
  color: #fff;
  background-color: #ab1c18;
  box-shadow: none;
}
.home-1 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.home-1 .aa1 {
  min-height: 6.2rem;
  padding: 0.3rem;
}
.home-1 .aa1 .img {
  padding-top: 85%;
}
.home-1 .aa1 .text {
  margin-top: 0.4rem;
}
.home-1 .aa1 .d3 {
  margin-top: 0.16rem;
}
.home-1 .aa2 {
  min-height: 3rem;
  padding: 0 0.3rem;
}
.home-1 .aa2 .imgs {
  width: 2rem;
  flex-shrink: 0;
}
.home-1 .aa2 .img {
  padding-top: 100%;
}
.home-1 .aa2 .text {
  flex-grow: 1;
  padding-left: 0.2rem;
}
.home-1 .aa2 .d1 {
  line-height: 1.3125;
}
.home-1 .img {
  max-height: 100%;
}
.home-1 .d1 {
  font-weight: bold;
}
.home-1 .d2 {
  color: #ab1c18;
  margin-top: 0.12rem;
}
.home-1 .d2 .pr2 {
  color: #999;
  text-decoration: line-through;
}
.home-1 .d3 {
  display: inline-block;
  padding: 0 0.25rem;
  box-shadow: 0 0 0 1px inset #000;
  line-height: 3;
  text-align: center;
  margin-top: 0.25rem;
  transition: all 0.3s;
}
@media (min-width: 1281px) {
  .home-1 .li:nth-child(3) {
    margin-right: 0;
  }
  .home-1 .li:nth-child(5) {
    margin-right: 0;
  }
  .home-1 .li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .home-1 .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-1 .li {
    width: 49%;
    margin-right: 0;
  }
  .home-1 .li:nth-child(1) {
    width: 100%;
  }
  .home-1 .aa {
    height: 100%;
  }
  .home-1 .aa2 {
    flex-wrap: wrap;
  }
  .home-1 .aa2 .imgs {
    width: 100%;
  }
  .home-1 .aa2 .text {
    width: 100%;
    padding: 0.2rem;
  }
}

.home-2 {
  padding-top: 0.72rem;
  padding-bottom: 0.92rem;
}
.home-2 .swiper {
  margin-top: 0.5rem;
}
.home-2 .sw {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  min-height: 5.9rem;
  height: auto;
}
.home-2 .sw:hover .d3 {
  background-color: #ab1c18;
  color: #fff;
  box-shadow: none;
}
.home-2 .img {
  padding-top: calc(360 / 320 * 100%);
}
.home-2 .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.home-2 .text {
  padding-top: 0.04rem;
}
.home-2 .d1 {
  line-height: 1.3333333333;
}
.home-2 .d2 {
  color: #ab1c18;
  margin-top: 0.06rem;
}
.home-2 .d2 .pr2 {
  color: #999;
  text-decoration: line-through;
}
.home-2 .d3 {
  display: inline-block;
  padding: 0 0.25rem;
  box-shadow: 0 0 0 1px inset #000;
  line-height: 3;
  text-align: center;
  margin-top: 0.16rem;
  transition: all 0.3s;
}
.home-2 .new {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-45deg) translate(-50%, 0%);
  transform-origin: left top;
  color: #fff;
  width: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
}
.home-2 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #f7f7f7;
  position: absolute;
  top: calc(50% - 0.5rem);
  background-repeat: no-repeat;
  background-size: 28% auto;
  background-position: center;
}
.home-2 .sbtn:hover {
  background-color: #ab1c18;
}
.home-2 .prev {
  right: calc(100% + 0.3rem);
  background-image: url(../images/a1.png);
}
.home-2 .prev:hover {
  background-image: url(../images/a2.png);
}
.home-2 .next {
  left: calc(100% + 0.3rem);
  background-image: url(../images/a3.png);
}
.home-2 .next:hover {
  background-image: url(../images/a4.png);
}
@media (max-width: 768px) {
  .home-2 .prev {
    left: 0;
  }
  .home-2 .next {
    left: auto;
    right: 0;
  }
}

/**
.home-3 {
	padding-bottom: 0.6rem;
	.box {
		margin-top: 0.48rem;
	}
	.item {
		width: calc(790 / 1600 * 100%);
	}
	.aa {
		margin-right: 0.2rem;
		margin-bottom: 0.2rem;
		&::before {
			content: "";
			width: 100%;
			height: 100%;
			background-color: rgba($color: #000, $alpha: 0.5);
			position: absolute;
			left: 0;
			top: 0;
			opacity: 0;
			transition: opacity 0.3s;
			z-index: 2;
		}
		&:nth-child(2n) {
			margin-right: 0;
		}
		&:last-child {
			margin-right: 0;
		}
		&:hover {
			.href {
				margin-top: 0.2rem;
				height: 3em;
			}
			&::before {
				opacity: 1;
			}
		}
	}
	.aa2 {
		width: 3.85rem;
		float: left;
	}
	.aa3 {
		width: 3.85rem;
		float: right;
	}
	.img1 {
		padding-top: calc(350 / 790 * 100%);
	}
	.img2 {
		padding-top: calc(350 / 385 * 100%);
	}
	.img3 {
		padding-top: calc(720 / 385 * 100%);
	}
	.h3 {
		width: 100%;
		color: #fff;
	}
	.text {
		display: flex;
		align-items: center;
		text-align: center;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 0.1rem;
		z-index: 4;
	}
	.tbox {
		width: 100%;
	}
	.href {
		display: inline-block;
		height: 0;
		line-height: 3em;
		overflow: hidden;
		background-color: $th1;
		color: #fff;
		padding: 0 0.26rem;
		margin-top: 0;
		transition: all 0.3s;
	}
	@media (max-width: 768px) {
		.item {
			width: 100%;
		}
		.aa2 {
			width: 49%;
			margin-right: 2%;
		}
		.aa3 {
			width: 49%;
		}
		.href {
			display: none;
		}
	}
}
*/
.home-3 {
  padding-bottom: 0.6rem;
}
.home-3 .box {
  margin-top: 0.5rem;
}
.home-3 .aa {
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.home-3 .aa::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}
.home-3 .aa:hover .href {
  margin-top: 0.25rem;
  height: 3em;
}
.home-3 .aa:hover::before {
  opacity: 1;
}
.home-3 .aa1 {
  width: 49.375%;
  float: left;
}
.home-3 .aa2 {
  width: 3.85rem;
  float: left;
}
.home-3 .aa3 {
  width: 3.85rem;
  float: right;
}
.home-3 .img1 {
  padding-top: 44.3037974684%;
}
.home-3 .img2 {
  padding-top: 90.9090909091%;
}
.home-3 .img3 {
  padding-top: 187.012987013%;
}
.home-3 .h3 {
  width: 100%;
  color: #fff;
}
.home-3 .text {
  display: flex;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.1rem;
  z-index: 4;
}
.home-3 .tbox {
  width: 100%;
  margin-top: 0.2rem;
}
.home-3 .href {
  display: inline-block;
  height: 0;
  line-height: 3em;
  overflow: hidden;
  background-color: #ab1c18;
  color: #fff;
  padding: 0 0.26rem;
  margin-top: 0;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .home-3 .aa:nth-child(3) {
    margin-right: 0;
  }
  .home-3 .aa:last-child {
    margin-right: 0;
  }
  .home-3 .aa1 .img {
    height: 3.5rem;
  }
  .home-3 .aa2 {
    height: 3.5rem;
  }
  .home-3 .aa3 {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .home-3 .aa {
    margin-bottom: 2%;
  }
  .home-3 .aa:nth-child(2n-1) {
    margin-right: 0;
  }
  .home-3 .aa:nth-child(9) {
    margin-right: 2%;
  }
  .home-3 .aa:nth-child(10) {
    margin-right: 0;
  }
  .home-3 .aa1 {
    width: 100%;
  }
  .home-3 .aa2 {
    width: 49%;
    margin-right: 2%;
  }
  .home-3 .aa3 {
    width: 49%;
  }
  .home-3 .href {
    display: none;
  }
}

.home-4 {
  padding-top: 0.72rem;
  padding-bottom: 1rem;
}
.home-4 .swiper {
  margin-top: 0.5rem;
}
.home-4 .sw {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  min-height: 5.9rem;
  height: auto;
}
.home-4 .sw:hover .d3 {
  background-color: #ab1c18;
  color: #fff;
  box-shadow: none;
}
.home-4 .img {
  padding-top: calc(360 / 320 * 100%);
}
.home-4 .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.home-4 .text {
  padding-top: 0.04rem;
}
.home-4 .d1 {
  line-height: 1.3333333333;
}
.home-4 .d2 {
  color: #ab1c18;
  margin-top: 0.06rem;
}
.home-4 .d2 .pr2 {
  color: #999;
  text-decoration: line-through;
}
.home-4 .d3 {
  display: inline-block;
  padding: 0 0.25rem;
  box-shadow: 0 0 0 1px inset #000;
  line-height: 3;
  text-align: center;
  margin-top: 0.16rem;
  transition: all 0.3s;
}
.home-4 .new {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-45deg) translate(-50%, 0%);
  transform-origin: left top;
  color: #fff;
  width: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
}
.home-4 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #f7f7f7;
  position: absolute;
  top: calc(50% - 0.5rem);
  background-repeat: no-repeat;
  background-size: 28% auto;
  background-position: center;
}
.home-4 .sbtn:hover {
  background-color: #ab1c18;
}
.home-4 .prev {
  right: calc(100% + 0.3rem);
  background-image: url(../images/a1.png);
}
.home-4 .prev:hover {
  background-image: url(../images/a2.png);
}
.home-4 .next {
  left: calc(100% + 0.3rem);
  background-image: url(../images/a3.png);
}
.home-4 .next:hover {
  background-image: url(../images/a4.png);
}
@media (max-width: 768px) {
  .home-4 .prev {
    left: 0;
  }
  .home-4 .next {
    left: auto;
    right: 0;
  }
}

.home-5 .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.home-5 .item:nth-child(2n) .d3 {
  margin-top: 0.7rem;
}
.home-5 .text {
  width: 50%;
  padding: 0.5rem 1.55rem;
}
.home-5 .tbox {
  width: 100%;
}
.home-5 .imgs {
  width: 50%;
}
.home-5 .img {
  padding-top: 66.6666666667%;
}
.home-5 .d0 {
  margin-bottom: 0.16rem;
}
.home-5 .d2 {
  line-height: 1.8888888889;
  margin-top: 0.32rem;
}
.home-5 .d3 {
  margin-top: 0.5rem;
}
.home-5 .aa {
  display: inline-block;
  width: 1.8rem;
  line-height: 0.5rem;
  text-align: center;
  box-shadow: 0 0 0 1px inset #000;
  transition: all 0.3s;
}
.home-5 .aa:hover {
  background-color: #ab1c18;
  color: #fff;
  box-shadow: none;
}
@media (max-width: 768px) {
  .home-5 .item {
    flex-direction: row !important;
  }
  .home-5 .imgs {
    width: 100%;
    order: 1;
  }
  .home-5 .text {
    width: 100%;
    order: 2;
    padding: 0.4rem;
  }
}

.foot-ctc .box {
  min-height: 2rem;
}
.foot-ctc .le {
  color: #fff;
}
.foot-ctc img {
  width: 1em;
  margin-right: 0.2rem;
}
.foot-ctc .href {
  display: inline-block;
  padding: 0 0.45rem;
  line-height: 0.5rem;
  color: #fff;
  box-shadow: 0 0 0 1px inset #fff;
  transition: all 0.3s;
}
.foot-ctc .href:hover {
  background-color: #fff;
  color: #ab1c18;
}
@media (max-width: 768px) {
  .foot-ctc .box {
    padding: 0.5rem 0;
  }
  .foot-ctc .le {
    width: 100%;
    justify-content: center;
  }
  .foot-ctc .ri {
    width: 100%;
    text-align: center;
    margin-top: 0.4rem;
  }
}

.pg-box {
  padding-top: 0.4rem;
}

.pg-left {
  width: calc(320 / 1600 * 100%);
}
@media (max-width: 768px) {
  .pg-left {
    width: 100%;
  }
}

.pg-right {
  width: calc(1240 / 1600 * 100%);
}
@media (max-width: 768px) {
  .pg-right {
    width: 100%;
  }
}

.p-tit {
  padding-top: 0.46rem;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #f3f3f3;
}

.about-1 {
  padding-bottom: 0.6rem;
}
.about-1 .rich-text {
  margin-top: 0.4rem;
}
.about-1 .item {
  margin-bottom: 0.45rem;
}
.about-1 .item:last-child {
  margin-bottom: 0;
}
.about-1 .rich-text {
  line-height: 1.75;
}
.about-1 .txt {
  color: #666;
  margin-top: 0.3rem;
}
.faq-1 .ul {
  margin-top: 0.5rem;
}
.faq-1 .li {
  margin-bottom: 0.1rem;
}
.faq-1 .li:last-child {
  margin-bottom: 0;
}
.faq-1 .li.show .hd {
  background-color: #f7f7f7;
}
.faq-1 .li.show .hd::before {
  background-image: url(../images/a10.png);
}
.faq-1 .hd {
  padding: 0.32rem 0.3rem;
  border: solid 1px #f3f3f3;
  cursor: pointer;
  transition: all 0.3s;
}
.faq-1 .hd::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a9.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.faq-1 .bd {
  display: none;
  border: 1px solid #f3f3f3;
}
.faq-1 .bte {
  color: #666;
  line-height: 2.125;
  padding: 0.15rem 0.3rem 0.3rem;
}

.vdo-list .li {
  width: 31.0344827586%;
  margin-right: 3.4482758621%;
  margin-bottom: 0.58rem;
}
.vdo-list .li:nth-child(3n) {
  margin-right: 0;
}
.vdo-list .dd {
  cursor: pointer;
}
.vdo-list .dd:hover .img img {
  transform: scale(1.05);
}
.vdo-list .img {
  padding-top: 66.6666666667%;
}
.vdo-list .watch {
  width: 1em;
  height: 1em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/a11.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.vdo-list .bot {
  margin-top: 0.14rem;
}
.vdo-list .h3 {
  line-height: 1.3888888889;
}
.vdo-list .d2 {
  margin-top: 0.1rem;
}

.md-nav {
  padding: 0.2rem 0;
}
.md-nav a {
  display: block;
}
.md-nav .li1 {
  box-shadow: 0 -1px 0 0 inset #f3f3f3;
}
.md-nav .dt {
  position: relative;
  cursor: pointer;
}
.md-nav .dic {
  width: 2em;
  height: 100%;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a54.png);
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}
.md-nav .has-ul2.show .dt {
  background-color: #ab1c18;
  color: #fff;
}
.md-nav .has-ul2.show .dic {
  background-image: url(../images/a16.png);
}
.md-nav .active .a1 {
  background-color: #ab1c18;
  color: #fff;
}
.md-nav .a1 {
  padding: 0.2rem 0.3rem;
}
.md-nav .ul2 {
  display: none;
}
.md-nav .a2 {
  line-height: 2.7142857143;
  padding: 0 0.4rem;
}
.md-nav .a2.on {
  color: #ab1c18;
}
@media (max-width: 768px) {
  .md-nav {
    margin-bottom: 0.4rem;
  }
}

.ps-box1 {
  padding-bottom: 0.5rem;
}

.ps1-left {
  width: calc(320 / 1600 * 100%);
}
@media (max-width: 768px) {
  .ps1-left {
    width: 100%;
  }
}

.ps1-right {
  width: calc(1240 / 1600 * 100%);
}
@media (max-width: 768px) {
  .ps1-right {
    width: 100%;
  }
}

.ps-title {
  padding: 0.25rem 0.5rem;
  height: 1rem;
  box-shadow: 0 -1px 0 0 inset rgba(0, 0, 0, 0.1);
}
.ps-title .edit {
  min-width: 1.8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border: solid 1px #e5e5e5;
  line-height: 3.125;
  padding: 0 0.3rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.ps-title .edit .ic {
  margin-right: 0.5em;
  width: 1em;
}

.ps-info {
  padding: 0.2rem;
  padding-bottom: 0.12rem;
  background-image: linear-gradient(0deg, rgba(171, 28, 24, 0) 0%, rgba(171, 28, 24, 0.1) 100%);
}
.ps-info .ava {
  width: 1rem;
  padding: 0.05rem;
  border-radius: 50%;
  border: 1px dashed #ccc;
  margin: 0 auto;
}
.ps-info .aimg {
  padding-top: 100%;
  border-radius: 50%;
}
.ps-info .ate {
  margin-top: 0.14rem;
}
.ps-info .time {
  color: #999;
  margin-top: 0.05rem;
}

.ps-nav .dt {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0.18rem 0.3rem;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.ps-nav .ic1 {
  width: 1em;
  height: 1em;
  margin-right: 1em;
}
.ps-nav .a2 {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #666;
  padding: 0.15rem 0.3rem;
  line-height: 1;
}
.ps-nav .a2:hover {
  color: #ab1c18;
}
.ps-nav .a2.on {
  box-shadow: 2px 0 0 0 inset #ab1c18;
  color: #ab1c18;
  background-color: #f3f3f3;
}
.ps-nav .a2.on .i1 {
  opacity: 0;
}
.ps-nav .a2.on .i2 {
  opacity: 1;
}
.ps-nav .a2 .ic {
  position: relative;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.2rem;
}
.ps-nav .a2 .i2 {
  opacity: 0;
}
.ps-nav .a2 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.ps-nav .btn {
  background-color: #999;
  color: #fff;
  padding: 0.18rem;
  transition: all 0.3s;
}
.ps-nav .btn:hover {
  background-color: #ab1c18;
}
.ps-nav .btn .bic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.2rem;
}

.psn-off {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../images/m_off.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-size: 60% auto;
  background-color: #ab1c18;
  cursor: pointer;
}
@media (min-width: 769px) {
  .psn-off {
    display: none;
  }
}

@media (max-width: 768px) {
  .psn-cont {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    transform: translateY(-100%);
    overflow-y: auto;
    padding: 0.2rem;
    z-index: 200;
    transition: transform 0.3s;
  }
  .psn-cont.mshow {
    transform: translateY(0);
  }
}

.psn-content {
  position: relative;
}

@media (min-width: 769px) {
  .psn-btn {
    display: none;
  }
}
@media (max-width: 768px) {
  .psn-btn {
    position: fixed;
    left: 0;
    top: 2rem;
    width: 1em;
    height: 1em;
    background-color: #ab1c18;
    z-index: 90;
    background-image: url(../images/p3-0.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    cursor: pointer;
  }
}

.shop-0 {
  padding: 0.2rem 0;
}
.shop-0 .box {
  padding: 0.55rem 0.5rem;
  padding: 0.35rem 0.5rem;
}
.shop-0 .logo {
  display: inline-flex;
}
.shop-0 .img {
  height: 2em;
}
.shop-0 .inp {
  width: 5.4rem;
}
.shop-0 .ip {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.3rem;
  background-color: #f7f7f7;
  border: none;
}
.shop-0 .submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.8rem;
  height: 100%;
  background-color: #ab1c18;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22.5% auto;
}
.shop-0 .aa {
  background-color: #fff;
  border: solid 1px #000;
  padding: 0 0.35rem;
  margin-left: 0.2rem;
  line-height: 0.48rem;
}
.shop-0 .aa:hover {
  background-color: #ab1c18;
  border-color: #ab1c18;
  color: #fff;
}
@media (max-width: 768px) {
  .shop-0 .box {
    justify-content: center;
  }
  .shop-0 .form {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 0.3rem;
  }
  .shop-0 .inp {
    width: 100%;
  }
  .shop-0 .aa {
    margin: 0 auto;
    margin-top: 0.2rem;
  }
}

.shop-1 .imgs {
  width: 50%;
}
.shop-1 .img {
  padding-top: 75%;
}
.shop-1 .text {
  width: 50%;
  padding: 0.2rem 0.8rem;
}
.shop-1 .tbox {
  width: 100%;
}
.shop-1 .intro {
  color: #666;
  line-height: 2;
  margin-top: 0.3rem;
  max-height: 4rem;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .shop-1 .imgs {
    width: 100%;
  }
  .shop-1 .text {
    width: 100%;
    padding: 0.3rem;
  }
  .shop-1 .intro {
    max-height: none;
  }
}

.shop-2 {
  margin-top: 0.3rem;
}
.shop-2 .pg-box {
  padding-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .shop-2 .pg-right {
    padding-top: 0.4rem;
  }
}

.shop-list {
  margin-top: 0.28rem;
  margin-bottom: 0.4rem;
}
.shop-list .li {
  width: calc(610 / 1240 * 100%);
  margin-bottom: 0.2rem;
}
.shop-list .aa {
  padding: 0.3rem;
}
.shop-list .aa:hover .d3 {
  color: #fff;
  background-color: #ab1c18;
  box-shadow: none;
}
.shop-list img {
  -o-object-fit: contain;
     object-fit: contain;
}
.shop-list .imgs {
  width: 43.6363636364%;
}
.shop-list .img {
  padding-top: 100%;
}
.shop-list .text {
  width: 47.2727272727%;
}
.shop-list .d1 {
  line-height: 1.3125;
  font-weight: bold;
}
.shop-list .img {
  max-height: 100%;
}
.shop-list .d2 {
  color: #ab1c18;
  margin-top: 0.12rem;
}
.shop-list .d2 .pr2 {
  color: #999;
  text-decoration: line-through;
}
.shop-list .d3 {
  display: inline-block;
  padding: 0 0.25rem;
  box-shadow: 0 0 0 1px inset #000;
  line-height: 3;
  text-align: center;
  margin-top: 0.25rem;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .shop-list .li {
    width: 100%;
  }
}

.shop-nav {
  padding: 0 0.3rem 0.2rem;
}
.shop-nav .tit {
  padding: 0.27rem 0;
  border-bottom: 1px solid #f3f3f3;
}
.shop-nav .ul {
  margin-top: 0.1rem;
}
.shop-nav .li {
  box-shadow: 0 -1px 0 0 inset #f3f3f3;
}
.shop-nav .li.show {
  box-shadow: 0 -1px 0 0 inset #ab1c18;
}
.shop-nav .li.show .aa {
  color: #ab1c18;
}
.shop-nav .li.show .aa::before {
  background-image: url(../images/a14.png);
}
.shop-nav .li.show .sub {
  display: block;
}
.shop-nav .aa {
  padding: 0.27rem 0;
  padding-right: 0.2rem;
  font-weight: bold;
}
.shop-nav .aa::before {
  content: "";
  width: 0.5em;
  height: 1em;
  background-image: url(../images/a13.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.shop-nav .sub {
  display: none;
}
.shop-nav .ul2 {
  padding: 0.1rem;
}
.shop-nav .a2 {
  line-height: 2;
}
.shop-nav .a2.on {
  color: #ab1c18;
}

.md-login {
  padding: 0.6rem 2%;
}
.md-login .login-form {
  width: 5.2rem;
  max-width: 100%;
  margin: 0 auto;
}
.md-login .fbox {
  margin-top: 0.3rem;
}
.md-login .fi {
  margin-bottom: 0.2rem;
}
.md-login .fi:last-child {
  margin-bottom: 0.16rem;
}
.md-login .ip {
  width: 100%;
  height: 0.54rem;
  background-color: #fff;
  border: solid 1px #f7f7f7;
  padding: 0 0.3rem;
}
.md-login .ip::-moz-placeholder {
  color: #999;
}
.md-login .ip::placeholder {
  color: #999;
}
.md-login .ftip {
  color: #999;
  margin-top: 0.4em;
}
.md-login .submit {
  width: 100%;
  height: 0.6rem;
  background-color: #ab1c18;
  color: #fff;
}
@media (max-width: 1280px) {
  .md-login .login-form {
    width: 8rem;
  }
}

.log-form1 {
  padding: 0.75rem 0.5rem;
  min-height: 5.4rem;
}
.log-form1 .edit {
  margin-bottom: 0.3rem;
}
.log-form1 .te {
  color: #666;
  line-height: 1.2857142857;
  margin-top: 0.2rem;
}
.log-form1 .te a {
  color: #ab1c18;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.log-form1 .lab {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #999;
  cursor: pointer;
}
.log-form1 .lab.selected .ic {
  box-shadow: 0 0 0 1px inset #ab1c18;
  background-color: #ab1c18;
}
.log-form1 .lab.selected .ic::before {
  text-align: center;
  font-size: 1em;
  color: #fff;
  content: "✓"; /* Unicode 对勾符号 */
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background-color: #ab1c18;
  border-radius: 50%;
}
.log-form1 .ic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px inset #f3f3f3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto;
  flex-shrink: 0;
  margin-right: 0.1rem;
  position: relative;
}
.log-form1 .rdo {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
.log-form1 .forget {
  color: #ab1c18;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.log-form2 {
  padding: 0.48rem 0.5rem;
  min-height: 6.9rem;
}
.log-form2 .te {
  color: #666;
  line-height: 1.2857142857;
  margin-top: 0.16rem;
}
.log-form2 .te a {
  color: #ab1c18;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.log-form2 .submit {
  margin-top: 0.15rem;
}

.log-form3 {
  padding: 0.75rem 0.5rem;
  margin: 0.4rem 0;
  min-height: 4.6rem;
}
.log-form3 .submit {
  margin-top: 0.15rem;
}
.log-form3 .code {
  flex-shrink: 0;
  margin-left: 0.2rem;
  height: 0.54rem;
}
.log-form3 .ftip {
  margin-top: 0.6em;
}

.pro-01 {
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
}
.pro-01 .swiper {
  margin-top: 0.5rem;
}
.pro-01 .sw {
  padding: 0.3rem;
  background-color: #fff;
  height: auto;
}
.pro-01 .aa:hover .d1 {
  color: #ab1c18;
}
.pro-01 .img {
  padding-top: calc(320 / 320 * 100%);
}
.pro-01 .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.pro-01 .text {
  padding-top: 0.46rem;
}
.pro-01 .d1 {
  font-weight: bold;
  line-height: 1.3333333333;
  height: 2.6666666667em;
  transition: color 0.3s;
}
.pro-01 .d2 {
  color: #ab1c18;
  margin-top: 0.04rem;
}
.pro-01 .d2 .pr2 {
  color: #999;
  text-decoration: line-through;
}
.pro-01 .d3 {
  color: #666;
  margin-top: 0.2rem;
}
.pro-01 .new {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-45deg) translate(-50%, 0%);
  transform-origin: left top;
  color: #fff;
  width: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
}
.pro-01 .btn {
  font-weight: bold;
  line-height: 3;
  box-shadow: 0 0 0 1px inset #000;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  margin-top: 0.36rem;
  transition: all 0.3s;
}
.pro-01 .btn:hover {
  box-shadow: 0 0 0 1px inset #ff5023;
  background-color: #ff5023;
  color: #fff;
}
.pro-01 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #f7f7f7;
  position: absolute;
  top: calc(50% - 0.5rem);
  background-repeat: no-repeat;
  background-size: 28% auto;
  background-position: center;
}
.pro-01 .sbtn:hover {
  background-color: #ab1c18;
}
.pro-01 .prev {
  right: calc(100% + 0.3rem);
  background-image: url(../images/a1.png);
}
.pro-01 .prev:hover {
  background-image: url(../images/a2.png);
}
.pro-01 .next {
  left: calc(100% + 0.3rem);
  background-image: url(../images/a3.png);
}
.pro-01 .next:hover {
  background-image: url(../images/a4.png);
}
@media (max-width: 768px) {
  .pro-01 .prev {
    left: 0;
  }
  .pro-01 .next {
    left: auto;
    right: 0;
  }
}

.pro-02 {
  padding-top: 0.7rem;
  padding-bottom: 0.6rem;
}
.pro-02 .box {
  margin-top: 0.45rem;
}
.pro-02 .aa {
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.pro-02 .aa::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}
.pro-02 .aa:hover .href {
  margin-top: 0.2rem;
  height: 3em;
}
.pro-02 .aa:hover::before {
  opacity: 1;
}
.pro-02 .aa1 {
  width: 49.375%;
  float: left;
}
.pro-02 .aa2 {
  width: 3.85rem;
  float: left;
}
.pro-02 .aa3 {
  width: 3.85rem;
  float: right;
}
.pro-02 .img1 {
  padding-top: 44.3037974684%;
}
.pro-02 .img2 {
  padding-top: 90.9090909091%;
}
.pro-02 .img3 {
  padding-top: 187.012987013%;
}
.pro-02 .h3 {
  width: 100%;
  color: #fff;
}
.pro-02 .text {
  display: flex;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.1rem;
  z-index: 4;
}
.pro-02 .tbox {
  width: 100%;
}
.pro-02 .href {
  display: inline-block;
  height: 0;
  line-height: 3em;
  overflow: hidden;
  background-color: #ab1c18;
  color: #fff;
  padding: 0 0.26rem;
  margin-top: 0;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .pro-02 .aa:nth-child(3) {
    margin-right: 0;
  }
  .pro-02 .aa:last-child {
    margin-right: 0;
  }
  .pro-02 .aa1 .img {
    height: 3.5rem;
  }
  .pro-02 .aa2 {
    height: 3.5rem;
  }
  .pro-02 .aa3 {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .pro-02 .aa {
    margin-bottom: 2%;
  }
  .pro-02 .aa:nth-child(2n-1) {
    margin-right: 0;
  }
  .pro-02 .aa:nth-child(9) {
    margin-right: 2%;
  }
  .pro-02 .aa:nth-child(10) {
    margin-right: 0;
  }
  .pro-02 .aa1 {
    width: 100%;
  }
  .pro-02 .aa2 {
    width: 49%;
    margin-right: 2%;
  }
  .pro-02 .aa3 {
    width: 49%;
  }
  .pro-02 .href {
    display: none;
  }
}

.pro-03 {
  padding-top: 0.75rem;
  padding-bottom: 1.05rem;
}

.j-nav {
  padding: 0.4rem 0;
}
.j-nav .jn_i {
  width: 20%;
  text-align: center;
}
.j-nav .jn_i:first-child .num::before {
  display: none;
}
.j-nav .active .num::before {
  background-color: #ab1c18;
}
.j-nav .active .nyuan {
  border-color: #ab1c18;
}
.j-nav .active .n1 {
  background-color: #ab1c18;
  color: #fff;
}
.j-nav .active .n2 {
  color: #ab1c18;
}
.j-nav .num::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  right: 50%;
  top: calc(50% - 1px);
}
.j-nav .nyuan {
  background-color: #f7f7f7;
  display: inline-flex;
  padding: 0.07rem;
  border: dashed 1px #ccc;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
.j-nav .n1 {
  width: 2.2222222222em;
  height: 2.2222222222em;
  border-radius: 50%;
  background-color: #fff;
  color: #666;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.j-nav .n2 {
  margin-top: 0.12rem;
  color: #666;
  font-weight: bold;
}
@media (max-width: 768px) {
  .j-nav .jn_i {
    width: 50%;
  }
  .j-nav .num::before {
    display: none;
  }
}

.join-1 {
  padding-bottom: 0.84rem;
}
.join-1 .box {
  padding: 0 0.5rem;
}
.join-1 .tit {
  padding-top: 0.4rem;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #f3f3f3;
}
.join-1 .form {
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
}
.join-1 .fitem {
  width: 24%;
  margin-bottom: 0.2rem;
  margin-right: 1.3333333333%;
}
.join-1 .fitem:nth-child(4n) {
  margin-right: 0;
}
.join-1 .ww100 {
  width: 100%;
  margin-right: 0;
}
.join-1 .ip {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.2rem;
  border: solid 1px #f3f3f3;
}
.join-1 .com-select {
  box-shadow: 0 0 0 1px inset #f3f3f3;
}
.join-1 .layui-upload-drag {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #f7f7f7;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.join-1 .layui-upload-drag .i1 {
  width: 1em;
}
.join-1 .layui-upload-drag .t1 {
  color: #999;
  margin-top: 0.12rem;
}
.join-1 .btns {
  margin-top: 0.3rem;
}
.join-1 .submit {
  padding: 0 0.72rem;
  height: 0.6rem;
  background-color: #ab1c18;
  color: #fff;
}
@media (max-width: 768px) {
  .join-1 .box {
    padding: 0 0.3rem;
  }
  .join-1 .fitem {
    width: 100%;
  }
}

.join-2 {
  padding-bottom: 1.04rem;
}
.join-2 .box {
  text-align: center;
  padding: 0.6rem 0.2rem 0.85rem;
}
.join-2 .icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ab1c18;
}
.join-2 .icon .ic {
  width: 46.25%;
}
.join-2 .tit {
  margin-top: 0.24rem;
}
.join-2 .te {
  line-height: 2;
  color: #666;
  margin-top: 0.16rem;
}
.join-2 .btns {
  margin-top: 0.42rem;
}
.join-2 .aa {
  display: inline-block;
  padding: 0 0.45rem;
  line-height: 3.125;
  box-shadow: 0 0 0 1px inset #000;
  transition: all 0.3s;
}
.join-2 .aa:hover {
  color: #fff;
  background-color: #ab1c18;
  box-shadow: 0 0 0 1px inset #ab1c18;
}

.pro-11 {
  border-top: 1px solid #f7f7f7;
}
.pro-11 .box {
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
  align-items: flex-start;
}
.pro-11 .swipers {
  width: 55%;
}
.pro-11 .swiper1 {
  width: 13.6363636364%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pro-11 .swiper1 .swiper-container {
  width: 100%;
  max-height: 6.5rem;
  margin: 0.15rem 0;
}
.pro-11 .swiper2 {
  width: 84.0909090909%;
  position: relative;
  box-shadow: 0 0 0 1px #e3e3e3;
}
.pro-11 .sw1 {
  height: auto;
  margin: 0.05rem 0;
  cursor: pointer;
}
.pro-11 .img1 {
  position: relative;
  padding-top: 100%;
}
.pro-11 .img1::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #e3e3e3;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 5;
}
.pro-11 .my-active .img1::before {
  border: 2px solid #ab1c18;
}
.pro-11 .img2 {
  position: relative;
  padding-top: 100%;
}
.pro-11 .img2 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.pro-11 .ri {
  width: 40%;
}
.pro-11 .info {
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #d6d6d6;
}
.pro-11 .h1 {
  line-height: 1.4666666667;
  margin-top: 0.06rem;
}
.pro-11 .txt {
  line-height: 2.25;
  margin-top: 0.26rem;
  padding-top: 0.22rem;
  padding-bottom: 0.3rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #666;
}
.pro-11 .d3 {
  color: #666;
  margin-top: 0.3rem;
}
.pro-11 .d3 .sp2 {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.pro-11 .price {
  margin-top: 0.33rem;
}
.pro-11 .price .pr2 {
  color: #999;
  text-decoration: line-through;
}
.pro-11 .tip {
  line-height: 1.625;
  color: #666;
  padding-left: 0.28rem;
  margin-top: 0.2rem;
}
.pro-11 .tip::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(../images/a32.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0.3em;
}
.pro-11 .edits {
  margin-top: 0.28rem;
}
.pro-11 .nums {
  display: inline-flex;
  justify-content: center;
}
.pro-11 .nums .ip {
  width: 1.15rem;
  height: 0.54rem;
  border: solid 1px #dbdbdb;
  text-align: center;
  background-color: #fff;
}
.pro-11 .nums .nbtn {
  width: 0.54rem;
  height: 0.54rem;
  border: solid 1px #dbdbdb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29.6296296296% auto;
  cursor: pointer;
}
.pro-11 .nums .minus {
  background-image: url(../images/a39.png);
}
.pro-11 .nums .plus {
  background-image: url(../images/a40.png);
}
.pro-11 .btns {
  margin-top: 0.3rem;
}
.pro-11 .btn {
  display: inline-block;
  line-height: 0.6rem;
  min-width: 2rem;
  text-align: center;
  padding: 0 0.2rem;
  color: white;
  background-color: #bbb;
  border-radius: 1rem;
  margin-right: 0.2rem;
}
.pro-11 .btn:hover {
  background-image: linear-gradient(-90deg, #d8ab6d 0%, #f0d9bb 100%), linear-gradient(#ffffff, #ffffff);
}
.pro-11 .collect {
  width: 1em;
  height: 1em;
  background-image: url(../images/a37.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro-11 .collect.is-col {
  background-image: url(../images/a38.png);
}
.pro-11 .shares {
  position: relative;
}
.pro-11 .shares:hover .bd {
  display: block;
}
.pro-11 .shares .si {
  margin-left: 0.1rem;
}
.pro-11 .shares .hd {
  width: 1em;
  height: 1em;
  display: inline-flex;
  border-radius: 50%;
  cursor: pointer;
}
.pro-11 .shares .bd {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
}
.pro-11 .shop {
  margin-top: 0.2rem;
}
.pro-11 .shop .href {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dbdbdb;
  color: #ab1c18;
  padding: 0.12rem 0.2rem;
}
.pro-11 .shop .aic {
  width: 1em;
  margin-right: 0.1rem;
}
.pro-11 .sbtn {
  width: 1em;
  height: 1em;
  border: solid 1px #e3e3e3;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.pro-11 .sbtn:hover {
  background-color: #ab1c18;
}
.pro-11 .prev {
  background-image: url(../images/a33.png);
}
.pro-11 .prev:hover {
  background-image: url(../images/a34.png);
}
.pro-11 .next {
  background-image: url(../images/a35.png);
}
.pro-11 .next:hover {
  background-image: url(../images/a36.png);
}
.pro-11 .selects {
  margin-top: 0.25rem;
}
.pro-11 .selects .se-item {
  margin-bottom: 0.27rem;
}
.pro-11 .selects .st {
  color: #666;
}
.pro-11 .selects .sli {
  margin-right: 0.1rem;
  margin-top: 0.1rem;
  padding: 0 0.2rem;
  box-shadow: 0 0 0 1px inset #dbdbdb;
  line-height: 2.875;
  cursor: pointer;
  position: relative;
}
.pro-11 .selects input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.pro-11 .selects .selected {
  box-shadow: 0 0 0 1px inset #ab1c18;
  color: #ab1c18;
}
.pro-11 .btns .button {
  height: 0.5rem;
  color: #fff;
}
.pro-11 .btns .btn1 {
  width: 34.375%;
  background-color: #ff5023;
}
.pro-11 .btns .btn2 {
  width: 62.5%;
  background-color: #ab1c18;
}
.pro-11 .payment {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.pro-11 .payment .sp {
  margin-right: 0.2rem;
}
.pro-11 .payment img {
  height: 1.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.pro-11 .plist {
  background-color: #f9f9f9;
  padding: 0 0.4rem;
  margin-top: 0.24rem;
}
.pro-11 .plist .pitem {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.2rem 0;
}
.pro-11 .plist .pitem::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0.35rem;
  transform: translateY(-50%);
  background-image: url(../images/a13.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pro-11 .plist .pitem:last-child {
  border-bottom: none;
}
.pro-11 .plist .pic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.25rem;
  flex-shrink: 0;
}
.pro-11 .plist .pt2 {
  line-height: 1.625;
  color: #666;
  margin-top: 0.06rem;
}
@media (max-width: 768px) {
  .pro-11 .swipers {
    width: 100%;
  }
  .pro-11 .ri {
    width: 100%;
    margin-top: 0.3rem;
  }
}

.pro-12 .box {
  padding-top: 0.77rem;
  padding-bottom: 0.77rem;
  border-bottom: 1px solid #dbdbdb;
}
.pro-12 .text {
  line-height: 2;
  color: #666;
  margin-top: 0.24rem;
}

.pro-13 .box {
  padding-top: 0.75rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #dbdbdb;
}
.pro-13 .rev_le .t11 {
  color: #000;
}
.pro-13 .rev_le .t12 {
  margin-top: 0.2rem;
}
.pro-13 .rev_le .sp {
  color: #000;
}
.pro-13 .rev_le .sp2 {
  letter-spacing: 1px;
  color: #666;
}
.pro-13 .tip {
  background-color: rgba(28, 151, 55, 0.1);
  color: #1c9737;
  display: inline-flex;
  align-items: center;
  padding: 0.5em 0.2rem;
}
.pro-13 .tip img {
  height: 1em;
  flex-shrink: 0;
  margin-right: 0.5em;
}
.pro-13 .list {
  margin-top: 0.5rem;
}
.pro-13 .li {
  margin-bottom: 0.5rem;
}
.pro-13 .user .ava {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.2rem;
  border-radius: 50%;
  background-size: cover;
  flex-shrink: 0;
}
.pro-13 .user .n12 {
  color: #999;
  margin-top: 0.12rem;
}
.pro-13 .text {
  padding-left: 1rem;
  margin-top: 0.3rem;
}
.pro-13 .te {
  line-height: 1.5;
}
.pro-13 .img_list {
  margin-top: 0.2rem;
}
.pro-13 .img_list .i_li {
  width: 24%;
  margin-right: 1.3333333333%;
}
.pro-13 .img_list .i_li:last-child {
  margin-right: 0;
}
.pro-13 .img_list .img {
  padding-top: 66.6666666667%;
}
.pro-13 .more {
  display: inline-block;
  line-height: 3;
  padding: 0 0.68rem;
  border: solid 1px #000000;
  transition: all 0.3s;
}
.pro-13 .more:hover {
  border-color: #ab1c18;
  background-color: #ab1c18;
  color: #fff;
}
@media (max-width: 768px) {
  .pro-13 .rev {
    flex-wrap: wrap;
  }
  .pro-13 .rev_le {
    width: 100%;
  }
  .pro-13 .rev_ri {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.pro-14 .box {
  padding-top: 0.75rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #dbdbdb;
}
.pro-14 .list {
  margin-top: 0.4rem;
}
.pro-14 .li {
  width: 49.375%;
  margin-bottom: 0.2rem;
}
.pro-14 .dd {
  padding: 0.4rem 0.5rem;
  transition: all 0.3s;
}
.pro-14 .dd:hover {
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.1);
}
.pro-14 .dd:hover .h3 {
  color: #ab1c18;
}
.pro-14 .dd:hover .ic .i1 {
  opacity: 0;
}
.pro-14 .dd:hover .ic .i2 {
  opacity: 1;
}
.pro-14 .d2 {
  margin-top: 0.14rem;
  color: #666;
}
.pro-14 .d3 {
  display: inline-flex;
  align-items: center;
  color: #ab1c18;
  margin-top: 0.5rem;
}
.pro-14 .d3 .dic {
  width: 1em;
  margin-left: 1em;
}
.pro-14 .ic {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.pro-14 .ic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pro-14 .ic .i2 {
  opacity: 0;
}
@media (max-width: 768px) {
  .pro-14 .li {
    width: 100%;
  }
}

.pro-15 {
  padding-top: 0.75rem;
  padding-bottom: 1.05rem;
}
.pro-15 .item {
  margin-bottom: 0.75rem;
}
.pro-15 .item:last-child {
  margin-bottom: 0;
}
.pro-15 .swiper {
  margin-top: 0.36rem;
}
.pro-15 .sw {
  padding: 0.3rem;
  background-color: #fff;
  height: auto;
}
.pro-15 .aa:hover .d1 {
  color: #ab1c18;
}
.pro-15 .img {
  padding-top: calc(320 / 320 * 100%);
}
.pro-15 .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.pro-15 .text {
  padding-top: 0.52rem;
}
.pro-15 .d1 {
  font-weight: bold;
  line-height: 1.3333333333;
  height: 2.6666666667em;
  transition: color 0.3s;
}
.pro-15 .d2 {
  color: #ab1c18;
  margin-top: 0.04rem;
}
.pro-15 .d2 .pr2 {
  color: #999;
  text-decoration: line-through;
}
.pro-15 .d3 {
  color: #666;
  margin-top: 0.2rem;
}
.pro-15 .btn {
  font-weight: bold;
  line-height: 3;
  box-shadow: 0 0 0 1px inset #000;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  margin-top: 0.36rem;
  transition: all 0.3s;
}
.pro-15 .btn:hover {
  box-shadow: 0 0 0 1px inset #ff5023;
  background-color: #ff5023;
  color: #fff;
}
.pro-15 .btn {
  font-weight: bold;
  line-height: 3;
  box-shadow: 0 0 0 1px inset #000;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  margin-top: 0.36rem;
  transition: all 0.3s;
}
.pro-15 .btn:hover {
  box-shadow: 0 0 0 1px inset #ff5023;
  background-color: #ff5023;
  color: #fff;
}
.pro-15 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #f7f7f7;
  position: absolute;
  top: calc(50% - 0.5rem);
  background-repeat: no-repeat;
  background-size: 28% auto;
  background-position: center;
}
.pro-15 .sbtn:hover {
  background-color: #ab1c18;
}
.pro-15 .prev {
  right: calc(100% + 0.3rem);
  background-image: url(../images/a1.png);
}
.pro-15 .prev:hover {
  background-image: url(../images/a2.png);
}
.pro-15 .next {
  left: calc(100% + 0.3rem);
  background-image: url(../images/a3.png);
}
.pro-15 .next:hover {
  background-image: url(../images/a4.png);
}
@media (max-width: 768px) {
  .pro-15 .prev {
    left: 0;
  }
  .pro-15 .next {
    left: auto;
    right: 0;
  }
}

.ps-11 .form {
  width: 5.6rem;
  max-width: 100%;
}
.ps-11 .fitem {
  margin-bottom: 0.25rem;
}
.ps-11 .ft {
  margin-bottom: 0.1rem;
}
.ps-11 .birth .com-select {
  width: 32.1428571429%;
}
.ps-11 .btns {
  margin-top: 0.3rem;
}
.ps-11 .submit {
  width: 2.4rem;
  height: 0.5rem;
  text-align: center;
  background-color: #ab1c18;
  color: #fff;
}
.ps-11 .f-ava {
  margin-bottom: 0.38rem;
}
.ps-11 .f-ava .ava {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-flex;
}
.ps-11 .f-ava .ava img {
  width: 100%;
  height: 100%;
}
.ps-11 .f-ava .file_btn {
  margin-left: 0.2rem;
  line-height: 2.625;
  background-color: #f7f7f7;
  padding: 0 0.2rem;
}
.ps-11 .f-ava input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.ps-12 .ul {
  margin-bottom: 0.2rem;
}
.ps-12 .li {
  width: 49.1228070175%;
  margin-bottom: 0.2rem;
}
.ps-12 .dd {
  padding: 0.22rem 0.2rem 0.2rem;
  background-color: #ffffff;
  border: solid 1px #f3f3f3;
}
.ps-12 .name {
  display: inline-block;
  min-width: 1.2rem;
}
.ps-12 .d12 {
  line-height: 1.5714285714;
  color: #666;
  margin-top: 0.18rem;
}
.ps-12 .bot {
  margin-top: 0.08rem;
}
.ps-12 .btn {
  width: 1em;
  height: 1em;
  margin-right: 0.16rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.ps-12 .del {
  background-image: url(../images/a27.png);
}
.ps-12 .del:hover {
  background-image: url(../images/a28.png);
}
.ps-12 .edit {
  background-image: url(../images/a29.png);
}
.ps-12 .edit:hover {
  background-image: url(../images/a30.png);
}
.ps-12 .def {
  height: 2em;
  padding: 0 5px;
  min-width: 1.3rem;
  background-color: #f3f3f3;
}
.ps-12 .is_def {
  background-color: rgba(171, 28, 24, 0.1);
  border: 1px solid rgba(171, 28, 24, 0.2);
  color: #ab1c18;
}
.ps-12 .add_btn {
  width: 2.4rem;
  line-height: 3.125;
  background-color: #ab1c18;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.ps-12 .tip {
  margin-top: 0.16rem;
}
@media (max-width: 768px) {
  .ps-12 .li {
    width: 100%;
  }
}

.ps-13 .form {
  width: 5.6rem;
  max-width: 100%;
}
.ps-13 .fitem {
  margin-bottom: 0.28rem;
}
.ps-13 .ft {
  margin-bottom: 0.1rem;
}
.ps-13 .submit {
  width: 2.4rem;
  height: 0.5rem;
  text-align: center;
  background-color: #ab1c18;
  color: #fff;
}

.ps-31 .ul {
  margin-top: 0.45rem;
}
.ps-31 .li {
  width: 47.4137931034%;
  margin-bottom: 0.4rem;
}
.ps-31 .dd {
  background-color: #fef8f5;
  border-radius: 0.2rem;
  position: relative;
}
.ps-31 .top {
  padding: 0.36rem 0.4rem 0.2rem;
}
.ps-31 .d1 {
  color: #ff5023;
}
.ps-31 .d2 {
  color: #ff5023;
  margin-top: 0.06rem;
}
.ps-31 .d3 {
  line-height: 1.3333333333;
  color: #666;
  margin-top: 0.18rem;
}
.ps-31 .line {
  margin: 0.2rem 0;
  position: relative;
  border-bottom: 1px dashed #ecdbd6;
}
.ps-31 .line::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
}
.ps-31 .line::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
}
.ps-31 .bot {
  padding: 0 0.4rem 0.2rem;
}
.ps-31 .use {
  line-height: 3.125;
  background-color: #ff5023;
  color: #fff;
  width: 2.2rem;
  text-align: center;
}
.ps-31 .cid {
  display: inline-flex;
  align-items: center;
  color: #222;
  cursor: pointer;
}
.ps-31 .ic {
  width: 0.75em;
  height: 0.75em;
  background-image: url(../images/a19.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 1em;
}
.ps-31 .new {
  display: inline-block;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  border-radius: 0.04rem;
  background-color: rgba(255, 80, 35, 0.2);
  color: #ff5023;
  line-height: 2;
  padding: 0 0.1rem;
}
@media (max-width: 1280px) {
  .ps-31 .li {
    width: 100%;
  }
}

.ps-33 .selects {
  margin-top: 0.3rem;
}
.ps-33 .se_i {
  margin-right: 0.35rem;
}
.ps-33 .se_i.show .s_bd {
  display: block;
}
.ps-33 .s_hd {
  cursor: pointer;
}
.ps-33 .s_hd .e_sp1 {
  color: #999;
}
.ps-33 .s_hd .e_sp2 {
  color: #222;
}
.ps-33 .s_bd {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-top: 0.1rem;
  display: none;
  width: 2.5rem;
}
.ps-33 .blist {
  padding: 0.1rem 0;
  box-shadow: 0 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.ps-33 .blist .ba {
  line-height: 2;
  display: block;
  padding: 0 0.1rem;
  margin-bottom: 0.5em;
}
.ps-33 .blist .ba:hover {
  color: #ab1c18;
}
.ps-33 .blist .ba:last-child {
  margin-bottom: 0;
}
.ps-33 .list {
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ps-33 .li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ps-33 .dd {
  padding-top: 0.36rem;
  padding-bottom: 0.27rem;
}
.ps-33 .text {
  line-height: 1.5;
  padding-right: 0.3rem;
}
.ps-33 .d11 {
  display: flex;
  align-items: center;
  color: #222;
}
.ps-33 .ic {
  width: 1em;
  margin-right: 0.1rem;
}
.ps-33 .d12 {
  color: #222;
  margin-top: 0.14rem;
}
.ps-33 .d13 {
  color: #999;
  margin-top: 2px;
}
.ps-33 .btns {
  width: 2.2rem;
  flex-shrink: 0;
}
.ps-33 .button {
  display: block;
  width: 100%;
  height: 0.5rem;
}
.ps-33 .btn1 {
  background-color: #ab1c18;
  color: #fff;
}
.ps-33 .btn2 {
  background-color: #fff;
  color: #666;
}

.ps-cont {
  padding: 0.5rem;
}
@media (max-width: 768px) {
  .ps-cont {
    padding: 0.25rem;
  }
}

.ps-pro-list {
  margin-bottom: 0.4rem;
}
.ps-pro-list.show-del .del {
  display: block;
}
.ps-pro-list .li {
  width: 32.1052631579%;
  margin-right: 1.7543859649%;
  margin-bottom: 0.2rem;
}
.ps-pro-list .li:nth-child(3n) {
  margin-right: 0;
}
.ps-pro-list .dd {
  position: relative;
  padding: 0.3rem;
  box-shadow: 0 0 0 1px inset #e5e5e5;
}
.ps-pro-list .aa:hover .d1 {
  color: #ab1c18;
}
.ps-pro-list .img {
  padding-top: calc(270 / 306 * 100%);
}
.ps-pro-list .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.ps-pro-list .text {
  margin-top: 0.45rem;
}
.ps-pro-list .d1 {
  line-height: 1.3333333333;
  min-height: 4em;
  transition: color 0.3s;
}
.ps-pro-list .d2 {
  color: #ab1c18;
  margin-top: 0.1rem;
}
.ps-pro-list .d2 .pr2 {
  color: #999;
  text-decoration: line-through;
}
.ps-pro-list .time {
  color: #666;
  margin-top: 0.2rem;
  transition: all 0.3s;
}
.ps-pro-list .btn {
  line-height: 3;
  box-shadow: 0 0 0 1px inset #000;
  text-align: center;
  margin-top: 0.25rem;
  cursor: pointer;
  transition: all 0.3s;
}
.ps-pro-list .btn:hover {
  box-shadow: 0 0 0 1px inset #ab1c18;
  background-color: #ab1c18;
  color: #fff;
}
.ps-pro-list .del {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px inset #999;
  border-radius: 50%;
  z-index: 10;
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  cursor: pointer;
  display: none;
  background-image: url(../images/a18.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55% auto;
}
@media (max-width: 768px) {
  .ps-pro-list {
    justify-content: space-between;
  }
  .ps-pro-list .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.ps-21 .ps-cont {
  padding-top: 0.3rem;
}
.ps-21 .form .ti {
  margin-right: 0.45rem;
  color: #666;
  position: relative;
}
.ps-21 .form .ti:hover {
  color: #000;
}
.ps-21 .form .ti.on {
  color: #000;
  font-weight: bold;
}
.ps-21 .form .ti.on::before {
  content: "";
  width: 100%;
  height: 0.05rem;
  position: absolute;
  left: 0;
  top: calc(100% + 0.06rem);
  background-color: #ab1c18;
  border-radius: 1rem;
}
.ps-21 .form .inp {
  width: 3.2rem;
}
.ps-21 .form .ip {
  width: 100%;
  height: 0.5rem;
  border: solid 1px #e5e5e5;
  padding: 0 0.2rem;
}
.ps-21 .form .ip::-moz-placeholder {
  color: #999;
}
.ps-21 .form .ip::placeholder {
  color: #999;
}
.ps-21 .form .submit {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-mag-g.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.ps-21 .tab {
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
}
.ps-21 .thead {
  background-color: #e3e3e3;
  padding: 0.2rem 0;
  margin-bottom: 0.3rem;
}
.ps-21 .td:nth-child(1) {
  width: 39.4736842105%;
  padding-left: 0.2rem;
}
.ps-21 .td:nth-child(2) {
  width: 17.5438596491%;
}
.ps-21 .td:nth-child(3) {
  width: 21.9298245614%;
}
.ps-21 .td:nth-child(4) {
  width: 21.0526315789%;
}
@media (max-width: 1280px) {
  .ps-21 .form {
    flex-wrap: wrap;
  }
  .ps-21 .form .tags {
    display: flex;
    flex-wrap: wrap;
  }
  .ps-21 .form .ti {
    margin-bottom: 0.3rem;
  }
  .ps-21 .form .inp {
    width: 100%;
  }
  .ps-21 .thead {
    display: none;
  }
}

.ps-21-1 .tops {
  padding: 0.25rem 0.5rem;
  box-shadow: 0 -1px 0 0 inset rgba(0, 0, 0, 0.1);
}
.ps-21-1 .num_id {
  line-height: 1;
}
.ps-21-1 .nic {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/a19.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
  cursor: pointer;
}
.ps-21-1 .ord_date {
  color: #999;
  margin-left: 0.3rem;
}
.ps-21-1 .or1_ri {
  white-space: nowrap;
  flex-shrink: 0;
}
.ps-21-1 .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.15rem 0.35rem;
  border: solid 1px #e5e5e5;
}
.ps-21-1 .aa img {
  height: 1.25em;
  margin-right: 0.1rem;
}
.ps-21-1 .list {
  padding: 0.35rem 0;
}
.ps-21-1 .list .li {
  width: 25%;
  text-align: center;
}
.ps-21-1 .list .li:last-child .num::before {
  display: none;
}
.ps-21-1 .list .active .num::before {
  background-color: #ab1c18;
}
.ps-21-1 .list .active .nyuan {
  border-color: #ab1c18;
}
.ps-21-1 .list .active .n1 {
  background-color: #ab1c18;
  color: #fff;
}
.ps-21-1 .list .active .n2 {
  color: #222;
  font-weight: bold;
}
.ps-21-1 .list .num::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  left: 50%;
  top: calc(50% - 1px);
}
.ps-21-1 .list .nyuan {
  background-color: #fff;
  display: inline-flex;
  padding: 0.07rem;
  border: dashed 1px #999;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
.ps-21-1 .list .n1 {
  width: 2.2222222222em;
  height: 2.2222222222em;
  border-radius: 50%;
  background-color: #999;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ps-21-1 .list .n2 {
  margin-top: 0.12rem;
  color: #666;
  padding: 0 0.1rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .ps-21-1 .or1_le {
    flex-wrap: wrap;
  }
  .ps-21-1 .num_id {
    width: 100%;
  }
  .ps-21-1 .ord_date {
    width: 100%;
    color: #999;
    margin-left: 0;
    margin-top: 1em;
  }
}

.ps-21-2 .box {
  padding: 0.4rem 0.5rem 0.2rem;
}
.ps-21-2 .le {
  width: calc(100% - 3rem);
}
.ps-21-2 .ic {
  height: 1em;
  flex-shrink: 0;
}
.ps-21-2 .te {
  padding-left: 0.2rem;
}
.ps-21-2 .t1 {
  color: #222;
}
.ps-21-2 .t2 {
  color: #666;
  line-height: 1.5;
  margin-top: 0.1rem;
}
.ps-21-2 .t2 span {
  color: #ff5023;
}
.ps-21-2 .button {
  display: block;
  width: 2.2rem;
  height: 0.5rem;
}
.ps-21-2 .now {
  background-color: #ab1c18;
  color: #fff;
}
.ps-21-2 .cancel {
  background-color: #fff;
  color: #666;
}
@media (max-width: 768px) {
  .ps-21-2 .le {
    width: 100%;
  }
  .ps-21-2 .btns {
    display: flex;
    margin-top: 0.2rem;
  }
}

.ps-21-3 .ps-cont {
  padding-bottom: 0.4rem;
}
.ps-21-3 .in_i {
  margin-bottom: 0.16rem;
}
.ps-21-3 .in_i .sp1 {
  color: #999;
  display: inline-block;
  min-width: 1.9rem;
}
.ps-21-3 .tab {
  margin-top: 0.4rem;
}
.ps-21-3 .thead {
  background-color: #f7f7f7;
  padding: 0.25rem 0;
  border: solid 1px #e3e3e3;
  border-bottom: none;
}
.ps-21-3 .td:nth-child(1) {
  width: 57.8947368421%;
  padding-left: 0.2rem;
}
.ps-21-3 .td:nth-child(2) {
  width: 28.9473684211%;
}
.ps-21-3 .tbody .tr {
  padding: 0.33rem 0;
  border: solid 1px #e3e3e3;
}
.ps-21-3 .pro .imgs {
  width: 1.68rem;
  flex-shrink: 0;
}
.ps-21-3 .pro .img {
  padding-top: 89.2857142857%;
}
.ps-21-3 .pro .pte {
  padding-left: 0.2rem;
  color: #666;
}
.ps-21-3 .pro .pt1 {
  line-height: 1.5;
  color: #222;
  margin-bottom: 0.2rem;
}
.ps-21-3 .pro .pt2 {
  margin-bottom: 0.1rem;
}
.ps-21-3 .price {
  color: #222;
}
.ps-21-3 .settle {
  justify-content: flex-end;
  margin-top: 0.38rem;
}
.ps-21-3 .se_box {
  width: 3.2rem;
}
.ps-21-3 .se_box .line {
  height: 1px;
  background-color: #000000;
  opacity: 0.1;
  margin: 0.1rem 0;
}
.ps-21-3 .se_box .se_i {
  padding: 0.08rem 0;
}
.ps-21-3 .se_box .sp1 {
  color: #666;
}
.ps-21-3 .se_box .sp2 {
  color: #222;
}
@media (max-width: 768px) {
  .ps-21-3 .thead {
    display: none;
  }
  .ps-21-3 .tr {
    flex-wrap: wrap;
  }
  .ps-21-3 .td:nth-child(1) {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .ps-21-3 .td:nth-child(2) {
    width: 50%;
    text-align: center;
  }
  .ps-21-3 .td:nth-child(3) {
    width: 50%;
    text-align: center;
  }
  .ps-21-3 .se_box {
    width: 100%;
  }
}

.ps-41 .tab {
  margin-top: 0.36rem;
}
.ps-41 .thead {
  background-color: #e3e3e3;
  padding: 0.2rem 0;
  margin-bottom: 0.3rem;
  text-align: center;
}
.ps-41 .td:nth-child(1) {
  width: 33.3333333333%;
  padding-left: 0.2rem;
  text-align: left;
}
.ps-41 .td:nth-child(2) {
  width: 33.3333333333%;
}
.ps-41 .td:nth-child(3) {
  width: 33.3333333333%;
}
.ps-41 .list .item {
  box-shadow: 0 0 0 1px #e3e3e3;
  margin-bottom: 0.2rem;
}
.ps-41 .list .it-top {
  background-color: #f7f7f7;
  padding: 0.25rem 0.2rem;
}
.ps-41 .list .num_id {
  display: inline-flex;
  line-height: 1;
}
.ps-41 .list .nic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a19.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
  cursor: pointer;
}
.ps-41 .list .ord_date {
  color: #999;
  margin-left: 0.3rem;
}
.ps-41 .list .or1_ri {
  white-space: nowrap;
  flex-shrink: 0;
}
.ps-41 .list .aa {
  display: inline-flex;
  margin-left: 0.2rem;
}
.ps-41 .list .aa img {
  height: 1em;
}
.ps-41 .list .ord_plist {
  width: 33.3333333333%;
  padding-left: 0.2rem;
}
.ps-41 .list .price {
  text-align: center;
  width: 33.3333333333%;
}
.ps-41 .list .ord_pi {
  margin-bottom: 0.2rem;
}
.ps-41 .list .ord_pi:last-child {
  margin-bottom: 0;
}
.ps-41 .list .imgs {
  width: 1.2rem;
  flex-shrink: 0;
}
.ps-41 .list .img {
  padding-top: 100%;
}
.ps-41 .list .pte {
  width: 2.4rem;
  margin-left: 0.25rem;
}
.ps-41 .list .pt11 {
  line-height: 1.5;
}
.ps-41 .list .pt12 {
  color: #ab1c18;
  margin-top: 0.14rem;
}
.ps-41 .list .pt13 {
  color: #666;
  margin-top: 0.1rem;
}
.ps-41 .list .btns {
  width: 33.3333333333%;
  text-align: center;
}
.ps-41 .list .button {
  padding: 0 0.4rem;
  height: 3.125em;
}
.ps-41 .list .btn_pay {
  background-color: #ab1c18;
  color: #fff;
}
.ps-41 .list .btn_cancel {
  background-color: #fff;
  color: #666;
}
.ps-41 .list .it-bot {
  padding: 0.2rem 0;
  border-top: 1px solid #e3e3e3;
}
@media (max-width: 1280px) {
  .ps-41 .list .it-bot {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ps-41 .list .ord_plist {
    width: 100%;
  }
  .ps-41 .list .or1_le {
    flex-wrap: wrap;
  }
  .ps-41 .list .num_id {
    width: 100%;
  }
  .ps-41 .list .ord_date {
    width: 100%;
    margin: 0;
    margin-top: 1em;
  }
  .ps-41 .list .imgs {
    width: 25%;
  }
  .ps-41 .list .pte {
    width: 65%;
    margin-left: 5%;
  }
  .ps-41 .list .price {
    width: 50%;
    padding: 0 0.2rem;
  }
  .ps-41 .list .btns {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .ps-41 .thead {
    display: none;
  }
}

.order-list .ord-item {
  box-shadow: 0 0 0 1px #e3e3e3;
  margin-bottom: 0.2rem;
}
.order-list .ord-top {
  background-color: #f7f7f7;
  padding: 0.22rem 0.2rem;
}
.order-list .num_id {
  display: inline-flex;
  line-height: 1;
}
.order-list .nic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a19.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
  cursor: pointer;
}
.order-list .ord_date {
  color: #999;
  margin-left: 0.3rem;
}
.order-list .or1_ri {
  white-space: nowrap;
  flex-shrink: 0;
}
.order-list .aa {
  display: inline-flex;
  margin-left: 0.2rem;
}
.order-list .aa img {
  height: 1em;
}
.order-list .ord_plist {
  width: 39.4736842105%;
  padding-left: 0.2rem;
}
.order-list .price {
  width: 17.5438596491%;
}
.order-list .ord_pi {
  margin-bottom: 0.3rem;
}
.order-list .ord_pi:last-child {
  margin-bottom: 0;
}
.order-list .imgs {
  width: 1.2rem;
}
.order-list .img {
  padding-top: 100%;
}
.order-list .pte {
  width: 2.4rem;
  margin-left: 0.25rem;
}
.order-list .pt11 {
  line-height: 1.5;
}
.order-list .pt12 {
  color: #ab1c18;
  margin-top: 0.14rem;
}
.order-list .pt13 {
  color: #666;
  margin-top: 0.07rem;
}
.order-list .status {
  width: 21.9298245614%;
  line-height: 2;
}
.order-list .st12 {
  color: #ff5023;
}
.order-list .btns {
  width: 21.0526315789%;
  padding-right: 0.2rem;
}
.order-list .button {
  width: 100%;
  height: 3.125em;
}
.order-list .btn_pay {
  background-color: #ab1c18;
  color: #fff;
}
.order-list .btn_cancel {
  background-color: #fff;
  color: #666;
}
.order-list .ord-bot {
  padding: 0.32rem 0;
  border-top: 1px solid #e3e3e3;
}
@media (max-width: 1280px) {
  .order-list .ord-bot {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .order-list .ord_plist {
    width: 75%;
  }
  .order-list .or1_le {
    flex-wrap: wrap;
  }
  .order-list .num_id {
    width: 100%;
  }
  .order-list .ord_date {
    width: 100%;
    margin: 0;
    margin-top: 1em;
  }
  .order-list .imgs {
    width: 25%;
  }
  .order-list .pte {
    width: 65%;
    margin-left: 5%;
  }
  .order-list .price {
    width: auto;
    padding: 0 0.2rem;
  }
  .order-list .status {
    width: 50%;
    padding: 0.2rem;
  }
  .order-list .btns {
    width: 50%;
  }
}

.addr-dialog {
  display: none;
}
.addr-dialog.show {
  display: block;
}
.addr-dialog .dlg-cont {
  width: 8.6rem;
  max-width: 96%;
}
.addr-dialog .off {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  background-image: url(../images/a66.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.addr-dialog .form {
  padding: 0.45rem 0.6rem;
  min-height: 5.8rem;
}
.addr-dialog .fbox {
  margin-top: 0.28rem;
  margin-bottom: 0.1rem;
}
.addr-dialog .fitem {
  width: 48.6486486486%;
  margin-bottom: 0.2rem;
}
.addr-dialog .ww100 {
  width: 100%;
}
.addr-dialog .ip {
  width: 100%;
  padding: 0 0.2rem;
  height: 0.5rem;
  border: solid 1px #f3f3f3;
  color: #999;
}
.addr-dialog .ip::-moz-placeholder {
  color: #999;
}
.addr-dialog .ip::placeholder {
  color: #999;
}
.addr-dialog .com-select {
  box-shadow: 0 0 0 1px inset #f3f3f3;
  color: #999;
}
.addr-dialog .ph-sel {
  width: 0.85rem;
  flex-shrink: 0;
}
.addr-dialog .ph-hd {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.addr-dialog .ph-hd .ht1 {
  padding-left: 0.5em;
}
.addr-dialog .ph-hd::before {
  content: "";
  width: 1px;
  height: 0.2rem;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f3f3f3;
}
.addr-dialog .ph-sub {
  display: none;
  position: absolute;
  top: 100%;
  left: -2px;
  z-index: 88;
  width: calc(100% + 4px);
  padding-top: 2px;
}
.addr-dialog .show_list .ph-sub {
  display: block;
}
.addr-dialog .phone {
  border: solid 1px #f3f3f3;
}
.addr-dialog .phone .inp {
  flex-grow: 1;
}
.addr-dialog .phone .ip {
  border: none;
}
.addr-dialog .submit {
  width: 1.8rem;
  height: 0.5rem;
  background-color: #ab1c18;
  color: #fff;
}
@media (max-width: 768px) {
  .addr-dialog .form {
    padding: 0.3rem;
  }
  .addr-dialog .fitem {
    width: 100%;
  }
}

.stars {
  display: inline-flex;
  margin-left: 0.1rem;
  margin-right: 0.15rem;
}

.star-box {
  width: 1em;
  height: 1em;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  background-image: url(../images/a20.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.star-blue {
  width: 0;
  height: 100%;
  background-image: url(../images/a31.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.star-box.active .star-blue {
  width: 100%;
}

.Dialog-shopCart.show .shop-dialog-cont {
  transform: translate(0%);
}
.Dialog-shopCart.show .cp-mask {
  opacity: 1;
  pointer-events: auto;
}

.cp-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(0.03rem);
          backdrop-filter: blur(0.03rem);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 999;
}

/**
购物车 弹窗
*/
.shop-dialog-cont {
  position: fixed;
  top: 0;
  right: 0;
  width: 5rem;
  max-width: 90vw;
  height: 100vh;
  background-color: #fff;
  transform: translate(100%);
  transition: transform 0.3s;
  padding: 0 0.3rem;
  display: flex;
  flex-direction: column;
  z-index: 3000;
}
@media (min-width: 901px) {
  .shop-dialog-cont {
    min-width: 480px;
  }
}
@media (max-width: 900px) {
  .shop-dialog-cont {
    width: 7rem;
    min-width: 300px;
  }
}

.shop-head {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0rem;
}
.shop-head .close {
  width: 1em;
  height: 1em;
  border: none;
  cursor: pointer;
  border: none;
  background-color: #fff;
  background-image: url(../images/a66.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.shop-head .bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.25rem;
}
.shop-head .te {
  display: inline-flex;
  align-items: center;
}
.shop-head .ic {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  margin-right: 0.5em;
}

.shop-body {
  flex-grow: 1;
  overflow-y: auto;
}
.shop-body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.shop-body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #ab1c18;
}
.shop-body .prc-item {
  position: relative;
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.shop-body .prc-item:last-child {
  border-bottom: none;
}
.shop-body .img {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
  border: 1px solid #e3e3e3;
  overflow: hidden;
}
.shop-body .img .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.shop-body .text {
  flex-grow: 1;
  padding-left: 0.3rem;
}
.shop-body .info {
  display: block;
}
.shop-body .name {
  padding-right: 0.2rem;
}
.shop-body .tbot {
  margin-top: 0.2rem;
}
.shop-body .price {
  flex-shrink: 0;
  color: #ab1c18;
}
.shop-body .method {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-body .nums {
  display: inline-flex;
  justify-content: center;
  background-color: #f5f5f5;
}
.shop-body .nums .ip {
  width: 0.34rem;
  height: 0.24rem;
  text-align: center;
  border: solid 1px #dbdbdb;
}
.shop-body .nums .nbtn {
  width: 0.24rem;
  height: 0.24rem;
  background-color: #f7f7f7;
  border: solid 1px #dbdbdb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27.7777777778% auto;
  cursor: pointer;
}
.shop-body .nums .minus {
  background-image: url(../images/a10.png);
}
.shop-body .nums .plus {
  background-image: url(../images/a9.png);
}
.shop-body .remove {
  width: 1em;
  height: 1em;
  margin-left: 0.14rem;
  cursor: pointer;
  background-image: url(../images/a27.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.shop-body .remove:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .shop-body .prc-list {
    padding-right: 2px;
  }
  .shop-body .nums .ip {
    font-size: 0.24rem;
  }
}

.shop-foot {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.shop-foot .btns {
  margin-top: 0.5rem;
}
.shop-foot .btn {
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  margin-bottom: 0.1rem;
}
.shop-foot .btn:last-child {
  margin-bottom: 0;
}
.shop-foot .btn1 {
  height: 0.52rem;
  background-color: #ab1c18;
}
.shop-foot .btn2 {
  line-height: 0.52rem;
  background-color: #ff5023;
}
.cart-card .box {
  padding: 0.5rem;
}
.cart-card .d11 img {
  width: 1em;
  margin-right: 0.5em;
  flex-shrink: 0;
}
.cart-card .d12 {
  color: #666;
  line-height: 1.3125;
  margin-top: 0.14rem;
}
.cart-card .list {
  margin-top: 0.27rem;
}
.cart-card .img {
  padding-top: 57.1428571429%;
  border: solid 1px #f3f3f3;
}
@media (min-width: 769px) {
  .cart-card .li {
    width: 9.3333333333%;
    margin-right: 0.6666666667%;
    margin-bottom: 0.1rem;
  }
}
@media (max-width: 768px) {
  .cart-card .box {
    padding: 0.3rem;
  }
  .cart-card .li {
    width: 19%;
    margin-right: 1.25%;
  }
  .cart-card .li:nth-child(5n) {
    margin-right: 0;
  }
}

.cart-1 .box {
  padding: 0.5rem 0.5rem 0.78rem;
}
.cart-1 .titles {
  color: #666;
}
.cart-1 .titles h2 {
  display: inline;
}
.cart-1 .table {
  margin-top: 0.32rem;
}
.cart-1 .thead {
  background-color: #f7f7f7;
  padding: 0.2rem 0;
  margin-bottom: 0.4rem;
}
.cart-1 .thead .td:nth-child(1) {
  padding-left: 2rem;
}
.cart-1 .td {
  text-align: center;
}
.cart-1 .td:nth-child(1) {
  width: 44%;
  text-align: left;
}
.cart-1 .td:nth-child(2) {
  width: 15.3333333333%;
}
.cart-1 .td:nth-child(3) {
  width: 18.6666666667%;
}
.cart-1 .td:nth-child(4) {
  width: 13.3333333333%;
}
.cart-1 .td:nth-child(5) {
  width: 8.6666666667%;
}
.cart-1 .tr {
  padding: 0.3rem 0;
  border-bottom: solid 1px #f3f3f3;
}
.cart-1 .pro {
  padding-left: 0.5rem;
}
.cart-1 .pro .imgs {
  width: 1.2rem;
  flex-shrink: 0;
}
.cart-1 .pro .img {
  padding-top: 100%;
  border: 1px solid #eee;
}
.cart-1 .pro .pte {
  padding-left: 0.3rem;
}
.cart-1 .pro .pt1 {
  line-height: 1.5;
  margin-bottom: 0.12rem;
}
.cart-1 .pro .pt2 {
  color: #999;
}
.cart-1 .method {
  display: inline-flex;
  justify-content: center;
  background-color: #f5f5f5;
}
.cart-1 .ip {
  width: 0.94rem;
  height: 0.44rem;
  text-align: center;
  border: solid 1px #dbdbdb;
}
.cart-1 .nbtn {
  width: 0.44rem;
  height: 0.44rem;
  background-color: #f7f7f7;
  border: solid 1px #dbdbdb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27.7777777778% auto;
  cursor: pointer;
}
.cart-1 .minus {
  background-image: url(../images/a10.png);
}
.cart-1 .plus {
  background-image: url(../images/a9.png);
}
.cart-1 .del {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/a27.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.cart-1 .del:hover {
  background-image: url(../images/a28.png);
}
.cart-1 .shop {
  margin-top: 0.14rem;
  padding-left: 0.5rem;
}
.cart-1 .href {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dbdbdb;
  color: #ab1c18;
  padding: 0.11rem 0.2rem;
}
.cart-1 .href:hover {
  border-color: #ab1c18;
}
.cart-1 .aic {
  width: 1em;
  margin-right: 0.1rem;
}
.cart-1 .label {
  position: absolute;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
}
.cart-1 .label.selected .lab_ic {
  background-color: #ab1c18;
}
.cart-1 .label .lab_ic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px inset #f3f3f3;
  background-color: #fff;
  background-image: url(../images/a57.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70% auto;
}
.cart-1 .label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
.cart-1 .label .lab_sp {
  margin-left: 0.1rem;
  font-weight: bold;
}
.cart-1 .disabel .item {
  opacity: 0.5;
}
.cart-1 .bots {
  margin-top: 1rem;
}
.cart-1 .ble {
  flex-shrink: 0;
}
.cart-1 .ble div {
  display: inline-block;
  cursor: pointer;
  color: #666;
  margin-right: 0.5rem;
}
.cart-1 .ble div:hover {
  color: #ab1c18;
}
.cart-1 .b12 {
  text-align: right;
  margin-top: 0.28rem;
}
.cart-1 .been span {
  color: #ab1c18;
}
.cart-1 .total {
  text-align: right;
  margin-left: 0.38rem;
}
.cart-1 .total .sp1 {
  letter-spacing: 1px;
}
.cart-1 .total .sp2 {
  color: #ab1c18;
}
.cart-1 .button {
  height: 0.52rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #ab1c18;
  padding: 0 0.44rem;
  margin-left: 0.3rem;
}
.cart-1 .button img {
  filter: brightness(0) invert(1);
  height: 1em;
  margin-right: 0.75em;
}
@media (min-width: 769px) {
  .cart-1 .msp {
    display: none;
  }
}
@media (max-width: 768px) {
  .cart-1 .box {
    padding: 0.3rem;
  }
  .cart-1 .thead .td {
    display: none;
  }
  .cart-1 .item {
    flex-wrap: wrap;
  }
  .cart-1 .item .label {
    top: 0.6rem;
  }
  .cart-1 .td {
    text-align: left;
    line-height: 1.8;
  }
  .cart-1 .td:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .cart-1 .td:nth-child(2) {
    width: 50%;
  }
  .cart-1 .td:nth-child(3) {
    width: 50%;
    font-weight: bold;
  }
  .cart-1 .td:nth-child(4) {
    width: 50%;
  }
  .cart-1 .bots {
    margin-top: 0.3rem;
  }
  .cart-1 .bri {
    margin-top: 0.3rem;
  }
}

.cart-2 .cont {
  padding: 0.5rem;
}
@media (max-width: 768px) {
  .cart-2 .cont {
    padding: 0.3rem;
  }
}

.cart2-address .add {
  text-decoration: underline;
  color: #ab1c18;
  cursor: pointer;
  text-underline-offset: 4px;
}
.cart2-address .ul {
  margin-top: 0.3rem;
  margin-bottom: 0.35rem;
}
.cart2-address .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0.3rem;
}
.cart2-address .li:nth-child(3n) {
  margin-right: 0;
}
.cart2-address .dd {
  cursor: pointer;
  padding: 0.22rem 0.3rem 0.18rem;
  background-color: #ffffff;
  border: solid 1px #f3f3f3;
}
.cart2-address .selected {
  border: solid 1px #ab1c18;
}
.cart2-address .name {
  display: inline-block;
  min-width: 1.2rem;
}
.cart2-address .d12 {
  line-height: 1.5714285714;
  color: #666;
  margin-top: 0.18rem;
}
.cart2-address .bot {
  margin-top: 0.08rem;
}
.cart2-address .btn {
  width: 1em;
  height: 1em;
  margin-right: 0.16rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.cart2-address .del {
  background-image: url(../images/a27.png);
}
.cart2-address .del:hover {
  background-image: url(../images/a28.png);
}
.cart2-address .edit {
  background-image: url(../images/a29.png);
}
.cart2-address .edit:hover {
  background-image: url(../images/a30.png);
}
.cart2-address .def {
  height: 2em;
  padding: 0 5px;
  min-width: 1.3rem;
  background-color: #f3f3f3;
}
.cart2-address .is_def {
  background-color: rgba(171, 28, 24, 0.1);
  border: 1px solid rgba(171, 28, 24, 0.2);
  color: #ab1c18;
}
.cart2-address .add_btn {
  width: 2.4rem;
  line-height: 3.125;
  background-color: #ab1c18;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.cart2-address .tip {
  margin-top: 0.16rem;
}
@media (max-width: 768px) {
  .cart2-address .li {
    width: 100%;
    margin-right: 0;
  }
}

.cart2-table .table {
  margin-top: 0.32rem;
}
.cart2-table .thead {
  background-color: #f7f7f7;
  padding: 0.2rem 0;
}
.cart2-table .thead .td {
  text-align: center !important;
}
.cart2-table .td {
  text-align: center;
}
.cart2-table .td:nth-child(1) {
  width: 38.6666666667%;
  margin-right: 14%;
  text-align: left;
}
.cart2-table .td:nth-child(2) {
  width: 18%;
}
.cart2-table .td:nth-child(3) {
  width: 18%;
}
.cart2-table .td:nth-child(4) {
  width: 18%;
}
.cart2-table .tbody .tr {
  padding: 0.3rem 0;
  border-bottom: solid 1px #f3f3f3;
}
.cart2-table .pro .imgs {
  width: 1.2rem;
  flex-shrink: 0;
}
.cart2-table .pro .img {
  padding-top: 100%;
  border: 1px solid #eee;
}
.cart2-table .pro .pte {
  padding-left: 0.3rem;
}
.cart2-table .pro .pt1 {
  line-height: 1.5;
  margin-bottom: 0.12rem;
}
.cart2-table .pro .pt2 {
  color: #999;
}
@media (min-width: 769px) {
  .cart2-table .msp {
    display: none;
  }
}
@media (max-width: 768px) {
  .cart2-table .thead {
    display: none;
  }
  .cart2-table .tr {
    flex-wrap: wrap;
  }
  .cart2-table .td {
    text-align: left;
    line-height: 1.8;
  }
  .cart2-table .td:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .cart2-table .td:nth-child(2) {
    width: 50%;
  }
  .cart2-table .td:nth-child(3) {
    width: 50%;
    font-weight: bold;
  }
  .cart2-table .td:nth-child(4) {
    width: 50%;
  }
}

.cart2-payment {
  margin-top: 0.66rem;
  margin-bottom: 0.68rem;
}
.cart2-payment .list {
  margin-top: 0.32rem;
}
.cart2-payment .lab {
  width: 2.4rem;
  height: 1rem;
  margin-right: 0.2rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: solid 1px #f3f3f3;
  position: relative;
  padding: 0 0.3rem;
  cursor: pointer;
}
.cart2-payment .ic {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #e3e3e3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto;
  flex-shrink: 0;
}

.cart2-payment .selected {
  border: solid 1px #ab1c18;
}
.cart2-payment .selected .ic {
  background-color: #ab1c18;
  background-image: url(../images/a57.png);
}
.cart2-payment   .logo{
width: 70%;
max-height: 2em;
object-fit: contain;
}
.cart2-payment input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}

.cart2-coupon .com-tt em {
  color: #666;
}
.cart2-coupon .inp {
  margin-top: 0.27rem;
}
.cart2-coupon .ip {
  width: 4rem;
  height: 0.5rem;
  border: solid 1px #f3f3f3;
  margin-right: 0.1rem;
  padding: 0 0.2rem;
}
.cart2-coupon .button {
  width: 1.2rem;
  height: 0.5rem;
  background-color: #ab1c18;
  color: #fff;
}

.cart2-settle1 {
  justify-content: flex-end;
}
.cart2-settle1 .box {
  width: 3.4rem;
}
.cart2-settle1 .line {
  height: 1px;
  background-color: #f3f3f3;
  margin: 0.16rem 0;
}
.cart2-settle1 .se_i {
  line-height: 1.75;
}
.cart2-settle1 .sp1 {
  color: #666;
}
@media (max-width: 768px) {
  .cart2-settle1 {
    margin-top: 0.4rem;
  }
  .cart2-settle1 .box {
    width: 100%;
  }
}

.cart2-settle2 {
  margin-top: 0.36rem;
  padding-bottom: 0.2rem;
}
.cart2-settle2 .le {
  flex-shrink: 0;
}
.cart2-settle2 .ri {
  padding-left: 0.2rem;
}
.cart2-settle2 .d11 {
  justify-content: flex-end;
}
.cart2-settle2 .button {
  height: 0.52rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #ab1c18;
  padding: 0 0.44rem;
  margin-left: 0.3rem;
}
.cart2-settle2 .button .ic {
  filter: brightness(0) invert(1);
  height: 1.25em;
  margin-right: 0.75em;
}
.cart2-settle2 .price .sp1 {
  letter-spacing: 1px;
}
.cart2-settle2 .d12 {
  margin-top: 0.14rem;
  color: #999;
  line-height: 2;
}
.cart2-settle2 .d12 a {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.cart2-settle2 .aa {
  display: inline-block;
  padding: 0 0.36rem;
  line-height: 0.52rem;
  border: solid 1px #000;
  transition: all 0.3s;
}
.cart2-settle2 .aa:hover {
  border-color: #ab1c18;
  background-color: #ab1c18;
  color: #fff;
}
@media (max-width: 768px) {
  .cart2-settle2 .box {
    flex-wrap: wrap;
  }
  .cart2-settle2 .le {
    width: 100%;
    order: 2;
    margin-top: 0.2rem;
    text-align: right;
  }
  .cart2-settle2 .ri {
    order: 1;
    width: 100%;
  }
}

.cart-3 .cont {
  padding: 0.48rem 0.5rem;
}
.cart-3 .form1 {
  margin-top: 0.24rem;
}
.cart-3 .form1 .tit {
  margin-bottom: 0.22rem;
}
.cart-3 .form1 .fbox2 .fitem {
  width: 49.3333333333%;
  margin-right: 0;
}
.cart-3 .form1 .fitem {
  width: 24%;
  margin-right: 1.3333333333%;
  margin-bottom: 0.2rem;
}
.cart-3 .form1 .fitem:nth-child(4n) {
  margin-right: 0;
}
.cart-3 .form1 .ww100 {
  width: 100%;
}
.cart-3 .form1 .ip {
  width: 100%;
  padding: 0 0.2rem;
  height: 0.5rem;
  border: solid 1px #f3f3f3;
  color: #999;
}
.cart-3 .form1 .ip::-moz-placeholder {
  color: #999;
}
.cart-3 .form1 .ip::placeholder {
  color: #999;
}
.cart-3 .form1 .com-select {
  box-shadow: 0 0 0 1px inset #f3f3f3;
  color: #999;
}
.cart-3 .form1 .ph-sel {
  width: 0.85rem;
  flex-shrink: 0;
}
.cart-3 .form1 .ph-hd {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cart-3 .form1 .ph-hd::before {
  content: "";
  width: 1px;
  height: 0.2rem;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f3f3f3;
}
.cart-3 .form1 .ht1 {
  padding-left: 0.5em;
}
.cart-3 .form1 .ph-sub {
  display: none;
  position: absolute;
  top: 100%;
  left: -2px;
  z-index: 88;
  width: calc(100% + 4px);
  padding-top: 2px;
}
.cart-3 .form1 .phone {
  border: solid 1px #f3f3f3;
}
.cart-3 .form1 .phone .inp {
  flex-grow: 1;
}
.cart-3 .form1 .phone .ip {
  border: none;
}
.cart-3 .form1 .submit {
  min-width: 1.8rem;
  height: 0.5rem;
  background-color: #ab1c18;
  color: #fff;
  padding: 0 0.2rem;
}
.cart-3 .form1 .btns {
  margin-top: 0.1rem;
}
.cart-3 .list {
  margin-top: 0.74rem;
  margin-bottom: 0.56rem;
}
.cart-3 .list .li {
  background-color: #f7f7f7;
  padding: 0 0.2rem;
  line-height: 3.3333333333;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 0.2rem;
}
.cart-3 .list .li:last-child {
  margin-bottom: 0;
}
.cart-3 .cart2-coupon .button {
  background-color: #ccc;
}
.cart-3 .cart2-settle2 .button {
  background-color: #ccc;
}
@media (max-width: 768px) {
  .cart-3 .cont {
    padding: 0.3rem;
  }
  .cart-3 .form1 .fitem {
    width: 100%;
    margin-right: 0;
  }
}

.cart-4 .cont {
  padding: 0.5rem;
}
.cart-4 .com-tt {
  margin-right: 0.35rem;
}
.cart-4 .num_id {
  line-height: 1;
}
.cart-4 .nic {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/a72.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
  cursor: pointer;
}
.cart-4 .time {
  color: #666;
}
.cart-4 .breaks {
  background-color: #f7f7f7;
  padding: 0.15rem 0.3rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.cart-4 .bi {
  width: 50%;
  margin: 0.14rem 0;
  color: #666;
}
.cart-4 .bi span {
  color: #333;
}
.cart-4 .total {
  text-align: right;
  margin-top: 0.23rem;
  padding-bottom: 0.2rem;
}
.cart-4 .total .sp1 {
  letter-spacing: 1px;
}
.cart-4 .total .sp2 {
  color: #ab1c18;
}
@media (max-width: 768px) {
  .cart-4 .cont {
    padding: 0.3rem;
  }
  .cart-4 .tops {
    flex-wrap: wrap;
  }
  .cart-4 .tle {
    width: 100%;
    flex-wrap: wrap;
  }
  .cart-4 .num_id {
    margin-top: 1em;
  }
  .cart-4 .time {
    margin-top: 1em;
  }
  .cart-4 .bi {
    width: 100%;
  }
}

.is-new {
  position: relative;
}
.is-new::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ab1c18;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  left: 0;
  top: 0;
}

.new-sp {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-45deg) translate(-50%, 0%);
  transform-origin: left top;
  color: #fff;
  width: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
}

.no-order {
  padding: 1.2rem 0;
}
.no-order .no-box {
  text-align: center;
}
.no-order .ic {
  height: 1em;
}
.no-order .te {
  color: #000;
  margin-top: 0.29rem;
  margin-bottom: 0.48rem;
}
.no-order .aa {
  display: inline-block;
  line-height: 3.125;
  color: #fff;
  background-color: #ab1c18;
  padding: 0 0.75rem;
}

.cart2-page {
  padding-bottom: 0.95rem;
}

.cart-page2 {
  padding-bottom: 1rem;
}

.cart-page3 {
  padding-bottom: 1rem;
}

.ps-tags .pti {
  position: relative;
  margin-right: 0.5rem;
  margin-bottom: 0.1rem;
  color: #666;
  padding-bottom: 0.07rem;
  line-height: 1;
}
.ps-tags .pti:hover {
  color: #ab1c18;
}
.ps-tags .pti.on {
  color: #000;
  font-weight: bold;
}
.ps-tags .pti.on::before {
  content: "";
  width: 100%;
  height: 0.05rem;
  background-color: #ab1c18;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 100%;
}
.ps-tags .has_new::after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #c40000;
  position: absolute;
  left: 100%;
  top: 0;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .ps-tags .pti {
    margin-right: 0.25rem;
  }
}

.filt-top {
  margin-bottom: 0.3rem;
}
.filt-top .sorty {
  z-index: 30;
}
.filt-top .show .s_bd {
  display: block;
}
.filt-top .s_hd {
  display: inline-flex;
  color: #666;
  cursor: pointer;
}
.filt-top .ar0 {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/a74.png);
  margin-right: 0.5em;
}
.filt-top .ar {
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/a54.png);
  margin-left: 1em;
}
.filt-top .s_bd {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-top: 0.1rem;
  display: none;
}
.filt-top .sb_list {
  background-color: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.filt-top .sb_item {
  padding: 0.1rem;
  cursor: pointer;
  line-height: 1.5;
}
.filt-top .sb_item:hover {
  color: #ab1c18;
}
.md-cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 0.25rem 0;
  z-index: 100;
}
.md-cookie .le {
  padding-right: 0.3rem;
}
.md-cookie .te {
  line-height: 1.5;
}
.md-cookie .te a {
  color: #ab1c18;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.md-cookie .ri {
  flex-shrink: 0;
}
.md-cookie .button {
  height: 0.5rem;
  width: 1.8rem;
  background-color: #ab1c18;
  color: #fff;
}
.cart-2 .form2 {
  margin-top: 0.24rem;
  margin-bottom: 0.68rem;
}
.cart-2 .form2 .tit {
  margin-bottom: 0.22rem;
}
.cart-2 .form2 .fbox2 .fitem {
  width: 49.3333333333%;
  margin-right: 0;
}
.cart-2 .form2 .fitem {
  width: 24%;
  margin-right: 1.3333333333%;
  margin-bottom: 0.2rem;
}
.cart-2 .form2 .fitem:nth-child(4n) {
  margin-right: 0;
}
.cart-2 .form2 .ip {
  width: 100%;
  padding: 0 0.2rem;
  height: 0.5rem;
  border: solid 1px #f3f3f3;
  color: #999;
}
.cart-2 .form2 .ip::-moz-placeholder {
  color: #999;
}
.cart-2 .form2 .ip::placeholder {
  color: #999;
}
.cart-2 .form2 .com-select {
  box-shadow: 0 0 0 1px inset #f3f3f3;
  color: #999;
}
.cart-2 .form2 .ph-sel {
  width: 0.85rem;
  flex-shrink: 0;
}
.cart-2 .form2 .ph-hd {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cart-2 .form2 .ph-hd::before {
  content: "";
  width: 1px;
  height: 0.2rem;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f3f3f3;
}
.cart-2 .form2 .ht1 {
  padding-left: 0.5em;
}
.cart-2 .form2 .phone {
  border: solid 1px #f3f3f3;
}
.cart-2 .form2 .phone .inp {
  flex-grow: 1;
}
.cart-2 .form2 .phone .ip {
  border: none;
}


@media (max-width: 768px){
  .cart-2 .form2 .fbox2 .fitem  {
width: 100%;
  }
  .cart-2 .form2 .fitem{
    width: 100%;
    margin-right: 0;
  }
  .cart-2 .form2 .ip{
    height: 50px;
  }
  .cart-2   .com-select .cs_cur{
    line-height: 50px;
  }
}