.scanner-wrap {
  padding: 80px 0;
}

.pro-tabs {
  border-bottom: 1px solid #dcdcdc;
}
.pro-tabs .tab-item {
  cursor: pointer;
  text-align: center;
  padding: 20px 0;
  border-bottom: 4px solid transparent;
}
.pro-tabs .tab-item.active {
  border-bottom-color: #012ae6;
}

.pay_pro_info {
  padding-top: 60px;
  padding-bottom: 65px;
}
.pay_pro_info .gallery-box-banner {
  width: 50%;
}
.pay_pro_info .slider-nav {
  padding-left: 16px;
  margin: 38px auto 0;
  position: relative;
  width: 644px;
}
.pay_pro_info .slider-nav img {
  border-radius: 20px;
}
.pay_pro_info .slider-nav .img-item-nav {
  border: 1px solid #dcdcdc;
  cursor: pointer;
  margin-right: 16px;
}
.pay_pro_info .slider-nav .slick-current {
  border-color: #012ae6;
}
.pay_pro_info .slider-for {
  height: 720px;
}
.pay_pro_info .slider-for .img-item {
  height: 100%;
}

.slick-next, .slick-prev {
  position: absolute;
  font-size: 0;
  width: 16px;
  height: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-next {
  right: -20px;
  background-image: url(../images/next.png);
}

.slick-prev {
  left: -20px;
  background-image: url(../images/prev.png);
}

.gallery-box-info {
  width: 50%;
  padding-left: 50px;
}
.gallery-box-info .old-price {
  text-decoration: line-through;
  font-size: 26px;
  color: #959595;
  margin-right: 26px;
}
.gallery-box-info .new-price {
  font-size: 26px;
  color: #e60012;
}
.gallery-box-info .price {
  padding: 30px 0;
}
.gallery-box-info .quantity-sub, .gallery-box-info .quantity-add {
  width: 40px;
  height: 40px;
  color: #dcdcdc;
}
.gallery-box-info .quantity-num {
  width: 50px;
  height: 40px;
  background: transparent;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.gallery-box-info .quantity {
  border: 1px solid #dcdcdc;
  width: 130px;
}
.gallery-box-info .email-us {
  height: 50px;
  border: 1px solid #1b1b1b;
  background-color: #f6f6f6;
}
.gallery-box-info .email-us img {
  margin-right: 15px;
}
.gallery-box-info .purchase {
  height: 50px;
  background-color: #131921;
}
.gallery-box-info .purchase img {
  margin-right: 15px;
}
.gallery-box-info .pro-name {
  line-height: 42px;
}
.gallery-box-info .pro-ot, .gallery-box-info .pro-desc, .gallery-box-info .price {
  border-bottom: 1px solid #e5e5e5;
}
.gallery-box-info .pro-ot {
  padding-top: 26px;
  padding-bottom: 30px;
}
.gallery-box-info .pro-ot .title {
  margin-bottom: 36px;
}
.gallery-box-info .q {
  padding: 30px 0 112px;
}

.product-details-wrap .tit-col {
  padding-bottom: 24px;
  border-bottom: 1px solid #1b1b1b;
}
.product-details-wrap .pro-text-desc {
  padding: 30px 0 50px;
}
.product-details-wrap .pro-text-desc ul li {
  margin-bottom: 35px;
}
.product-details-wrap .pro-text-desc ul li:last-child {
  margin-bottom: 0;
}
.product-details-wrap .scanner-wrap {
  padding: 50px 0 20px;
}

.country-mask-layout {
  width: 760px;
  background-color: #fff;
  padding: 76px 50px;
}
.country-mask-layout .amazon-Logo {
  margin: auto;
}
.country-mask-layout .text {
  margin-top: 24px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.country-mask-layout .country-list {
  padding-top: 54px;
}
.country-mask-layout .country-list img {
  margin: auto;
}
.country-mask-layout .country-list p {
  margin-top: 15px;
}
.country-mask-layout .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/close.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

@media only screen and (max-width: 999px) {
  .pay_pro_info {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .detail-box-content {
    display: block;
  }
  .pay_pro_info .gallery-box-banner {
    width: 100%;
  }
  .pay_pro_info .slider-for {
    height: auto;
  }
  .pay_pro_info .slider-nav {
    padding-left: 16px;
    margin: 18px auto 0;
    width: 90%;
  }
  .gallery-box-info {
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }
  .gallery-box-info .pro-name {
    line-height: 31px;
  }
  .gallery-box-info .old-price {
    font-size: 18px;
    margin-right: 16px;
  }
  .gallery-box-info .new-price {
    font-size: 18px;
  }
  .gallery-box-info .price {
    padding: 14px 0;
  }
  .gallery-box-info .pro-ot .title {
    margin-bottom: 16px;
  }
  .gallery-box-info .pro-ot {
    padding-top: 16px;
    padding-bottom: 20px;
  }
  .gallery-box-info .q {
    padding: 20px 0 30px;
  }
  .product-details-wrap .pro-text-desc ul li {
    margin-bottom: 15px;
  }
}