.pub-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.star-active {
  color: #FBE264 !important;
}
.detail-wrap {
  padding-top: 1rem;
}
.detail-wrap .detail-back-top {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  height: 1rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.3rem;
  box-sizing: border-box;
  z-index: 3;
  background: #fff;
}
.detail-wrap .detail-back-top .back-icon {
  height: 100%;
  display: flex;
  align-items: center;
  width: 0.6rem;
}
.detail-wrap .detail-back-top .back-icon i {
  color: #878787;
  font-size: 0.36rem;
}
.detail-wrap .detail-back-top .nav-gift {
  display: flex;
  height: 100%;
  align-items: center;
  margin-left: 0.3rem;
}
.detail-wrap .detail-back-top .nav-gift img {
  height: 0.5rem;
}
.detail-wrap .detail-back-top .search {
  flex: 1;
  height: 0.66rem;
  background: #F3F3F3;
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
}
.detail-wrap .detail-back-top .search i {
  display: flex;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0rem;
  left: 0.2rem;
  color: #878787;
  font-size: 0.28rem;
}
.detail-wrap .detail-back-top .search input {
  background: transparent;
  border: none;
  outline: none;
  display: block;
  height: 100%;
  padding-left: 0.7rem;
  font-size: 0.28rem;
  color: #383838;
}
.detail-wrap .detail-back-top .search input::placeholder {
  color: #c4c4c4;
  font-size: 0.28rem;
  font-family: 'Poppins-Regular';
}
.detail-wrap .detail-back-top .cart-icon {
  width: 0.6rem;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.detail-wrap .detail-back-top .cart-icon i {
  font-size: 0.36rem;
  color: #878787;
}
.detail-wrap .detail-back-top .cart-icon .cart-bage {
  position: absolute;
  top: 0.2rem;
  right: -0.14rem;
  background: red;
  height: 0.3rem;
  min-width: 0.3rem;
  border-radius: 0.15rem;
  padding: 0 0.05rem;
  box-sizing: border-box;
  line-height: 0.36rem;
  text-align: center;
}
.detail-wrap .detail-back-top .cart-icon .cart-bage em {
  font-style: normal;
  display: inline-block;
  color: #fff;
  font-size: 0.2rem;
  transform: scale(0.8);
}
.detail-wrap .product-swiper {
  position: fixed;
  top: 1rem;
  left: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: 1;
  box-sizing: border-box;
}
.detail-wrap .product-swiper .swiper-wrapper {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.detail-wrap .product-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.detail-wrap .product-swiper .swiper-wrapper .swiper-slide img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-wrap .product-swiper .swiper-wrapper .swiper-slide .video-slide {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.detail-wrap .product-swiper .swiper-wrapper .swiper-slide .video-slide video {
  display: block;
  width: 100%;
}
.detail-wrap .product-swiper .swiper-wrapper .swiper-slide .video-slide .play-btn {
  width: 1rem;
  height: 1rem;
  display: block;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 50%;
  margin-left: -0.5rem;
}
.detail-wrap .product-swiper .swiper-wrapper .swiper-slide .video-slide .play-btn img {
  display: block;
  width: 1rem;
  height: 1rem;
}
.detail-wrap .product-swiper .swiper-total {
  position: absolute;
  padding: 0 0.25rem;
  height: 0.4rem;
  line-height: 0.48rem;
  background: #bababa;
  bottom: 0.2rem;
  right: 0.3rem;
  font-size: 0.24rem;
  color: #fff;
  z-index: 2;
  border-radius: 0.2rem;
}
.detail-wrap .detail-scroll-content {
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 1.5rem;
}
.detail-wrap .detail-scroll-content .product-info .good-price {
  padding: 0.3rem 0;
  border-bottom: 1px solid #E9E9E9;
}
.detail-wrap .detail-scroll-content .product-info .good-price .price-cont span {
  color: #000;
  font-size: 0.36rem;
}
.detail-wrap .detail-scroll-content .product-info .good-price .price-cont .del-price {
  margin-left: 0.1rem;
  color: #c4c4c4;
  font-size: 0.24rem;
  text-decoration: line-through;
}
.detail-wrap .detail-scroll-content .product-info .good-price .activity-mark {
  width: 100%;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-wrap .detail-scroll-content .product-info .good-price .activity-mark span {
  display: inline-block;
  font-size: 0.26rem;
  color: #fff;
  background: #D92406;
  padding: 0.18rem 0.3rem 0.15rem;
}
.detail-wrap .detail-scroll-content .product-info .good-price .activity-mark .tax-tip {
  font-size: .2rem;
  color: #333;
  font-style: italic;
  text-decoration: underline;
}
.detail-wrap .detail-scroll-content .product-info .product-seckill {
  width: 100%;
  height: 0.8rem;
  position: relative
}

.detail-wrap .detail-scroll-content .product-info .product-seckill .count-down-box {
  height: 100%;
  padding: 0 .2rem 0 .2rem;
  background-color: transparent;
  border-radius: .2rem 0 0 .2rem;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center
}

.detail-wrap .detail-scroll-content .product-info .product-seckill .count-down-box .count-down-tip {
  font-size: 0.3rem;
  color: #fff;
  margin-right: 0.2rem;
  margin-top: 0.1rem;
}

.detail-wrap .detail-scroll-content .product-info .product-seckill .count-down-box .count-time-bg {
  height: .5rem;
  line-height: 0.55rem;
  text-align: center;
  background-color: #fff;
  color: #fda82e;
  min-width: .34rem;
  font-size: .26rem;
  font-weight: 700;
  padding: 0 0.08rem;
}

.detail-wrap .detail-scroll-content .product-info .product-seckill .count-down-box .days-text {
  font-size: .2rem;
  margin: 0 .1rem;
  color: #fff;
  margin-top: 0.1rem;
}

.detail-wrap .detail-scroll-content .product-info .product-seckill .count-down-box .time-colon {
  font-size: .26rem;
  font-weight: 700;
  margin: 0 .1rem;
  color: #fff;
  margin-top: 0.06rem;
}
.detail-wrap .detail-scroll-content .product-info .good-info {
  padding: 0.3rem 0;
  border-bottom: 1px solid #e9e9e9;
}
.detail-wrap .detail-scroll-content .product-info .good-info .good-title {
  font-size: 0.3rem;
  color: #383838;
  line-height: 0.36rem;
  margin-bottom: 0.15rem;
}
.detail-wrap .detail-scroll-content .product-info .good-info .good-desc {
  color: #D92406;
  font-size: 0.26rem;
  line-height: 0.36rem;
}
.detail-wrap .detail-scroll-content .product-info .good-info .good-score {
  margin-top: 0.2rem;
  display: flex;
  align-items: baseline;
}
.detail-wrap .detail-scroll-content .product-info .good-info .good-score .star {
  display: flex;
}
.detail-wrap .detail-scroll-content .product-info .good-info .good-score .star i {
  font-size: 0.3rem;
  color: #e9e9e9;
}
.detail-wrap .detail-scroll-content .product-info .good-info .good-score .text {
  margin-left: 0.2rem;
  font-size: 0.26rem;
  color: #666;
}
.detail-wrap .detail-scroll-content .product-info .good-option {
  height: 0.9rem;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-wrap .detail-scroll-content .product-info .good-option .name {
  font-size: 0.3rem;
  color: #666;
}
.detail-wrap .detail-scroll-content .product-info .good-option .value {
  font-size: 0.28rem;
  color: #050505;
  display: flex;
  height: 80%;
  justify-content: flex-start;
  padding-left: 0.2rem;
  margin-left: 0.2rem;
  box-sizing: border-box;
  align-items: center;
  background: #f5f5f5;
}
.detail-wrap .detail-scroll-content .product-info .good-option .icon-right-arrow {
  height: 80%;
  flex: 1;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transform: rotate(180deg);
  color: #383838;
  font-size: 0.3rem;
  padding: 0 0.1rem;
}
.detail-wrap .detail-scroll-content .product-info .good-bundles {
  padding: 0.3rem 0;
  border-bottom: 1px solid #e9e9e9;
}
.detail-wrap .detail-scroll-content .product-info .good-bundles .title {
  font-size: 0.3rem;
  color: #666;
}
.detail-wrap .detail-scroll-content .product-info .good-bundles .bundles-list {
  margin-top: 0.2rem;
  padding: 0.2rem 0 0 0.2rem;
  background: #F9F9F9;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}
.detail-wrap .detail-scroll-content .product-info .good-bundles .bundles-list .bundles-item {
  height: 0.6rem;
  display: inline-flex;
  align-items: center;
  padding: 0 0.3rem;
  color: #878787;
  font-size: 0.28rem;
  border: 1px solid #D9D9D9;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.detail-wrap .detail-scroll-content .product-info .share-icon {
  padding: 0.3rem 0;
  display: flex;
}
.detail-wrap .detail-scroll-content .product-info .share-icon a {
  display: inline-block;
  width: 0.66rem;
  height: 0.66rem;
  border: 1px solid #C4C4C4;
  text-align: center;
  line-height: 0.66rem;
  border-radius: 50%;
  margin-right: 0.3rem;
}
.detail-wrap .detail-scroll-content .product-info .share-icon a i {
  font-size: 0.3rem;
  color: #666;
}
.detail-wrap .detail-scroll-content .good-like {
  padding: 0.4rem 0;
  border-top: 1px solid #e9e9e9;
}
.detail-wrap .detail-scroll-content .good-like .like-cont .like-title {
  font-size: 0.32rem;
  color: #484848;
  padding-bottom: 0.2rem;
  position: relative;
}
.detail-wrap .detail-scroll-content .good-like .like-cont .like-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.8rem;
  height: 0.03rem;
  background: #484848;
}
.detail-wrap .detail-scroll-content .good-detail {
  background: #FAFAFA;
  padding: 0.4rem 0.3rem;
}
.detail-wrap .detail-scroll-content .good-detail .swiper-slide {
  width: auto;
  font-size: 0.32rem;
  color: #484848;
  font-family: 'Poppins-Regular';
}
.detail-wrap .detail-scroll-content .good-detail .swiper-slide.swiper-detail-slide-active {
  color: #383838;
  font-family: 'Poppins-Medium';
  position: relative;
  padding-bottom: 0.2rem;
}
.detail-wrap .detail-scroll-content .good-detail .swiper-slide.swiper-detail-slide-active::after {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 0.03rem;
  background: #383838;
  bottom: 0;
  left: 0;
}
.detail-wrap .detail-scroll-content .good-detail .detail-content {
  padding-top: 0.3rem;
  color: #383838;
  font-size: 0.28rem;
  line-height: 0.5rem;
  text-align: justify;
}
.detail-wrap .detail-scroll-content .good-detail .detail-content .detail-item {
  display: none;
  text-align: left;
}
.detail-wrap .detail-scroll-content .good-detail .detail-content .detail-item .item-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0.2rem;
  margin-bottom: 0.2rem;
  background: #fff;
  box-shadow: 0px 0px 0.04rem 0px rgba(56, 56, 56, 0.12);
}
.detail-wrap .detail-scroll-content .good-detail .detail-content .detail-item .item-download .down-info {
  flex: 1;
  word-break: break-word;
  padding-right: 0.3rem;
}
.detail-wrap .detail-scroll-content .good-detail .detail-content .detail-item .item-download .down-info .title {
  color: #383838;
  font-size: 0.3rem;
}
.detail-wrap .detail-scroll-content .good-detail .detail-content .detail-item .item-download .down-info .desc {
  font-size: 0.28rem;
  color: #666666;
  line-height: 0.36rem;
  margin-top: 0.2rem;
  text-align: left;
}
.detail-wrap .detail-scroll-content .good-detail .detail-content .detail-item .item-download .down-icon {
  width: 0.66rem;
  height: 0.66rem;
  border-radius: 0.06rem;
  line-height: 0.66rem;
  background: #F4F4F4;
  text-align: center;
  justify-content: center;
}
.detail-wrap .detail-scroll-content .good-detail .detail-content .detail-item .item-download .down-icon a {
  color: #666666;
}
.detail-wrap .detail-scroll-content .good-detail .detail-content .detail-item .item-download .down-icon a i {
  font-size: 0.3rem;
}
.detail-wrap .detail-scroll-content .good-reviews {
  background: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
}
.detail-wrap .detail-scroll-content .good-reviews .reviews-title {
  font-size: 0.32rem;
  color: #484848;
  padding-bottom: 0.2rem;
  position: relative;
}
.detail-wrap .detail-scroll-content .good-reviews .reviews-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.8rem;
  height: 0.03rem;
  background: #484848;
}
.detail-wrap .detail-scroll-content .good-reviews .reviews-score {
  background: #FAFAFA;
  padding: 0.3rem 0rem;
  margin-top: 0.4rem;
}
.detail-wrap .detail-scroll-content .good-reviews .reviews-score .score-top {
  display: flex;
  padding: 0.3rem 0;
  align-items: center;
}
.detail-wrap .detail-scroll-content .good-reviews .reviews-score .score-top .top-star {
  width: 40%;
  height: 100%;
  padding: 0 0.2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.detail-wrap .detail-scroll-content .good-reviews .reviews-score .score-top .top-star .star-box {
  display: flex;
}
.detail-wrap .detail-scroll-content .good-reviews .reviews-score .score-top .top-star .star-box i {
  font-size: 0.28rem;
}
.detail-wrap .detail-scroll-content .good-reviews .reviews-score .score-top .top-star p {
  font-size: 0.24rem;
  color: #C4C4C4;
  margin-top: 0.1rem;
  text-align: center;
  line-height: 0.3rem;
}
.detail-wrap .detail-scroll-content .good-reviews .reviews-score .score-top .star-progress {
  width: 60%;
  height: 100%;
  padding: 0 0.2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-left: 1px solid #e9e9e9;
}
.detail-wrap .detail-scroll-content .good-reviews .reviews-score .score-top .star-progress .progress-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-wrap .detail-scroll-content .good-reviews .reviews-score .score-top .star-progress .progress-item .stars {
  display: flex;
  width: 38%;
}
.detail-wrap .detail-scroll-content .good-reviews .reviews-score .score-top .star-progress .progress-item .stars i {
  font-size: 0.28rem;
}
.detail-wrap .detail-scroll-content .good-reviews .reviews-score .score-top .star-progress .progress-item .progress-line {
  flex: 1;
  height: 0.03rem;
  background: #e9e9e9;
  display: inline-block;
  position: relative;
}
.detail-wrap .detail-scroll-content .good-reviews .reviews-score .score-top .star-progress .progress-item .progress-line span {
  position: absolute;
  top: 0;
  left: 0;
  background: #FBE264;
  height: 100%;
}
.detail-wrap .detail-scroll-content .good-reviews .reviews-score .score-top .star-progress .progress-item .text {
  width: 16%;
  font-size: 0.22rem;
  color: #C4C4C4;
  text-align: right;
}
.detail-wrap .detail-scroll-content .good-reviews .reviews-score .reviews-btn {
  display: flex;
  justify-content: space-around;
}
.detail-wrap .detail-scroll-content .good-reviews .reviews-score .reviews-btn span {
  height: 0.6rem;
  border: 1px solid #C4C4C4;
  padding: 0 0.2rem;
  justify-content: center;
  align-items: center;
  font-size: 0.28rem;
  color: #383838;
}
.detail-wrap .detail-scroll-content .good-comment {
  padding-top: 0.4rem;
}
.detail-wrap .detail-scroll-content .good-comment .comment-nav-box {
  display: flex;
  border-bottom: 1px solid #e9e9e9;
}
.detail-wrap .detail-scroll-content .good-comment .comment-nav-box .comment-nav {
  font-size: 0.3rem;
  color: #484848;
  padding-bottom: 0.2rem;
  margin-right: 0.4rem;
  transition: all 0.4s;
}
.detail-wrap .detail-scroll-content .good-comment .comment-nav-box .comment-nav:last-child {
  margin-right: 0;
}
.detail-wrap .detail-scroll-content .good-comment .comment-nav-box .comment-nav.comment-nav-active {
  color: #383838;
  position: relative;
}
.detail-wrap .detail-scroll-content .good-comment .comment-nav-box .comment-nav.comment-nav-active::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 0.03rem;
  background: #383838;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont {
  padding: 0.3rem 0;
  display: none;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item {
  padding: 0.3rem;
  border: 1px solid #E9E9E9;
  box-shadow: 0px 0px 0.08rem 0px rgba(56, 56, 56, 0.12);
  position: relative;
  margin-bottom: 0.2rem;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item:last-child {
  margin-bottom: 0;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .item-top .name-bage {
  display: flex;
  align-items: center;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .item-top .name-bage span {
  color: #383838;
  font-size: 0.3rem;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .item-top .name-bage .bage {
  height: 0.38rem;
  line-height: 0.44rem;
  padding: 0 0.2rem;
  color: #fff;
  background: #D92406;
  font-size: 0.24rem;
  margin-left: 0.2rem;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .item-top .star {
  display: flex;
  margin-top: 0.1rem;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .item-top .star i {
  font-size: 0.3rem;
  color: #e9e9e9;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .item-cont {
  margin-top: 0.3rem;
  background: url(/mobile/public/images/quot.png) no-repeat;
  background-position: top left;
  background-size: 0.5rem 0.4rem;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .item-cont .cont-desc {
  font-size: 0.28rem;
  color: #666;
  line-height: 0.4rem;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .item-cont .coment-imgs-swiper {
  width: 100%;
  margin-top: 0.2rem;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .item-cont .coment-imgs-swiper .swiper-slide {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .item-cont .coment-imgs-swiper .swiper-slide .comment-video {
  background: #000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .item-cont .coment-imgs-swiper .swiper-slide video,
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .item-cont .coment-imgs-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .item-cont .coment-imgs-swiper .swiper-slide .video-btn {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  margin-top: -0.4rem;
  left: 50%;
  margin-left: -0.4rem;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .question-time {
  font-size: 0.3rem;
  color: #383838;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .question-bage {
  color: #fff;
  background: #D92406;
  font-size: 0.24rem;
  padding: 0.1rem 0.2rem 0.08rem;
  margin-top: 0.1rem;
  display: inline-block;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .question-title {
  background: url(/mobile/public/images/quot.png) no-repeat;
  background-size: 0.5rem 0.4rem;
  background-position: top left;
  margin-top: 0.3rem;
  color: #666;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .question-title span {
  color: #383838;
  font-family: 'Poppins-Medium';
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .answer {
  margin-top: 0.2rem;
  background: #F9F9F9;
  padding: 0.3rem;
  border-left: 0.02rem solid #C4C4C4;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .answer .answer-name {
  color: #383838;
  font-size: 0.3rem;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .answer .answer-desc {
  margin-top: 0.2rem;
  color: #666;
  line-height: 0.4rem;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .comment-cont-item .answer .answer-desc span {
  color: #383838;
  font-family: 'Poppins-Medium';
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .all-button {
  text-align: center;
}
.detail-wrap .detail-scroll-content .good-comment .comment-cont .all-button a {
  display: inline-flex;
  border: 1px solid #c4c4c4;
  color: #c4c4c4;
  font-size: 0.28rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  align-items: center;
  padding: 0 0.3rem;
}
.detail-wrap .buy-line {
  position: fixed;
  width: 100%;
  height: 1.2rem;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 0.2rem 0.3rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 96;
}
.detail-wrap .buy-line .buy-price .now-price {
  color: #000;
  font-size: 0.28rem;
  margin-top: 0.15rem;
}
.detail-wrap .buy-line .buy-price .old-price {
  color: #C4C4C4;
  font-size: 0.22rem;
  text-decoration: line-through;
  font-family: 'Poppins-Regular';
}
.detail-wrap .buy-line .buy-btn-box {
  display: flex;
}
.detail-wrap .buy-line .buy-btn-box a {
  font-size: 0.26rem;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.2rem;
  display: inline-block;
  font-family: 'Poppins-Regular';
}
.detail-wrap .buy-line .buy-btn-box a:nth-of-type(1) {
  color: #666;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  margin-right: 0.2rem;
}
.detail-wrap .buy-line .buy-btn-box a:nth-of-type(2) {
  background: #000;
  color: #fff;
}
