@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url(/font/Rubik2.woff2) format('woff2');
}

.ipro-ychdzx-bg {
  padding-top: 30px;
  background: #f2f2f2;
}
.pro-tit img {
  width: 100%;
  height: auto;
}
.ipro-list * {
  font-family: 'Times New Roman';
}
.ipro-list {
  display: flex;
  padding: 20px 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ipro-list .item {
  width: calc(50% - 5px);
  position: relative;
  background: #000 url(../images/index/ilist-bg.jpg) 0 0 no-repeat;
  background-size: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.ipro-list .he_imgcrab {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
}
.ipro-list .he_imgcrab img {
  width: 100%;
  border-radius: 8px;
}
.ipro-list .imgcrab {
  position: absolute;
  right: 10%;
  top: 10%;
  left: 10%;
}
.ipro-list .imgcrab img {
  width: 100%;
  border-radius: 8px;
}
.ipro-list .imgcrab:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
  height: 60px;
  background: url(../images/index/below.png) 0 0 no-repeat;
  background-size: 100%;
}
.ipro-list .popImg {
  width: 60%;
  right: -10%;
  bottom: -10%;
  position: absolute;
}
.ipro-list .popImg img {
  width: 100%;
}
.ipro-list .spe {
  padding: 80% 0 0;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 6%;
  border-bottom: 1px solid #444;
}
.ipro-list .spe .price-yh {
  position: absolute;
  left: 0;
  bottom: 30px;
  color: #ff3d3d;
  font-size: 1.4rem;
  font-weight: 700;
}
.ipro-list .price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #f2d7a8;
  position: relative;
}
.ipro-list .price em {
  font-size: 0.75rem;
  padding-left: 1px;
}
.ipro-list .spe .list {
  font-size: 0.75rem;
  line-height: 1.4;
  position: relative;
}
/*.ipro-list .spe .list:before{ content:""; position:absolute; width:15px; height:15px; left:-15px;top:50%; margin-top:-7px; background:url(../images/index/icon-r.png) 0 0 no-repeat / contain;}*/
.ipro-list .yoh {
  color: #666666;
  text-align: center;
  padding: 5px 0;
  font-weight: 700;
  font-size: 0.75rem;
}
.ipro-list .btn {
  margin: 6% 6% 0;
  border-radius: 16px;
  height: 32px;
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(243, 215, 169);
  background: -moz-linear-gradient(
    top,
    rgba(243, 215, 169, 1) 1%,
    rgba(202, 164, 100, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(243, 215, 169, 1) 1%,
    rgba(202, 164, 100, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(243, 215, 169, 1) 1%,
    rgba(202, 164, 100, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3d7a9', endColorstr='#caa464',GradientType=0 );
}
.ipro-list .xsyh {
  display: none;
  animation: rotate 2s linear infinite;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/index/ix-h.png) 0 0 no-repeat / 100%;
  left: 5px;
  top: 5px;
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    opacity: 0.7;
  }
}

.ipro-list .item.yh .xsyh {
  display: block;
}
.ipro-list .item.yh .yoh {
  color: #ff3d3d;
}
/*.ipro-list .item.yh .price:before{ content:""; position:absolute; width:100%; height:100%; background:url(../images/index/i-hs.png) no-repeat  right center / 90%;}*/

.btnMore {
  text-align: center;
  padding: 0 0 30px;
}
.btnMore a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border-radius: 30px;
  padding: 0 40px;
  border: 2px solid #000;
  color: #000;
  font-size: 14px;
}
.btnMore a i {
  margin-right: 4px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/images/ychdzx/icon-rst.png) no-repeat 50% 50%;
  vertical-align: middle;
  margin-bottom: 3px;
  background-size: 12px;
}

.card-prolist {
  background: url(../images/index2023/img11.jpg) no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
  margin-bottom: var(--mgtb);
  border-radius: 0 0 var(--brs1) var(--brs1);
}
.card-list {
  width: calc(100% - 50px);
}
.card-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 4px;
  background-color: rgba(255, 255, 255, 0.5);
}
.card-nav .a {
  font-family: 'Avanti1', '思源宋体 Regular';
  padding: 20px 0;
  font-size: 1.2rem;
  text-align: center;
  width: 42px;
  line-height: 1.2;
  border-radius: 50px;
  background-size: 50%;
}
.card-nav .a::first-letter {
  letter-spacing: 0;
  font-size: 2rem;
  font-family: 'Avanti1';
}
.card-nav .active {
  color: #e5c495;
  background: rgb(228, 52, 51);

  background: -webkit-linear-gradient(
    top,
    rgba(228, 52, 51, 1) 0%,
    rgba(201, 16, 16, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(228, 52, 51, 1) 0%,
    rgba(201, 16, 16, 1) 100%
  );
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  animation: scale 0.3s;
}

@keyframes scale {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.card-wrap {
  overflow: hidden;
  display: flex;
  margin: var(--mgtb);
  background-color: #ecf4f9;
  background: url('../images/index2023/card-bg.jpg') no-repeat 100% 0% / 100%
    100%;
  border-radius: calc(var(--brs1) * 3);
  justify-content: space-between;
}
.card {
  overflow: hidden;
}
.card .textp {
  text-align: center;
  font-size: 12px;
  padding: 0 16px;
}
.card .img {
  text-align: center;
  padding: 40px 0 0;
}
.card .img img {
  width: 100%;
  height: auto;
}
.card .nav {
  width: 90%;
  margin: 30px auto 20px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.card .nav span {
  cursor: pointer;
  border: 1px solid #000;
  width: 34%;
  height: 42px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card .nav span:nth-child(1) {
  border-radius: 21px 0 0 21px;
}
.card .nav span:nth-child(3) {
  border-radius: 0 21px 21px 0;
}
.card .nav span.c {
  border-left: 0;
  border-right: 0;
}
.card .nav span.cur {
  background: #000;
  color: #fff;
  font-weight: 700;
}
.card .src .img {
  text-align: center;
  margin-top: -50px;
  height: 270px;
  padding-top: 70px;
}
.card .src .img img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.card .list {
  padding: 0 0 30px 0;
}
.card .list a {
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 var(--mgtb);
}
.card .list .cd {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
}
.card .list a::before,
.card .list a::after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  mix-blend-mode: multiply;
}
.card .list a::before {
  bottom: 0;
  background-color: #e5e5e5;
}
.card .list a::after {
  top: 0;
  opacity: 0.5;
  background-color: #fffff5;
}
.card .list a:nth-child(2)::after {
  visibility: hidden;
}
.card .list a:last-child::before {
  visibility: hidden;
}
.card .list .cd img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: 1px solid #e9dfbd;
  box-shadow: -4px 4px 5px rgba(242, 206, 133, 0.6);
}
.card .list .bor {
  padding: 0 6px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-radius: 10px;
  margin-left: auto;
  margin-right: 10px;
  position: relative;
}
.card .list .bor::before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: translate(0, -50%) rotate(-135deg);
  transform: translate(0, -50%) rotate(-135deg);
  right: -10px;
  top: 50%;
}
.card .list .tit {
  text-align: center;
  font-size: 1.6rem;
  padding: 10% 0 5%;
}
.card .list .xx {
  display: inline-block;
  background: url(/images/index2023/icon-xx.png) no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 2px;
}
.card .list .cx {
  display: inline-block;
  background: url(/images/index2023/icon-cx.png) no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 2px;
}
.card .list p {
  font-family: 'Avanti2', '思源宋体 Regular';
  line-height: 18px;
  font-size: 12px;
}
.card .list .jiage2 {
  font-size: 1.2rem;
  line-height: 60px;
  font-weight: 700;
  width: 25%;
  flex-shrink: 0;
  text-align: right;
  font-family: 'Avanti2';
}
.card .list .jiage2 em {
  font-size: 0.75rem;
  font-family: '思源宋体 Regular';
}
.card .list .jiage3 {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 1.2rem;
  line-height: 12px;
}
.card .list .jiage3 .em {
  font-size: 0.75rem;
}
.card .list .jiage3 .y {
  color: red;
  padding-top: 20px;
}
.card .list .jiage3 .x {
  text-decoration: line-through;
  font-size: 0.75rem;
  color: #999;
}

.pro-stylelist {
  display: flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.pro-stylelist .li {
  background: url('../images/index2023/pro-bg.jpg') 0 0 /100% no-repeat;
  width: 100%;
  min-height: 200px;
  border-radius: var(--brs1);
  position: relative;
  border: 1px solid #d9d9d9;
  padding: 6% 0 42px;
  margin-bottom:4%;
  width:48%;
}
.pro-stylelist .bom {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-color: #d70000;
  color: #e5c495;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 0 var(--brs1) var(--brs1);
  overflow: hidden;
}
.pro-stylelist .price {
  height: 42px;
  padding-top: 1%;
  border-radius: calc(var(--brs1) * 2) 0 0 0;
  background: rgb(23, 83, 187);
  background: -moz-linear-gradient(
    left,
    rgba(23, 83, 187, 1) 0%,
    rgba(18, 53, 136, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(23, 83, 187, 1) 0%,
    rgba(18, 53, 136, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(23, 83, 187, 1) 0%,
    rgba(18, 53, 136, 1) 100%
  );
  width: 70%;
  text-align: right;
  padding-right: 5%;
  font-size: 1.6rem;
  font-family: 'Avanti2';
  padding-right: 16px;
  position: relative;
}
.pro-stylelist .price::before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  border-left: 1px solid #e5c495;
  border-bottom: 1px solid #e5c495;
  -webkit-transform: translate(0, -50%) rotate(-135deg);
  transform: translate(0, -50%) rotate(-135deg);
  right: 6px;
  top: 50%;
}
.pro-stylelist .price sup {
  font-size: 0.85rem;
}
.pro-stylelist .price em {
  font-size: 0.85rem;
}
.pro-stylelist .label {
  flex-shrink: 0;
  padding: 0 5%;
  font-size: 0.85rem;
}
.pro-stylelist .name {
  padding-bottom: 10%;
  text-align: center;
  font-family: 'Avanti2', '思源宋体 Regular';
}
.pro-stylelist .img img {
  max-width: 100%;
}
.pro-stylelist .xx {
  background: url('../images/index2023/icon-xx.png') no-repeat;
}
.pro-stylelist .cx {
  background: url('../images/index2023/icon-cx.png') no-repeat;
}
.pro-stylelist .xx,
.pro-stylelist .cx {
  margin-right: 5px;
  line-height: 1.6;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: 18px;
  vertical-align: middle;
}

.index-store {
  background: #000;
  padding: 16px;
  position: relative;
}
.index-store .img {
  width: 100%;
  border-radius: 9px;
  border: 1px solid #252525;
}
.index-store .text {
  position: absolute;
  right: 16px;
  left: 16px;
  bottom: 16px;
}
.index-store .size-4 {
  padding: 0 10%;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  color: #bda377;
  background-image: -webkit-linear-gradient(left, #f1d5a6, #cba565);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-store .a {
  width: 40%;
  margin: 0 auto;
  padding: 20px 0;
  display: block;
}
.index-store .a img {
  width: 100%;
}

.chanpBanner img {
  width: 100%;
  height: auto;
}

.dzx_list_nav {
  background: #fff;
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.dzx_list_nav .li {
  position: relative;
  width: 50%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}
.dzx_list_nav .li:last-child {
  border: 0;
}
.dzx_list_nav .li:before {
  content: '\20';
  visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #d3bf86;
}
.dzx_list_nav .li i {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1px;
  margin-left: 4px;
  background: url(/images/ychdzx/icon-d.png) no-repeat;
  background-size: contain;
  width: 8px;
  height: 10px;
}
.dzx_list_nav select {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border: 0;
}
.dzx_list_nav .cur i {
  background: url(/images/ychdzx/icon-t.png) no-repeat;
  background-size: contain;
}
.dzx_list_nav .curTop i {
  background: url(/images/ychdzx/icon-b.png) no-repeat;
  background-size: contain;
}
.dzx_list_nav .cur:before,
.dzx_list_nav .curTop:before {
  visibility: visible;
}

.boxImg {
  position: relative;
}
.boxImg .sale {
  z-index: 30;
  position: absolute;
  padding: 5px 3px 0;
  text-align: center;
  font-size: 11px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  line-height: 13px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 60px;
  border: 2px solid #fff;
  background: red;
  color: #fff;
  border-radius: 50%;
  z-index: 10;
}

.bannerSlide-prod {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.bannerSlide-prod .swiper-wrapper img {
  width: 100%;
  height: auto;
}
.bannerSlide-prod .pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.bannerSlide-prod .swiper-pagination-bullet-active {
  background: #fff;
}
.bannerSlide-prod .swiper-pagination-bullet {
  background: #fff;
}

.lawei_sin {
  background: #faf3e1 url(/images/nianhuo2021/lawei_detail_listbg.jpg) 50% 0
    repeat-y;
  background-size: cover;
  padding: 40px 10px;
  margin: 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.lawei_sin .tit {
  text-align: center;
}
.lawei_sin .tit img {
  width: 60%;
}
.lawei_sin .name {
  font-size: 0.8rem;
  text-align: center;
  background: url(/images/nianhuo2021/lawei_detail_titbg.png) 50% 50% no-repeat;
  background-size: contain;
  color: #fff;
  margin-top: 20px;
  padding: 1px 10px;
}
.lawei_sin .list {
  display: flex;
  flex-wrap: wrap;
}
.lawei_sin .list {
  padding-top: 30px;
}
.lawei_sin .list img {
  width: 100%;
}
.lawei_sin .li {
  width: 33.33%;
  text-align: center;
  padding: 10px;
}
.lawei_sin .sty-1 {
  color: #000;
  font-size: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lawei_sin .sty-2 {
  color: #d0c6b0;
  font-size: 0.75rem;
  font-style: italic;
  transform: scale(0.9);
}
.lawei_sin .bom {
  text-align: center;
  font-size: 0.75rem;
  padding-top: 30px;
}
.lawei_sin .bom img {
  width: 70%;
  margin-bottom: 15px;
}
.lawei_sin .bom p {
  opacity: 0.5;
}
.lawei_sin .btn {
  padding: 20px 0 0;
}
.lawei_sin .btn a {
  display: inline-block;
  border: 1px solid #999;
  color: #000;
  border-radius: 40px;
  padding: 8px 20px;
}

.swiper-slide-video {
  position: relative;
}
.swiper-slide-video .icon-dp {
  position: absolute;
  width: 20vw;
  height: auto;
  left: 20px;
  top: 0;
  z-index: 10;
}
.swiper-slide-video .icon-px {
  position: absolute;
  width: 50vw;
  height: auto;
  right: 0px;
  top: 90px;
  z-index: 10;
}
.swiper-slide-video .video-vd {
  position: absolute;
  width: 80vw;
  left: 10vw;
  bottom: 20%;
  z-index: 2;
  background: #000;
}
.swiper-slide-video .mejs-container {
  background: none;
}
.swiper-slide-video .mejs-layers img,
.swiper-slide-video .mejs-mediaelement {
  border-radius: 10px;
  overflow: hidden;
}
.swiper-slide-video .mejs-layers img {
  display: none;
}

/*
.detail-info{ background:#000; display:flex;  justify-content: space-between; align-items:center;}
.detail-info .bar{  color:#fff; font-size:20px; padding:16px 0 16px 6px;display:flex;  justify-content: space-between;}
.detail-info .bar .m{ width:36px; height:36px; text-align:center;  border:1px solid #444444; border-radius:8px 0 0 8px;}
.detail-info .bar .p{ width:36px; height:36px; text-align:center;  border:1px solid #444444; border-radius:0 8px 8px 0;}
.detail-info .bar #oknum{ padding:0 12px; height:36px;border-top:1px solid #444444;border-bottom:1px solid #444444;text-align:center;line-height:36px; font-family:Times New Roman;}
.detail-info .bar span{ display:inline-flex; justify-content:center; align-items:center;}
.detail-info .btn-buy { text-align: center; padding: 16px 0; display: flex; width: 64%; justify-content: flex-end; }
.detail-info .btn-buy a:last-child{background: -webkit-linear-gradient(top, rgba(252, 255, 253,1) 1%,rgba(252, 255, 253,1) 100%);}
.detail-info .btn-buy a { height: 36px; padding: 0 15px 0 15px; color: #000; border-radius: 30px; font-size: 0.8rem; margin: 0 5px 0 0; display: flex; justify-content: center; align-items: center; background: -webkit-linear-gradient(top, rgba(246,229,178,1) 1%,rgba(211,192,134,1) 100%);}
.detail-info .btn-buy a:before { display: inline-block; width: 18px; height: 18px; background: url(/images/ychdzx/icon-buy.png) no-repeat; background-size: 18px; margin-bottom: 2px; content: "\20"; vertical-align: middle; margin-right: 4px; }
.detail-info .btn-buy a em{ font-family:Times New Roman; padding:0 3px;}
.hxdlb-detail-info { background: #fff; position: fixed; left: 0; bottom: 0; right: 0; z-index: 999; box-shadow: 0 0 20px rgba(0,0,0,.1); }
.hxdlb-detail-info .bar{ color:#000;}
.hxdlb-detail-info .btn-buy a:last-child{background: -webkit-linear-gradient(top, rgba(0, 121, 255,.4) 1%,rgba(0, 94, 192,.5) 100%);}
*/

.dzx_img img {
  max-width: 100%;
  height: auto;
}
.bz {
  padding: 0;
}
.bz img {
  width: 100%;
  height: auto;
}

.dzx-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dzx-title .lefttext {
  display: flex;
  align-items: center;
}
.dzx-title .h4 {
  font-size: 1.6rem;
  font-family: 'Rubik', sans-serif;
  color: #f2140c;
  margin-right: 10px;
}
.dzx-title .h4 em {
  font-size: 1rem;
}
.dzx-title .h5 {
  text-decoration: line-through;
  color: #999;
}
.dzx-title span {
  color: #999;
}

.popCss .detail-info {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}
.popCss .detail-size {
  padding-top: 68px;
  height: 148px;
}
.detail-title {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-family: 'Avanti2', '思源宋体 Regular';
  gap: var(--mgtb);
  padding: var(--mgtb);
}
.detail-title svg {
  width: 20px;
  height: 20px;
}
.detail-title .x,
.detail-title .c {
  display: flex;
  align-items: center;
}
.detail-title .x::before {
  background: url(/images/index2023/icon-xx.png) no-repeat;
}
.detail-title .c::before {
  background: url(/images/index2023/icon-cx.png) no-repeat;
}
.detail-title .c::before,
.detail-title .x::before {
  content: '';
  margin-right: 4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 100%;
  filter: brightness(0);
}
.detail-tips {
  padding: var(--mgtb);
  color: #868686;
  font-size: 0.75rem;
  line-height: 1.2;
  opacity: 0.6;
}
.detail-tips span {
  color: #000;
}

.proTop {
  background: url(../images/index2023/pro-bg2.jpg) no-repeat 50% 0;
  background-size: cover;
  padding: var(--mgtb) 0;
}
.proTop .time {
  font-family: 'Rubik', sans-serif;
  margin-top: 10px;
  color: #c70000;
  padding: 0 var(--mgtb);
  border-radius: 10px;
  line-height: 1;
}
.proTop .time span {
  padding: 0 10px;
}
.proTop .box {
  color: #999;
  padding: 16px;
}
.proTopft {
  line-height: 1.4;
  font-size: 12px;
  background: url('../images/index2023/icon-tips.png') no-repeat 10px 50%;
  background-size: 24px;
  color: #868686;
  padding: 16px 16px 16px 46px;
  margin: var(--mgtb);
  border: 1px solid #a17b42;
  position: relative;
  border-radius: 20px;
}
.proTopft::before {
  /* position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  background: url('../images/index2023/icon-sf.png') no-repeat;
  background-size: contain;
  right: -10px;
  top: -20px;
  pointer-events: none; */
}
.proTopft a {
  color: #000000;
  margin: 0 3px;
}
.proTopft .avanti {
  font-family: 'Avanti1';
  font-size: 1.2rem;
  letter-spacing: -1px;
}
.proTopft svg {
  width: 15px;
  height: 15px;
}
.oddPries {
  display: flex;
}
.oddPries .sale {
  display: inline-block;
  background: -webkit-linear-gradient(
    left,
    rgba(134, 7, 28, 1) 0%,
    rgba(192, 93, 75, 1) 100%
  );
  color: #fff;
  right: 0;
  bottom: -9px;
  font-size: 0.75rem;
  padding: 0 6px;
  border-radius: 6px;
  transform: scale(0.8);
  transform-origin: 0 50%;
}

.hxdlb_proTop {
  font-size: 0.8rem;
  line-height: 2;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 0 0 10px 10px;
}
.hxdlb_proTop .h1 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  padding-right: 20px;
  line-height: 1.4;
}

.proDetailHx {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 8px;
}
.proDetailHx .itemHx {
  width: 20%;
  text-align: center;
  font-size: 0.75rem;
}
.proDetailHx .itemHx img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.proDetailHx .sty-1 {
  font-size: 0.65rem;
}
.proDetailHx .sty-2 {
  color: #999;
  font-size: 0.65rem;
}
.titleHx {
  margin: 16px;
  font-size: 0.7rem;
  color: #333;
  text-align: center;
}

.hxdlb_proTop .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hxdlb_proTop .rf {
  text-align: right;
  line-height: 1.4;
  font-size: 2rem;
  color: #e40000;
  font-family: 'Rubik', sans-serif;
}
.hxdlb_proTop .rf em {
  font-size: 1rem;
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url(/font/Rubik2.woff2) format('woff2');
}

.smlInNav {
  display: flex;
  justify-content: space-between;
  background: #faedd3;
  margin: 0 10px;
  border-radius: 10px 10px 0 0;
}
.smlInNav a {
  padding: 10px 0;
  position: relative;
  width: 100%;
  text-align: center;
  border-right: 0;
  letter-spacing: -1px;
}
.smlInNav a:first-child {
  border-left: 0;
}
.smlInNav h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 13px;
  position: relative;
}
.smlInNav .sale:after {
  animation: rotate2 4s linear infinite;
  background: url(/images/nianhuo2021/icon_xianshi.svg) no-repeat 50% 50% /
    contain;
  content: '';
  position: absolute;
  top: 0;
  border-radius: 20px;
  color: #fff;
  width: 14px;
  height: 14px;
}
.smlInNav .cur {
  color: #e40000;
  font-weight: 700;
}
.smlInNav .cur:before {
  content: '';
  position: absolute;
  left: 10%;
  bottom: -1px;
  height: 2px;
  right: 10%;
  background: #e40000;
}

@-webkit-keyframes rotate2 {
  0% {
    transform: rotate(0deg) scale(0.7);
  }
  100% {
    transform: rotate(360deg) scale(0.7);
  }
}

.imgWidth img {
  width: 100%;
  height: auto;
}
.hxdlb_pro_list {
  position: relative;
}
.allList {
  height: 200px;
  overflow: hidden;
}
.ashowAll {
  position: absolute;
  padding: 20px 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  text-align: center;
}
.ashowAll span {
  border: 1px solid #333;
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 5px;
}

.iphone_x {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(245, 245, 245, 1) 100%
  );
  position: fixed;
  z-index: 2200;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.detail-info {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-info .bar {
  font-size: 25px;
  display: flex;
  text-align: center;
  height: 100%;
  align-items: center;
  margin-left: 5px;
}
.detail-info .bar .img {
  width: 18px;
}
.detail-info .bar text {
  font-size: 10px;
  display: block;
}
.detail-info .bar .li {
  padding: 0 10px;
  line-height: 1.2;
  display: flex;
  text-align: center;
  height: 100%;
  align-items: center;
  position: relative;
}
.detail-info .bar .li span {
  position: absolute;
  background: #ff5e56;
  color: #fff;
  padding: 3px 0;
  line-height: 1;
  width: 16px;
  height: 16px;
  right: 1px;
  top: 8px;
  font-size: 10px;
  border-radius: 50%;
}
.detail-info .btn-buy {
  display: flex;
  width: 56vw;
}
.detail-info .btn-buy .a {
  margin-right: 8px;
  padding: 8px 0;
  width: 100%;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  background-image: -webkit-linear-gradient(
    315deg,
    #f2140c,
    #f2270c 70%,
    #f24d0c
  );
  background-image: linear-gradient(135deg, #f2140c, #f2270c 70%, #f24d0c);
}
.detail-info .btn-buy .a2 {
  background-image: -webkit-linear-gradient(
    315deg,
    #ffba0d,
    #ffc30d 69%,
    #ffcf0d
  );
  background-image: linear-gradient(135deg, #ffba0d, #ffc30d 69%, #ffcf0d);
  color: #fff;
}
.detail-info .btn-buy-dsb .a {
  margin-right: 8px;
  padding: 10px 25px;
  color: #fff;
  display: block;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  background-image: -webkit-linear-gradient(
    315deg,
    #f2140c,
    #f2270c 70%,
    #f24d0c
  );
  background-image: linear-gradient(135deg, #f2140c, #f2270c 70%, #f24d0c);
}
.detail-info-dsb .btn-buy-dsb {
  opacity: 0.5;
  -webkit-filter: grayscale(1);
}

.noscroll,
.noscroll body {
  overflow: hidden;
}
.pop-select {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
}
.pop-select .bg {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.pop-select .content {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.pop-select .close {
  position: absolute;
  width: 28px;
  height: 28px;
  line-height: 1;
  padding: 5px 0 0;
  background: #eee;
  text-align: center;
  right: 10px;
  top: 10px;
  color: #333;
  border-radius: 50%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.pop-select .a {
  display: flex;
  align-items: center;
  padding: 16px;
  font-family: 'Rubik', sans-serif;
}
.pop-select .a .text {
  font-size: 12px;
  color: #444;
  padding-top: 10px;
}
.pop-select .a .text em {
  color: #999;
  margin-right: 4px;
}
.pop-select .img {
  width: 80px;
  margin-right: 20px;
}
.pop-select .img img {
  width: 100%;
}
.pop-select .price {
  font-size: 22px;
  font-weight: 700;
  color: red;
}
.pop-select .price em {
  font-size: 12px;
}
.pop-select.isPopHide {
  visibility: hidden;
}
.pop-select.isPopHide .content {
  transform: translateY(80vh);
}
.pop-select.isPopHide .bg {
  background: rgba(0, 0, 0, 0);
}
.pop-select .list-bar {
  font-size: 14px;
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
}
.pop-select .list-bar .number {
  display: flex;
  align-items: center;
}
.pop-select .list-bar .number input {
  width: 30px;
  text-align: center;
  border: 1px solid #ddd;
  height: 30px;
  -webkit-appearance: none;
  border-radius: 0;
}
.pop-select .list-bar .number span {
  background: #ddd;
  color: #000;
  width: 30px;
  height: 30px;
  padding: 6px 0 0;
  text-align: center;
}
.pop-select .list-bar .t {
  color: #999;
}
.pop-select .list-bar .sel {
  display: flex;
}
.pop-select .list-bar .sel span {
  border: 1px solid #999;
  padding: 5px 10px;
  margin-left: 10px;
  color: #444;
  border-radius: 20px;
}
.pop-select .list-bar .sel .cur {
  border-color: #f71471;
  color: #f71471;
  display: flex;
  align-items: center;
}
.pop-select .list-bar .sel .cur:before {
  content: '';
  margin-right: 4px;
  background: url(/images/xiaochengxu/icon-y.png) no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px;
  display: inline-block;
}
.pop-select .list-bar .sel span.disabled {
  opacity: 0.4;
}
.pop-select .list-btn {
  padding: 16px;
}
.pop-select .list-btn .button {
  padding: 10px 0;
  background: #f71471;
  color: #fff;
  border-radius: 80px;
  display: block;
  text-align: center;
  font-size: 1rem;
}
.pop-select .list-btn .disabled {
  padding: 10px 0;
  background: #ddd;
  color: #fff;
  border-radius: 80px;
  display: block;
  text-align: center;
  font-size: 1rem;
}

.detail-bom {
  background: rgb(223, 1, 0);
  background: -moz-linear-gradient(
    left,
    rgba(223, 1, 0, 1) 1%,
    rgba(198, 0, 1, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(223, 1, 0, 1) 1%,
    rgba(198, 0, 1, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(223, 1, 0, 1) 1%,
    rgba(198, 0, 1, 1) 100%
  );

  color: #e5c495;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-bom .label {
  flex-shrink: 0;
  padding: 0 5%;
  font-size: 1.2rem;
  font-family: 'Avanti2', '思源宋体 Regular';
}
.detail-bom .price {
  height: 60px;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(var(--brs1) * 2) 0 0 0;
  background: rgb(23, 83, 187);
  background: -moz-linear-gradient(
    left,
    rgba(23, 83, 187, 1) 0%,
    rgba(18, 53, 136, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(23, 83, 187, 1) 0%,
    rgba(18, 53, 136, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(23, 83, 187, 1) 0%,
    rgba(18, 53, 136, 1) 100%
  );
  padding: 0 5%;
  font-size: 2.2rem;
  font-family: 'Avanti1';
  position: relative;
}
.detail-bom .price sup {
  font-size: 0.85rem;
  height: 2.2rem;
}
.detail-bom .price em {
  font-size: 0.85rem;
}
/*
@media only screen and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .detail-info { height: auto; padding: 10px 0 30px 0; }
    .detail-info .bar .li { padding: 0 10px; }
    .detail-info .bar .img { width: 20px; }
}
@media only screen and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
    .detail-info { height: auto; padding: 10px 0 30px 0; }
    .detail-info .bar .li { padding: 0 10px; }
    .detail-info .bar .img { width: 20px; }
}
@media only screen and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
    .detail-info { height: auto; padding: 10px 0 30px 0; }
    .detail-info .bar .li{ padding:0 10px;}
    .detail-info .bar .img { width: 20px; }
}*/
.detail-info-flex{
    display:block;
}
.detail-info-flex .bar{
    display:block;
}
.detail-info .bar .tel-li{
    display:block;
}
.tel-list{
    width:45%;
    float:left;
}
.tel-bj1{
    background:linear-gradient(135deg, #f2140c, #f2270c 70%, #f24d0c);
    height:37px;
    line-height:37px;
    border-radius:37px;
    color:#FFF;
    font-size:14px;
    text-align:center;
    position:relative;
    bottom:5px;
}
.tim{
    width:100%;
}
.tim img{
    margin-right:10px;
}
.tel-bj2{
    float:right;
    background:linear-gradient(135deg, #ffba0d, #ffc30d 69%, #ffcf0d);
}
.detail-right-fl{
    display:block;
}
.btn-flex{
    display:block;
}