@charset "utf-8";
/*global*/
*{-webkit-appearance: none;-moz-appearance: none;box-sizing: border-box;-webkit-overflow-scrolling: touch;}
body{ font-size: 14px; font-family:"Microsoft YaHei","Helvetica Neue",Helvetica,STHeiTi,sans-serif;min-width:320px;margin:0 auto;color: #777;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
div, dl, dt, dd, ul, li,ol, h1, h2, h3, h4, h5, h6, form, fieldset, input,button, textarea, p{margin:0; padding:0;} 
h1,h2,h3,h4,h5,h6{font-weight:normal;line-height: 1;}     
li{list-style-type:none;}
ol,ul,dl{list-style:none;}
em,i{font-style:normal;}
img{border:none;vertical-align:middle;}
select,label,input,button{ padding:0; margin:0;outline:medium;border: 0;outline: none;background:none;}
textarea{resize: none;outline: none;}
table { border-collapse: collapse; border-spacing: 0; empty-cell:show;}
a{text-decoration:none;color:#777;outline:none; cursor:pointer;}
a:hover{cursor:pointer;color: #08c;}
.clear:after{content:".";display:block;height:0;line-height:0;font-size:0;clear:both;visibility:hidden;}
.clear{zoom:1;}
.fl{float:left; display:inline;}
.fr{float:right; display:inline;}

.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;}
@media screen and (max-width: 768px) {
	.pt15{padding-top: 7.5px;}
	.pt10{padding-top: 5px;}
	.pt20{padding-top: 15px;}
	.ml10{margin-left: 5px;}
	.mr10{margin-right: 5px;}
	.mr20{margin-right: 10px;}
	.mr30{margin-right: 15px;}
	.mt10{margin-top: 5px;}
	.mt15{margin-top: 7.8px;}
	.mt20{margin-top: 10px;}
}


.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;border-bottom: solid 1px #e5e5e5;color: #333;line-height: 44px; text-align: center;align-self: center;}
.header .return{max-width:44px;width: 44px; font-size: 0;align-self: center;}
.header .return .icon-return{background: url(../img/return.png) no-repeat center center;background-size:22px 22px;width: 44px;height: 44px; display: inline-block;vertical-align: middle;align-self: center;}
.header .header-search{background: #efefef;max-width: 100%;width: 100%; margin-right: 15px; height: 30px;border-radius: 30px; overflow: hidden;position: relative;align-self: center;font-size: 0;}
.header .header-search .input-search{background: none;line-height: 30px;width: 100%;height: 30px; padding: 0 35px;font-size: 12px;display: inline;position:absolute;left: 0;top: 0;}
.header .header-search .title-search{width:30px;height:30px;background: url(../img/title_search.png) no-repeat;background-size: 30px auto;border:none;position: absolute;top: 0; left: 5px;display: block;}
.header .header-search .title-camera{width:30px;height:30px;background: url(../img/title_camera.png) no-repeat;background-size: 30px auto;border:none;position: absolute;top: 0; right: 5px;display: block;}
input::placeholder {color:#ccc;}


.footer{height: 50px;}

/*nav*/
.nav{background: #fff;border-bottom: solid 1px #e5e5e5;height:50px;line-height: 50px;width: 100%;}
.nav li{float: left;text-align: center;}
.nav li a{color: #777;font-size: 15px; display: block;}
.nav li.active a{text-align: center;color: #e96163;line-height: 48px; border-bottom: 2px solid #e96163;}
/*nav  end*/

.search-item{background: #fff;padding:15px;border-bottom: solid 1px #e5e5e5;}
.search-item .item-bg{background: #fff;overflow: hidden;}
.search-item .item-pic{max-width:70px;margin-right:10px;float:left;}
.search-item .item-pic img{width: 100%;height: auto;border-radius:4px;}
.search-item .item-info{max-width: 100%;float: left;}
.search-item .item-info p{clear: both;display: block;}
.search-item .item-info .item-title{font-size: 15px;color: #333;line-height: 1;max-height:16px; overflow: hidden;margin-bottom: 6px;}
.search-item .item-info .item-store{font-size: 12px;line-height:1;margin-bottom: 6px;}
.search-item .item-info .item-store a{margin-right: 5px;color: #777;display: inline-block;}
.search-item .item-info .item-order{font-size: 12px;color: #777;}
.search-item .item-info .item-price .price{font-size: 15px; color: #e96163;}

.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;}
.ibox .ibox-title:after{height: 1px;font-size: 0; line-height: 0; background: #e5e5e5;display: block;content: ".";z-index: 81;}
.ibox .ibox-title .title{font-size: 15px;color: #777;line-height: 50px;}
.ibox-content{padding: 15px;}

.seller-info .store-logo{max-width: 55px;margin-right: 10px;}
.seller-info .store-img{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);}


.carousel {
  position: relative;
  }
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  }
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
  }
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {width: 100%;
  line-height: 1;
  }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
  }
.carousel-inner > .active {
  left: 0;
  }
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
  }
.carousel-inner > .next {
  left: 100%;
  }
.carousel-inner > .prev {
  left: -100%;
  }
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
  }
.carousel-inner > .active.left {
  left: -100%;
  }
.carousel-inner > .active.right {
  left: 100%;
  }

.btn-wrap{position: fixed;bottom: 0;left: 0;right: 0; background-color: rgba(255,255,255,.7);height: 60px;padding: 7.5px 0;box-sizing: border-box;}
.btn-wrap .btn-download{height: 45px;line-height: 45px; border-radius: 45px;display: block;text-align: center;margin: 0 40px;background: #e4393c;font-size: 18px; color: #fff;text-decoration: none;}


.country {background: #fff;}
.country .section-content{margin: 0 15px;}
.countrylist{display: block;border-top: solid 1px #e5e5e5;}
.countrylist-item {text-align: left;font-size:14px;width: 100%; height: 30px;position: relative;padding: 10px 0;border-bottom: solid 1px #e5e5e5;float: left;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-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);}

.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;}


