@charset "utf-8";
*{-webkit-appearance: none;-moz-appearance: none;-webkit-overflow-scrolling: touch;}
body{background-color:#fff;min-width: 320px;}
body,
html{height:100%;}
body{color: #555;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
ul,li,ol,dl,dd,dt,label,h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;list-style: none;}
button{ padding:0; margin:0;outline:medium;border: 0;background:none;}
em,i{font-style:normal;}
a{text-decoration:none;color:#333;}
a:hover{text-decoration: none;color:#333;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #aaa;}
input:-moz-placeholder, textarea:-moz-placeholder {color:#aaa;}
input::-moz-placeholder, textarea::-moz-placeholder {color:#aaa;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#aaa;}

.mobile-container{min-height: 100%;width: 100%;min-width: 320px; max-width: 768px; overflow: hidden;margin: 0 auto;}
.light-grey{background: #f4f7fa;}
.grey-bg{background: #eef1f6;}

.bg-eef1f6{background-color: #eef1f6!important;}
.bg-e4ebf7{background-color: #e4ebf7!important;}
.bg-f4f5f8{background-color: #f4f5f8!important;}
.bg-f8f8f8{background-color: #f8f8f8!important;}
.bg-f2f2f2{background-color: #f2f2f2!important;}
.bg-f5fbff{background-color: #f5fbff!important;}
.bg-f5f7fa{background-color: #f5f7fa!important;}
.bg-fff1e7{background-color: #fff1e7!important;}
.bg-fafafa{background-color: #fafafa!important;}

.rounded-5{border-radius: 5px;}
.rounded-10{border-radius: 10px;}

.fs-12{font-size: 12px!important;}
.fs-13{font-size: 13px!important;}
.fs-14{font-size: 14px!important;}
.fs-15{font-size: 15px!important;}
.fs-16{font-size: 16px!important;}
.fs-18{font-size: 18px!important;}
.fs-20{font-size: 20px!important;}
.fs-24{font-size: 24px!important;}
.fs-30{font-size: 30px!important;}

.text-yellow{color: #f90!important;}
.text-blue{color: #2c6ecb!important;}
.text-grey{color: #999!important;}
.text-gray-600{color: #666!important;}
.text-green{color: #0abb40!important;}
.text-red{color: #e4393c!important;}
.text-warning {color: #ff7318 !important;}
.text-primary{color: #ff7318 !important;}
.text-orange{color: #ff7318 !important;}
.text-purple{color: #595bd4 !important;}

.text-truncate-2{overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.text-decoration-underline{text-decoration: underline;}

.gap-1{gap: .25rem;}
.gap-2{gap: .5rem;}
.gap-3{gap: 1rem;}

.p10{padding: 10px;}
.px10{padding-left: 10px;padding-right: 10px;}
.pt15{padding-top: 15px;}
.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.ml10{margin-left: 10px;}
.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mb10{margin-bottom: 10px;}

.btn:focus, 
.btn.focus {outline: 0;box-shadow:none;}
.btn-primary{background: #fd6802;color: #fff;}
.btn-primary {color: #fff;background-color: #fd6802;border-color: #fd6802;}
.btn-primary:hover {color: #fff;background-color: #f26202;border-color: #f26202;}
.btn-primary:focus {box-shadow: 0 0 0 0 rgba(253, 104, 2, 0.5);}
.btn-primary.disabled, .btn-primary:disabled {color: #fff;background-color: #fd6802;border-color: #fd6802;}
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {color: #fff;background-color: #fd6802;border-color: #fd6802;}
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(253, 104, 2, 0.5);}

.btn-outline-light {color: #777;background-color: transparent;background-image: none;border-color: #ccc;}
.btn-outline-light:hover {color: #666;background-color: #fff;border-color: #a7a7a7;}
.btn-outline-light:focus, .btn-outline-light.focus {box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);}
.btn-outline-light.disabled, 
.btn-outline-light:disabled {color: #ccc;background-color: transparent;}
.btn-outline-light:not(:disabled):not(.disabled):active, 
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {color: #777;background-color: #fff;border-color: #ccc;}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, 
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);}


.border-top{border-top:none!important;position: relative;}
.border-top:before{content: "";height: 1px;position: absolute;left:0px;top: 0; right: 0; display: block;border-top: solid 1px rgba(0,0,0,.1);font-size: 0;
  -webkit-transform-origin:0 0;
          transform-origin:0 0;
  -webkit-transform:scaleY(0.5);
          transform:scaleY(0.5);
}

.flex{display: flex;flex-wrap: nowrap;}
.flex > .cell{max-width: 100%;display: inline;align-self: stretch;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header{height:44px; background: #fff;color: #333;line-height: 44px; text-align: center;display: flex;align-items: center;position:sticky;top: 0;z-index: 99;}
.header:after{content:" ";height: 1px;position: absolute;left: 0px;bottom: 0; right: 0; display: block;border-bottom: solid 1px rgba(0,0,0,.1);font-size: 0;
  -webkit-transform-origin:0 100%;
          transform-origin:0 100%;
  -webkit-transform:scaleY(0.5);
          transform:scaleY(0.5);
}
.header .home{max-width:44px;width: 44px;height: 44px;font-size: 0;}
.header .home .icon-home{background: url("../img/icon-home.png") no-repeat center center;background-size:22px 22px;width: 44px;height: 44px; display:block;}
.header .header-search{background: #efefef;max-width: 100%;width: 100%; margin-right: 15px; height: 30px;border-radius: 5px; overflow: hidden;display: flex;align-items: center;}
.header .header-search .input-search{background: none;border: none; width: 100%;height: 30px;line-height: 26px;padding: 2px 10px;font-size: 12px;outline-style: none;}
.header .header-search .input-search:focus{border: none;box-shadow: none;}
.header .header-search .title-search{width:30px;height:30px;background: url(../img/title_search.png) no-repeat;background-size: 30px auto;border:none;display: block;flex-shrink: 0;}

.header .icon-return{background-image: url("../img/return.png");background-repeat: no-repeat;background-position: left calc(0px + 15px) center;background-size:22px 22px;width:44px;height:44px; position: absolute;left:0;top:0;}
.header .header-title{font-size: 17px;text-align: center;width: 100%;}

.footer{height: 50px;}
.section-footer{margin: 15px;overflow: hidden;}
.footer-text{text-align: center;font-size: 12px;color: #999;}


.search-item{background: #fff;padding:15px;position: relative;}
.search-item:after{content:" ";height: 1px;position: absolute;left: 0px;bottom: 0; right: 0; display: block;border-bottom: solid 1px rgba(0,0,0,.1);font-size: 0;
  -webkit-transform-origin:0 100%;
          transform-origin:0 100%;
  -webkit-transform:scaleY(0.5);
          transform:scaleY(0.5);
}
.search-item .item-bg{background: #fff;overflow: hidden;}
.search-item .item-pic{width:70px;height: 70px;flex-shrink: 0;max-width: 100%;}
.search-item .item-pic img{width: 100%;height:100%;border-radius:4px;object-fit: cover;}
.search-item .item-info{max-width: 100%;overflow: hidden;padding-left: 10px;}
.search-item .item-info p{clear: both;display: block;}
.search-item .item-info .item-title{font-size: 12px;color: #333;line-height: 1;overflow: hidden;margin-bottom: 5px;text-overflow: ellipsis;white-space: nowrap;}
.search-item .item-info .item-store{font-size: 12px;line-height:1;margin-bottom: 5px;}
.search-item .item-info .item-store .store-name{margin-right: 5px;color: #777;display: inline-block;}
.search-item .item-info .item-store .badge-light{background: #fff;border: solid 1px #e5e5e5;font-size: 75%;color: #999;font-weight: 400;padding: 3px 5px;}
.search-item .item-info .item-order{font-size: 10px;line-height: 1; color: #999;margin-bottom: 5px;}
.search-item .item-info .item-price{line-height: 1;}
.search-item .item-info .item-price .value{font-size: 15px; color: #fd6802;}


/*nav*/
.nav{background: #fff;width: 100%;display: flex;padding: 5px 15px;justify-content:space-around;position: relative;}
.nav:after{content:" ";height: 1px;position: absolute;left: 0px;bottom: 0; right: 0; display: block;border-bottom: solid 1px rgba(0,0,0,.1);font-size: 0;
  -webkit-transform-origin:0 100%;
          transform-origin:0 100%;
  -webkit-transform:scaleY(0.5);
          transform:scaleY(0.5);
}
.nav-item{text-align:center;}
.nav-link{color: #777;display:inline-block;padding:5px 15px;height: 100%;}
.nav-link.active{color: #666;background: #ececec;border-radius: 3px;}
.nav-link .nav-text{font-size: 12px;height: 15px; line-height: 15px;display: block;}
.nav-link .price-drop{height: 15px;line-height: 15px; color: #0ead51;display: flex;align-items: center;justify-content: center;}
.nav-link .currency{font-size: 12px;}
.nav-link .icon-price-drop{width: 8px;height: 9px;background-image:url("../img/price-drop.png");background-repeat: no-repeat;display: inline-block;background-size: 8px 9px;margin-right: 3px;}
.nav-link .price-up{height: 15px;line-height: 15px; color: #fd6802;display: flex;align-items: center;justify-content: center;}
.nav-link .icon-price-up{width: 8px;height: 9px;background-image:url("../img/price-drop.png");background-repeat: no-repeat;display: inline-block;background-size: 8px 9px;margin-right: 3px;}
.nav-link .icon-search{width: 13px;height: 15px;background-image:url("../img/tabnav_icon_search.png");background-repeat: no-repeat;display: block;background-size: 13px 15px;margin: 0 auto;}
.nav-link .feedback-value{font-size: 12px;height: 15px;line-height: 15px;display:block;text-align: center;}
.nav-link .icon-review{width: 5px;height: 7px;background-image:url("../img/tabnav_icon_review.png");background-repeat: no-repeat;background-size: 5px 7px;margin-right: 3px;}
.nav-link .review-num{height: 15px;display: flex;align-items: center;justify-content: center;}
.nav-link .review-num .value{font-size: 12px;color: #999;}
/*nav  end*/



.font-green {color: #09bb07;}
.font-red {color: #e96163;}
.font-yellow {color: #f90;}

.analysis{background: #fff;}
.analysis ul li {padding-left:20px;display: block;overflow: hidden;font-size:14px;line-height:1.6;color: #777;position: relative;}
.analysis ul li:after{content: '.';font-size: 0;height: 1px;line-height: 0; background: #e5e5e5;display: block;margin: 12px 0;}
.analysis ul li:last-child:after{background:none;margin:0;}
.analysis ul li em{display:inline-block;width:12px;height:12px;border-radius:6px;font-size: 0;position: absolute;left: 0;top: 4px;}
.analysis ul li em.circle-green{background: #09bb07;}
.analysis ul li em.circle-red{background: #e96163;}
.analysis ul li em.circle-yellow{background: #f90;}


.ibox{background: #fff;}
.ibox .ibox-title{height: 50px;padding-left: 15px;position: relative;}
.ibox .ibox-title:after{content:" ";height: 1px;position: absolute;left: 15px;bottom: 0; right: 0; display: block;border-bottom: solid 1px rgba(0,0,0,.1);font-size: 0;
  -webkit-transform-origin:0 100%;
          transform-origin:0 100%;
  -webkit-transform:scaleY(0.5);
          transform:scaleY(0.5);
}
.ibox .ibox-title .title{font-size: 15px;color: #777;line-height: 50px;}
.ibox-content{padding: 15px;}


.seller-info .rating-face{max-width: 44px;max-height: 44px; margin-right: 10px;}
.seller-info .rating-face-icon{width: 100%;}
.seller-info .store-name{font-size: 15px;line-height: 1;max-height: 16px;overflow: hidden;color: #333;margin-bottom: 5px;}
.seller-info .store-feedback{font-size: 12px;color: #777;margin-bottom: 5px;}
.seller-info .store-time{font-size: 12px;color: #777;}


.seller-ratings{background: #fff;}
.seller-ratings .ratings-content{padding: 0 15px;}
.seller-ratings .tit{border-bottom: solid 1px #e5e5e5;padding: 0 5px;text-align: center;font-size: 12px;line-height: 1.2; color: #777;height: 50px;overflow: hidden;display:flex;width: 100%; vertical-align: middle;align-items: center;}
.seller-ratings .tit span{display: inline-block;text-align: center;width: 100%;}
.seller-ratings .ratings{display: block;text-align: center;padding: 10px 0;}
.seller-ratings .ratings .label{font-size: 0;}
.seller-ratings .ratings em{font-size: 12px;display: inline;margin-right: 5px;vertical-align: middle;}
.seller-ratings .ratings p{padding-top: 5px;}

.seller-ratings .flex > .cell{border-left: solid 1px #e5e5e5;}
.seller-ratings .flex > .cell:first-child{border-left:none;}

.label {display: inline-block;padding: 4px 6px;font-size: 12px;line-height: 13px;color: #fff;text-align: center;white-space: nowrap;vertical-align: middle;background-color: #808080; border-radius: 2px;align-self: center;align-items: center;}
.label-green{background: #09bb07;}
.label-red{background: #e96163;}
.label-yellow{background: #f90;}


.icon-price{width:9px;height: 9px;background-size: 9px 9px;display: inline-block;vertical-align: middle;align-self: center;align-items: center;}
.icon-price-up{background-image: url(../img/icon_price_up.png);}
.icon-price-down{background-image: url(../img/icon_price_down.png);}
.icon-price-nochange{background-image: url(../img/icon_price_nochange.png);}



.btn-wrap{padding: 15px 0;}
.btn-wrap .btn-download{height: 45px;line-height: 45px; border-radius: 45px;display: block;text-align: center;margin: 0 15px;background: #fd860e;font-size: 18px; color: #fff;text-decoration: none;}
.btn-download .brand-icon{width: 18px;margin:0 5px;display: flex;align-items: center;}
.btn-download .brand-icon img{width: 100%;}
.btn-download span{margin:0 5px;font-size: 18px;}


.country {background: #fff;}
.country .section-content{margin: 0 15px;}
.countrylist{display: block;border-top: solid 1px #e5e5e5;}
.countrylist-item {font-size:14px;width: 100%; height: 30px;position: relative;padding: 10px 0;border-bottom: solid 1px #e5e5e5;box-sizing: content-box;
display: -webkit-box;
display: -ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;}
.noborder{border: none;}
.countrylist-item .arrow-right{position: absolute;top:19px;right:0;display: inline-block;width:6px;height:11px;background-image: url(../img/arrow-right.png);background-repeat: no-repeat;background-size:6px 11px;}
.countrylist-item.active .selected{position: absolute;top:19px;right:0;display: inline-block;width:16px;height:11px;background-image: url(../img/selected.png);background-repeat: no-repeat;background-size:16px 11px;}
.countrylist-item a {display: block;vertical-align: middle;text-decoration: none;width: 100%;}
.countrylist-item .countrylist-caption{margin-left: 12px;color: #666;display: inline-block;vertical-align: middle;}

.flag{background-repeat:no-repeat;background-size:30px 30px;display:inline-block;width:30px;height:30px;vertical-align: middle;}
.flag-cn{background-image: url(../img/flags/cn/60.png);}
.flag-us{background-image: url(../img/flags/us/60.png);}
.flag-ru{background-image: url(../img/flags/ru/60.png);}
.flag-es{background-image: url(../img/flags/es/60.png);}
.flag-pt{background-image: url(../img/flags/pt/60.png);}
.flag-pl{background-image: url(../img/flags/pl/60.png);}
.flag-tr{background-image: url(../img/flags/tr/60.png);}
.flag-de{background-image: url(../img/flags/de/60.png);}
.flag-fr{background-image: url(../img/flags/fr/60.png);}
.flag-tu{background-image: url(../img/flags/tr/60.png);}
.flag-sp{background-image: url(../img/flags/es/60.png);}
.flag-po{background-image: url(../img/flags/pt/60.png);}
.flag-it{background-image: url(../img/flags/it/60.png);}
.flag-jp{background-image: url(../img/flags/jp/60.png);}
.flag-kr{background-image: url(../img/flags/kr/60.png);}
.flag-ae{background-image: url(../img/flags/ae/60.png);}

.localeswitcher{padding-top: 12px;}
.localeswitcher .text-tips{max-width: 90%;font-size: 12px;padding-bottom: 12px; line-height: 1.5;font-weight: 400;letter-spacing: 0em;padding-right: 2%;display: inline-block;
    word-break: initial;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 90%;
	-ms-flex: 1 0 90%;
	flex: 1 0 90%;
}
.localeswitcher .ls-close {right: 13px;position: absolute;top: 17px;margin-left: 10px;display: block;width: 12px;height: 20px;background-image: url(../img/close.png);background-repeat: no-repeat;background-size: 12px 12px;}

.page-countries .section-hero {padding-top: 50px;text-align: center;}
.page-countries .section-content {padding-bottom: 50px;}
.typography-headline-reduced {font-size: 28px;padding: 0 15px;line-height: 1.14286;font-weight: 600;letter-spacing: .007em;font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;}



.download-bar{background: #fff;height: 50px;}
.download-bar .close {padding-left:12px;margin-right: 10px; display: block;width: 12px;height: 12px;background: url(../img/close.png) no-repeat right center;background-repeat: no-repeat;background-size: 12px 12px;box-sizing: content-box;}
.download-bar .icon-app{width: 30px;height: 30px;}
.download-bar .app-info {padding: 0 10px;}
.download-bar .app-info .title{font-size: 14px;line-height: 1;}
.download-bar .app-info .desc{font-size: 12px;}
.download-bar .btn-download{height: 30px;border-radius:100rem;line-height: 30px;padding: 0 15px;margin-right: 12px;font-size: 14px;}


.price-history{}
.price-hd{padding:20px 15px;display: flex;align-items: center;justify-content: space-between;}
.price-bd{padding: 0;}
.price-bd img{width: 100%;}

.price-hd .btn-light{background: #fff;color: #666;text-decoration: none;text-shadow: none;box-shadow: none;border: solid 1px #ececec;height: 24px;line-height: 22px;padding: 0 10px;font-size: 12px;}
.price-hd .btn-light.active{background: #ececec;}
.btn-light:not(:disabled):not(.disabled):active, 
.btn-light:not(:disabled):not(.disabled).active{color: #666;background-color: #ececec;border-color: #ececec;}

.price-hd .badge-price{background: rgba(14,178,81,.1);color: #0ead51;border-radius: 2px;font-size: 12px;line-height: 20px;height: 20px;padding: 0 5px;}

.price-ft{padding:20px 15px;display: flex;align-items: center;justify-content: center;}
.price-ft .btn-outline-primary{height: 40px;line-height: 38px;background: #fff; color: #fd6802;padding: 0 20px;display: flex;align-items: center;font-size: 15px;border: solid 1px #fd6802;}

.price-ft .btn-outline-primary .icon{margin: 0 3px;width:15px;height: 14px;display: inline-block;}
.price-ft .btn-outline-primary .icon-heart-empty{background: url("../img/heart_empty.png") no-repeat;background-size: 15px 14px;}
.price-ft .btn-outline-primary .icon-heart-solid{background: url("../img/heart_solid.png") no-repeat;background-size: 15px 14px;}
.price-ft .btn-outline-primary .text{margin: 0 3px;}

.btn-bottom-group{height: 50px;width: 100%;}
.btn-bottom-group .btn{flex: 1;border-width: 0;text-align: center;border-radius: 0;padding: 0 15px;}
.btn-bottom-group .btn-light{background: #fff0e5;color: #fd6802;position: relative;display: block;}
.btn-bottom-group .btn-light:before{ border-top: solid 1px #fd6802;content: '';height: 1px;position: absolute;left: 0px;top: 0; right: 0; display: block;font-size: 0;
  -webkit-transform-origin:0 0;
          transform-origin:0 0;
  -webkit-transform:scaleY(0.5);
          transform:scaleY(0.5);
}
.btn-bottom-group .btn-light .icon-share{width: 22px;height: 22px;display: block;background: url("../img/icon_share.png") no-repeat;background-size: 22px 22px;margin: 7px auto 0 auto;}
.btn-bottom-group .small{font-size: 12px;line-height: 1;display: block;}
.btn-bottom-group .text{font-size: 15px;line-height: 50px;}
.btn-bottom-group .btn-primary{background: #fd6802;color: #fff;}



/*同款产品*/

.same-product{padding:0;}

.sort{display: flex;justify-content: space-between;align-items: center;padding: 5px 15px;position: relative;}
.sort:after{content:" ";height: 1px;position: absolute;left: 15px;bottom: 0; right: 0; display: block;border-bottom: solid 1px rgba(0,0,0,.1);font-size: 0;
  -webkit-transform-origin:0 100%;
          transform-origin:0 100%;
  -webkit-transform:scaleY(0.5);
          transform:scaleY(0.5);
}
.sort .title{font-size: 13px;color: #777;}
.sort .filter{padding: 10px 0 10px 10px;line-height: 1;}
.icon-filter{width: 15px;height:17.5px;background:url("../img/icon-filter.png") no-repeat;background-size: 15px 17.5px;display: inline-block;line-height: 1;}

.item-list{font-size: 13px;color: #666;}
.item-li{padding: 15px 15px;width: 100%;position: relative;}
.item-li:after{content: '';height: 1px;position: absolute;left: 15px;bottom: 0; right: 0; display: block;border-bottom: solid 1px rgba(0,0,0,.1);font-size: 0;
  -webkit-transform-origin:0 100%;
          transform-origin:0 100%;
  -webkit-transform:scaleY(0.5);
          transform:scaleY(0.5);
}
.item-link{display:flex;}
.item-li .same-img{width: 90px;height: 90px; flex-shrink: 0;}
.item-li .same-img img{width: 100%;height: 100%;object-fit: cover;border-radius: 3px;}
.item-li .info{padding-left:10px;overflow: hidden;width: 100%;display: flex;flex-direction: column;}
.item-li .product-title{font-size: 15px;font-weight:normal;;line-height: 1; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.item-li .website{color: #666;font-size: 12px;margin-top: 5px;}
.item-li .store{display: flex;align-items: center;}
.item-li .store .store-name{color: #999;margin-right: 5px;position: relative;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 10px;}
.item-li .store .badge-light{background: #fff;border: solid 1px #e5e5e5;font-size: 75%;color: #999;font-weight: 400;padding: 3px 5px;}

.item-li .coupon{display:flex;margin-top: 5px;}
.item-li .coupon-link{display:inline-block;color: #fd6802;background: rgba(253,104,2,.1);padding:2px 2px;font-size: 0; border-radius: 3px;}
.item-li .coupon .text{font-size: 10px;line-height: 1; color: #fd6802;margin: 0 2px;}
.item-li .price{display: flex;justify-content: space-between;align-items:flex-end;font-weight: normal;margin-top:auto;line-height: 1.5;}
.item-li .value{color: #fd6802;font-size: 15px;}
.item-li .order{font-size: 10px;color: #999;}


.reviews{padding:15px;}
.grid{display: flex;flex-wrap: wrap;margin: 0 -8px;}
.grid .grid-item{width:50%;flex: 0 0 50%;padding:0px 8px 16px 8px;}
.grid .grid-item .item-box{width: 100%;border-radius: 3px;position: relative;overflow: hidden;z-index: 9;display: block;}
.grid .grid-item .item-box:after{width: 200%;height: 200%; position:absolute;left:0;right:0;top: 0;bottom: 0;border-radius: 6px;border: solid 1px rgba(0,0,0,.15);content:"";display: block;z-index: 10;
  -webkit-transform-origin:0 0;
          transform-origin:0 0;
  -webkit-transform:scale(0.5);
          transform:scale(0.5);
}
.grid .grid-item .item-box .grid-item-pic{width: 100%;}
.grid .grid-item .item-box .grid-item-pic img{width:100%;height: auto;}


.modal-dialog-filter{width: 80%;height: 100%;overflow:hidden;margin: 0;padding: 0;position: fixed;right: 0;top: 0;bottom: 0;}
.modal.show .modal-dialog-filter {
    -webkit-transform: translate(90%, 0);
    transform: translate(90%, 0);
}
.modal.fade .modal-dialog-filter {
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.filter-content{background: #fff;width: 100%;height: 100%;overflow-y: auto;border: none;border-radius: 0;position: fixed;padding-bottom: 50px;display: block;}

.filter-title{padding:15px;width: 100%; height: 45px; line-height: 1; display: flex;justify-content: space-between;align-items: center;position: relative;zoom:1;}
.filter-title .icon-arrow{position: relative;}
.filter-title .icon-arrow:after{content: " "; display: inline-block;height: 6px;width: 6px;border-width: 1px 1px 0 0;border-color: #c8c8cd; border-style: solid;position: absolute;top: 50%;margin-top: -4px;right: 0;transform:rotate(-45deg);}
.filter-title.collapsed .icon-arrow:after{transform:rotate(135deg);}
.filter-title:after{content: '';height: 1px;position: absolute;left: 0;bottom: 0; right: 0; display: block;border-bottom: solid 1px rgba(0,0,0,.1);font-size: 0;
  -webkit-transform-origin:0 100%;
          transform-origin:0 100%;
  -webkit-transform:scaleY(0.5);
          transform:scaleY(0.5);
}
.filter-title .text{font-size: 15px;}

.filter-website{padding: 0 15px;position: relative;}
.filter-website:after{content: '';height: 1px;position: absolute;left: 0;bottom: 0; right: 0; display: block;border-bottom: solid 1px rgba(0,0,0,.1);font-size: 0;
  -webkit-transform-origin:0 100%;
          transform-origin:0 100%;
  -webkit-transform:scaleY(0.5);
          transform:scaleY(0.5);
}
.filter-website .custom-control{padding:15px 0px 15px 15px;position: relative;}
.filter-website .custom-control:after{content: '';height: 1px;position: absolute;left:15px;bottom: 0; right: 0; display: block;border-bottom: solid 1px rgba(0,0,0,.1);font-size: 0;
  -webkit-transform-origin:0 100%;
          transform-origin:0 100%;
  -webkit-transform:scaleY(0.5);
          transform:scaleY(0.5);
}
.filter-website .custom-control:last-child:after{display: none;}

.custom-control-label::before { position: absolute;top: 17px;left: auto;right: 0; display: block;width: 1rem;height: 1rem;pointer-events: none;content: "";-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-color: #dee2e6;}
.custom-control-label::after {position: absolute;top: 17px;left: auto;right: 0; display: block;width: 1rem;height: 1rem;content: "";background-repeat: no-repeat;background-position: center center;background-size: 50% 50%;}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fd6802;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #fd6802;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(253, 104, 2, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #fd6802;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(253, 104, 2, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(253, 104, 2, 0.5);
}
.filter-website .custom-control-label{display: flex;align-items: center;}
.filter-website .website-icon{width: 17px;height: 17px;display: inline-block;}
.filter-website .label-text{font-size: 14px;color:#333;margin: 0 5px;}
.filter-category{padding-left: 10px;}

.filter-footer{position: fixed;bottom: 0;width: 100%;height: 50px;display: flex;background: #fff;}
.filter-footer .btn{flex: 1 0 50%;border-radius: 0;border: none;}


.icon-right{display: inline-block;width:16px;height:11px;background-image: url(../img/selected.png);background-repeat: no-repeat;background-size:16px 11px;}

.message{padding: 15px;text-align: center;}
.message-icon{width: 50px;height: 50px;display: block;margin: 20px auto;background-size: 50px 50px;}
.icon-empty{background-image:url("../img/all_empty.png");}
.message-title{font-size: 15px;color: #777;}
.message-desc{font-size: 14px;color: #c2c2c2;}
.message-btn{margin: 20px auto;text-align: center;}
.message-btn .btn-outline-light{padding: 5px 15px;}
.message-contact{margin: 20px auto;text-align: center;display: flex;align-items: center;justify-content: center;}
.message-contact .contact-icon{width: 30px;height: 30px;display: block;margin: 0 5px;}
.message-contact .contact-icon img{width: 100%;height: 100%;opacity: .5}

.category-item{display: flex;align-items: center;padding: 10px 15px;}
.category-item:active,
.category-item:focus{background: #f2f2f2;}
.category-item .icon{width: 28px;height: 28px;background-size: 28px 28px;display: block;}
.category-item .text{font-size: 14px;color: #333;margin-left: 10px;}
.icon-women{background-image: url("../img/categories/icon_women.png");}
.icon-weddings{background-image: url("../img/categories/icon_weddings.png");}
.icon-men{background-image: url("../img/categories/icon_menclothing.png");}
.icon-shoes{background-image: url("../img/categories/icon_shoes.png");}
.icon-jewelry{background-image: url("../img/categories/icon_jewelry.png");}
.icon-automotive{background-image: url("../img/categories/icon_automotive.png");}
.icon-beauty{background-image: url("../img/categories/icon_beauty.png");}
.icon-electronics{background-image: url("../img/categories/icon_electronics.png");}
.icon-men{background-image: url("../img/categories/icon_menclothing.png");}
.icon-kid{background-image: url("../img/categories/icon_kids.png");}
.icon-bags{background-image: url("../img/categories/icon_bags.png");}
.icon-watches{background-image: url("../img/categories/icon_watches.png");}
.icon-home{background-image: url("../img/categories/icon_home.png");}
.icon-sports{background-image: url("../img/categories/icon_sports.png");}
.icon-others{background-image: url("../img/categories/icon_others.png");}



.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.fade.modal-slide-up{transition: opacity .2s linear;}
.modal.fade .modal-slide-up-dialog{margin: 0;overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1060;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s;
}

.modal.show .modal-slide-up-dialog{
  -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
       -o-transform: translate(0, 0%);
          transform: translate(0, 0%);
  }



.modal-share-content{background: #f1f1f1;border-radius:0;border: none;}

.share-list{padding:20px 0 20px 20px;width: 100%;white-space: nowrap; overflow-x:scroll;overflow-y:hidden;display: flex;flex-wrap: nowrap;}
.share-item{padding-right: 20px;display: inline-block;}
.share-link{display: block;width: 58px;max-width: 58px;text-align: center;}
.share-link .icon-logo{background: #fff;width: 58px;height: 58px;display: block;border-radius: 58px;}
.share-link .icon-logo img{width: 100%;}
.share-link .text{width: 100%;max-width: 100%; font-size: 12px;color: #777;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: block;margin-top: 3px;}
.modal-share-content .btn-light{background: #f8f8f8;height: 50px;line-height: 50px;text-align: center;width: 100%;display: block;position: relative;}
.modal-share-content .btn-light:before{content: "";height: 1px;position: absolute;left: 0;top: 0; right: 0; display: block;border-top: solid 1px rgba(0,0,0,.15);font-size: 0;
  -webkit-transform-origin:0 0;
          transform-origin:0 0;
  -webkit-transform:scaleY(0.5);
          transform:scaleY(0.5);
}




.fancy-container{width:100vw;height:100vh; margin:0;display: flex;justify-content: center;align-items: center;background:rgba(0,0,0,.5);}
.fancy-box{width:80%;max-width: 500px; position: relative;padding: 10px;border-radius: 10px;
    background-image: linear-gradient(#fb8a02 0%,#fd6802 100%);
}
.fancy-message{text-align: center;padding: 20px;background: #fff;border-radius:10px 10px 0 0;}
.fancy-logo{width: 44px;height: 44px;margin: auto;}
.fancy-logo img{width: 44px;}
.fancy-desc{font-size: 15px;color: #777;margin-top: 15px;}
.fancy-btn-grey{display: flex;align-items: center;justify-content: center;height: 35px;line-height: 33px;margin: 20px 10px 0px 10px; padding: 0 20px;font-size: 15px;background: #eef1f6; color: #7b8a9f;border: solid 1px #c9ccce;display:block;border-radius: 35px;transition: all 0.15s ease-in-out;}


.fancy-plugin{background: #fff;border-radius:0 0 10px 10px;display:flex;padding:15px;flex-flow: column;position: relative;}
.fancy-plugin .left-dot{width: 8px;height: 8px;background: #fc7902;font-size: 0;position: absolute;left: -4px;top: -4px;display: block;border-radius: 50%;}
.fancy-plugin .right-dot{width: 8px;height: 8px;background: #fc7902;font-size: 0;position: absolute;right: -4px;top: -4px;display: block;border-radius: 50%;}
.fancy-plugin:before{border-top: dotted 2px #c2c2c2;display: block;position: absolute;top: -1px;left: 10px;right: 10px;content: "";}

.fancy-plugin-sample{width:100%;padding:0 2px;position: relative;}
.fancy-plugin-sample img{width:100%;}
.fancy-title{text-align: center;position:absolute;top: 0;left: 0;right: 0;padding-top: 10px;}
.fancy-title h1{color: #333;font-size: 15px;font-weight: 700;line-height: 1.5;}

.fancy-sample-item{margin: 12px 0;}
.fancy-sample-flex{display: flex;}
.fancy-sample-item-info{padding: 0 0px 0 10px;overflow: hidden;}
.fancy-sample-item-img{width: 50px;height: 50px;flex-shrink: 0;}
.fancy-sample-item-img .item-img{max-width: 100%;max-height: 100%;border-radius: 3px;}
.fancy-sample-item-title{font-size: 12px;line-height: 1.5;color: #333;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.fancy-sample-item-price{font-size: 13px;line-height: 1.5;color: #fd6802;}

.fancy-plugin-info .btn-download{min-width:150px;height:35px;display:flex;align-items: center;justify-content: center;border-radius: 3px;background: #fd6802;padding:0 20px;text-decoration: none;margin: 15px 10px 0px 10px;transition: all 0.15s ease-in-out;border-radius: 100rem;}
.fancy-plugin-info .btn-download .icon{display:block;}
.fancy-plugin-info .btn-download .icon-android{background: url("../img/icon-google-play.png") no-repeat;background-size: 22px 24px;width: 22px;height: 24px;}
.fancy-plugin-info .btn-download .icon-ios{background: url("../img/icon-apple.png") no-repeat;background-size: 16px 19px;width: 16px;height: 19px;}
.fancy-plugin-info .btn-download .text{color: #fff;line-height:1;margin-left: 10px;font-size: 14px;color: rgba(255,255,255,1);display: block;font-weight:500;}
[dir=rtl] .fancy-plugin-info  .btn-download .text{margin-left: 0px;margin-right: 10px;}
.fancy-plugin-info .btn-download:hover{background: #f26202;text-decoration: none;}
.fancy-provide{font-size: 12px;color: #c9ccce;position: absolute;bottom: 20px;}

.fancy-plugin-info .btn-dark{background-color: #333;}
.fancy-plugin-info .btn-dark:hover{background-color: #000;}


.loader{width:100%;margin:18px auto 0 auto;display:flex;align-items:center;justify-content:center;font-size: 0;}
.loading-beat i{ display: inline-block; width:8px;height:8px;margin:0 3px;border-radius: 50%; background: #999; -webkit-animation: load 1.04s ease infinite;-moz-animation:load 1.04s ease infinite;animation:load 1.04s ease infinite;}
@-webkit-keyframes load{ 0%{opacity: 1;} 100%{opacity: 0;} }
@-moz-keyframes load{ 0%{opacity: 1;} 100%{opacity: 0;} }
@keyframes load{ 0%{opacity: 1;} 100%{opacity: 0;} }
.loading-beat.stop i{animation-play-state: paused;-webkit-animation-play-state: paused;-moz-animation-play-state: paused;}
.loading-beat i:nth-child(1){ -webkit-animation-delay:0.13s;-moz-animation-delay:0.13s;animation-delay:0.13s; }
.loading-beat i:nth-child(2){ -webkit-animation-delay:0.26s;-moz-animation-delay:0.26s;animation-delay:0.26s; }
.loading-beat i:nth-child(3){ -webkit-animation-delay:0.39s;-moz-animation-delay:0.39s;animation-delay:0.39s; }
.loading-beat i:nth-child(4){ -webkit-animation-delay:0.52s;-moz-animation-delay:0.52s;animation-delay:0.52s; }
.loading-beat i:nth-child(5){ -webkit-animation-delay:0.65s;-moz-animation-delay:0.52s;animation-delay:0.52s; }
/*information*/

.information ol{padding-left: 1rem;}
.information ol li{list-style: disc;list-style-position:inherit;}
.information .logo{margin: 15px 0;}
.information .logo img{width: auto;height: 26px;}
.information-content{font-size:14px; color:#555; line-height:1.75;padding:15px 0;}
.information-content a{color: #007aff; text-decoration: underline;margin-top:20px;display:inline-block;}
.information-content p{margin-bottom:15px;}
.information-content h2{font-size: 17px;font-weight: bold;color: #666;margin-bottom: 10px;}
.information-content h3{font-size: 16px;font-weight: bold;color: #666;margin-bottom: 10px;}

/*屏蔽alitools*/
.at-theme-light,
.at-theme-light *,
.at-theme-dark,
.at-theme-dark *{display: none!important;}

/*屏蔽aliRadar*/
#gadsf21g,
#gadsf21g *,
.tooltip-gadsf21g,
.tooltip-gadsf21g *{display: none!important;}

.logo-group{padding: 0 19px;}
.logo-group-card{padding-left: 4px;padding-right: 4px;margin-bottom: 8px;}
.logo-group-card-body{text-align: center;border: solid 1px #eee;background: #fff;border-radius: 3px;-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 15px;height:60px;}
.logo-group-card-body img{width: auto;max-width: 100%;max-height:80%;height: auto;}

.section-country-select{padding: 0 15px 15px 15px;}
.country-select {font-size:12px;height: 30px;position: relative;padding:8px 15px;box-sizing: content-box;display: -webkit-box;display: -ms-flexbox;display:flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;background: #fff;border-radius: 100rem;border: solid 1px #eee;}
.country-select .arrow-right{display: inline-block;width:6px;height:11px;background-image: url(../img/arrow-right.png);background-repeat: no-repeat;background-size:6px 11px;margin-left: 20px;}
.country-select .countrylist-caption{margin-left: 12px;color: #666;display: inline-block;vertical-align: middle;}


.extension-1688__logo-group{padding: 0 27.5px;margin-top: 20px;}
.extension-1688__logo-group-title{display:flex;align-items: center;justify-content: center;flex-direction: column; padding-bottom:30px; text-align: center;}
.extension-1688__logo-group-title h3{font-size:18px;line-height: 1;color: #666; font-weight: 600;display: inline-block;}
.extension-1688__logo-group-card{padding-left: 2.5px;padding-right: 2.5px;margin-bottom: 5px;}
.extension-1688__logo-group-card-body{text-align: center;border: solid 1px #eee;background: #fff;border-radius: 3px;-ms-flex: 1 1 auto;flex: 1 1 auto;padding:0 5px;height:32px;position: relative;}
.extension-1688__logo-group-card-body img{width: auto;max-width: 100%;max-height:50%;}
.extension-1688__logo-list-item__action{position: absolute;right: 0px;top: 0px;padding: 3px;display: inline-block;font-size: 0;line-height: 0;}
.extension-1688__logo-list-item__action img{width: 8px; color: #ccc;line-height: 1;transition: all .2s ease-in-out;}
.extension-1688__logo-list-item__action:hover i{color: #999}

.extension-1688__browser{padding: 50px 15px 5px 15px;text-align: center;}
.extension-1688__browser-title{display:flex;align-items: center;justify-content: center;flex-direction: column; padding-bottom:20px; text-align: center;}
.extension-1688__browser-title h3{font-size:18px;line-height: 1;color: #666; font-weight: 600;display: inline-block;}
.extension-1688__browser-title .desc{font-size:12px;line-height: 1;color: #666; font-weight: 500;display: inline-block;margin-top: 12px;}
.extension-1688__browser-list-group{display: flex;justify-content: center;padding: 0px 0 0px 0;flex-wrap: wrap;}
.extension-1688__browser-item{width: 20%;text-align: center;padding-bottom: 10px;padding-top: 10px;position: relative;}
.extension-1688__browser-link{display:flex;justify-content: center;align-items: center;flex-flow: column; text-align: center;}
.extension-1688__browser-link .browser-icon{width: 25px;}
.extension-1688__browser-link p{display: block;font-size:12px;font-weight:500;margin-top: 10px;color: #999;text-decoration: none;line-height: 1;}
.extension-1688__browser-link:hover p{color: #ff7318;}
.extension-1688__browser-download-btn{padding: 0;}
.extension-1688__browser-download-btn .btn-download{height:40px;line-height: 38px; display:flex;align-items: center; border-radius: 100rem;background: #fff;border: solid 1px #ddd;font-size: 12px;color: #666;}
.extension-1688__browser-download-btn .btn-download .text-blue{color: #06c;font-size: inherit;text-decoration: underline;}


.extension-1688__form-control{border-radius: 100rem;font-size: 12px;height: 40px;line-height: 38px;}
.extension-1688__form-control:focus{outline: unset;box-shadow: none;border-color: #ced4da;}
.extension-1688__input-group-text{border-radius: 100rem;font-size: 12px;}

.modal-1688__video-introduction{margin: 0 auto;background-color:rgba(0, 0, 0, 0.85);min-height: 100%;}
@media (min-width: 576px){
.modal-1688__video-introduction { max-width: 100%; margin: 0 auto;}
}
.modal-content__video{border: none;background-color: #000;}
.modal-header .close{margin: 0;}
.modal-content .close{display: block;position:absolute;top:0px;right:0px;color: #999;padding: 1rem;}
.modal-1688__video-introduction .close-outside{position: absolute;right:15px;top:-44px;padding: 0;text-shadow: unset;font-size:0;}
.modal-1688__video-introduction .close-outside img{font-size:0;width: 24px;margin: 0;}

.modal-1688__video-section{display: flex;width: 100%; height: 56.25vw;}
.modal-1688__video-section video{margin: 0;padding: 0;}

.clipboard-wrap{position: relative;z-index: 9;}
.clipboard-tips{background-color: rgba(0, 0, 0, 0.5);color: #fff;position: absolute;top: 50%;left: 50%; transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);padding: 5px 10px;border-radius: 5px;z-index: 10;}
.clipboard-tips span{font-size: 14px;}




.module{width: 100%;margin-top: 20px;overflow: hidden;position: relative;}
.module:first-child{margin-top: 0;}
.module-content{width: 100%;height:auto;overflow: hidden; }
.module-content-1688-search-by-image{background-color: #e4ebf7;}
.module-content-alibaba-search-by-image{background-color: #e4ebf7;}
.module-content-1688-oversea{background-color: #f1e8cc;}
.module-content-Annual-Price-History{background-color: #f3e8e2;}
.module-content-alibaba-price-history{background-color: #f3e8e2;}

.unit-image-wraper{display:block;margin: 50px 20px;}
.unit-text-wraper{text-align: center;padding-top: 50px;width: 100%;display: flex;display: -ms-flexbox;flex-direction: column;justify-content: center;align-items: center; -ms-flex-direction: column;letter-spacing: .012em; overflow: hidden;font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;}
.unit-first-title{font-size: 24px;line-height: 1.5;font-weight: bold;color: #333;margin: 0 15px;}
.unit-secondly-title{font-size: 18px;line-height: 1.5;font-weight: 500!important;color: #333;margin: 12px 15px 0 15px;}
.unit-thirdly-title{font-size: 12px;line-height: 1.5; font-weight: 500;color: #333;margin: 12px 15px 0 15px;}
.ap-logo-group-wraper{background-color: #fff;padding-top: 50px;padding-bottom: 50px;}

.typography{width: 100%;margin-top: 20px;overflow: hidden;position: relative;}
.typography-container{padding-top: 30px;}
.typography-text-wraper{text-align: center;padding-top:40px;width: 100%;position: relative;display: flex;display: -ms-flexbox;flex-direction: column;-ms-flex-direction: column;letter-spacing: .012em; overflow: hidden;font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;}
.typography-first-title{font-size: 24px;line-height: 1.5;font-weight: bold;color: #333;}
.typography-secondly-title{font-size: 18px;line-height: 1.5;font-weight: 500!important;color: #333;margin-top: 12px;}
.btn-facebook{width: 50px;height: 50px;border-radius: 100rem;display: flex;justify-content: center;align-items: center;margin: 0 auto;}


.typography-logo-list{background-color: #fff;padding-bottom: 50px;}
.typography-browser-list{padding-top: 0;}

@media only screen and (min-width: 768px){
.unit-text-wraper{padding-top: 80px;}
.unit-first-title,.typography-first-title { font-size: 48px; line-height: 1.08349; font-weight: 600!important; }
.unit-secondly-title,.typography-secondly-title{font-size: 36px;line-height: 1.16667;font-weight: 500!important;}
.unit-thirdly-title{max-width:80%;font-size: 24px;line-height: 1.21053;letter-spacing: .012em;font-weight: 400!important;}
}


.typography-video{padding: 0px 15px 5px 15px;text-align: center;}
.typography-video .video{max-width: 100%;aspect-ratio: 16/9;position: relative;margin: 0 auto;}
.typography-weixin{padding: 0px 15px 5px 15px;text-align: center;}
.typography-weixin-title{max-width: 260px;margin: 0 auto;}
.typography-weixin-qrcode{max-width: 50%;margin: 0 auto;}
.typography-form-group{padding: 0 15px;}

@media only screen and (min-width: 768px){
.typography-weixin-title{max-width: 500px;margin: 0 auto;}
}


/*复制选项2021.11.02*/
.copy-option-main{min-height:calc(100vh - 44px - 48px - 63px);padding: 15px 0;}
.copy-container{width: 100%;margin: 0 auto;}
.copy-content{background-color: #fff;border-radius:5px;}
.copy-header-info{display: flex;flex-direction: column; padding:15px;border-bottom: solid 1px #e5e5e5;}
.copy-header-info .user-info{display: flex;align-items: center;padding: 0;}
.copy-header-info .user-info .avatar{width: 30px;height: 30px;border-radius: 50%;background-color: #fff;overflow: hidden;}
.copy-header-info .user-info .avatar img{width: 100%;height: 100%;object-fit: cover;}
.copy-header-info .user-info .username{font-size: 12px;color: #999;margin: 0 15px;}
.copy-header-info .btns{margin:15px auto;width: 100%;}
.copy-header-info .btns .btn-primary{font-size: 16px;font-weight: 600;padding: 7px 30px;width: 100%;}
.copy-body{padding: 20px 0;text-align: center;}
.copy-body img{max-width: 100%;}




/*淘宝产品优惠券 2022.2.18*/
.coupon-page__product{padding:15px;position: relative;margin-bottom: 15px;display: flex;background-color: #fff;border-radius: 5px;}
.coupon-page__product:after{content:" ";height: 1px;position: absolute;left: 0px;bottom: 0; right: 0; display: block;border-bottom: solid 1px rgba(0,0,0,.1);font-size: 0;-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:scaleY(0.5);transform:scaleY(0.5);}
.coupon-page__product-img{width: 70px;max-width: 70px;flex-shrink: 0;}
.coupon-page__product-img-content{width: 100%;position: relative;}
.coupon-page__product-img-content img{max-height: 70px;height: auto;width: 100%;}
.coupon-page__product-info{width:100%;padding-left: 10px;display: flex;flex-flow: column;overflow: hidden;}
[dir=rtl] .coupon-page__product-info{padding-left: 0px;padding-right: 10px;}
.coupon-page__product-title{font-size: 12px;font-weight:600;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.coupon-page__product-title a{color: #333;}
.coupon-page__product-title a:hover{color: #fd6802;text-decoration: underline;}
.coupon-page__product-original-price{display: flex;align-items: center;}
.coupon-page__product-original-price .text-label{font-size: 12px;font-weight: 400;color: #999;}
.coupon-page__product-original-price .value{font-size: 12px;font-weight: 400;color: #999;text-decoration: line-through;margin: 0 10px;}
.coupon-page__product-current-price{display: flex;align-items: center;}
.coupon-page__product-current-price .text-label{font-size: 12px;font-weight: 400;color: #999;}
.coupon-page__product-current-price .value{font-size: 16px;font-weight: 700; color: #ff7318;margin: 0 10px;}
.coupon-page__product-orders{font-size: 12px;color: #999;}
.coupon-page__product-orders .order{color: #999;}
.coupon-page__product-store{display: flex;align-items: center;margin-bottom:0;}
.coupon-page__product-store .store-name{color: #999;font-size: 12px;}

.coupon-page__coupon-item{display: flex;flex-wrap: wrap;}
.coupon-page__coupon-content{background-image: linear-gradient(to right,#fd860e,#fd6802);border-radius: 10px;display:inline-flex;align-items:stretch;height: 100%;margin: 0 auto;}
.coupon-page__coupon-content.disabled{position: relative;background:#eee;cursor: default;}
.coupon-page__coupon-content.disabled .coupon-page__coupon-expired-text{font-size: 16px;font-weight: 500; color: #808080;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 3;}
.coupon-page__coupon-info{padding: 20px 0px;display: flex;flex-direction:row;margin-right: auto;}
.coupon-page__coupon-value{display: flex;flex-wrap: wrap;color: #fff;align-items:baseline;padding: 0 20px;}
.coupon-page__coupon-value .currency{font-size:18px;font-weight:600;margin:0 2px;}
.coupon-page__coupon-value .off-price{font-size:30px;font-weight: 700;margin:0 2px;}
.coupon-page__coupon-off-info{display: flex;flex-direction: column; color: #fff;padding-right: 20px;}
[dir=rtl] .coupon-page__coupon-off-info{padding-right: 0px;padding-left: 20px;}
.coupon-page__coupon-off-info .over-price{font-size:14px;font-weight:400;}
.coupon-page__coupon-off-info .over-time{font-size:12px;font-weight:400;}
.coupon-page__coupon-divider{border-left:dashed 2px rgba(255,255,255,.5);width:2px; display:block;position: relative;z-index: 2;}
.coupon-page__coupon-divider::before{position: absolute;top: -7px;left: -8px;width: 14px;height: 14px;background-color: #fff;border-radius: 50%;font-size: 0;display: block;content: "";z-index: 3;}
.coupon-page__coupon-divider::after{position: absolute;bottom: -7px;left: -8px;width: 14px;height: 14px;background-color: #fff;border-radius: 50%;font-size: 0;display: block;content: "";z-index: 3;}
.coupon-page__coupon-buttons{padding: 0 20px;display: flex;align-items: center;flex-shrink: 0;}
.coupon-page__coupon-btn{color: #fff;font-size: 14px;font-weight: 500;white-space: nowrap;}


.coupon-page__product-image-list{padding:15px;position: relative;margin-bottom: 15px;margin-top: 5px; display: flex;background-color: #fff;border-radius: 5px;}
.coupon-page__product-image-list ul{display: grid;grid-gap: 12px;gap: 12px;width: 100%;grid-template-columns:repeat(2,minmax(0,1fr));align-items: stretch;}
.coupon-page__product-image-list-item{width: 100%;height:100%;}
.coupon-page__product-image-list-item-content{width: 100%;height: 100%; display:flex;justify-content: center;align-items: center; position: relative;border: solid 1px #e5e5e5;border-radius: 3px;}
.coupon-page__product-image-list-item-content img{width: 100%;max-height: 100%;height: auto; border-radius: 3px;}
.coupon-page__product-image-list-item-content .search-img{background-color: #fff;box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .12); border-radius: 100rem; font-weight:400;height: 30px;position: absolute;bottom:5px;left:5px;display: flex;align-items: center;white-space: nowrap;}
.coupon-page__product-image-list-item-content .search-img .icon-search{width:30px;height:30px;background: url(../img/title_search.png) no-repeat;background-size: 30px auto;border:none;display: block;flex-shrink: 0;}
.coupon-page__product-image-list-item-content .search-img:hover{box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .15);}


/*goshop 中转页*/
.goshop-container{width:100vw;height:100vh;display: flex;justify-content: center; align-items: center;}
.goshop-box{width: 90%;background: #fff;border: solid 5px #d6d6d6;border-radius: 10px;}
.goshop-content{padding:20px;display: flex;flex-direction: column;align-items: center;}
.goshop-info{font-size: 16px;color: #666;}
.goshop-logo-wrap{display: flex;flex-direction: column; align-items: center;margin-top: 30px;}
.goshop-logo-wrap .logo{display: flex; align-items: center;}
.goshop-text-muted{color: #999;font-size: 14px;margin-top: 30px;}
.goshop-text-muted a{text-decoration: underline;}
.loader-animation{width: 24px;height: 54px;display:flex;align-items: center;box-sizing:content-box;margin: 1.5rem 0;}
.loader-arrow{width: 100%;height: 100%;background: url(../img/loader-arrow-grey.jpg) no-repeat;position: relative;background-size: 24px 54px;} 
.loader-arrow::after {width: 100%;height: 100%;content:""; position: absolute; left: 0; top: 0; display:flex; background: url(../img/loader-arrow-color.jpg) no-repeat;background-size: 24px 54px;overflow: hidden; -webkit-animation: animloader-arrow 1.2s linear infinite; animation: animloader-arrow 1.2s linear infinite; }
@-webkit-keyframes animloader-arrow { 0% { height: 0%; } 100% { height:100%; } }
@keyframes animloader-arrow { 0% { height: 0%; } 100% { height: 100%; } }

/*产品列表页*/
.product-content{padding:10px;display: flex;flex-direction: column;}
.product-list{display: grid;grid-gap: 10px;width: 100%;grid-template-columns:repeat(2,minmax(0,1fr));align-items: stretch;}
.product-list-item{width: 100%;height:auto;background-color: #fff;overflow: hidden;border-radius: 5px;}
.product-list-item-content{width: 100%;height: auto; display:flex;flex-direction: column; }
.product-list-item-img{width: 100%;height:calc(50vw - 15px);overflow: hidden;display:flex;flex-direction: column;position: relative;}
.product-list-item-img img{width: 100%;max-height:100%;height:100%;object-fit: cover; border-radius: 5px;}
.product-list-item-info{width:100%;display: flex;flex-flow: column;overflow: hidden;padding:10px;}
.product-list-item-title{font-size: 14px;font-weight:600;color: #333;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.product-list-item-price{display: flex;flex-direction: row;gap:0 0.5rem;flex-wrap: wrap;align-items: center;}
.product-list-item-price .value{font-size: 16px;font-weight: 700; color: #ff7318;}
.product-list-item-price .small-text{font-size: 12px;font-weight: 400;color: #999;}
.product-list-item-orders{font-size: 12px;color: #999;white-space: nowrap;}
.product-list-item-orders .text{color: #999;}



/*1688详情页*/

.detail-pic{width: 100%;height: 0;overflow: hidden; padding-bottom: 100%;position: relative;}
.detail-pic img{width: 100%;position: absolute;}
.detail-pic .cart-button{position: absolute;top: 10px;right: 10px;display:flex;align-items: center;justify-content: center; width:32px;height: 32px;border-radius: 100rem;background-color: rgba(0, 0, 0, 0.4);color: #fff;}
.detail-pic .cart-button .icon-cart{font-size:20px;}
.detail-pic .goback-button{position: absolute;top: 10px;left: 10px;display:flex;align-items: center;justify-content: center; width:32px;height: 32px;border-radius: 100rem;background-color: rgba(0, 0, 0, 0.4);color: #fff;}
.detail-pic .goback-button .icon-chevron{font-size:20px;}
.detail-pic .badge{height: 18px;position: absolute;bottom: 10px;right: 10px;display:flex;align-items: center;justify-content: center;border-radius: 100rem;background-color: rgba(0, 0, 0, 0.4);color: #fff;padding: 0 6px;}
.detail-pic .badge .num{font-size: 12px;transform: scale(0.8333);}

.detail-thumb{position: relative;overflow: hidden;padding-right: 9.33333vw;flex-shrink: 0;background-color: #fff;}
.detail-thumb-wrap{width: 90.66667vw;padding-left: 2.4vw;padding-top: 6px;padding-bottom: 6px;gap: 8px;overflow-x: auto;flex-shrink: 0;}
.detail-thumb-label{display: flex;flex-direction: column;flex-shrink: 0;align-items: center;}
.detail-thumb-label span{font-size: 12px;writing-mode: tb-rl;color:#999;}
.detail-thumb-item{width: 44px;height:44px;flex-shrink: 0;border-radius: 5px;border: solid 1px #f2f2f2;background-color: #fff;overflow: hidden;}
.detail-thumb-item.active{border-color: #ff7318;}
.detail-thumb-img{max-width: 100%;max-height: 100%;margin:auto;}
.detail-thumb-arrow{width:9.33333vw;flex-shrink: 0;display: flex; align-items: center;justify-content: center;background-color: #fff;color: #999;}


.price-item{width:31.2vw;}
.price-item .price-unit{font-size: 15px;font-weight: 600;}
.price-item .price-text{font-size: 24px;font-weight: 600;}
.price-item .orign-price{text-decoration: line-through;}
.detail-title{font-weight: 600;}

.discount{padding-bottom: 12px;border-bottom: solid 1px #f7f7f7;}
.discount-tag-container{flex: 1 1 0%;overflow: hidden;}
.discount-tag{font-size: 12px;background-color: #fceee6;border-radius: 5px;padding:0 6px;color: #ec5b27;display: flex;flex-direction: row;align-items: center;flex-shrink: 0;}
.discount-tag .text{white-space: pre-wrap;flex-shrink: 0;display: block;}
.discount-more{flex-shrink: 0;display: flex; align-items: center;justify-content: center;background-color: #fff;color: #ec5b27;padding-left:10px;}

.attribute-container{border-bottom: solid 1px #f7f7f7;}
.attribute-container:last-child{border-bottom: none;}
.attribute-text{flex: 1 1 0%;overflow: hidden;}
.attribute-text .text{white-space: pre-wrap;flex-shrink: 0;display: block;}
.attribute-more{flex-shrink: 0;display: flex; align-items: center;justify-content: center;background-color: #fff;color: #999;padding-left:10px;}

.description-header{border-bottom:solid 1px #f7f7f7;padding: 0 12px;}
.description-header .title-text{font-weight: bold;border-bottom: solid 2px #ff7318;padding: 12px 6px;margin-bottom: -1px;}

.detail-bottom{background-color: rgba(255, 255, 255, 0.5);backdrop-filter: blur(10px);border-top:solid 1px #f7f7f7;padding:6px 15px;}
.detail-bottom .btn-go-buy{width: 100%;border-radius: 50rem;}