@charset "UTF-8";
.topbgH .pop-fix-pf {
  width: max-content;
}
.detail-content {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;

}

.detail-content .buyTop .bx-wrapper .bx-pager,
.detail-content .buyTop .bx-wrapper .bx-controls-auto {
  bottom: 0.3rem;
}
#imgList .pagination {
  position: absolute;
  bottom: 0.1rem;
  z-index: 10;
  width: 100%;
  text-align: center;
}
#imgList .swiper-pagination-bullet {
  background: #000000;
  border: 2px solid #fff;
  text-indent: -9999px;
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.04rem;
  outline: 0;
  border-radius: 50%;
  opacity: 0.3;
  cursor: pointer;
}
#imgList .swiper-pagination-bullet:hover {
  opacity: 1;
}
#imgList .swiper-pagination-bullet-active {
  opacity: 1;
}

.detail-top {
  position: relative;
}
.buyTop {
  /* max-height: calc(100vh - 70px); */
}
.detail-banner {
  position: relative;
  height: 100%;
}
.detail-image {
  height: 100%;
  display: flex;
  justify-content: center;
  /* display: none; */
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.3s;
}
.banner-cur {
  opacity: 1;
}
.detail-image img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}

.detail-image .detail-title {
  font-weight: 400;
  font-size: 0.64rem;
  color: #ffffff;
  position: absolute;
  top: 18%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
   font-family: "SourceHanSerifSC_Medium";
}
.detail-image .detail-entitle {
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
  position: absolute;
  top: 27%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
   font-family: "SourceHanSerifSC_Medium";
}
.detail-image .detail-desc {
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
  position: absolute;
  top: 32%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
   font-family: "SourceHanSerifSC_Medium";
}
.detail-image .detail-img {
  width: 9.6rem;
  height: 4.7rem;
  position: absolute;
  bottom: 70px;
  left: 52.5%;
  transform: translate(-50%, 0%);
}

.detail-p2 {
  position: relative;
  display: flex;
  align-items: center;
}
.detail-p2 img {
  width: 100%;
}
.detail-p2 .p2-info {
  position: absolute;
  left: 63.02%;
  width: 25.3%;
  opacity: 0;
}
.p2-animation {
  animation: p2animation 1s ease both;
}

@-webkit-keyframes p2animation {
  0% {
    transform: translateX(-10px) scale(1.2);
    transform-origin: 60% 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(-10px) scale(1);
    transform-origin: 0 0;
    opacity: 1;
  }
}

.detail-p3 {
  position: relative;
  display: flex;
  align-items: center;
}
.detail-p3 img {
  width: 100%;
}
.detail-p3 .p3-info {
  position: absolute;
  width: 19.3%;
  left: 18.54%;
}

.bx-wrapper .bx-pager {
  width: calc(100% - 440px);
}
@media (min-width: 1920px) and (max-width: 5000px) {
  .bx-wrapper .bx-pager {
    width: 76%;
  }
}

.detail-top-right {
  position: absolute;
  right: 0;
  top: 0;
  height: max-content;
  width: 4.4rem;
  background: white;
  z-index: 999;
}
@media (min-width: 1920px) and (max-width: 5000px) {
  .detail-top-right {
    width: 24%;
  }
}
.nav-top {
  position: relative;
  width: 100%;
  height: 1.7rem;
}
.nav-top .nav-icon {
  width: 0.7rem;
  height: 0.5rem;
  position: absolute;
  left: 0.55rem;
  top: 0.4rem;
}
.nav-top .nav-icon img {
  width: 100%;
}

.nav-top .nav-lab {
  width: 2.55rem;
  height: 1.7rem;
  position: absolute;
  top: 0;
  right: 0;
}
.nav-top .nav-lab img {
  width: 100%;
}

.nav-select-lab {
  font-family: "SourceHanSerifSC_Medium";
  font-weight: 500;
  font-size: 0.24rem;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav-select-unit {
  font-size: 0.12rem;
  font-family: auto;
  font-weight: 400;
}

.P1-1 {
  z-index: 999;
}

.nav-select {
  font-weight: 600;
  margin-top: 0.08rem;
  position: relative;
  background: #fff;
}
.nav-select .nav-select-check {
  height: 0.52rem;
  outline-color: #a6a6a6;
  outline-width: 0.01rem;
  outline-style: solid;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-select .nav-select-check .nav-select-img {
  width: 0.08rem;
  height: 0.15rem;
  margin-right: 0.1rem;
}

.nav-select .nav-select-item {
  font-family: "思源宋体Bold";
  font-weight: 500;
  font-size: 0.18rem;
  padding: 0 0.16rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
}
.nav-select .nav-select-item .nav-select-item-middle {
  width: 0.01rem;
  height: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a6a6a6;
}

.nav-select .nav-select-item .nav-select-item-l {
  display: flex;
  align-items: center;
  width: 0.85rem;
}
.nav-select .nav-select-item .nav-select-item-l .nav-select-number {
  font-weight: 600;
  font-size: 0.18rem;
  color: #000000;
  margin-right: 0.02rem;
}
.nav-select .nav-select-item .nav-select-item-l .nav-select-type {
  font-size: 0.14rem;
  color: #fff;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
.nav-select .nav-select-item .nav-select-item-r {
  flex: 1;
  margin-left: 0.18rem;
  font-size: 0.12rem;
  color: #a6a6a6;
  font-family: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nav-select .nav-select-item .nav-select-item-r .nav-type-name {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
}
.nav-select .nav-select-item .nav-select-item-r .nav-type-add {
  width: 0.1rem;
}
.nav-select .nav-select-item .nav-select-item-r img {
  width: 0.19rem;
  margin-right: 0.02rem;
}
.nav-select .nav-select-item .nav-select-item-r span {
  font-size: 0.16rem;
  font-weight: 500;
}
.nav-select .nav-select-item .nav-select-font {
  color: #000;
  position: relative;
  margin-right: 0.14rem;
  width: 0.25rem;
  height: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-select .nav-select-item .nav-select-font span {
  position: relative;
}
.nav-select .nav-select-item .nav-select-font:before {
  position: absolute;
  width: 0.23rem;
  height: 0.23rem;
  border-radius: 0.08rem;
  background: #fff;
  border: 1px solid #000;
  content: "";
  left: 1px;
  top: 1px;
  transform: rotate(45deg);
}
.nav-select .nav-select-item-active .nav-select-font {
  color: #fff;
}
.nav-select .nav-select-item-active .nav-select-font::before {
  background: #000;
  border: unset;
}
.nav-select .nav-select-list {
  outline-color: #e5c484;
  outline-width: 0.03rem;
  outline-style: solid;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 0.1rem;
  background: white;
  height: auto;
  overflow-y: scroll !important;
  max-height: 3.5rem;
}
/* 自定义滚动条样式 */
.nav-select .nav-select-list::-webkit-scrollbar {
  width: 5px;
}
 
.nav-select .nav-select-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #999999;
  background: #999999;
}
 
.nav-select .nav-select-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px white;
  border-radius: 0;
  background: white;
}


.nav-select .nav-select-list .nav-select-item-active {
  background: #fff1e3;
  border-top: 1px solid #e5c484;
  border-bottom: 1px solid #e5c484;
}

.nav-select .nav-select-list .nav-select-item:hover{
  background: #fff1e3;
  border-top: 1px solid #e5c484;
  border-bottom: 1px solid #e5c484;
}

.mt-31 {
  margin-top: 0.31rem;
}

.nav-product-title {
  font-weight: 600;
  font-size: 0.24rem;
  color: #000000;
  margin-top: 0.44rem;
  text-align: center;
  font-family: "SourceHanSerifSC_Medium";
}

.nav-product-card {
  margin: 0.14rem auto 0.3rem;
  width: 3.3rem;
  height: 2.1rem;
  box-shadow: 0px 0.09rem 0.1rem 0px rgba(59, 59, 59, 0.08);
  border-radius: 0.1rem;
  overflow: hidden;
}
.nav-product-card img {
  width: 101%;
  margin-left: -0.5%;
}

.nav-product-info {
  font-size: 0.12rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  color: #878787;
  margin-top: 0.1rem;
  padding-bottom: 0.04rem;
  font-family: auto;
}
.nav-product-info .nav-product-item {
  display: flex;
}
.nav-product-info .nav-product-item span {
  color: #000;
  flex: 1;
}

.nav-product-total {
  margin-top: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "阿里妈妈方圆体Regular";
  font-size: 0.3rem;
  font-weight: 700;
}

.nav-qrcode {
  width: 2rem;
  height: 2.5rem;
  position: relative;
  margin: 0.5rem auto 0.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-qrcode-text {
  position: absolute;
  bottom: -0.1rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  width: 100%;
  text-align: center;
}
.nav-qrcode img {
  width: 100%;
  z-index: 1;
}
.nav-ds {
  width: 1.8rem;
  height: 1.9rem;
  margin-top: -0.45rem;
}
.nav-ds img {
  width: 100%;
}

.nav-content {
  margin-top: 0.44rem;
  padding: 0 12.5%;
}
.pop-fix-pf .close {
  left: 0.8rem !important;
}
