/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";
/* usually */
html{font-family: "Noto Sans SC", sans-serif;}
body {font-size: 14px;color: #2E2E2E;}
/* html,body {background-color: #FCFBFB;} */
body,div,h1,h2,h3,h4,h5,h6,hr,p,span,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,a,:after,:before{margin:0;padding:0;box-sizing: border-box;}
ul,ol,li{list-style:none;}
a{text-decoration: none;color: #2E2E2E}
.auto{margin-left:auto;margin-right:auto;}
.l{float:left;}.r{float:right;}.tc{text-align: center;}.ti2{text-indent: 2em;}
.db{display:block;}.dn{display:none;}.dib{display: inline-block;}
.ovh{overflow:hidden;}.rel{position:relative;}.abs{position:absolute;}
.fix:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-flex:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-web:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-phone:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.img-responsive{max-width: 100%; height: auto; display: block;}
.ellipsis{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap;}
.ellipsis1{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: inline-block; white-space: nowrap;}
img {border:none;display: inline-block;height: auto;max-width: 100%;}
.showmenu.nav-ul-box {
  left: 0;
}
/*margin*/
.m0{margin: 0px;}
.m1{margin: 1px;}.ml1{margin-left: 1px;}.mt1{margin-top: 1px;}.mr1{margin-right: 1px;}.mb1{margin-bottom: 1px;}
.m2{margin: 2px;}.ml2{margin-left: 2px;}.mt2{margin-top: 2px;}.mr2{margin-right: 2px;}.mb2{margin-bottom: 2px;}
.m5{margin: 5px;}.ml5{margin-left: 5px;}.mt5{margin-top: 5px;}.mr5{margin-right: 5px;}.mb5{margin-bottom: 5px;}
.m10{margin: 10px;}.ml10{margin-left: 10px;}.mt10{margin-top: 10px;}.mr10{margin-right: 10px;}.mb10{margin-bottom: 10px;}
.m15{margin: 15px;}.ml15{margin-left: 15px;}.mt15{margin-top: 15px;}.mr15{margin-right: 15px;}.mb15{margin-bottom: 15px;}
.m20{margin: 20px;}.ml20{margin-left: 20px;}.mt20{margin-top: 20px;}.mr20{margin-right: 20px;}.mb20{margin-bottom: 20px;}
.mr25 {margin-right: 25px;}
/*padding*/
.p0{padding: 0px;}
.p1{padding: 1px;}.pl1{padding-left: 1px;}.pt1{padding-top: 1px;}.pr1{padding-right: 1px;}.pb1{padding-bottom: 1px;}
.p2{padding: 2px;}.pl2{padding-left: 2px;}.pt2{padding-top: 2px;}.pr2{padding-right: 2px;}.pb2{padding-bottom: 2px;}
.p5{padding: 5px;}.pl5{padding-left: 5px;}.pt5{padding-top: 5px;}.pr5{padding-right: 5px;}.pb5{padding-bottom: 5px;}
.p10{padding: 10px;}.pl10{padding-left: 10px;}.pt10{padding-top: 10px;}.pr10{padding-right: 10px;}.pb10{padding-bottom: 10px;}
.p15{padding: 15px;}.pl15{padding-left: 15px;}.pt15{padding-top: 15px;}.pr15{padding-right: 15px;}.pb15{padding-bottom: 15px;}
.p20{padding: 20px;}.pl20{padding-left: 20px;}.pt20{padding-top: 20px;}.pr20{padding-right: 20px;}.pb20{padding-bottom: 20px;}
.mt30 {margin-top: 30px;}
.mb25 {margin-bottom: 25px;}
.heigh100 {height: 100%;}

.icon-plus {display: inline-block;width: 18px;height: 18px;position: relative;cursor: pointer;display: none;}
.icon-plus::before,.icon-plus:after {content: "";display: block;width: 100%;height: 2px;background-color: #fff;border-radius: 4px;position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%;transition: transform .3s ease-in;border-radius: 4px;}
.icon-plus:after {transform: translate(-50%,-50%) rotate(90deg);}
.icon-plus.rotate:after {transform: translate(-50%,-50%) rotate(0);}

.bb {border-bottom: 1px solid #eee;}
.pages {
  text-align: center;
  padding: 50px 0;
}

.normal-item {
  display: none;
}

.normal-item:first-child {
  display: block;
}

.pages li {
  display: inline-flex;
  font-size: 18px;
  color: #666666;
  background-color: #fff;
  border-radius: 50%;
}

.pages li a {
  width: 50px;
  height:50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #666666;
 
}
.pages li:hover {
  text-decoration: underline;
}
.pages li span {
  width: 50px;
  height:50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #666666;
}

.pages .iconfont {font-size: 18px;}

.pages-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down-fill.png) no-repeat 96% center;
  border:1px solid #dadada;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px;
  padding-right: 16px;
}

.pages li.thisclass {
  background:#F16B2B;
  color: #fff;
}
.pages li.thisclass a {
  color: #fff;
}

.pages li.noborder {border: none;background-color: transparent;padding: 0;}
.pages li .turn-input {color: #666666;padding: 8px 12px 7px;background-color: #fff;width: 48px;}

input[type="text"],input[type="password"],input[type="number"],textarea,button,input[type="email"],input[type="date"] {
  border: none;
  outline: none;
  background-color: transparent;
}
input.el-input-date,input.el-input-date1{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
input.el-input-date::-webkit-calendar-picker-indicator,input.el-input-date1::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  padding-left: 100%;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.banner {position: relative;}

.banner-i {
  width: 100%;
  display: block;
}

.banner-img {min-height: 220px;object-fit: cover;}
.banner-list-img {min-height: 220px;object-fit: cover;}

.normal-table {width: 100%;border-collapse: collapse;}
.normal-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}

.swiper-normal-button.swiper-button-disabled {
  pointer-events: all;
  opacity: 1;
}
.swiper-normal-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 6px 6px 0px rgba(241, 107, 41, .5);
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.swiper-normal-button::after {
  font-size: 20px;
  color: #F16B2B;
}

.menu {
  margin-left: 10px;
  cursor: pointer;
  display: none;
}

.hide-pc {display: none;}
.menu i {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin-top:7px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition:-webkit-transform 0.3s;
  transition:-webkit-transform 0.3s;
  -o-transition:transform 0.3s;
  transition:transform 0.3s;
  transition:transform 0.3s, -webkit-transform 0.3s;
}


.menu i:first-child {
  margin-top: 0;
}
.menu.rotate i:nth-of-type(1) {
  -webkit-transform: rotate(46deg);
      -ms-transform: rotate(46deg);
          transform: rotate(46deg);
}
.menu.rotate i:nth-of-type(2){
  opacity: 0;
}

.menu.rotate i:nth-of-type(3){
  -webkit-transform: rotate(-46deg);
      -ms-transform: rotate(-46deg);
          transform: rotate(-46deg);
}

.normal-place ::-webkit-input-placeholder{
  font-size: 14px;
  color: #999999;
  font-family:"Noto Sans SC", sans-serif;;
}
.normal-place :-moz-placeholder{
  font-size: 14px;
  color: #999999;
  font-family:"Noto Sans SC", sans-serif;;
}
.normal-place :-ms-input-placeholder{
  font-size: 14px;
  color: #999999;
  font-family:"Noto Sans SC", sans-serif;;
}


.banner-list-word {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0,-50%);
}

.banner-list-tit {
  font-weight: 600;
  font-size: 3.33vw;
  color: #000000;
  letter-spacing: 20px;
}

.banner-list-en {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  letter-spacing: 1px;
  margin-top: 10px;
}

.inner-picker-tab {
  text-align: center;
}

.inner-picker-tab>li {
  position: relative;
  min-width: 250px;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  padding-bottom: 12px;
}

.picker-tab-cont {
  margin-top: 12px;
}

.inner-picker-tab>li::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #F16B2B;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 0;
  transition: width .3s ease;
}
.inner-picker-tab>li.on::after,.inner-picker-tab>li:hover::after {
  width: 100%;
}
.pi-img {
  height: 70px;
}

.mt40 {margin-top: 40px;}
.mb40 {margin-bottom: 40px;}

label {cursor: pointer;}
img[class*=avatar] {border-radius: 50%;}
.hover-a a:hover,.head-right-links:hover {color: #F16B2B;}
.hover-under:hover {text-decoration: underline;}
.hover-tit a:hover [class*=tit] {color: #F16B2B;}
._h-img {transition: transform .3s ease;}
.hover-img a:hover ._h-img {transform: scale(1.1);}
.bold {font-weight: 600;}
.tl {text-align: left;}
[class*=btn] {cursor: pointer;}
.col-red {}
.col-yel {color: #F16B2B;}
input.upload-file {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  font-size:0
}

@-webkit-keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.lg_sfdh {
  animation: play_btn 0.5s infinite alternate;
}

@keyframes play_btn{
  0%{transform:scale(1.0)}
  100%{transform:scale(1.1)}
}

@keyframes hideIndex{
  0% {
    padding-top: 60px;
    opacity: 0;
  }
  100% {
      padding-top: 40px;
      opacity: 1;
  }
}

@keyframes hideIndex2{
  0%{ padding-top: 20px;opacity: 0; }
  100%{padding-top: 10px; opacity: 1;}
}




input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
     -webkit-transition-delay: 99999s;
     -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.center-box {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.head-pd {
  padding: 0 32px;
}

.responsive-y {overflow-y: auto;}
.responsive-x {overflow-x: auto;}

.responsive-y::-webkit-scrollbar {/*滚动条整体样式*/
  width: 4px;
  height: 0; 
}
.responsive-y::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  border-radius: 3px;
  background: #1c79e1;
}


.head-sticky {position: sticky;position: -webkit-sticky;width: 100%;z-index: 99;top: 0;background-color: #fff;}
.head-fixed {position: fixed;width: 100%;z-index: 99;top: 0;}



.block {
  display: block;
  width: 100%;
}

.head {background-color: #2E2E2E;font-size: 20px;}
.nav-ul>li {flex-grow: 1;min-width: 9.375vw;position: relative;padding: 12px 0;font-weight: 600;}
.nav-ul>li::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  /* transform: translate(-50%,0); */
  background-color: #F16B2B;
  width: 0;
  transition: width .3s ease;
}
.nav-ul>li.on,.nav-ul>li.on a,.nav-ul>li:hover,.nav-ul>li:hover a{
  color: #F16B2B;
}
.nav-ul>li.on::after,.nav-ul>li:hover:after {
  width: 100%;
}
.nav-en-text {font-size: 14px;}
.logo-img {display: block;max-width: 220px;}
.nav-en-text {margin-top: 5px;}
.head-right-links + .head-right-links {margin-left: 1.56vw;}
.swiper-banner-pagination .swiper-pagination-bullet {
  transition: width .3s ease;
}
.swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  background-color: #F16B2B;
  border-radius: 999px;
}

.banner-word {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0,-50%);
}

.banner-tit {
  font-weight: 600;
  font-size: 3.33vw;
  color: #000000;
  letter-spacing: 20px;
}

.banner-en {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  letter-spacing: 1px;
  margin-top: 10px;
}

.banner-btn {
  display: inline-flex;
  width: 210px;
  height: 65px;
  background: #F16B2B;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  max-width: 100%;
}

.banner-btn-mt {
  margin-top: 5.20vw;
}

.normal-pd {
  padding: 80px 0;
}

.normal-pb {
  padding: 0 0 80px;
}

.normal-tit {
  font-size: 48px;
  font-weight: 600;
}

.normal-desc {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 7px;
}
.pick-ul {
  padding-top: 40px;
}
.pick-ul>li {
  width: 18.75%;
  text-align: center;
  font-size: 20px;
  margin-left: 8.33%;
  margin-top: 40px;
}

.pick-ul>li:nth-of-type(4n+1) {
  margin-left: 0;
}

.br10 {
  border-radius: 10px;
}

.pick-tit {
  font-weight: 600;
  margin-top: 30px;
}

.pick-desc {
  color: #999999;
  margin-top: 10px;
}

.intro-buy {
  font-size: 32px;
  color: #F16B2B;
}

.infro-vice {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 5px;
}

.infro-desc {
  font-size: 24px;
}

.intro-left {
  width: 47.06%;
}
.intro-right {
  max-width: 52.94%;
}

.normal-bj {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.human-tit-group {mix-blend-mode: color-dodge;}
.human-inner-posi {position: absolute;top: 0;left: 0;z-index: 9;}
.human-inner {width: 100%;height: 100%;padding: 8.33vw 0 11.97%;}
.infro-desc-width {max-width: 510px;margin-left: auto;margin-right: auto;}
.hot-itit {
  font-weight: 600;
  font-size: 48px;
}
.hot-idesc {
  font-weight: 600;
  font-size: 35px;
  margin-top: 10px;
}
.hot-vice-dl {
  padding-left: 40px;
  position: relative;
  margin-top: 32px;
  font-size: 16px;
}

.hot-vice-dl::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #F16B2B;
  position: absolute;
  left: 0;
  top: 10%;
  border-radius: 50%;
}
.normal-pt {
  padding-top: 4.16vw;
}
.hot-vice-dl>dt {
  font-weight: 600;
}

.hot-vice-dl>dd {
  font-weight: 500;
  color: #999999;
  margin-top: 10px;
}

.hot-vice-tit {
  font-weight: 600;
  font-size: 32px;
}

.diy-ul>li {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 7px;
  position: relative;
  padding: 12px 0;
}
.diy-ul>li::after {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #F16B2B;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  display: none
}

.diy-ul>li.on::after {
  display: block
}

.diy-ul>li + li {
  margin-left: 13.54vw;
}

.diy-posi {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.diy-list-top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.diy-list-ul>li {
  width: 31.625%;
  margin-left: 2.55%;
  background-color: #F0F0F0;
  border-radius: 20px;
  padding: 4.16vw 4.16vw 8.32vw;
  text-align: center;
  margin-top: 60px;
  position: relative;
}

.diy-list-radius {
  width: 225px;
  height: 80px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 40px 0 0 0;
  max-width: 100%;
}

.diy-list-radius::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left:  0;
  bottom: 0;
  background: radial-gradient(
  circle at 0 0,   /* 圆心在右上角 */
  transparent 0,      /* 从圆心开始透明 */
  transparent 20px,  /* 透明持续到 20px */
  #fff 20px           /* 20px 处直接变成红色（无渐变） */
 );
  transform: translate(-100%,0);
  z-index: 9;
}

.diy-list-radius::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right:  0;
  top:  0;
  background: radial-gradient(
  circle at 0 0,   /* 圆心在右上角 */
  transparent 0,      /* 从圆心开始透明 */
  transparent 20px,  /* 透明持续到 20px */
  #fff 20px           /* 20px 处直接变成红色（无渐变） */
 );
  transform: translate(0,-100%);
  z-index: 9;
}

.diy-list-ul>li:nth-of-type(3n+1){
  margin-left: 0;
}

.diy-ltit {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 6px;
  margin-top: 30px;
}
.diy-ldesc {
  font-weight: 600;
  font-size: 24px;
  color: #666666;
  letter-spacing: 5px;
  margin-top: 10px;
}

.normal-mt {
  margin-top: 60px;
}

.diy-more-links {
  font-weight: 600;
  font-size: 32px;
}

.diy-more-links .iconfont {
  font-size: 24px;
}

.monster-left {
  width: 50%;
}

.monster-right {
  width: 40.75%;
}



.main-swiper-box {
  width:  calc(100% - 150px - 27.625%);
}

.s-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbs-img {
  border-radius: 20px;
  border: 2px solid transparent;
  cursor: pointer;
  max-width: 150px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  box-sizing: border-box;
}


.thumbs-swiper {
  padding: 30px 0;
  height: calc(100% + 60px);
  margin-top: -30px;
}

.thumbs-swiper .swiper-slide.swiper-slide-thumb-active .thumbs-img{
  border-color: #000000;
}

.main-img {
  border-radius: 20px;
}

.thumbs-swiper .swiper-slide.swiper-slide-thumb-active .arr-img {
  display: block;
}

.arr-img {
  position: absolute;
  left: 90px;
  transform:translate(0,-50%) rotate(15deg);
  top: 30%;
  max-width: calc(100% - 50px);
  display: none;
}

.footer {
  background-color: #2E2E2E;
}

.footer-logo {
  display: block;
}

.footer-links>li {
  font-size: 16px;
  padding: 0 20px;
  position: relative;
}

.footer-links>li:hover,.footer-links>li:hover a {
  color: #F16B2B;
}

.footer-links>li:first-child::before {
  display: none;
}

.footer-links>li:first-child {
  padding-left: 0;
}

.hot-iright {
  width: 57.125%;
}
.icon1 {display: inline-block;vertical-align: middle;}

.footer-links>li::before {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  background-color: #fff;
  left: 0;
}

.footer-right {
  width: 47.93%;
}

.footer-left {
  width: 46.76%;
}
.ip-img {max-width: 90%;max-height: 90%;transition: all .3s ease;}
.m1-links {margin-right: 1.04vw;}

.picker-inner-list>li {
  width: 31.46%;
  margin-left: 2.795%;
  background-color: #F0F0F0;
  text-align: center;
  border-radius: 24px;
  margin-top: 4.16vw;
  position: relative;
}

.picker-inner-list>li:nth-of-type(3n+1) {
  margin-left: 0;
}


.coll-drop-cont {
  position: absolute;
  left: 50%;
  transform: translate(-50%,100%);
  padding-top: 10px;
  z-index: 1;
  display: none;
  bottom: 0;
}

.coll-drop-text {
  background-color: #fff;
  height: 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.14);
  border-radius: 8px 8px 8px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  width: fit-content;
  white-space: nowrap;
  padding: 0 12px;
  
}

.coll-posi:hover .coll-drop-cont {
  display: block;
  animation: hideIndex2 .3s ease;
}

.swiper-rec .swiper-slide {
  background-color: #F0F0F0;
  text-align: center;
  border-radius: 24px;
}

.picker-inner-list1>li {
  width: 48.47%;
  margin-left: 3.05%;
}
.picker-inner-list1>li:nth-of-type(3n+1){
  margin-left: 3.05%;
}
.picker-inner-list1>li:nth-of-type(2n+1){
  margin-left: 0;
}
.picker-inner-list>li:hover .ip-img-opacity,.swiper-rec .swiper-slide:hover .ip-img-opacity{
  opacity: 1;
  visibility: visible;
  transform: scale(1.2);
}

.picker-inner-list>li:hover .ip-img-show,.swiper-rec .swiper-slide:hover .ip-img-show{
  opacity: 0;
  visibility: hidden;
}

.picker-itop {
  padding-top: 66%;
  overflow: hidden;
}

.rec-tit {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
}

.ip-img-posi {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; 
}

.ip-name {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 7px;
}

.ip-price {
  font-weight: 600;
  font-size: 24px;
  color: #666666;
  letter-spacing: 5px;
  margin-top: 10px;
}

.picker-ibott {
  padding: 0 10px 4.16vw;
}

.ip-item {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.ip-img-opacity {
  opacity: 0;
  visibility: hidden;
}



.center-box1 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.center-box2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.login-head {
  padding: 40px 0;
}

.login-binner {
  width: 550px;
  background: #FFFFFF;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.56vw 1.56vw 4.16vw;
  max-width: 100%;
}

.login-binner-tit {
  font-weight: 600;
  font-size: 42px;
}

.login-binner-desc {
  font-size: 24px;
  color: #666666;
  margin-top: 12px;
}

.back-links {
  font-size: 24px;
  font-weight: 600;
}
.back-links .iconfont {
  font-size: 24px;
}
.code-img {
  width: 300px;
}
.login-binner-code-box {
  border-radius: 32px;
  border: 5px solid #F16B2B;
  padding: 1.56vw;
  font-size: 0;
}

.cart-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.cart-shadow {
  box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
  border-radius: 16px 16px 16px 16px;
}

.details-box-img {
  max-width: 100%;
  max-height: 100%;
}

.details-grid {
  display: grid;
  grid-template-columns: 48.75% 48.75%;
  grid-template-rows: 1fr 1fr 1fr;
  column-gap: 2.08vw;
  margin-top: -2.08vw;
}

.details-grid-item {
  margin-top: 2.08vw;
}

.details-grid-item:nth-of-type(4n+2)  {
  grid-row-start: span 2;
}

.details-grid-item:nth-of-type(4n+3)  {
  grid-row-start: span 2;
}



.br20 {border-radius: 20px;}
.user-border {border: 1px solid #F1F1F1;}
.user-logo {max-width: 150px;}
.cart-name {
  font-weight: 500;
  color: #12181D;
}

.cart-gg {
  font-size: 14px;
  color: #3F5566;
}

.cart-pd {
  padding: 40px;
}

.cart-pd2 {
  padding: 20px 40px;
}

.cart-tit {
  font-size: 32px;
  color: #12181D;
  font-weight: 600;
}

.user-left {
  width: 32.54%;
}

.user-ul>li {
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 10px;
  width: calc(50% - 10px);
  margin-top: 20px;
}

.exit-btn {
  display: inline-flex;
  width: 100%;
  height: 45px;
  background: #FDDAA7;
  border-radius: 12px 12px 12px 12px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
}

.step-group {
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    overflow: hidden;
    width: 180px;
    max-width: 100%;
}

.step-group1 {
  width: 120px;
  box-shadow: 0px 1px 2px 0px rgba(1,1,1,0.2);
  border-radius: 999px;
  overflow: hidden;
  max-width: 100%;
}

.step-group .step-btn {
    width: 48px;
    height: 40px; 
    position: relative;
    background-color: #F0F0F0;
}

.step-group1 .step-btn {
  width: 35px;
  height: 35px;
  position: relative;
  background-color: #FFFFFF;
}

.step-group .step-btn::before,.step-group .step-btn::after {
  content: "";
  width: 13px;
  height: 2px;
  background: #909399;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.step-group1 .step-btn::before,.step-group1 .step-btn::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #2E2E2E;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.step-group .step-plus::after,.step-group1 .step-plus::after {
  transform: translate(-50%,-50%) rotate(90deg);
}


.step-group .step-value {
    width: 100%;
    flex: 1;
    color: #606266;
    font-size: 14px;
    text-align: center;
    height: 40px;
}

.details-sub-btn {
  display: inline-flex;
  width: 100%;
  height: 50px;
  border:1px solid #F16B2B;
  border-radius: 8px 8px 8px 8px;
  justify-content: space-between;
  align-items: center;
  color: #F16B2B;
  padding: 0 30px;
}
.details-sub-btn.on {
  background-color: #F16B2B;
  color: #fff;
}
.step-group1 .step-value {
  width: 100%;
  flex: 1;
  color: #2E2E2E;
  font-size: 16px;
  text-align: center;
  height: 35px;
}

.details-box-left-inner {
  padding-top: 100%;
}

.cart-left {
  width: 65.41%;
}

.cart-right {
  width: 31.80%;
}

.cart-table {
  font-size: 16px;
}
.cart-table td{
  padding: 30px 0;
}

.cart-table tr {
  border-bottom: 1px solid #F1F1F1;
}

input[type='radio']._gx {
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

input[type='radio']._gx::after {
  content: "";
  width: 105%;
  height: 105%;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
}

input[type='radio']._gx:checked::after {
  background:#F16B2B url(../img/gx.png) no-repeat center;
  background-size: 100% auto;
  border-color: #F16B2B;
}

input[type='checkbox']._gx {
  width: 18px;
  height: 18px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

input[type='checkbox']._gx::after {
  content: "";
  width: 105%;
  height: 105%;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  background-color: #fff;
}

input[type='checkbox']._gx:checked::after {
  background:#F16B2B url(../img/gx.png) no-repeat center;
  background-size: 100% auto;
  border-color: #F16B2B;
}

.cart-right-tit {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}

.cart-dl>dt {
  color: #3F5566;
}

.cart-dl>dd {
  font-size: 16px;
  color: #12181D;
}

.cart-price {
  font-weight: 500;
  font-size: 24px;
  color: #FF0000;
}
.cart-right-item {
  padding: 20px 0;
}
.cart-right-item + .cart-right-item {border-top: 1px solid #eee;}

.cart-ul>li {
  padding: 12px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #F1F1F1;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.cart-ul>li.on {
  border-color: #F16B2B;
}
.cart-ul>li:has(._wrapper:checked) {
  border-color: #F16B2B;
}
._wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}

.add-plus {
  display: inline-flex;
  width: 20px;
  height: 20px;
  position: relative;
}
.add-plus::before,.add-plus::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #F16B2B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.add-plus::after {
  transform: translate(-50%,-50%) rotate(90deg);
}

.cart-right-btn {
  display: inline-flex;
  width: calc(50% - 10px);
  height: 45px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #F16B2B;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #F16B2B;
}

.cart-right-btn.on {
  background-color: #F16B2B;
  color: #fff;
}
.gx2-img {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 12px;
  top: 12px;
  display: none;
}
.cart-ul>li.on .gx2-img {
  display: block;
}

html,body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.empty-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #F16B2B;
  color: #fff;
  font-size: 16px;
  width: 323px;
  height: 43px;
  border-radius: 8px 8px 8px 8px;
  max-width: 100%;
}

.nav-position {
  color: #12181D;
}
.nav-position a {
  color: #8FA2B2;
}

.nav-position-pd {
  padding: 20px 0;
}

.details-box-name {
  font-weight: 500;
  font-size: 40px;
}

.details-box-en {
  font-weight: 500;
  font-size: 24px;
}

.details-box-desc {
  font-size: 16px;
  color: #999999;
}

.details-box-group { 
  padding: 40px 0;
  border-bottom: 1px solid #E2E2E2;
}


.details-box-right,.details-box-left {
  width: 48.75%;
}

.details-dl>dt {
  font-weight: 600;
  font-size: 16px;
}

.user-ava {
  width: 80px;
  height: 80px;
  object-fit: cover;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  top: 20px;
}

.user-right-item-tit {
  font-weight: 500;
  font-size: 20px;
}
.user-right-ul>li {
  width: calc(20% - 20px);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  margin-top: 20px;
  margin-right: 20px;
}
.user-right-ul2>li {
  background-color: #F0F0F0;
}
.ur-top {
  position: relative;
}
.user-right {
  width: 65.76%;
}
.ur-flag {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #FD280C;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  right: 0;
  top: 0;
}

.coll-posi {
  position: absolute;
  top: 20px;
  right: 20px;
}

.coll-posi .iconfont {
  font-size: 32px;
}

.myorder-ul>li {
  position: relative;
  padding-bottom: 15px;
  margin-right: 2.08vw;
  font-size: 16px;
}
.myorder-ul>li::after {
  content: "";
  width: 100%;
  left: 50%;
  transform: translate(-50%,0);
  bottom: 0;
  height: 2px;
  background-color:#F16B2B;
  position: absolute;
  width: 0;
}
.myorder-ul>li.on::after {
  width: 100%;
}
.myorder-ul>li.on,.myorder-ul>li.on a {
  font-weight: 600;
  color: #F16B2B;
}
.myorder-cont-ul>li {
  padding: 30px 0;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}

.order-oper-btn {
  display: inline-flex;
  width: 104px;
  height: 44px;
  border: 1px solid #F16B2B;
  border-radius: 8px 8px 8px 8px;
  justify-content: center;
  align-items: center;
  color: #F16B2B;
}

.order-oper-btn + .order-oper-btn {
  margin-left: 10px;
}

.order-oper-btn.on1 {
  background-color: #FFF6E8;
  border-color: #FFF6E8;
}

.order-oper-btn.on {
  background-color: #F16B2B;
  color: #fff;
}

.order-oper-btn.on2 {
  border-color: #F0F0F0;
  color: #666666;
}


.refund-dl>dt {
  width: 100px;
}

.refund-dl>dd {
  flex: 1;
  width: 100%;
}
.refund-dl-item + .refund-dl-item {margin-top: 20px;}
.p20 {
  padding: 20px;
}

.refund-select {
  width: 320px;
  height: 40px;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  padding: 0 10px;
  color: #999999;
  background: url(../img/chevron-down.png) no-repeat calc(100% - 5px) center;
  background-size: auto auto;
}

.refund-input-box {
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  padding: 0 10px;
}

.refund-input-width {
  width: 320px;
  max-width: 100%;
}

.rudund-val {
  height: 40px;
  width: 100%;
  flex: 1;
  color: #F16B2B;
}
.rudund-text {
  resize: none;
  width: 100%;
  height: 130px;
  padding: 10px;
  color: #2E2E2E;
}
.refund-select.on {color: #2E2E2E;}
.map-form-left-pd {
  padding: 2.08vw 3.125vw;
}
.map-form-left {width: 54.32%;background-color: #F16B2B;display: flex;align-items: center;}
.map-form-right {width: 45.68%;}
.map-posi {position: absolute;top: 50%;transform: translate(0,-50%);z-index: 99;top: 0;width: 100%;left: 0;}
.map-form-right-bj {
  background-color: #E8E8E8;
}
.map-form-right-pd {
  padding: 3.125vw 2.08vw;
}

.map-form-box {
  background-color: #FFFFFF;
  padding: 0 20px;
}

.ma-val {
  height: 55px;
  width: 100%;
  flex: 1;
  color: #2E2E2E;
}

.map-text {
  height: 140px;
  resize: none;
  padding: 15px 0;
}

.map-iframe {
  width: 100%;
  height: 510px;
}

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
}
.result-inner-img {
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 50%;
  top: 50%;
}

.mask-result {
  width: 900px;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  max-width: 96%;
}
.mask-result-tit {
  font-weight: 600;
  font-size: 32px;
  color: #000000;
}
.link-img {
  width: 20px;
  height: 20px;
  background: url(../img/link.png) no-repeat center;
  background-size: 100% 100%;
  display: inline-flex;
}
.mask-oper-btn {
  display: inline-flex;
  width: 225px;
  max-width: calc(50% - 10px);
  height: 55px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #F16B2B;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #F16B2B;
}

.mask-oper-group {
  font-size: 0;
}
.mask-oper-btn .iconfont {
  font-size: 24px;
}
.mask-oper-btn + .mask-oper-btn {margin-left: 20px;}
.mask-oper-btn.on {
  background-color: #F16B2B;
  color: #fff;
}
.link-img.on {
  background-image: url(../img/lock-on.png);
}
.mask-tips {
  font-weight: 600;
font-size: 16px;
color: #000000;
}
@keyframes circle {
  0% {
    stroke-dashoffset:126;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.mySwiper-posi {
  width: calc(150px + 27.625%);
  height: 100%;
}

@media (min-width:1700px) { 
 .ai-return-posi {
  position: absolute;
  left:-40px;
  top: 0;
  transform: translate(-100%,0);
}
}
@media (min-width:992px) {
 
  .mySwiper-posi {
    position: absolute; 
    top: 0;
    left: 0;
  }
}

.manage-left {
  width: 54.23%;
}

.manage-right {
  width: 42.11%;
}

.logis-ul>li {position: relative;padding-left: 30px;padding-bottom: 50px;padding-top: 20px;}
.logis-ul>li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #F0F0F0;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
}
.logis-ul>li:last-child::after {
  display: none;
}
.logis-ul>li:last-child {
  padding-bottom: 0;
}
.logis-ul>li.on::before {
  background-color: #F16B2B;
}
.logis-ul>li::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #F0F0F0;
  position: absolute;
  left: 9px;
  transform: translate(-50%,0);
  top: 20px;
}

.manage-val {
  width: 100%;
  flex: 1;
  color: #12181D;
  font-size: 16px;
  height: 25px;
}

.manage-width {
  width: 48.5%;
}

.manage-bj {
  background-color: #F0F0F0;
  border: 1px solid transparent;
}
.manage-bj:has(:focus) {
  border-color: #F16B2B;
}
.manage-pd {
  padding: 15px;
}

.map-form-ul>li + li {
  margin-top: 40px;
}
.map-form-ul>li {
  font-size: 20px;
}

.refund-btn {
  display: inline-flex;
  width: 108px;
  height: 44px;
  background: #F16B2B;
  border-radius: 12px 12px 12px 12px;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.map-sub-btn {
  display: inline-flex;
  width: 160px;
  height: 54px;
  background: #F16B2B;
  border-radius: 12px 12px 12px 12px;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.ai-return {
  width: 60px;
  height: 60px;
  background: #D9D9D9;
  border-radius: 8px 8px 8px 8px;
  opacity: 0.6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}



#refresh.fresh .fresh-img {
  transform: rotate(360deg);
  transition: all .3s ease;
}
.ai-img-group {width: 100%;}
.ai-box {padding: 4.16vw;}
.ai-bj {background-color: #F0F0F0;}
.ai-img-box {border: 1px solid #2E2E2E;margin: 5px;font-size: 0;max-width: 250px;display: flex;justify-content: center;align-items: center;}
.ai-text {width: 100%;height: 100%;padding: 15px;resize: none;min-height: 120px;}
.ai-square {width: 180px;position: relative;}
.ai-square .iconfont {font-size: 24px;}
.ai-size-select {
  padding-right: 15px;
  background: url(../img/chevron-down.png) no-repeat right center;
  background-size: auto;
}

.ai-oper-select {
  padding-right: 15px;
  background: url(../img/chevron-down1.png) no-repeat right center;
  background-size: auto;
  color: #fff;
}

.ai-btn {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}

.ai-oper-select option {
  color: #2E2E2E;
  text-align: center;
}
.ai-size-select option {
  text-align: center;
}

input.ai-input {
  height: 30px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 0 15px;
  flex: 1;
}

.ai-size {
  width: 330px;
}

.ai-oper {
  background: #2E2E2E;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
}

@media (min-width:1920px) {
  .ai-box {padding: 80px;}
  .map-form-right-pd {
  padding: 60px 40px;
}
  .map-form-left-pd {
  padding:40px 60px;
}
  .myorder-ul>li {margin-right: 40px;}
  .login-binner-code-box {
    padding: 30px;
  }
  .login-binner {
  padding: 30px 30px 80px;
}
  .normal-pt {
  padding-top: 4.16vw;
}
  .picker-ibott {
    padding: 0 10px 80px;
  }
  .picker-inner-list>li {
    margin-top: 80px;
  }
  .banner-list-tit {
    font-size: 64px;
  }
  .m1-links {margin-right: 20px;}
  .head-right-links + .head-right-links {margin-left: 30px;}
  .human-inner {
    padding: 160px 0 230px;
  }
  .diy-list-ul>li {
    padding: 80px 80px 160px;
  }
  .diy-ul>li + li  {
    margin-left: 260px;
  }
  .banner-tit {
    font-size: 64px;
  }
  .banner-btn-mt {
    margin-top: 100px;
  }
  .nav-ul>li {min-width: 180px;}
}

.tr {text-align: right;}
.hide-pc {display: none;}
.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1; 
}
.line2 {
  -webkit-line-clamp: 2;
}
.line3 {
  -webkit-line-clamp: 3;
}
.line4 {
  -webkit-line-clamp: 4;
}
.line5 {
  -webkit-line-clamp: 5;
}
.line6 {
  -webkit-line-clamp: 6;
}

.col-000 {
  color: #000;
}
.col-333 {
  color: #333;
}
.col-666 {
  color: #666;
}
.col-999 {
  color: #999;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.col-fff {
  color: #fff;
}
.col-fff a{
  color: #fff;
}
.bgfff {
  background-color: #fff;
}
.theme {color: #F16B2B;}
