

body {
    font: 14px/1.75 Roboto-Regular,Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif;
    line-height: 1.5;
    color: #6F7479;
    background-color: #fff;
    margin: 0;
    padding: 0;
}
.band-banner {
    min-height: 250px;
    background: url(./../images/product-pricingIntl-banner-bg.jpg) no-repeat center;
    background-size: cover;
}
.banner-innert{
    max-width: 1200px;
    padding: 40px 10px;
    margin: 0 auto;
}

.banner-innert h1{
    font-size: 48px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 10px;
}
.banner-innert p{
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.65px;
    line-height: 28px;
    margin-bottom: 30px;
}
.banner-btn{
    display: inline-block;
    width: 130px;
    height: 40px;
    background: #F66F6A;
    border-radius: 2px;
    line-height: 40px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    margin-right: 6px;
}
.banner-btn1{
    margin-right: 6px;
}
.banner-btn:hover{
    box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5)
}
.band-banner-mb {
    display: none;
}

.product-ad-wrap .product-ad{
    height: 80px;
     background: url(./../images/product-pricingIntl-ad-bg.jpg);
    background-size: cover; 
}

.product-ad-list > li{
    width: 33.33333333333%;
}
@media(max-width: 1199px){
    .band-banner{
        height: auto;
        min-height: 300px;
        width: 100%;
        background: url(./../images/product-pricingIntl-banner-pad.jpg) no-repeat center;
        background-size: cover;
    }
    .banner-innert{
        padding: 86px 25px;
    }
   .banner-innert h1{
        font-size: 24px;
        line-height: 30px;
    }
     .banner-innert p{
        font-size: 14px;
        line-height: 22px;
    }
    .product-ad-wrap .product-ad-list h1{
        font-size: 16px;
        line-height: 20px;
    }
    .product-ad-wrap .product-ad-list p{
        font-size: 12px;
        line-height: 18px;
    }
}
@media(max-width: 767px) {
    .band-banner{
        height: auto;
        min-height: 300px;
        width: 100%;
        background: url(./../images/product-pricingIntl-banner-mb.jpg) no-repeat center;
        background-size: cover;
    }
    .banner-innert{
        padding: 72px 15px;
    }
    .product-ad-wrap .product-ad{
        height: 97px;
    }
 }

.help-section{
    background: url(./../images/product-pricingIntl-help-content-bg.jpg) no-repeat center;
    background-size: cover;
}
.help-section .help-content{
    margin: -10px auto;
    width: 760px;
}

.pri-col-sm-4{
    padding: 10px;
    width: 380px;
}
@media(min-width: 800px){
    .pri-col-sm-4:first-child{
        margin-right: 30px;
    }
    .help-section .help-content{
        width: 790px;
    }
}
.help-item-box{
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.help-item-box:hover{
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.1);
}
.help-item-box h3{
    height: 60px;
    line-height: 60px;
    background: url(./../images/product-pricingIntl-title-bg.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0 20px;
    border-radius: 2px 2px 0 0;
}
.help-item-content{
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 2px 2px;
}
.pri-prod-list li{
    margin-bottom: 10px;
}
.pri-prod-list li a{
    display: block;
    padding-left: 14px;
    color: #666A75;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pri-prod-list li a:hover{
    color: #FA6F66;
}
.pri-prod-list li a::before{
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background: #A0A2A8;
    float: left;
    margin-left: -14px;
    margin-top: 8px;
}
.pri-prod-list li a:hover::before{
    background: #FA6F66;
}
.more-box{
    margin-top:20px;
}
.more-box a{
    color: #666A75;
}
.more-box a:hover{
    color: #FC6D61;
}
.pri-cui-icon{
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(./../images/product-pricingIntl-more-arrow.svg) no-repeat center;
}
.more-box a:hover .pri-cui-icon{
    background: url(./../images/product-pricingIntl-more-arrow-hover.svg) no-repeat center;
}
.more-box i{
    margin-left: 6px;
    transition: 0.3s ease-out;
}
.more-box a:hover i{
    -ms-transform: translate(2px, 0);
    transform: translate(2px, 0);
}
.pro-pricing-section{
    display: none;
}
@media(max-width: 1199px){
    .product-wrap .AGrid-row{
        margin: -3px auto;
    }
    .pri-col-sm-4{
        padding: 3px;
    }
    .help-item-box h3{
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        padding: 0 15px;
    }
    .help-item-content{
        padding: 15px;
    }
    .help-item-box h3{
        border-radius: 2px;
    }
}
@media(max-width: 780px){
    .help-section .help-content{
        width: initial;
    }
    .pri-col-sm-4{
        width: 50%;
    }
}
@media(max-width: 767px){
    .help-section .pri-col-sm-4{
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }
    .help-section .pri-col-sm-4:first-child{
        margin-top: 0;
    }
    
}
.product-section {
    padding: 50px 0;
}
.price-section{
    background: url(./../images/product-pricingIntl-pricebg.jpg) no-repeat center;
    background-size: cover;
}
.product-wrap{
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.pri-product-title {
    font-size: 36px;
    color: #252B3A;
    text-align: center;
    line-height: 46px;
    margin-bottom: 30px;
}
.pri-col-sm-3{
    padding: 10px;
    width: 33.3333333333333333%;
}
.price-item-box{
    position: relative;
    padding: 50px 30px 56px 30px;
    background: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition: 0.5s;
}
.price-item-box:hover{
    box-shadow: 0px 16px 40px 6px rgba(0, 0, 0, 0.1);
}
.price-item-box .icon-box{
    text-align: center;
    margin-bottom: 30px;
}
.price-item-box .icon{
    display: inline-block;
    width: 62px;
    height: 48px;
}
.price-item-box .price-icon1{
    background: url(./../images/product-pricingIntl-price-icon1.png) no-repeat center;
}
.price-item-box .price-icon2{
    background: url(./../images/product-pricingIntl-price-icon2.png) no-repeat center;
}
.price-item-box .price-icon3{
    background: url(./../images/product-pricingIntl-price-icon3.png) no-repeat center;
}
.price-item-box h2{
    margin-bottom: 10px;
    font-size: 18px;
    color: #252B3A;
    text-align: center;
    line-height: 22px;
}
.price-item-box p{
    font-size: 14px;
    color: #666A75;
    line-height: 22px;
}
.price-sectionEn .price-item-box p{
    text-align-last: left;
}
.know-more-wrap{
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.know-more-btn{
    font-size: 12px;
    color: #1B79C8;
    text-align: center;
    line-height: 16px;
}
.know-more-btn:hover{
    text-decoration: underline;
}
@media(min-width: 1024px){
    .price-item-box::before{
        content: "";
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        width: 100%;
        height: 4px;
        display: block;
        background: rgba(21,0,255,0.10);
        background-image: linear-gradient(-252deg, rgba(1,182,201,0.50) 0%, rgba(1,78,204,0.80) 97%);
        border-radius: 2px 2px 0 0;
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: transform .3s ease;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
    }
    .price-item-box:hover::before{
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@media(max-width: 1199px){
    .pri-col-sm-3{
        padding: 3px;
    }
    .price-item-box{
        height: auto;
        padding: 28px 30px 50px 30px;   
    }
    .know-more-wrap{
      bottom: 20px;
    }
    .pri-product-title{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;

    }
    .product-section {
        padding: 30px 0;
    }
    .price-item-box h2{
        font-size: 16px;
        line-height: 20px;
    }
    .price-item-box p{
        margin-bottom: 0;
    }
}
@media(max-width: 767px){
    .pri-col-sm-3{
        width: 100%;
        padding: 0;
    }
    .price-section .pri-col-sm-3 .price-item-box{
        border-top: none;
    }
    .price-section .pri-col-sm-3:first-child .price-item-box{
        border-top: 1px solid #ddd;
    }
    .price-item-box{
        height: auto;
    }
    .price-item-box p{
        margin-bottom: 0;
    }
    .price-item-box .icon-box{
        margin-bottom: 23px;
    }
}.price-detail-section {
  padding-top: 50px;
  background: url(./../images/product-pricingIntl-detail-bg.jpg) no-repeat center;
  background-size:cover;
}
.price-detail-content{
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}
/*tab s*/
.price-tabs-head{
  text-align: center;
  font-size: 0;
}

.price-tabs-head ul li {
  padding: 0 10px 24px;
  font-size: 22px;
  color: #252B3A;
  line-height: 32px;
  margin: 0 12px;
  cursor: pointer;
  position: relative;
  display: inline-block
}
.price-tabs-head ul li:hover{
  color: #F66F6A;
}
.price-tabs-head ul li.active{
  color: #F66F6A;
}
.price-tabs-head ul li:before {
  background: #f66f6a;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  width: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.25s ease;
  transition: width 0.3s ease;
}
.price-tabs-head ul li.active:before {
  width: 100%;
}
.price-tabs-body{
  background: rgba(255,255,255,0.00);
  box-shadow: 0 10px 400px 0 rgba(6,50,112,0.10);
  border-radius: 2px;
  padding: 30px;
  height: 176px;
  -webkit-transition: all .5s;
    transition: all .5s;
  overflow: hidden;
}
.product-item-box{
  display: block;
  height: 116px;
  padding: 20px;
  border-radius: 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: url(./../images/product-pricingIntl-card-bg.png) no-repeat center;
  background-size: cover;
  border-radius: 2px;
  overflow: hidden;
}
.product-item-box:hover{
  box-shadow: 0 10px 40px 0 rgba(6,50,112,0.10);
}
.price-tabs-content{
  margin: -15px;
}
.price-tabs-content .item{
  padding: 15px;
  width: 33.33333333%;
  float: left;
}
/*tab e*/
.price-tabs-content{
   display: none;
}
.price-tabs-content:first-child{
   display: block;
}
.product-item-box .icon-box{
   float: left;
}
.product-item-box .text-box{
  float: left;
  width: calc(100% - 52px);
}
.product-item-box .icon {
  display: block;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  color: #060001;
}
.product-item-box h4 {
  font-size: 16px;
  color: #252B3A;
  line-height: 22px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-item-box:hover h4{
  color: #F66F6A;
}
.product-item-box p {
  color: #666A75;
  line-height: 22px;
  height: 45px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.icons-product-md{
  font-size: 32px;
}
.estimation-section{
  padding-bottom: 50px;
  background: #fff;
  padding-top: 50px;
}
.price-tabs-head{
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.tabs-head-arrow .swiper-wrap{
  position: relative;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  transition-duration: 200ms;
}
.tabs-head-arrow .swiper-item{
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  position: relative;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tabs-head-arrow ul li{
  float: left;
  display: block;
  margin: 0 15px;
}
.swiper-btn-bg{
  position: absolute;
  top: 2px;
  width: 74px;
  height: 32px;
  background-repeat:no-repeat;
  background-position: center;
  background-size: 100%; 
  z-index: 200;
}
.swiper-btn-prev{
  background-image: url(./../images/product-pricingIntl-left-bg.png);
  left:0;
}
.swiper-btn-next{
  background-image: url(./../images/product-pricingIntl-right-bg.png);
  right: 0;
}
.caret{
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
}
.swiper-btn-prev .caret{
  background: url(./../images/product-pricingIntl-arrow.png) no-repeat center;
  transform: rotate(-180deg);
  left: 6px;
}
.swiper-btn-next .caret{
  background: url(./../images/product-pricingIntl-arrow.png) no-repeat center;
  right: 6px;
}
/*.caret {
  display: inline-block;
  width: 12px;
  height: 8px;
  border: solid 10px transparent;
  border-top-color: #999;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  border-top-color: #666a75;
  cursor: pointer;
}
.caret:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 8px;
  margin-top: -2px;
  border: solid 8px transparent;
  
  border-bottom: 0;
}
.swiper-btn-next .caret{
  right: -4px;
  transform: rotate(-90deg);
}
.swiper-btn-prev .caret{
  left: -4px;
  transform: rotate(90deg);
}
.swiper-btn-next .caret:before{
  border-top-color: #DFF2FC;
}
.swiper-btn-prev .caret:before{
  border-top-color: #E8E8FD;
}*/
.swiper-btn-bg{
  display: none;
}

.calculator-icon{
  width: 9px;
  height: 12px;
  display: inline-block;
  background: url(./../images/product-pricingIntl-calculator.png) no-repeat center;
  background-size: 100% 100%;
  vertical-align: middle;
}
.calculator-content .btn-box{
    text-align: center;
}
.calculator-content .calculator-icon{
    width: 15px;
    height: 20px;
    margin-right: 20px;
}
.calculator-content .desc{
    text-align: center;
    font-size: 16px;
    color: #252B3A;
    margin-top: 20px;
}
.pro-pricing-section{
    display: none;
}
@media (max-width: 1199px){
  .price-tabs-head ul li{
    font-size: 16px;
  }
  .price-tabs-head ul li:before{
    height: 3px;
  }
  .calculator-content .calculator-icon {
    width: 14px;
    height: 18px;
    margin-right: 16px;
}
.po-btn-large {
  height: 40px;
  line-height: 38px;
  padding: 0 32px;
  font-size: 16px;
}
.calculator-content .desc{
  font-size: 14px;
}
}
@media(max-width: 1023px){
    .price-detail-section{
        display: none;
    }
}
.foldIcon {
  font-family: 'cui-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  border: none;
  margin-top: -6px;
  font-size: 12px;
  color: #666a75;
}
.foldIcon:before {
  content: "\EA17";
  position: static;
  border: none;
  margin: 0px;
}
.cui-btn {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  border: solid 1px transparent;
  border-radius: 2px;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  transition: .2s;
}
.cui-btn-normal {
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 38px;
}
.cui-btn-small {
  height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 30px;
}
.cui-btn-large {
  height: 48px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 46px;
}
.cui-btn-primary {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
}
.cui-btn-primary:hover,
.cui-btn-primary.hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
.cui-btn-dark {
  border-color: #252b3a;
  background-color: #252b3a;
  color: #fff;
}
.cui-btn-outline-primary {
  border: solid 1px #f66f6a;
  color: #f66f6a;
}
.cui-btn-outline-primary:hover,
.cui-btn-outline-primary .hover {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
}
.cui-btn-outline-dark {
  border: solid 1px #252b3a;
  color: #252b3a;
}
.cui-btn-outline-dark:hover,
.cui-btn-outline-dark .hover {
  border: solid 1px #f66f6a;
  color: #f66f6a;
}
.cui-btn-outline-light {
  border: solid 1px #fff;
  color: #fff;
}
.cui-btn-outline-light:hover,
.cui-btn-outline-light .hover {
  border: solid 1px #f66f6a;
  color: #f66f6a;
}
.cui-btn.disabled,
.cui-btn[disabled] {
  cursor: default;
  background-color: #f7f7f7;
  border-color: #ddd;
  color: #a0a2a8;
}
.cui-btn.disabled:hover,
.cui-btn[disabled]:hover {
  box-shadow: none;
}
.cui-select {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 32px;
  border: solid 1px #ddd;
  border-radius: 2px;
  background: white;
  cursor: pointer;
}
.cui-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 0;
  background: transparent;
  font-size: 14px;
  color: #252b3a;
  line-height: 30px;
  cursor: pointer;
}
.cui-select select::-ms-expand {
  display: none;
}
.cui-select i {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 30px;
  background: white;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.cui-select i:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: solid 4px transparent;
  border-bottom: none;
  border-top: solid 5px #666a75;
  margin-bottom: 1px;
}
.cui-select:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 32px;
  bottom: 5px;
  border-right: solid 1px #ddd;
}
.cui-select-trigger {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
}
.cui-select-option-list {
  display: none;
}
.cui-select.open .cui-select-option-list {
  display: block;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: -1px;
  right: -1px;
  max-height: 152px;
  overflow: auto;
  border: solid 1px #ddd;
  border-radius: 2px;
  margin-top: 5px;
}
.cui-select.open .cui-select-option-list li {
  padding: 4px 9px;
  background: white;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
}
.cui-select.open .cui-select-option-list li:hover {
  background: #f7f7f7;
  color: #f66f6a;
}
.cui-select.open .cui-select-option-list li.selected {
  background: #f66f6a;
  color: #fff;
}
.product-ad {
  background: url(./../images/product-pricingIntl-ad-bg.jpg);
  background-size: cover;
}
.product-ad > div {
  position: relative;
}
.product-ad-list:before,
.product-ad-list:after {
  content: " ";
  display: table;
}
.product-ad-list:after {
  clear: both;
}
.product-ad-list > li {
  float: left;
  text-align: center;
}
.product-ad-list a {
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  padding: 15px 30px;
}
.product-ad-list h1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #252b3a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .2s;
}
.product-ad-list h1 span,
.product-ad-list h1 i {
  vertical-align: middle;
}
.product-ad-list p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-ad-list a:hover h1 {
  color: #f66f6a;
}
.product-ad-list[data-cols="2"] > li {
  width: 50%;
}
.product-ad-list[data-cols="3"] > li {
  width: 33.33333333%;
}
.product-ad-label {
  display: inline-block;
  width: 38px;
  height: 18px;
  margin-left: 5px;
  background-size: cover;
}
.hideLabel .product-ad-label {
  display: none;
}
.product-ad-label-new {
  background-image: url(./../images/product-pricingIntl-ad-label-new.png);
}
.product-ad-label-hot {
  background-image: url(./../images/product-pricingIntl-ad-label-hot.png);
}
.product-ad-pagination {
  display: none;
}
@media (max-width: 767px) {
  .product-ad {
    background-image: url(./../images/product-pricingIntl-ad-bg-mb.jpg);
  }
  .product-ad > div {
    padding-left: 0;
    padding-right: 0;
  }
  .product-ad-list a {
    padding: 20px 0 34px;
  }
  .product-ad-list h1 {
    font-size: 16px;
    line-height: 20px;
  }
  .product-ad-list p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
  }
  .product-ad-list[data-cols] > li {
    width: 100%;
  }
  .product-ad-list > li {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-ad-pagination {
    display: block;
  }
  .product-ad-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: #666a75;
  }
  .product-ad-pagination .swiper-pagination-bullet-active {
    background: #f66f6a;
  }
}

/*# sourceMappingURL=index.css.map*/