.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f36 {
  font-size: 36px;
}
.f60 {
  font-size: 60px;
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f16 {
    font-size: 14px;
  }
  .f18,
  .f20 {
    font-size: 16px;
  }
  .f22 {
    font-size: 18px;
  }
  .f24 {
    font-size: 20px;
  }
  .f28,
  .f30 {
    font-size: 24px;
  }
  .f36 {
    font-size: 26px;
  }
  .f60 {
    font-size: 30px;
  }
}
.con {
  content: '';
}
.cpa {
  position: absolute;
  content: '';
}
.cpr {
  position: relative;
  content: '';
}
.lhn {
  line-height: normal;
}
.ta {
  transition: all 0.5s;
}
.pof {
  position: fixed;
}
.por {
  position: relative;
}
.vam {
  vertical-align: middle;
}
.vh {
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
}
.bn {
  border: none;
}
body {
  overflow-x: hidden;
  font-size: 16px;
  color: #666666;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
.flex {
  display: flex;
}
.flex_sb_c {
  justify-content: space-between;
  align-items: center;
  display: flex;
/*margin-bottom:25px;*/
}
.flex_sb_c .ewm img{ max-width:100px;}

.flex_a_c {
  align-items: center;
  display: flex;
}
.w1200 {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}
.header {
  width: 100%;
  z-index: 100;
  position: relative;
}
.header .top {
  background-color: #eeeeee;
  line-height: 40px;
}
.header .top a {
  color: #666;
}
.header .top a.rzon{ background-image:url(../images/certified.png); background-repeat:no-repeat; background-position:right center; background-size:15px; padding-right:25px; margin-right:10px;}
.header .top .red {
  color: #e43f41;
}
.header .top em {
  margin: 0 10px;
  font-style: normal;
  width: 1px;
  height: 13px;
  background-color: #dbdbdb;
}
.header .top .add {
  padding-left: 20px;
  background: url(../images/add.svg) no-repeat left center;
}
.header .menuIcon {
  display: none;
}
.header .logo {
  margin: 3.5% 0;
  display: inline-block;
  margin-bottom: 25px;
}
.header .logo dt {
  /*font-size: 75px; color: #ee4547; font-family: Impact; line-height: .8; */
  display: inline-flex;
  justify-content: center;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #ececec;
}
.header .logo dt img {
  width: 170px;
}
.header .logo img{ max-width:247px;}
.header .logo dd {
  color: #666;
  text-align:left;
}
.header .logo .cn {
  margin-bottom: 5px;
  font-family:'HarmonyOS_Medium';
}
.header .logo .en {
  text-transform: uppercase;
  font-weight:100;
  max-width:31em;
  font-family:'HarmonyOS_Light';
  transform:scale(.8) translateX(-3.5em);
}
.header .searchbox {
  width: 450px;
}
.header .searchbox dt {
  padding-left: 75px;
  position: relative;
  border: 1px solid #e43f41;
  line-height: 38px;
  padding-right: 6%;
}
.header .searchbox dt::before {
  content: '';
  width: 1px;
  position: absolute;
  left: 75px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #dbdbdb;
  height: 16px;
}
.header .searchbox dd {
  margin-top: 10px;
}
.header .searchbox dd a {
  color: #999999;
  display: inline-block;
}
.header .searchbox dd a:not(:last-child) {
  margin-right: 1.30208333vw;
}
.header .searchbox .select {
  position: absolute;
  left: 0;
  width: 65px;
  text-align: center;
  border: none;
  line-height: 38px;
  height: 38px;
}
.header .searchbox .text {
  width:87%;
  border: none;
  line-height: 38px;
  height: 38px;
  padding-left: 10px;
}
.header .searchbox .btn {
  width: 13.5%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/search.svg) no-repeat center #e43f41;
}
.header .icon {
  /* margin-bottom: 1vw; */
}
.header .icon a {
  display: inline-block;
  margin-left: 1.5625vw;
}
.header .icon a::before {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/top_1.svg) no-repeat center #e43f41;
  border-radius: 100%;
  margin: 0 auto;
}
.header .icon .icon_cart::before {
  background-image: url(../images/top_2.svg);
}
.header .icon .icon_know::before {
  background-image: url(../images/top_3.svg);
}
.header .top-nav-dropdown {list-style:none;position:relative;margin-left:20px;}
.header .top-nav-dropdown ul {
padding: 0 5px;
position: absolute;
top:100%;
left:50%;
transform:translateX(-50%);
background:#eee;
display:none;
width:80px;
text-align:center;
}
@media (max-width: 1024px) {
  .header .logo dt {
    margin-right: 0;
    border-right: none;
  }
  .header .logo dt img{ max-width:120px;}
  .header .logo dd img{ max-width:200px;}
  .header .searchbox{ max-width:330px}
  .header .menuIcon{display:inline-block;vertical-align:middle;}
  .header #open_menu {
    z-index: 200;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
    display: block;
    position: relative;
  }
  .header #open_menu i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    width: 90%;
    height: 3px;
    border-radius: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #696969;
  }
  .header #open_menu::before,
  .header #open_menu::after {
    position: absolute;
    content: '';
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 90%;
    height: 3px;
    background-color: #696969;
    border-radius: 4px;
  }
  .header #open_menu::before {
    top: 5px;
  }
  .header #open_menu::after {
    bottom: 5px;
    top: auto;
  }
  .header #open_menu.open_menu_on i {
    opacity: 0;
  }
  .header #open_menu.open_menu_on::before,
  .header #open_menu.open_menu_on::after {
    background-color: #fff;
  }
  .header #open_menu.open_menu_on:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
  }
  .header #open_menu.open_menu_on:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: auto;
    top: 15px;
  }
}
@media (max-width: 768px) {
  .header .searchbox {
    width: 280px;
  }
}
@media (max-width: 640px) {
  .header .top {
    line-height: 24px;
    padding: 10px 0;
  }
  .header .top .w1200 {
    flex-flow: row wrap;
  }
  .header .logo dt img {
    width: 120px;
  }
  .header .icon {
    font-size: 12px;
    margin-top: 5px;
  }
  .header .middle .flex_sb_c {
    margin-bottom: 80px;
    position: relative;
  }
  .header .middle .searchbox {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
  }
}
.navTop li {
  position: relative;
  float: left;
}
.navTop li:not(:first-child) {
  margin-left: 50px;
}
.navTop li span {
  display: inline-block;
  position: relative;
}
.navTop li span > a {
  position: relative;
  display: block;
  text-align: center;
  color: #333;
  padding-bottom: 20px;
  font-size: 18px;
}
.navTop li span > a::after {
  content: '';
  position: absolute;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all 0.5s;
  width: 0;
  background-color: #e43f41;
}
.navTop li span > a:hover {
  color: #e43f41;
}
.navTop li span > a:hover::after {
  width: 100%;
}
.navTop li.aon span > a {
  color: #e43f41;
}
.navTop li.aon span > a::after {
  width: 100%;
}
.navTop li .sub {
  position: absolute;
  left: 50%;
  top: 100%;
  right: auto;
  bottom: auto;
  width: 250px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255,1);
  padding: 0 15px;
  display: none;
}
.navTop li .sub dl {
  padding: 18px 0 8px;
}
.navTop li .sub dl:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.06);
}
.navTop li .sub dl dt {
  margin-bottom: 15px;
}
.navTop li .sub dl dt a {
  color: #e43f41;
}
.navTop li .sub dl dd a {
  display: inline-block;
  margin-right: 28px;
  margin-bottom: 10px;
  color: #666666;
}
.navTop li .sub dl dd a:hover {
  color: #e43f41;
}
@media (max-width: 1024px) {
  .navTop {
    display: none;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    line-height: 40px;
    margin-left: 0;
    display: block;
    padding: 0;
    transition: all 0.5s;
    opacity: 0;
    background-image: none;
    margin-right: 0;
  }
  .navTop.navTop_show {
    visibility: visible;
    right: 0;
    opacity: 1;
  }
  .navTop .w1200 {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .navTop .ul {
    display: block;
    padding-top: 70px;
    position: relative;
    height: 100%;
    width: 250px;
    float: right;
    background-color: #e60012;
    max-height: 100%;
    overflow: auto;
  }
  .navTop li {
    display: block;
    float: none;
    margin: 0!important;
    padding: 0 10%;
    font-size: 16px;
  }
  .navTop li span {
    display: block;
  }
  .navTop li span > a {
    color: #fff !important;
    font-weight: normal;
    text-align: left;
  }
  .navTop .li_sub span {
    position: relative;
  }
  .navTop .li_sub span::before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 3;
  }
  .navTop .li_sub .sub {
    position: relative;
    transform: none;
    width: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 5px 1em;
  }
  .navTop .li_sub .sub a {
    text-align: left;
    color: #fff;
  }
  .navTop #m24 {
    display: block;
  }
}
@media (max-width: 640px) {
  .navTop .ul {
    padding-top: 120px;
  }
}
.Hbanner .wapban {
  display: none;
}
.Hbanner img{ width:100%;}
@media (max-width: 1024px) {
  .Hbanner .wapban {
    display: block;
  }
  .Hbanner .pcban {
    display: none;
  }
}
.Htit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 35px 0 15px;
}
.Htit h3 {
  font-weight: normal;
}
.Htit .cn {
  color: #e43f41;
}
.Htit em {
  width: 1px;
  height: 20px;
  background-color: #d6d6d6;
  margin: 0 12px -3px 15px;
  display: inline-block;
  transform: rotate(45deg);
}
.Htit .en {
  text-transform: uppercase;
  color: #999;
  line-height: 1;
  display: inline-block;
}
.Htit .more {
  color: #555555;
  flex: 0 0 auto;
}
.Htit .more i {
  font-style: normal;
  font-family: serif;
  margin-left: 5px;
  font-size: 18px;
}
.bgf4f4f4 {
  background-color: #f4f4f4;
}
.Hbox {
  padding-bottom: 10px;
}
.Hbox .slick-dots {
  display: none!important;
}
.Hlist_pic li:hover img {
  transform: scale(1.05);
}
.Hlist_pic .pic {
  display: block;
  width: 100%;
  padding-top: 66.215%;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.Hlist_pic .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.Hlist_pic .txtCon{
  padding: 20px;
}
.Hlist_pic .txtCon nobr{ overflow:hidden; display:flex;}
.Hlist_pic .txtCon nobr a.dot{ max-width:calc(100% - 40px);}
@media (max-width: 640px) {
  .Hlist_pic .txtCon {
    padding: 15px 10px;
  }
}
.slider_row2 .slider {
  margin: 0 -5px;
}
.slider_row2 .slick-slide > div {
  margin: 0 5px 10px;
}
.slider_row2 li {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1.5px 2.598px 3px 0px rgba(0, 0, 0, 0.4);
}
.slider_row1 .slider {
  margin: 0 -5px;
  padding-bottom: 10px;
}
.slider_row1 .box {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1.5px 2.598px 3px 0px rgba(0, 0, 0, 0.4);
  margin: 0 5px 10px;
}
.Hpro .price {
  color: #e43f41;
}
.Hpro .tit {
  margin: 10px 0;
  line-height: 1.6;
  font-weight: bold;
  height: 55px;
  overflow: hidden;
}
.Hpro .company {
  color: #999999;
  overflow: hidden;
}
.Hpro .company span.dot{ float:left; max-width:calc(100% - 30px);}
.Hpro .wez span.dot{ float:left; max-width:calc(100% - 30px);}
.Hpro .company::after {
  content: '';
  margin-top: -3px;
  width: 16px;
  height: 16px;
  background: url(../images/news.png) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  cursor:pointer;
}
.Hpro .btn {
  margin-top: 25px;
}
.Hpro .btn a {
  width: 44%;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border: 1px solid #e43f41;
  color: #e43f41;
  margin-right: 2%;
}
.Hpro .btn .buy {
  background-color: #e43f41;
  color: #fff;
}
@media (max-width: 1024px) {
  .Hpro .tit {
    height: 48px;
  }
}
@media (max-width: 640px) {
  .Hpro .tit {
    margin: 5px 0;
  }
  .Hpro .company {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .Hpro .company::after {
    flex: 0 0 auto;
  }
  .Hpro .btn {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  .Hpro .btn a {
    width: 48%;
  }
  .Hpro .btn a:last-child {
    margin-right: 0;
  }
}
.info_picList {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -5px;
}
.info_picList li {
  width: calc(25% - 10px);
  margin: 5px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1.5px 2.598px 3px 0px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .info_picList li {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 640px) {
  .info_picList li {
    width: calc(50% - 10px);
  }
}
.Hstore .company {
  position: relative;
  z-index: 2;
  margin-top: -5px;
  margin-bottom: 15px;
  color: #666666;
}
.Hstore .company .icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  border: 1px solid #dadada;
  margin-right: 10px;
  margin-top: -25px;
  background-color: #fff;
}
.Hstore .company .icon img {
  max-height: 90%;
  max-width: 90%;
}
.Hstore .company p {height:42px; width:calc(100% - 50px); display:flex;}
.Hstore .company p a.wzn{ max-width:calc(100% - 25px);}
.Hstore .company p .tui{ cursor:pointer;}
.Hstore .company p .tui::after{content:'';margin-top:-3px;width:16px;height:16px;background:url(../images/news.png) no-repeat center;display:inline-block;vertical-align:middle;margin-left:5px;}

.Hstore .txt p {
  margin-bottom: 8px;
}
.Hstore .txt .name {
  flex: 0 0 auto;
}
.Hstore .txt .des {
  color: #333333;
}
.Hstore .txt .des.dot2 {
    height:  42px;
}
.Hstore .txt .des.dot3 {
    height:  63px;
}

.Hstore .btn {
  margin-top: 25px;
}
.Hstore .btn a {
  width: 48%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 35px;
  background-color: #e43f41;
  color: #fff;
  border: 1px solid #e43f41;
}
.Hstore .btn a::before {
  display: inline-block;
  width: 22px;
  height: 20px;
  content: '';
  background: url(../images/shop.png) no-repeat center;
  margin-right: 10px;
}
.Hstore .btn .follow {
  background-color: transparent;
  border-color: #dddddd;
  color: #666666;
}
.Hstore .btn .follow::before {
  background-image: url(../images/follow.png);
}
.Hstore .btn .follow.on {
  border-color: #e43f41;
  color: #e43f41;
}
.Hstore .btn .follow.on::before {
  background-image: url(../images/follow2.png);
}
.Hcase .des {
  color: #666;
  margin: 10px 0;
}
.Hcase .tit {
  color: #000;
}
.Hcase .label {
  margin-bottom: 10px;
}
.Hcase .label span {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #e43f41;
  line-height: 22px;
  padding: 0 5px;
}
.Hdesigner li a {
  display: block;
  width: 100%;
  padding: 20px;
}
.Hdesigner .des {
    height:19px;
}
.Hdesigner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask: no-repeat center / contain;
  mask: no-repeat center / contain;
  -webkit-mask-image: url(../images/pic_bg.png);
  mask-image: url(../images/pic_bg.png);
}
.Hdesigner .img {
  width: 189px;
  height: 208px;
  margin: 0 auto 10px;
  overflow: hidden;
  position: relative;
}
.Hdesigner .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pic_bg2.png) no-repeat center;
  z-index: 2;
}
.Hdesigner .txtCon {
  text-align: center;
}
.Hdesigner .tit {
  font-weight: bold;
}
.Hdesigner .tit::after {
  content: '';
  display: block;
  margin: 10px auto;
  width: 20px;
  height: 3px;
  background-color: #e43f41;
}
.Hdesigner .tab {
  margin-top: 15px;
}
.Hdesigner .tab span {
  display: inline-block;
  padding: 0 15px;
  line-height: 30px;
  background-color: #f9f5f1;
  color: #333333;
  border-radius: 50px;
}
.Hpartner .slider {
  margin: 0 -5px;
}
.Hpartner .pic {
  margin: 0 5px 10px;
  display: block;
  padding-top: 49.59%;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1.5px 2.598px 3px 0px rgba(0, 0, 0, 0.4);
}
.Hpartner .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}
.partnerList {
  flex-flow: row wrap;
  margin: 0 -6px;
}
.partnerList li {
  width: calc(100% / 6);
}
.partnerList .pic {
  margin-left: 6px;
  margin-right: 6px;
  padding-top: 44.56%;
}
@media (max-width: 1024px) {
  .partnerList li {
    width: calc(100% / 5);
  }
.Hstore .txt .des.dot2 {
    height:  38px;
}
.Hstore .txt .des.dot3 {
    height:  57px;
}

}
@media (max-width: 768px) {
  .partnerList li {
    width: calc(100% / 4);
  }
}
@media (max-width: 640px) {
  .partnerList li {
    width: calc(100% / 2);
  }
}
.Hicon .ul {
  display: flex;
  justify-content: space-between;
}
.Hicon li {
  width: 24.4%;
  box-shadow: 1.5px 2.598px 3px 0px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding-bottom: 40px;
}
.Hicon figure {
  width: 80px;
  margin: 40px auto 15px;
}
.Hicon .txtCon {
  padding: 0 1.8vw;
}
.Hicon .tit {
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
}
.Hicon .des {
  color: #666;
  line-height: 1.6;
}
@media (max-width: 640px) {
  .Hicon .ul {
    flex-flow: row wrap;
  }
  .Hicon li {
    width: 49%;
    margin-bottom: 10px;
  }
}
.footer {
  background-color: #323232;
  color: #ffffff;
  padding-top: 80px;
  position: relative;
  margin-top: 90px;
}
.footer .back {
  position: absolute;
  left: 50%;
  top: -52px;
  transform: translateX(-50%);
  background: url(../images/back.png) no-repeat center;
  width: 105px;
  height: 113px;
}
.footer a {
  color: #fff;
}
.footer dd p {
  margin-bottom: 10px;
  color: #b3b3b3;
}
.footer dd .tel span {
  display: inline-block;
}
.footer dd .tel span:not(:last-child) {
  margin-right: 2.1vw;
}
.footer dd .tel b {
  color: #fff;
}
.footer dd .add span {
  color: #fff;
}
.footer dt {
  margin-top: 20px;
}
.footer dt a {
  width: 25px;
  height: 25px;
  background: url(../images/foot_wx.png) no-repeat center;
  display: inline-block;
  margin-right: 20px;
    position: relative;
}
.footer dt a .qr {
    position: absolute;
    bottom: 150%;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    padding: 3px;
    background: #fff;
    display:none;
}
.footer dt a .qr img {
    width:100%;
}
.footer dt .sina {
  background-image: url(../images/foot_sina.png);
}
.footer dt .news {
  background-image: url(../images/foot_1.png);
}
.footer .Copyright {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content:space-between;
  border-top: 1px solid #5c5c5c;
  margin-top: 25px;
}
.footer .Copyright .record{ width:100%;display: flex; align-items: center; justify-content:space-between;}
.footer .nav_foot em {
  display: inline-block;
  font-size: 0;
  width: 1px;
  height: 12px;
  vertical-align: middle;
  background-color: #5c5c5c;
  margin: 0 13px;
}

@media (max-width: 1024px) {
.footer .Copyright{ flex-flow: row wrap; justify-content: center;}
}
@media (max-width: 640px) {
.footer .nav_foot{ line-height:2;}
.footer .nav_foot a{ display:inline-block; vertical-align:middle;}
.footer dd .tel span { display: block; margin-right: 0!important; margin-bottom: 10px;}
.footer .Copyright .record{ flex-wrap:wrap; justify-content:center; line-height:2;}
}
.line_top {
  border-top: 1px solid #dedede;
}
.mainContent .w1200 {
  background-color: #fff;
}
.NYHtit.Htit {
  padding-left: 5%;
  padding-right: 5%;
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
}
.register_form {
  flex-flow: row wrap;
  padding: 3% 5%;
  align-items:flex-start;
}
.register_form .txt_right {
  text-align: right;
}
.register_form li {
  /*border-bottom: 1px solid #e6e6e6;*/
  margin-bottom:25px;
}
.register_form li.brone{ border-bottom:none;}
.register_form .row_1 {
  width:48%;
}
.register_form .row_2 {
  width: 48%;
}
.register_form .row_4 {
  width: 24.26%;
}
.register_form .row_4.last {
  width: 21%;
}
.register_form .row {
  width: 100%;
}
.register_form .name {
  /*height:100%;
  display:flex;
  align-items:center;*/
  display:block;
  line-height:40px;
  /*color:#333333;
  padding:0 30px;
  background:#f4f5f6;*/
}
.register_form .name i {
  color: #e43f41;
  font-style: normal;
  display: inline-block;
  margin-right: 5px;
}
.register_form .name.flex {
  align-items: end;
  display: flex;
  justify-content: space-between;
}
.register_form .name.flex span {
  width: 125px;
  display: inline-flex;
  line-height: normal;
}
.register_form .name.flex .down {
  padding-left: 20px;
  background: url(../images/down.png) no-repeat left center;
  color: #999999;
}
.register_form .tit_row_2 {
  height: 42px;
}
.register_form .box{position:relative;}
.register_form .upload-header .box{position:relative; cursor:pointer;}
.register_form .upload-header .box .icon{ margin-right:15px; width:16px; height:16px; background:url(../images/dow.png) no-repeat center;}
.register_form .upload-header .box .coverFile{ cursor:pointer; position:absolute; left:0; top:0; width:100%; height:100%; opacity:0;}
.register_form .upload-header .coverPicture{ margin-left:20px;}
.register_form .text,
.register_form select{
  width: 100%;
  height:40px;
  line-height:40px;
  padding:0 13px;
  border:1px solid #e6e6e6;
  background-color:#f4f5f6;
  font-family:'HarmonyOS_Regular';
  font-size:16px;
  color:#333;
  border-radius:5px;
}
.register_form .button_1 {width: 50%;
  background-color: #e43f41;
  border: none;
  text-align: center;
  color: #fff;cursor: pointer;
  height: 50px;
  line-height: 50px;font-family: 'HarmonyOS_Regular'; margin:0 auto; display:block;}
.register_form .yzm .text {
  padding-right: 150px;
}
.register_form .yzm_btn {
  position: absolute;
  right: 1.5vw;
  top: 0;
  line-height: 40px;
}
.register_form .red {
  color: #e43f41;
}
.register_form .agreement {
  text-align: center;
  margin-top: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.register_form input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  position: relative;
  border: 1px solid #aaa;
  border-radius: 2px;
  overflow: hidden;
  display: inline-block;
  margin-right: 5px;
    padding-left:0;
}
.register_form input[type=checkbox]:checked {
  border-color: #e43f41;
}
.register_form input[type=checkbox]:checked::before {
  content: '';
  display: block;
  height: 13px;
  width: 13px;
  background: #e43f41;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 2px;
}
.register_form input[type=checkbox]:checked::after {
  content: '」';
  display: block;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 0px;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
  line-height: 4px;
}

.register_Aniu{ max-width:1000px; width:90%; margin:auto; padding:4% 0 6%; text-align:center;}
.register_Aniu input[type=button] {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e43f41;
  color: #e43f41;
  background-color: #fff;
  margin: 0 10px;
  font-family:'HarmonyOS_Regular';
  border-radius:5px;
  overflow: hidden;
}
.register_Aniu input[type=button].submit {
  background-color: #e43f41;
  color: #fff;
}
.register_Aniu input[type=button].button_1 {
  width: 50%;
  background-color: #e43f41;
  border: none;
  text-align: center;
  color: #fff;
}
.register_Aniu input[type=button].button_3 {
  max-width: 160px;
  width: 30%;
}
.register_form .txt_list .add {
  cursor: pointer;
}
.register_form .txt_list .item {
  display: inline-block;
  min-width: 120px;
  padding: 0 10px;
  line-height: 40px;
  background-color: #f4f5f6;
  border: 1px solid #e6e6e6;
  text-align: center;
  color: #999999;
  border-radius: 5px;
  position: relative;
  margin-bottom: 5px;
}
.register_form .txt_list .item:not(:last-child) {
  margin-right: 3%;
}
.register_form .txt_list .item .close {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 2px;
  top: 2px;
}
.register_form .txt_list .item .close::before,
.register_form .txt_list .item .close::after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #999;
  content: '';
  position: absolute;
}
.register_form .txt_list .item .close::before {
  transform: rotate(45deg) translateX(-50%);
  top: 1px;
}
.register_form .txt_list .item .close::after {
  transform: rotate(-45deg) translateX(-50%);
}
.register_form .picbox {
  width: 100%;
  position: relative;
  padding-top: 75.196%;
}
.register_form .picbox .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f5f6;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  flex-flow: column wrap;
}
.register_form .picbox .coverFile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.register_form .picbox .icon {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #e43f41;
  position: relative;
}
.register_form .picbox .icon::before,
.register_form .picbox .icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.register_form .picbox .icon::before {
  width: 2px;
  height: 15px;
}
.register_form .picbox .icon::after {
  width: 15px;
  height: 2px;
}
.register_form .picbox p {
  padding: 5% 10%;
  color: #999999;
  text-align: center;
  line-height: 1.6;
}
.register_form .coverPicture {
  display:flex;
  align-items: center;
  justify-content: center;
  display:none;
}
.register_form .coverPicture .logo {
  width:20px;
  height:25px;
  background:url(../images/word.png) no-repeat center;
  background-size:contain;
  margin-right:5px;
}
.register_form .coverPicture .logo.pdf {
  background-image: url(../images/pdf.png);
}
.register_form .coverPicture.show {
  display: flex;
}
@media (max-width: 1024px) {
  .register_form .txt_list .item:not(:last-child) {
    margin-right: 1%;
  }
}
@media (max-width: 640px) {
  .register_form .txt_right {
    text-align: left;
  }
  .register_form .row_2 {
    width: 100%;
  }
  .register_form .row_4 {
    width: 100%;
  }
  .register_form .row_4.last {
    display: none;
  }
  .register_form .txt_list .item {
    min-width: 105px;
  }
  .register_form input[type=button] {
    height: 36px;
    line-height: 36px;
  }
}
.register_form.w715 {
  max-width: 715px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 90%;
}
.register_form.w1000 {
  max-width:1000px;
  margin:40px auto 0;
  padding:20px;
  width:90%;
  border:solid 1px #e6e6e6;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.register_form.row_1_form .w90 {
  width:170px;
  flex:0 0 auto;
  margin-bottom: 0;
}
.register_form.row_1_form .info {
  width: 100%;
}
.register_form.row_1_form .info .wid48{ width:49%;}
.register_form.row_1_form .padd25{ padding:25px;}
.register_form.row_1_form .textarea_padd{ padding:25px;}
.register_form.row_1_form .textarea_padd .tox-tinymce{ border:solid 1px #eee;}
.register_form.row_1_form .textarea_padd .tox .tox-statusbar{ border-color:#eee;}
@media (max-width: 640px) {
  .register_form.row_1_form li:not(.btn) {
    flex-flow: column wrap;
  }
  .register_form.row_1_form .w90 {
    width: 100%;
    margin-right: 0;
  }
}
.register_form .mt25 {
  margin-top: 25px;
}
.register_form .pb25 {
  padding-bottom: 25px;
}
.detailPic {
  width: 100%;
  display: flex;
}
.detailPic .picItem {
  width: 24.26%;
  position: relative;
  padding-top: 18.242%;
  margin-bottom: 10px;
}
.detailPic .picItem .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f5f6;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.detailPic .picItem .del-img {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 14px;
  height: 14px;
  background-color: #a5a5a6;
  border-radius: 100%;
  cursor: pointer;
}
.detailPic .picItem .del-img::before,
.detailPic .picItem .del-img::after {
  top: 2px;
  left: 50%;
  width: 1px;
  height: 70%;
  background-color: #fff;
  content: '';
  position: absolute;
}
.detailPic .picItem .del-img::before {
  transform: rotate(45deg) translate(-50%, 0);
  top: 3px;
}
.detailPic .picItem .del-img::after {
  transform: rotate(-45deg) translate(-50%, 0);
}
.detailPic .picItem img {
  max-width: 90%;
  max-height: 90%;
}
.detailPic .w262 {
  width: 262px;
  height: 197px;
  padding-top: 0;
}
.detailPic .upload-header {
  flex: 0 0 auto;
  margin-right: 2%;
}
.detailPic .upload-header .box {
  flex-flow: column wrap;
}
.detailPic .upload-header .upload {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.detailPic .upload-header .icon {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #e43f41;
  position: relative;
}
.detailPic .upload-header .icon::before,
.detailPic .upload-header .icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.detailPic .upload-header .icon::before {
  width: 2px;
  height: 15px;
}
.detailPic .upload-header .icon::after {
  width: 15px;
  height: 2px;
}
.detailPic .upload-header p {
  padding: 5% 10%;
  color: #999999;
  text-align: center;
  line-height: 1.6;
}
.detailPic .imgbox {
  width: 100%;
  display: inline-flex;
  flex-flow: row wrap;
}
.detailPic .imgbox .picItem {
  width: 32.459%;
  padding-top: 20%;
  margin-right: 1.3%;
}
.detailPic .imgbox .picItem:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .detailPic .picItem {
    width: 35%;
    padding-top: 25%;
  }
  .detailPic .upload-header p {
    padding: 5% 2%;
  }
  .detailPic .imgbox .picItem {
    width: 49%;
    margin-right: 2%;
  }
  .detailPic .imgbox .picItem:nth-child(3n) {
    margin-right: 2%;
  }
  .detailPic .imgbox .picItem:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .detailPic {
    flex-flow: column wrap;
  }
  .detailPic .upload-header {
    width: 100%;
    padding-top: 0;
    height: 200px;
  }
  .detailPic .upload-header p {
    padding: 5% 2%;
    max-width: 200px;
  }
  .detailPic .imgbox .picItem {
    width: 32%;
    margin-right: 2%;
    padding-top: 33%;
  }
  .detailPic .imgbox .picItem:nth-child(2n) {
    margin-right: 2%;
  }
  .detailPic .imgbox .picItem:nth-child(3n) {
    margin-right: 0;
  }
}
.optionBox {
  background-color: #fff;
  padding: 15px 30px 30px;
  border-radius: 5px;
  margin-bottom: 10px;
  /*box-shadow: 0px 8px 10px 0px rgba(204, 204, 204, 0.2);*/
}
.optionBox .list {
  align-items: flex-start;
  line-height: 56px;
  border-bottom: 1px dashed #eeeeee;
}
.optionBox .last {
  border-bottom: none;
  margin-bottom: -20px;
}
.optionBox .title {
  width: 65px;
  flex: 0 0 auto;
  color: #999999;
  margin-right: 35px;
  /* text-align:right; */
}
.optionBox .title.red {
  color: #e43f41;
}
.optionBox .txt_left {
  text-align: left;
}
.optionBox .w96 {
  width: 96px;
}
.optionBox .infoList {
  width: 100%;
}

.optionBox .infoList.wrap .logoList{ height:auto; display:flex; flex-wrap:wrap;}
.optionBox .infoList.wrap .logoList a{ position:relative; display:flex; align-items:center; justify-content:flex-start;}
.optionBox .infoList.wrap .logoList a i{ position:absolute; left:5px;width:14px;height:14px;border:solid 1px #ccc; z-index:10; opacity:1;}
.optionBox .infoList .sl-btns{ display:none; height:57px; flex:0 0 auto;margin-left: 20px;}
.optionBox .infoList .sl-btns.on{ display:flex; align-items:center; justify-content:center;}
.optionBox .infoList .sl-btns .btn{ padding:0 10px; display:block; line-height:30px; height:30px; border-radius:2px; background: #F7F7F7; text-align: center; border:solid 1px #ddd; font-size:14px; margin:0 5px;}
.optionBox .infoList .sl-btns .btn.disabled{ border: 1px solid #DDD;background: #FFF;cursor: default;color: #CCC;-webkit-filter: none;opacity:.2;filter: alpha(Opacity=20);filter: alpha(Opacity=20);}
.optionBox .infoList.wrap .logoList a.on i{ background: url(../images/hook.png) no-repeat center;}

.optionBox .dd_flex{display: flex;align-items: flex-start;}
.optionBox .optionbtn {flex:0 0 auto;margin-left: 20px;}
.optionBox .optionbtn .btn {display:inline-block;line-height: 25px;min-width: 59px;border: 1px solid #d1d2d4;text-align: center;padding: 0 10px;color: #999999;}
.optionBox .optionbtn .btn:not(:last-child) {margin-right: 6px;}


.optionBox .Lifting{
  display:inline-block;
  width:30px;
  height:30px;
  background: url(../images/Lifting1.png) no-repeat center;
  vertical-align: middle;
  margin-top:-5px;
  background-size:cover;
  background-size:14px;
}
.optionBox .ckon.on .Lifting{
  background: url(../images/Lifting2.png) no-repeat center;
  background-size:14px;
}
@media (max-width: 640px) {
  .optionBox {
    padding: 10px;
  }
  .optionBox .list {
    line-height: 40px;
    position: relative;
  }
  .optionBox .infoList {
    position: absolute;
    left: -10px;
    top: 100%;
    width: calc(100% + 20px);
    background-color: #fff;
    padding: 10px;
    z-index: 100;
    display: none;
  }
  .optionBox .title {
    width: 100%;
    margin-right: 0;
    text-align: left;
    padding-right: 20px;
    background: url(../images/select.svg) no-repeat right center;
  }
  .optionBox .dd_flex {
    flex-flow: column wrap;
  }
}

.logoList{ display:flex; flex-wrap:wrap; padding-top:1px; padding-left:1px; height:58px;margin-bottom:10px;overflow:hidden;font-size:0;width:100%;}
.logoList a{ position:relative; padding:10px; display:block;height:57px;align-items:center;justify-content:center;width:calc(100% / 6);border:solid 1px #ccc;border-right:none;font-size:14px;margin-top:-1px; margin-left:-1px;}
.logoList a i{position:absolute;left:10px;width:14px;height:14px;border:solid 1px #ccc; z-index:10; opacity:0;}
.logoList a:last-child,
.logoList a:nth-child(6n){ border-right:solid 1px #ccc;}
.logoList a .tu-box{ position: absolute; left:0; top:0; width:100%; height:100%;}
.logoList a .tu-box .txt{ padding:0 20px; padding-right:10px; opacity:0;text-align:center;position:absolute;top:0;left:0; width:100%; transition:all .5s;}
.logoList a .tu-box figure{ width:90%; margin-left:5%; margin-top:5px; display:block; background-size:contain; background-position:center; background-repeat:no-repeat; padding-bottom:45px; transition:all .5s;}
.logoList a:hover .tu-box figure{ opacity:0;}
.logoList a:hover .tu-box .txt{ opacity:1;}

@media (max-width: 640px) {
  .logoList {
    height: 45px;
  }
  .logoList a {
    width: 80px;
  }
}
.listHeight.auto {
  height: auto;
}
.option_txtList .parent {
  display: flex;
}
.option_txtList .parent > li {
  position: relative;
}
.option_txtList .parent > li:not(:last-child) {
  margin-right: 3.5%;
}
.option_txtList .parent > li > a {
  position: relative;
  display: block;
}
.option_txtList .parent > li > a::after {
  content: '';
  position: absolute;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all 0.5s;
  width: 0;
  background-color: #e43f41;
}
.option_txtList .parent > li > a.on,
.option_txtList .parent > li > a:hover {
  color: #e43f41;
}
.option_txtList .parent > li > a.on::after,
.option_txtList .parent > li > a:hover::after {
  width: 100%;
}
.option_txtList .parent .sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 570px;
  padding: 0 20px;
  line-height: 50px;
  background-color: #fff;
  display: none;
  box-shadow: 0.813px 1.827px 4.85px 0.15px rgba(0, 0, 0, 0.08);
  z-index: 100;
}
.option_txtList .parent .item.hover .sub{
  display: block;
  transition: all 0.5s;
}
.option_txtList .parent .sub li {
  display: inline-block;
}
.option_txtList .parent .sub li:not(:last-child) {
  margin-right: 1.8vw;
}
.option_txtList .parent .sub li a {
  color: #999999;
}
.option_txtList .parent .sub li a:hover,
.option_txtList .parent .sub li a.on {
  color: #e43f41;
}
@media (max-width: 640px) {
  .option_txtList .parent {
    flex-flow: column wrap;
  }
  .option_txtList .parent .li_sub::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    z-index: 10;
  }
  .option_txtList .parent > li {
    width: 100%;
  }
  .option_txtList .parent > li:not(:last-child) {
    margin-right: 1.5vw;
  }
  .option_txtList .parent .sub {
    width: 100%;
    left: 0;
    top: auto;
    position: relative;
  }
}
.option_sortList .ul_items {
  display: flex;
}
.option_sortList .ul_items > .item {
  position: relative;
}
.option_sortList .ul_items > .item:not(:last-child) {
  margin-right: 3.5%;
}
.option_sortList .ul_items > .item > a {
  position: relative;
  display: block;
  color: #333;
}
.optionAdd .item {
  display: inline-flex;
}
.optionAdd .item:not(:last-child) {
  margin-right: 2.2vw;
}
.optionAdd .item .title {
  width: auto;
  margin-right: 20px;
}
.optionAdd .item .w96 {
  width: 96px;
  margin-right: 35px;
}
.optionAdd .name {
  cursor: pointer;
  color: #333333;
}
.optionAdd .name span {
  display: inline-block;
  padding-right: 20px;
  background: url(../images/select.svg) no-repeat right center;
}
.optionAdd .select {
  position: relative;
  z-index: 10;
}
.optionAdd .select .add_list {
  position: absolute;
  left: 0;
  top: 100%;
  width:460px;
  background-color: #fff;
  box-shadow: 0.813px 1.827px 4.85px 0.15px rgba(0, 0, 0, 0.08);
  line-height:40px;
  display: none;
  max-height:200px;
  overflow: auto;
  padding:0 10px;
}
.optionAdd .select .add_list .area-tab{ cursor:default; width:100%; height:25px; border-bottom:2px solid #e4393c; overflow: visible;}
.optionAdd .select .add_list .area-tab a{position: relative;float: left;height: 23px;line-height: 23px;padding: 0 25px 1px 6px;margin-right: 4px;border: 1px solid #ddd;border-bottom: 0;color: #005AA0;text-align: center;cursor: pointer;overflow: hidden;max-width: 72px;}
.optionAdd .select .add_list .area-tab a em{ font-style:normal;}
.optionAdd .select .add_list .area-tab a i{ background:url(../images/select.svg) no-repeat right center;position:absolute;right:6px;top:50%;display:block;width:9px;height:5px;overflow:hidden;opacity:.5;transform: translateY(-50%);}
.optionAdd .select .add_list .area-tab a.area-current{height: 25px;background-color: #fff;border: 2px solid #e4393c;border-bottom: 0;padding: 0 25px 0 6px;line-height: 22px;text-decoration: none;}
.optionAdd .select .add_list .area-content .ul{ padding:10px; overflow:hidden; width:100%;}
.optionAdd .select .add_list .area-content li{ float:left; width:80px; padding:5px 0; clear:none; line-height:18px;}
.optionAdd .select .add_list .area-content li a{ display:inline-block; cursor:pointer; color:#005aa0;}
.optionAdd .select .add_list .area-content li.on a{ color:red;}


.optionAdd .select .add_list a {
  display: block;
  color: #999;
}
.optionAdd .select .add_list a:hover {
  color: #e43f41;
}
.optionAdd .show {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.optionAdd .show.on .icon::after {
  content: '」';
  display: block;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: -1px;
  overflow: hidden;
  color: #e43f41;
  font-weight: bold;
  line-height: 4px;
  font-size: 12px;
}
.optionAdd .icon {
  width: 14px;
  height: 14px;
  position: relative;
  border: 1px solid #eee;
  border-radius: 2px;
  overflow: hidden;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 640px) {
  .optionAdd {
    flex-flow: column wrap;
  }
  .optionAdd .item {
    width: 100%;
    margin-right: 0;
  }
  .optionAdd .item .title {
    padding-right: 0;
    background-image: none;
    margin-right: 10px;
  }
  .optionAdd .font {
    line-height: normal;
    display: inline-block;
  }
}
.recommend_mt {
  margin-top: -35px;
}
.recommend .Htit {
  padding-bottom: 25px;
}
.recommend .slick-dots {
  position: relative;
  margin-top: 4%;
}
.recommend .slick-dots li {
  width: 12px;
  height: 12px;
  background-color: #d8d8d8;
  border-radius: 100%;
  box-shadow: none;
}
.recommend .slick-dots .slick-active {
  width: 14px;
  height: 14px;
  background-color: transparent;
}
.collect_btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #999;
}
.collect_btn::before {
  content: '';
  width: 17px;
  height: 15px;
  background: url(../images/follow3.png) no-repeat center;
  background-size: contain;
  margin-right: 5px;
}
.collect_btn.follow::before {
  background-image: url(../images/follow5.png);
}
.collect_btn.follow.on::before {
  background-image: url(../images/follow7.png);
}
.collect_btn.on {
  color: #e43f41;
}
.collect_btn.on::before {
  background-image: url(../images/follow4.png);
}
.proInfo_top {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 10px;
}
.proInfo_top .left {
  width:35%;
  float: left;
}
.proInfo_top .left figure {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.proInfo_top .left figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.proInfo_top .right {
  width:62%;
  float: right;
}
.proInfo_top .slider-for figure {
  padding-top:100%;
}
.proInfo_top .slider-for figure img {
  object-fit:contain;
}
.proInfo_top .slider-nav {
  margin: 14px -7px;
}
.proInfo_top .slider-nav figure {
  margin: 0 7px;
  padding-top:100%;
}
.proInfo_top .slider-nav figure img {
  object-fit: cover;
}
.proInfo_top .pro_tit {
  color: #333333;
}
.proInfo_top .company {
  margin: 20px 0;
  align-items: flex-start;
  line-height: 30px;
}
.proInfo_top .company .logo {
  width: 29px;
  height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-right: 5px;
}
.proInfo_top .company .name {
  color: #999;
}
.proInfo_top .company .follow {
  flex: 0 0 auto;
  margin-left: 30px;
  width: 110px;
  height: 32px;
  border: 1px solid #e6e6e6;
  color: #666666;
  justify-content: center;
}
.proInfo_top .company .follow::before {
  width: 16px;
  height: 16px;
  background-image: url(../images/follow5.png);
}
.proInfo_top .company .follow.on {
  background-color: #e43f41;
  border-color: #e43f41;
  color: #fff;
}
.proInfo_top .company .follow.on::before {
  background-image: url(../images/follow6.png);
}
.proInfo_top .company .item{ display: inline-flex; vertical-align: middle;border: 1px solid #e6e6e6; padding: 0 15px;    align-items: center;}
.proInfo_top .company .item:last-child{ margin-left: 10px;}
.proInfo_top .box {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}
.proInfo_top .list {
  margin-bottom: 20px;
  color: #666666;
}
.proInfo_top .list dt {
  width: 89px;
  flex: 0 0 auto;
  line-height: 30px;
  padding: 2px 0;
}
.proInfo_top .list em {
  font-style: normal;
}
.proInfo_top .list .red {
  color: #e43f41;
}
.proInfo_top .item_a {
  display: inline-block;
  min-width: 100px;
  border: 1px solid #e6e6e6;
  color: #666666;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 30px;
}
.proInfo_top .item_a:not(:last-child) {
  margin-right: 0.8vw;
}
.proInfo_top .item_a:hover,
.proInfo_top .item_a.on {
  background-color: #e43f41;
  color: #fff;
  border-color: #e43f41;
}
.proInfo_top .numBox {
  padding: 2px 0;
}
.proInfo_top .selectBox {
  align-items: center;
}
.proInfo_top .selectBox select {
  width: 160px;
  height: 30px;
  border: 1px solid #e6e6e6;
  line-height: 30px;
  padding: 0 10px;
  font-size: 16px;
  color: #666;
}
.proInfo_top .selectBox .txt {
  margin-left: 10px;
}
.proInfo_top .btn {
  display: flex;
  padding: 20px 0 10px;
  border: none;
}
.proInfo_top .btn a {
  width: 160px;
  line-height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #e43f41;
  border: 1px solid #e43f41;
  transition: all 0.5s;
}
.proInfo_top .btn a{outline: none;}

.proInfo_top .btn a:not(:last-child) {
  margin-right: 1.5vw;
}
.proInfo_top .btn a:hover {
  background-color: #e43f41;
  color: #fff;
}
.proInfo_top .btn .cart {
  background-color: #e43f41;
  color: #fff;
}
.proInfo_top .btn .cart::before {
  content: '';
  width: 27px;
  height: 25px;
  background: url(../images/cart.png) no-repeat center;
  margin-right: 10px;
}
.zoomContainer{ z-index:100;}
@media (max-width: 768px) {
  .proInfo_top .left,
  .proInfo_top .right {
    width: 100%;
    float: none;
    margin-bottom: 5%;
  }
  .proInfo_top .btn {
    justify-content: space-between;
  }
  .proInfo_top .btn a {
    line-height: 40px;
    width: 48%;
  }
  .proInfo_top .list dt {
    width: 70px;
  }
}
.m_numberSelect {
  display: flex;
  align-items: center;
  border: 1px solid #e6e6e6;
}
.m_numberSelect .i_minus,
.m_numberSelect .i_add {
  width: 30px;
  text-align: center;
  font-size: 20px;
  color: #666;
  line-height: 30px;
  height: 30px;
}
.m_numberSelect .i_minus {
  border-right: 1px solid #e6e6e6;
}
.m_numberSelect .i_add {
  border-left: 1px solid #e6e6e6;
}
.m_numberSelect .numberInput {
  border: none;
  width: 68px;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.proDetails {
  background: #fff;
  padding: 0 30px 30px;
}
.proDetails .tab_li {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.proDetails .tab_li.onFixed{
  position: fixed;
  top:0;
  width:100%;
  max-width:1140px;
  background:#fff;
  z-index:10;
  height: ;
}
.proDetails .tab_li li {
  margin: 0 1.5625vw;
  line-height: 50px;
  position: relative;
  color: #333333;
  cursor: pointer;
}
.proDetails .tab_li li a{ display: block;}
.proDetails .tab_li li::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  height: 2px;
  background-color: #e43f41;
  bottom: 0;
  transition: all 0.5s;
}
.proDetails .tab_li li:hover,
.proDetails .tab_li li.on {
  color: #e43f41;
}
.proDetails .tab_li li:hover::after,
.proDetails .tab_li li.on::after {
  width: 100%;
}
.proDetails .Details { margin-bottom:20px;}
.proDetails .Details .tit{ margin-bottom:10px; font-size:14px; font-weight:bold; background:#f7f7f7; padding:10px; border:1px solid #eee;}
.Payment_explain li {
  text-align: center;
}
.Payment_explain .num {
  width: 92px;
}
.Payment_explain .top {
  border: 1px solid #e6e6e6;
}
.Payment_explain .top li {
  padding: 14px 0;
}
.Payment_explain .list {
  border-bottom: 1px solid #e6e6e6;
}
.Payment_explain .list li {
  padding: 25px 0;
}
.Payment_explain .list .num span {
  background-color: #e43f41;
  color: #fff;
  text-align: center;
  width: 27px;
  line-height: 27px;
  border-radius: 100%;
  display: inline-block;
}
@media (max-width: 640px) {
  .Payment_explain {
    overflow: auto;
  }
  .Payment_explain .num {
    width: 50px;
  }
  .Payment_explain .inner {
    width: 768px;
  }
}
.proEvaluate .head {
  flex: 0 0 auto;
  margin-right: 15px;
}
.proEvaluate .head img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
}
.proEvaluate .name {
  padding: 10px 0;
}
.proEvaluate .txt {
  color: #666666;
  line-height: 2;
  margin-top: 5px;
}
.proEvaluate .piclist {
  margin: 10px -10px 20px;
}
.proEvaluate .piclist figure {
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  border-radius:5px;
}
.proEvaluate .piclist figure img {
  border-radius: 5px;
}
.proEvaluate .piclist figure.m-video{ cursor: pointer;}
.proEvaluate .piclist figure .video_icon{ position: absolute; left:0; top:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.4) url(../images/Video_icon.png) no-repeat center;}



.proEvaluate time {
  color: #999;
}
.proEvaluate .txtCon {
  width: calc(100% - 55px);
}
.proEvaluate .reply-list li{ font-size:16px; margin:10px 0; color:#e43f41;}
.proEvaluate .reply-list li .con_wz{ margin:5px 0; line-height:2;}
.proEvaluate .reply-list li .tiem{ font-size:14px;color: #999;}
.proEvaluate .list {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.proEvaluate .list:not(:last-child) {
  margin-bottom: 20px;
}
.proEvaluate .slick-arrow {
  border: none;
  background-color: transparent;
  width: 20px;
  height: 20px;
}
.proEvaluate .slick-arrow::before {
  width: 50%;
  height: 50%;
  left: 15%;
  top: 25%;
}
.proEvaluate .slick-arrow.slick-prev::before {
  left: 42%;
}
.proEvaluate .slick-arrow:hover::before {
  border-color: #e43f41;
}
.proEvaluate .slick-prev {
  left: -10px;
}
.proEvaluate .slick-next {
  right: -10px;
}
@media (max-width: 640px) {
  .proEvaluate .piclist {
    margin: 10px -5px 20px;
  }
  .proEvaluate .piclist figure {
    margin: 0 5px;
  }
}
.starFive {
  display: flex;
  align-items: center;
  color: #e43f41;
}
.starFive .box {
  display: inline-flex;
  align-items: center;
  margin-right: 3px;
}
.starFive .box span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/star.svg) no-repeat center;
  position: relative;
  margin-right: 5px;
}
.starFive .box span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-image: url(../images/star2.svg);
  opacity: 0;
}
.starFive .box[data-num="1"] .star:nth-child(-n+1)::before {
  width: 100%;
  opacity: 1;
}
.starFive .box[data-num="2"] .star:nth-child(-n+2)::before {
  width: 100%;
  opacity: 1;
}
.starFive .box[data-num="3"] .star:nth-child(-n+3)::before {
  width: 100%;
  opacity: 1;
}
.starFive .box[data-num="4"] .star:nth-child(-n+4)::before {
  width: 100%;
  opacity: 1;
}
.starFive .box[data-num="5"] .star:nth-child(-n+5)::before {
  width: 100%;
  opacity: 1;
}
.starFive .box.half_1 .star:nth-child(1)::before {
  width: 50%;
  opacity: 1;
}
.starFive .box.half_2 .star:nth-child(-n+1)::before {
  width: 100%;
  opacity: 1;
}
.starFive .box.half_2 .star:nth-child(2)::before {
  width: 50%;
  opacity: 1;
}
.starFive .box.half_3 .star:nth-child(-n+2)::before {
  width: 100%;
  opacity: 1;
}
.starFive .box.half_3 .star:nth-child(3)::before {
  width: 50%;
  opacity: 1;
}
.starFive .box.half_4 .star:nth-child(-n+3)::before {
  width: 100%;
  opacity: 1;
}
.starFive .box.half_4 .star:nth-child(4)::before {
  width: 50%;
  opacity: 1;
}
.starFive .box.half_2 .star:nth-child(-n+1)::before,
.starFive .box.half_3 .star:nth-child(-n+3)::before,
.starFive .box.half_4 .star:nth-child(-n+3)::before,
.starFive .box.half_5 .star:nth-child(-n+4)::before {
  width: 100%;
  opacity: 1;
}
.starFive .box.half_1 .star:nth-child(1)::before,
.starFive .box.half_2 .star:nth-child(2)::before,
.starFive .box.half_3 .star:nth-child(3)::before,
.starFive .box.half_4 .star:nth-child(4)::before,
.starFive .box.half_5 .star:nth-child(5)::before {
  width: 52%;
  opacity: 1;
}
.proCartBox .ul {
  background: #fff;
  padding: 20px 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #333333;
}
.proCartBox .top {
  padding: 15px 0;
}
.proCartBox li {
  width: 100%;
  margin-right: 1vw;
}
.proCartBox .option {
  width: 60px;
  text-align: center;
  flex: 0 0 auto;
  margin-right: 0;
}
.proCartBox .num {
  width: 98px;
  flex: 0 0 auto;
  margin-right: 2vw;
}
.proCartBox .num .numberInput {
  width: 36px;
}
.proCartBox .shop {
  width: 25%;
  padding-right: 2.5vw;
  flex: 0 0 auto;
  margin-right: 0;
}
.proCartBox .operation {
  width: 82px;
  flex: 0 0 auto;
  margin-right: 0;
}
.proCartBox dl {
  display: flex;
  align-items: center;
}
.proCartBox dl dt {
  width: 96px;
  margin-right: 6%;
  flex: 0 0 auto;
}
.proCartBox dl dt img {
  border-radius: 5px;
}
.proCartBox dl dd {
  font-size: 12px;
  line-height: 1.6;
}
.proCartBox input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  position: relative;
  border: 1px solid #666666;
  border-radius: 2px;
  overflow: hidden;
  display: inline-block;
  margin-right: 5px;
}
.proCartBox input[type=checkbox]:checked {
  border-color: #e43f41;
}
.proCartBox input[type=checkbox]:checked::before {
  content: '';
  display: block;
  height: 13px;
  width: 13px;
  background: #e43f41;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 2px;
}
.proCartBox input[type=checkbox]:checked::after {
  content: '」';
  display: block;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 0px;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
  line-height: 4px;
}
.proCartBox .submit {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #e43f41;
  border: none;
  display: block;
  margin: 40px 0 20px auto;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .proCartBox .option {
    width: 30px;
  }
  .proCartBox .shop {
    width: 30%;
    padding-right: 1vw;
  }
  .proCartBox .operation {
    width: 40px;
  }
}
@media (max-width: 640px) {
  .proCartBox .ul {
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    padding-left: 30px;
  }
  .proCartBox .option {
    position: absolute;
    left: 0;
    top: 50px;
  }
  .proCartBox .shop {
    width: 100%;
  }
  .proCartBox .num,
  .proCartBox .operation,
  .proCartBox li {
    width: 30%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.placeOrder {
  padding: 30px 5%;
}
.placeOrder .title {
  margin-bottom: 3%;
}
.placeOrder .item {
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.placeOrder .item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.placeOrder .coupon .list {
  display: flex;
  flex-flow: row wrap;
  color: #fff;
}
.placeOrder .coupon dl {
  display: flex;
  background: url(../images/yhq_bg.jpg) repeat-Y right top #e44041;
  width: 30%;
  max-width: 291px;
  height: 105px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 3%;
  margin-bottom: 10px;
}
.placeOrder .coupon dt,
.placeOrder .coupon .txt {
  display: inline-flex;
  flex-flow: column wrap;
}
.placeOrder .coupon dd {
  display: inline-flex;
  height: 100%;
  padding-left: 1.2vw;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding-right: 0.8vw;
}
.placeOrder .coupon .txt {
  justify-content: center;
}
.placeOrder .coupon time {
  display: block;
  margin-top: 5px;
}
.placeOrder .coupon dt {
  width: 95px;
  flex: 0 0 auto;
  border-right: 1px dashed rgba(255, 255, 255, 0.2);
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.placeOrder .coupon dt::before,
.placeOrder .coupon dt::after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  right: -8px;
}
.placeOrder .coupon dt::before {
  top: -10px;
}
.placeOrder .coupon dt::after {
  bottom: -10px;
}
.placeOrder .coupon em {
  font-style: normal;
}
.placeOrder .coupon em b {
  line-height: 1;
}
.placeOrder .coupon .icon {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  flex: 0 0 auto;
  margin-left: 5px;
  position: relative;
}
.placeOrder .coupon .on .icon::after {
  content: '」';
  display: block;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 2px;
  overflow: hidden;
  color: #e43f41;
  font-weight: bold;
  line-height: 4px;
}
.placeOrder .shopInfo .name {
  display: flex;
  margin-bottom: 30px;
}
.placeOrder .shopInfo .name dt {
  flex: 0 0 auto;
  padding: 13px 0;
}
.placeOrder .shopInfo .name dd {
  max-width: 402px;
  width: 100%;
  margin-left: 0.5vw;
}
.placeOrder .shopInfo .name dd span {
  display: block;
  padding: 13px 20px;
  background-color: #f8f8f8;
  color: #333333;
}
.placeOrder .shopInfo .name dd .input{ width:100%;}
.placeOrder .shopInfo .name dd .input input{ font-size:16px; border:none; background:none; width:100%; display: block;padding: 13px 20px;background-color: #f8f8f8;color: #333333; font-family:'HarmonyOS_Regular';}

.placeOrder .shopInfo .ul {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 36px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  color: #333;
}
.placeOrder .shopInfo .ul:last-child {
  padding-bottom: 0;
}
.placeOrder .shopInfo .top {
  border: 1px solid #eee;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #666;
}
.placeOrder .shopInfo li {
  width: 100%;
}
.placeOrder .shopInfo li:not(:last-child) {
  margin-right: 1vw;
}
.placeOrder .shopInfo .tit {
  width: 230px;
  flex: 0 0 auto;
  margin-right: 2vw;
  text-align: left;
}
.placeOrder .shopInfo .tit .txt {
  max-width: 180px;
}
.placeOrder .shopInfo .tit figure {
  width: 80%;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
}
.placeOrder .shopInfo .tit figure img {
  width: 100%;
}
.placeOrder .shopInfo .tit p {
  line-height: 1.6;
}
.placeOrder .shopInfo .tit .company {
  color: #999999;
  margin-top: 5px;
}
.placeOrder .shopInfo .num {
  flex: 0 0 auto;
  width: 100px;
}
.placeOrder .shopInfo .text {
  width: 100%;
  line-height: 30px;
  height: 30px;
  border: 1px solid #f2f2f2;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.placeOrder .red {
  color: #e43f41;
}
.placeOrder .Payment_explain {
  padding-top: 10px;
  border-bottom: none!important;
}
.placeOrder .btn {
  text-align: right;
  padding: 5% 0 1%;
}
.placeOrder .btn dd {
  padding: 20px 0 0;
}
.placeOrder .btn .submit {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background-color: #e43f41;
  color: #fff;
  cursor: pointer;
}
.placeOrder .btn .cancel {
  background-color: #f8f8f8;
  color: #999999;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .placeOrder .coupon dl {
    width: 48%;
  }
}
@media (max-width: 640px) {
  .placeOrder .coupon dl {
    width: 100%;
    margin-right: 0;
  }
  .placeOrder .shopInfo .inner {
    overflow: auto;
  }
  .placeOrder .shopInfo .inner .ul {
    width: 768px;
  }
  .placeOrder .shopInfo .inner .ul:last-child {
    padding-bottom: 40px;
  }
  .placeOrder .btn .submit {
    width: 100px;
    height: 40px;
    line-height: 40px;
  }
}
.BiddingList {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 5px;
  color: #333333;
}
.BiddingList .ul {
  width: 100%;
  padding-left: 2vw;
  border-bottom: 1px solid #eee;
  align-items: center;
}
.BiddingList li {
  padding: 20px 0;
  width: 100%;
}
.BiddingList li:not(:last-child) {
  margin-right: 1vw;
}
.BiddingList li.title {
  width: 20%;
  flex: 0 0 auto;
  margin-right: 5vw;
  line-height: 1.6;
}
@media (max-width: 640px) {
  .BiddingList .ul {
    flex-flow: row wrap;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: flex-start;
  }
  .BiddingList li {
    width: 33.33%;
    margin-right: 0!important;
    padding: 5px 0;
  }
  .BiddingList li.title {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
}
.Notice_btn {
  position: fixed;
  right: 2%;
  bottom: 8%;
  width: 70px;
  padding: 10px 0;
  text-align: center;
  color: #fff !important;
  background-image: linear-gradient(#fe6b6c, #e43f41);
  border-radius: 5px;
  z-index: 10;
}
.Notice_btn::before {
  content: '';
  width: 27px;
  height: 30px;
  background: url(../images/notice.svg) no-repeat center;
  display: block;
  margin: 0 auto 2px;
}
.DetailsBox .title {
  padding: 25px 4% 20px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.DetailsBox .title h2 {
  color: #333333;
}
.DetailsBox .title .flex {
  justify-content: space-evenly;
  flex-flow: row wrap;
  margin-top: 15px;
}
.DetailsBox .title .flex span {
  display: inline-block;
}

.DetailsBox .title .tabBox{ margin-top:20px;}
.DetailsBox .title .tabBox table{width:100%;font-size:16px;}
.DetailsBox .title .tabBox table th{ width:150px; font-weight:500; background:#e9e9e9;color:#333; padding:15px 10px; border-bottom:1px solid #f8f8f8; text-align:center;}
.DetailsBox .title .tabBox table td{ text-align:left; padding:15px 25px; background:#f1f1f1;border-bottom:1px solid #f8f8f8;}
.DetailsBox .title .tabBox table tr:nth-child(even) td{background:#f6f6f6;}

.DetailsBox .content {
  padding: 0 4% 10px;
  line-height: 1.8;
  color: #333;
}
.DetailsBox .content p {
  margin: 10px 0;
}
.DetailsBox .pageBtn {
  margin-top:15px;
  padding: 15px 4%;
  position: relative;
  border-top: 1px solid #eee;
}
.DetailsBox .pageBtn span {
  margin-right: 130px;
  line-height: 30px;
}
.DetailsBox .pageBtn span a {
  color: #666;
}
.DetailsBox .pageBtn span a:hover {
  color: #e43f41;
}
.DetailsBox .pageBtn .back {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e43f41;
  color: #fff;
  width: 120px;
  text-align: center;
  line-height: 40px;
}
@media (max-width: 640px) {
  .DetailsBox .pageBtn span {
    margin-right: 0;
  }
  .DetailsBox .pageBtn .back {
    position: relative;
    transform: none;
    margin: 10px auto;
    display: block;
  }
}
.caseSlider {
  padding: 0 4% 15px;
}
.caseSlider .slick-arrow {
  border-radius: 0;
  background-color: #232323;
  border: none;
}
.caseSlider .slick-arrow::before {
  border-color: #fff;
}
.caseSlider .slick-prev {
  left: -4.3%;
  border-radius: 0 5px 5px 0;
}
.caseSlider .slick-next {
  right: -4.3%;
  border-radius: 5px 0 0 5px;
}
.caseSlider figure {
  overflow: hidden;
  position: relative;
}
.caseSlider figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.caseSlider .slider-for figure {
  padding-top: 52%;
}
.caseSlider .slider-for figure img {
  object-fit: contain;
}
.caseSlider .slider-for .slick-arrow {
  width: 70px;
  height: 70px;
  background-color: rgba(35, 35, 35, 0.7);
}
.caseSlider .slider-for .slick-prev {
  left: 0;
}
.caseSlider .slider-for .slick-next {
  right: 0;
}
.caseSlider .slider-nav {
  margin: 25px 0 10px;
  padding: 0 30px;
}
.caseSlider .slider-nav figure {
  margin: 0 10px;
  padding-top: 61.31%;
  border-radius: 5px;
}
.caseSlider .slider-nav figure img {
  object-fit: cover;
}
.caseSlider .slider-nav .slick-arrow {
  width: 44px;
  height: 44px;
}
@media (max-width: 640px) {
  .caseSlider .slider-for .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .caseSlider .slider-nav {
    padding: 0 10px;
  }
  .caseSlider .slider-nav figure {
    margin: 0 5px;
  }
  .caseSlider .slider-nav .slick-arrow {
    width: 20px;
    height: 20px;
  }
}
.contactBox {
  padding: 4%;
  display: flex;
  color: #333333;
}
.contactBox .tit {
  font-weight: normal;
  margin-bottom: 35px;
}
.contactBox .left {
  width: 48%;
}
.contactBox .right {
  width: 50.816%;
}
.contactBox .item {
  padding-left: 64px;
  border-left: 2px solid #e43f41;
  margin-bottom: 35px;
  position: relative;
}
.contactBox .item:last-child {
  margin-bottom: 10px;
}
.contactBox .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 100%;
  background: url(../images/add2.png) no-repeat center;
}
.contactBox .item p {
  margin-top: 5px;
}
.contactBox .tel::before {
  background-image: url(../images/tel.svg);
}
.contactBox .fax::before {
  background-image: url(../images/fax.svg);
}
.contactBox .email::before {
  background-image: url(../images/email.svg);
}
@media (max-width: 768px) {
  .contactBox {
    flex-flow: column wrap;
  }
  .contactBox .left,
  .contactBox .right {
    width: 100%;
  }
  .contactBox .right {
    padding-top: 20px;
  }
  .contactBox .right img {
    width: 100%;
  }
}
.store_top {
  color: #333;
}
.store_top > .w1200 {
  padding: 40px 0;
}
.store_top .left,
.store_top .right {
  display: inline-flex;
  align-items: center;
}
.store_top .left {
  width: calc(100% - 350px);
}
.store_top .right {
  width: 310px;
}
.store_top .logo {
  width: 137px;
  flex: 0 0 auto;
  margin-right: 1.5vw;
}
.store_top .title {
  font-weight: normal;
  margin-bottom: 12px;
}
.store_top .txt a {
  color: #333;
  margin-right: 2vw;
}
.store_top .txt .kefu {
  background: url(../images/news.png) no-repeat left center;
  padding-left: 20px;
  display: inline-block;
}
.store_top .right {
  justify-content: space-between;
}
.store_top .right dt {
  text-align: center;
  width: 96px;
}
.store_top .right .score {
  display: inline-block;
  background-color: #e43f41;
  color: #fff;
  line-height: 30px;
  padding: 0 15px;
  margin-top: 10px;
}
.store_top .right dd .item label {
  flex: 0 0 auto;
  margin-right: 1vw;
}
.store_top .right dd .item:not(:last-child) {
  margin-bottom: 8px;
}
.store_top .right .starFive span {
  background-image: url(../images/star3.png);
  width: 18px;
  height: 17px;
}
.store_top .right .starFive span::before {
  background-image: url(../images/star4.png);
  top: 0;
}
.store_top .navTop {
  line-height: 65px;
  background-color: #333333;
}
.store_top .navTop.onFixed{ position:fixed; top:0; left:0; width:100%; z-index:8;}
.store_top .navTop li:not(:first-child) {
  margin-left: 100px;
}
.store_top .navTop a {
  color: #fff !important;
  padding-bottom: 0!important;
}

.navbar .mh {height:65.5px; display:none;}
@media (max-width: 1024px) {
	.navbar .mh {height:0;}
}
@media (max-width: 768px) {
  .store_top .left {
    width: calc(100% - 260px);
  }
  .store_top .right {
    width: 250px;
  }
}
@media (max-width: 640px) {
  .store_top > .w1200 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
  }
  .store_top .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .store_top .logo {
    width: 100px;
  }
  .store_top .right {
    width: 250px;
  }
}
.store_About {
  padding: 4%;
  display: flex;
  align-items: flex-start;
  line-height: 1.8;
}
.store_About .logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #f4f5f6;
  width: 160px;
  height: 160px;
  flex: 0 0 auto;
  margin-right: 2vw;
  border-radius: 100%;
}
.store_About .logo img {
  max-width: 90%;
  max-height: 90%;
}
.store_About .title {
  font-weight: normal;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .store_About {
    flex-flow: column wrap;
  }
  .store_About .logo {
    margin: 0 auto 15px;
  }
}
.designerList .item {
  width: 100%;
  display: flex;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 40px 30px;
}
.designerList .left {
  width: 36%;
  display: inline-flex;
  align-items: flex-start;
  padding-right: 2vw;
}
.designerList .pic {
  width: 115px;
  height: 127px;
  position: relative;
  margin-right: 1.3vw;
  flex: 0 0 auto;
}
.designerList .pic img,
.designerList .pic::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.designerList .pic img {
  object-fit: cover;
}
.designerList .pic::after {
  content: '';
  background: url(../images/pic_bg3.png) no-repeat center;
  background-size: cover;
}
.designerList .cn {
  font-weight: normal;
  color: #333333;
}
.designerList .cn em {
  display: inline-block;
  margin: 0 10px;
}
.designerList .en {
  color: #999999;
  margin: 5px 0 10px;
}
.designerList .line {
  display: block;
  width: 19px;
  height: 3px;
  background-color: #e43f41;
  margin-bottom: 5px;
}
.designerList .info {
  line-height: 2;
}
.designerList .more {
  margin-top: 10px;
  width: 100px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  background-color: #e43f41;
  display: block;
}
.designerList .right {
  width: 64%;
  padding: 0 41px;
}
.designerList .right .box {
  margin: 0 8px;
}
.designerList .right figure {
  position: relative;
  padding-top: 65%;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
}
.designerList .right figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.designerList .right p {
  color: #333;
}
.designerList .right .slick-arrow {
  top: 40%;
}
.designerList .right .slick-next {
  right: -8%;
}
.designerList .right .slick-prev {
  left: -8%;
}
@media (max-width: 768px) {
  .designerList .item {
    flex-flow: column wrap;
  }
  .designerList .left,
  .designerList .right {
    width: 100%;
  }
  .designerList .left {
    padding-right: 0;
    margin-bottom: 5%;
  }
}
@media (max-width: 640px) {
  .designerList .item {
    padding: 30px 20px;
  }
  .designerList .pic {
    margin-right: 3vw;
  }
  .designerList .right {
    padding: 0 20px;
  }
  .designerList .right .slick-next {
    right: -12%;
  }
  .designerList .right .slick-prev {
    left: -12%;
  }
}
.designerInfo {
  background-color: #fff;
  padding: 40px;
}
.designerInfo .pic {
  flex: 0 0 auto;
  width: 260px;
  margin-right: 60px;
}
.designerInfo .pic img {
  width: 100%;
}
.designerInfo .txtCon{
  width: calc(100% - 320px);
}
.designerInfo .title {
  position: relative;
  align-items: flex-start;
}
.designerInfo .title .cn {
  color: #333;
  line-height: 1;
}
.designerInfo .title .cn em {
  display: inline-block;
  margin: -5px 10px 0;
  vertical-align: middle;
}
.designerInfo .title .en {
  color: #999999;
  margin: 5px 0 10px;
}
.designerInfo .shop_btn {
  flex: 0 0 auto;
  margin-left: 20px;
  width: 70px;
  padding: 10px 0;
  text-align: center;
  color: #fff !important;
  background-image: linear-gradient(#fe6b6c, #e43f41);
  border-radius: 5px;
  z-index: 10;
}
.designerInfo .shop_btn::before {
  content: '';
  width: 34px;
  height: 30px;
  background: url(../images/shop2.png) no-repeat center;
  display: block;
  margin: 0 auto 2px;
}
.designerInfo .info {
  line-height: 2;
  color: #333333;
}
.designerInfo .info li {
  margin-bottom: 5px;
}
.designerInfo .info li::marker {
  color: #e43f41;
}
.designerInfo .back {
  margin-top: 19px;
  width: 120px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background-color: #e43f41;
  display: block;
}
@media (max-width: 640px) {
  .designerInfo {
    flex-flow: column wrap;
    padding: 30px 25px;
  }
  .designerInfo .pic {
    margin-right: 0;
    margin: 0 auto 20px;
  }
  .designerInfo .txtCon{ width:100%;}
}

/* 右侧悬浮 */
.rightFixed { padding:0 10px;background:#ffffff;position:fixed;right:1%;top:50%;z-index:10;transform:translateY(-50%);}
.rightFixed li{ border-bottom:solid 1px #dddddd;}
.rightFixed li:last-child{border-bottom:none;}
.rightFixed li.wx{position: relative;}
.rightFixed li .QRcode{ display:none; background:#fff; padding:5px; position: absolute; top:50%; left:-115px; border-radius:5px; overflow: hidden; transform:translateY(-50%);}
.rightFixed li .QRcode img{ max-width:92px;}
.rightFixed li.wx:hover .QRcode{ display:block;}
.rightFixed li a{display: block;width:2em;padding:15px 0;text-align: center;color:#333333; border-radius: 5px;z-index: 10;}
.rightFixed li a::before {content:'';width:20px;height:18px;background-image:url(../images/kefu.svg); background-position:center; background-size:contain; background-repeat:no-repeat; display:block;margin: 0 auto 2px;}
.rightFixed li.wx a::before {background-image: url(../images/weixin.svg);}
.rightFixed li.feedback a::before {background-image: url(../images/feedback.svg);}
.rightFixed li.back a::before {background-image: url(../images/back_top.svg);}
.rightFixed li:hover a{ color:#e43f41;}


/* tip */
.tip_pup{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}
.tip_pup .icon{ margin-bottom:10px; width:100%; height:64px; background-image:url(../images/Join.png); background-size:64px; background-repeat:no-repeat; background-position:center;}
.tip_pup .tip_box{
  background-color: #fff;
  box-shadow:0 3px 10px rgba(0, 0, 0, 0.2);
  padding:30px 0;
  font-size:18px;
  font-weight:bold;
  width:350px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #e43f41;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
}


/* 单篇 */
.single-box .le_menu{ width:250px;}
.single-box .le_menu i{ margin-left:.5em; font-style:normal; font-family:'宋体'; font-weight:bold;}
.single-box .le_menu li{ line-height:2; margin-bottom:5px; background:#fff; font-size:18px;}
.single-box .le_menu li a{ padding:15px 20px; display:flex; align-items:center;}
.single-box .le_menu li a span{ display:block; width:100%;}
.single-box .le_menu li a:hover,
.single-box .le_menu li.active a{ background:#e4393c; color:#fff;}
.single-box .ri_con{ line-height:1.7; color:#000; background:#fff; width:calc(100% - 260px); padding:20px 30px;}
.single-box .ri_con .lanmu_mc{ padding-bottom:10px; margin-bottom:15px; border-bottom:solid 1px #e6e6e6; font-size:22px;}
.single-box .le_menu li .on{background:#e4393c; color:#fff;}
@media (max-width: 640px) {
.single-box{ flex-wrap:wrap;}
.single-box .le_menu{ margin-top:5px; width:100%;}
.single-box .le_menu .ul{ display:flex;}
.single-box .le_menu li{ margin-right:5px;}
.single-box .le_menu li a{ padding:5px 10px; font-size:16px;}
.single-box .ri_con{ width:100%; padding:20px;}
}


/* 友情链接 */
.links-friendly{ padding:30px 40px 50px; background:#fff;}
.links-friendly .lanmu_mc{ font-size:22px; color:#333; border-bottom:solid 1px #ccc; padding-bottom:20px;}
.links-friendly .ul{ padding:10px 0;}
.links-friendly li{ font-size:16px; padding:10px 0; width:25%; border-bottom:dashed 1px #dedede;}
.links-friendly li a{ background:url(../images/links.png) no-repeat left 5px; background-size:25px; display:inline-block; vertical-align:middle; padding:5px 0; padding-left:35px;}
@media (max-width:768px) {
.links-friendly li{ width:33.333%; font-size:14px;}
}
@media (max-width:640px) {
.links-friendly{ padding:20px 10px 20px;}
.links-friendly .lanmu_mc{ font-size:18px;}
.links-friendly li{ width:50%; font-size:14px;}
}


/* 商城指南 */
.guide-list{ padding:10px 0;}
.guide-list li{ padding:5px 0; display:flex; align-items:center;}
.guide-list li a{ display:flex; align-items:center;}
.guide-list li i{ display:block; margin-right:5px; font-style:normal;}


.Stit {display: flex;justify-content: space-between;padding-left: 40px;padding-bottom: 20px;color:#b71b22;}
.Stit .en {text-transform: uppercase;font-weight: normal;}
.Stit .more { flex: 0 0 auto;padding-top: 10px;font-size: 25px;color:#b71b22;}
.Stit .more i { font-style: normal;font-family: serif;font-weight: bold; }

@media (max-width: 640px) {
  .Stit {padding-left: 0;}
  .Stit .cn {margin-bottom: 10px;font-size: 24px;}
  .Stit .en {font-size: 18px;}
  .Stit .more {padding-top: 4px;font-size: 18px;}
}
.Sbox {padding: 68px 20px 20px 20px;}
.Sdesigner ul {display:flex;flex-wrap: wrap;}
.Sdesigner li {box-shadow: 4.5px 2.598px 5px 1px rgba(0, 0, 0, 0.4);}
.Sdesigner li a {display:block;width:100%;padding:20px;}
.Sdesigner .des {height:19px;}
.Sdesigner img {position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;-webkit-mask:no-repeat center / contain;mask:no-repeat center / contain;-webkit-mask-image:url(../images/pic_bg.png);mask-image:url(../images/pic_bg.png);}
.Sdesigner .img {width:189px;height:208px;margin:0 auto 10px;overflow:hidden;position:relative;}
.Sdesigner .img::before {content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/pic_bg2.png) no-repeat center/contain;z-index:2;}
.Sdesigner .txtCon {text-align:center;}
.Sdesigner .tit {margin-bottom: 38px;font-weight:bold;color: #ff6900;}
.Sdesigner .tit::after {content:'';display:block;margin:10px auto;width:20px;height:3px;background-color:#e43f41;}
.Sdesigner .tab {margin-top:15px;}
.Sdesigner .tab span {display:inline-block;padding:0 15px;line-height:30px;background-color:#f9f5f1;color:#333333;border-radius:50px;}
.Sdesigner li a:hover .tit {color:#b71b22}
@media (min-width:1025px) {
  .Sdesigner li {width: 23.44%;margin-right: 2%;margin-bottom: 2%;}
  .Sdesigner li:nth-child(4n) {margin-right: 0;}
}
@media (max-width:1024px) {
  .Sbox {padding-top: 40px;}
  .Sdesigner li {width: 48.5%;margin-right: 3%;margin-bottom: 3%;}
  .Sdesigner li:nth-child(2n) {margin-right: 0;}
  .Sdesigner .img {width: 84%;height: auto;padding-bottom: 84%;}
}


.Scase ul {display:flex;flex-wrap: wrap;}
.Scase li {box-shadow: 4.5px 2.598px 5px 1px rgba(0, 0, 0, 0.4);overflow: hidden;}
.Scase figure {padding-bottom: 66.789%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.Scase .txtCon {padding: 20px;padding-bottom: 14px;text-align: center;background-color: #fafafc;}
.Scase .tit {margin-bottom: 5px;font-size: 25px;font-weight:bold;color: #000;}
.Scase .tab {font-size: 20px;color: #000;}
.Scase li a:hover .tit {color:#b71b22}
@media (min-width:1025px) {
  .Scase .Stit {padding-bottom: 76px;}
  .Scase li {width: 23.44%;margin-right: 2%;margin-bottom: 2%;}
  .Scase li:nth-child(4n) {margin-right: 0;}
}
@media (max-width:1024px) {
  .Scase li {width: 48.5%;margin-right: 3%;margin-bottom: 3%;}
  .Scase li:nth-child(2n) {margin-right: 0;}
  .Scase .txtCon {padding: 10px;}
  .Scase .tit {font-size: 16px;}
  .Scase .tab {font-size: 14px;}
}

.Spartner ul {display:flex;flex-wrap: wrap;}
.Spartner li {box-shadow: 4.5px 2.598px 5px 1px rgba(0, 0, 0, 0.4);overflow: hidden;}
.Spartner figure {padding-bottom: 51.74%;background-repeat: no-repeat;background-position: center;background-size: contain;}
@media (min-width:1025px) {
  .Spartner {padding-bottom: 160px;}
  .Spartner .Stit {padding-bottom: 76px;}
  .Spartner li {width: 17.24%;margin-right: 3.45%;margin-bottom: 3.45%;}
  .Spartner li:nth-child(5n) {margin-right: 0;}
}
@media (max-width:1024px) {
  .Spartner li {width: 48.5%;margin-right: 3%;margin-bottom: 3%;}
  .Spartner li:nth-child(2n) {margin-right: 0;}
}

.Slist_pic li:hover img {transform:scale(1.05);}
.Slist_pic .pic {display:block;width:100%;padding-top:66.215%;position:relative;overflow:hidden;border-radius:5px 5px 0 0;}
.Slist_pic .pic img {position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transition:all 0.5s;}
.Slist_pic .txtCon {padding:20px;}
.Slist_pic .txtCon nobr {overflow:hidden;display:flex;}
.Slist_pic .txtCon nobr a.dot {max-width:calc(100% - 40px);}
@media (max-width:640px) {
  .Slist_pic .txtCon {padding:15px 10px;}
}

.Spro {background: #b71b22;}
.Spro .Stit {color:#fff;}
.Spro .Stit .more {color:#fff;}
.Spro ul {display:flex;flex-wrap: wrap;}
.Spro .price {color:#e43f41;}
.Spro .tit {margin:10px 0;line-height:1.6;font-weight:bold;height:55px;overflow:hidden;}
.Spro .company {color:#999999;overflow:hidden;}
.Spro .company span.dot {float:left;max-width:calc(100% - 30px);}
.Spro .wez span.dot {float:left;max-width:calc(100% - 30px);}
.Spro .company::after {content:'';margin-top:-3px;width:16px;height:16px;background:url(../images/news.png) no-repeat center;display:inline-block;vertical-align:middle;margin-left:10px;cursor:pointer;}
.Spro .btn {margin-top:25px;}
.Spro .btn a {width:44%;display:inline-block;text-align:center;line-height:35px;border:1px solid #e43f41;color:#e43f41;margin-right:2%;}
.Spro .btn .buy {background-color:#e43f41;color:#fff;}
@media (min-width:1025px) {
  .Spro li {width: 23.44%;margin-right: 2%;margin-bottom: 2%;}
  .Spro li:nth-child(4n) {margin-right: 0;}
}
@media (max-width:1024px) {
  .Spro li {width: 48.5%;margin-right: 3%;margin-bottom: 3%;}
  .Spro li:nth-child(2n) {margin-right: 0;}
  .Spro .tit {height:48px;}
}
@media (max-width:640px) {
  .Spro .tit {margin:5px 0;}
  .Spro .company {display:flex;justify-content:space-between;align-items:center;}
  .Spro .company::after {flex:0 0 auto;}
  .Spro .btn {display:flex;justify-content:space-between;margin-top:10px;}
  .Spro .btn a {width:48%;}
  .Spro .btn a:last-child {margin-right:0;}
}

.zoomLens {
  width: 80% !important; /* 设置 zoomLens 的基础宽度 */
  height: 80% !important; /* 设置 zoomLens 的基础高度 */
  border: 1px solid #ff0000; /* 红色边框仅为示例，实际使用时可以去掉或更改样式 */
}
