* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body,h1,h2,h3,h4,p,ul {
    margin: 0;
}
h1 {
    font-size: 18px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;  
}
ul {
    list-style: none;
    padding: 0;
}
span {
    display: inline-block;
    vertical-align: top;
}
body {
	-webkit-transform:scaleX(-1);
	animation:mirror forwards 0s ;
	/* Firefox: */
	-moz-animation:mirror forwards 0s ;
	/* Safari and Chrome: */
	-webkit-animation:mirror forwards 0s ;
	/* Opera: */
	-o-animation:mirror forwards 0s ;
    font-family: 'TitilliumWeb',Arial;
    line-height: 1;
}
input,button,select{
    outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
a{
    color: #111;
    text-decoration: none;
}
i {
    font-style: normal;
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.wrapper{
    max-width: 1500px;
    margin: 0 auto;
}
.header{
    position: relative;
}
.navbar{
    background-color: #232f3e;
    border-radius: 0;
    margin-bottom: 0;
}
.nav-left{
    float: left;
    position: relative;
    padding: 13px 18px 0 27px;
    width: 192px;
    z-index: 11;
}
.nav-logo-base,.search-btn span,.ft-logo,.cart-icon{
    background-image: url(../images/nav-sprite.png);
    background-size: 350px;
}
.nav-logo-base{
    width: 97px;
    height: 30px;
    background-position: -10px -51px;  
    background-size: 350px;
}
.nav-prime-try{
    color: #48a3c6;
    position: absolute;
    top: 31px;
    left: 93px;
    font-size: 11px;
    font-weight: 700;
    text-decoration: underline;
}
.nav-right{
    float: right;
    min-width: 350px;
}
.nav-swmslot{
    width: 400px;
    height: 39px;
    background-image: url(../images/theeastershop.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: inherit;
}
.nav-fill{
    width: 100%; 
    padding: 11px 400px 0 192px; 
    position: relative;
    z-index: 9;
}
.nav-search{
    position: relative;
    background: #fff;
    border-radius: 5px;
    display: flex;
    padding-right: 45px;
}
.nav-search,.nav-s-left,.nav-s-right,.search-btn,.search-txt,.search-select{
    height: 35px;
    line-height: 35px;
}
.nav-s-center{
    flex: 1;
}
.nav-s-left:after,.nav-menu-span:after{
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
}
.nav-menu-span:hover{
    color: #fff;
    text-decoration: none; 
}
.nav-s-left{
    position: relative;
}
.nav-s-left:after{ 
    right: 8px;
    border: 5px solid #666666;
    border-color: #666 transparent transparent;
    margin-top: -2px;
}
.nav-menu-right{
    position: absolute;
    right: 20px;
    bottom: 7px;
    font-size: 0;
}
.nav-m-r-item{
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.nav-lg{
    font-size: 14px;
    position: absolute;
    left: -40px;
    top: -12px;
    padding-top: 12px;
    height: 28px;
    color: #fff;
}
.nav-lg .nav-menu-span{
    margin-right: 5px;
}
.nav-lg .nav-menu-span:after{
    right: 6px;
}
.cart-wp{
    position: relative;
    padding-left: 38px;
}
.cart-icon{
    position: absolute;
    display: block;
    background-position: -10px -340px;
    width: 38px;
    height: 26px;
    bottom: 0;
    left: 0;
}
.cart-number{
    position: absolute;
    color: #f08804;
    left: 19px;
    bottom: 16px;
    font-weight: bold;
}
.en-icon{
    background-position: -77px -24px;
}
.nav-menu-name{
    position: absolute;
    top: -10px;
    font-size: 12px;
    color: #ccc;
}
.search-select{
    width: 120px;
    display: block;
    vertical-align: top;
    border: none;
    background-color: #f3f3f3;
    border-radius: 5px 0 0 5px;
    padding-left: 10px;
    padding-right: 20px;
    
}
.search-txt{
    display: block;
    width: 100%;
    border: none;
    padding-left: 10px;
    border-left: 1px solid #cdcdcd;
}
.nav-s-right{
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
}
.search-btn{
    width: 45px;
    border: none;
    background: #febd69;
    border-radius: 0 5px 5px 0;
    padding: 7px 0;
}
.search-btn span{
    background-position: -10px -290px;
    width: 21px;
    height: 21px;
}
.nav-menu{
    margin-top: 30px;
    font-size: 0;
    height: 25px;
}
.nav-menu-dt,.nav-menu-ls{
    display: inline-block;
    vertical-align: top;
}
.nav-menu-dt{
    color: #fff;
    padding-left: 9px;
    position: relative;
}
.nav-menu-span{
    display: block;
    position: relative;
    padding-right: 12px;
    padding-bottom: 5px;
    margin-right: 55px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
.nav-m-r-item .nav-menu-span{
    margin-right: 0;
}
.nav-m-r-item-link{
    color: #fff;
    font-weight: bold;
}
.nav-m-r-item-link:hover{
    color: #fff;
}
.nav-lg{
    border-right: 1px solid #555555;
}
.nav-menu-span:after{
    right: 0;
    border: 4px solid #a7acb2;
    border-color: #a7acb2 transparent transparent;
    margin-top: -4px;
}
.nav-menu-item{
    float: left;
    padding: 0 9px; 
}  
.nav-menu-link{
    color: #ccc;
    font-size: 13px;
}
.nav-menu-link:hover{
    color: #ccc;
}
.nav-menu-dt{
    position: relative;
}
.nav-menu-child{
    display: none;
    position: absolute;
    top: 16px;
    width: 240px;
    background: #fff;
    border-radius: 5px;
    z-index: 9;
    left: -0;
    padding: 10px 11px;
}
.nav-menu-child-link{
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
}
.opacity-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    display: none;
    z-index: 2;
}
.nav-menu-dt:hover .opacity-bg{
    display: block;
}
.nav-menu-dt:hover .nav-menu-child{
    display: block;
}
.content-wp{
    display: flex;
}
.content{
    flex: 1;
}
.sidebar{
    width: 340px;
    flex: 0 0 340px;
    background: #f9f9f9;
    padding: 0 20px;
}
.ads{
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}
.section{
    padding: 10px 20px;
}
.seemore{
    font-size: 14px;
    color: #247bbd;
}
.seemore:hover{
    color: #c45500;
}
.section-tl{
    font-weight: normal;
    color: #444;
    margin-top: 10px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.product-ls,.product-m{
    font-size: 0;
}
.product-item,.product-m-item{
    display: inline-block;
    vertical-align: top;  
}
.product-item{
    width: 16.66666%;
    height: 200px;
    line-height: 200px;
    padding: 0 10px;
    text-align: center;
}
.product-item img{
    max-height: 100%;
}
.product-m{
    border-bottom: 1px solid #eee;
}
.product-m-item{
    width: 50%;
    padding: 0 73px 28px;
    margin-top: 28px;
}
.product-m-item + .product-m-item{
    border-left: 1px solid #eee;
}
.footer{
    background: #232f3e;
}
.backtotop{
    background: #37475a;
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.ft-wp{
    max-width: 1000px;
    margin: 0 auto;
}
.ft-con{
    padding: 40px 0;
    display: table;
}
.ft-item{
    min-width: 65px;
    display: table-cell;
    padding: 0 10px;
}
.ft-tl{
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}
.ft-link{
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #ddd;
    margin: 10px 0;
}
.ft-bt{
    background: #131a22;
    padding:40px 0;
}
.ft-table{
    max-width: 1085px;
    margin: 0 auto;
}
.ft-bt-tl{
    color: #fff;
}
.ft-bt-link{
    color: #fff;
    font-size: 12px;
    line-height: 13px;
    color: #999;
}
.ft-table tr td{
    padding: 5px 10px;
    min-width: 20px;
}
.language{
    border-top: 1px solid #3a4553;
}
.ft-wp-lg{
    padding: 30px 0;
    text-align: center;
}
.ft-logo{
    display: inline-block;
    background-position: -10px -90px;
    width: 76px;
    height: 23px;
    margin: 0 auto;
    vertical-align: middle;
    margin-right: 80px;
}
.m-select{
    position: relative;
    width: 120px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #848688;
    display: inline-block;
    font-size: 13px;
    color: #cccccc;
    border-radius: 3px;
    padding: 0 8px;
    text-align: left;
    margin-right: 10px;
}
.flagicon,.en-icon{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/ft-icon.png);
    background-repeat: no-repeat;
    background-size: 142px 120px;
    vertical-align: middle;
    margin-right: 5px;
}
.dropdown-toggle:focus {
    outline: 0;
    text-decoration: none;
    color: #ccc;
}
.dropdown-menu>li>a{
    padding-left: 8px;
    padding-right: 8px;
}
.dropup .dropdown-menu{
    bottom: -8px;
}
.select-ls{
    position: absolute;
    left: 0;
    width: 136px;
    background: #fff;
}
.select-item:hover,.select-item{
    color: #ccc;
    text-decoration: none;
}
.select-item{
    display: block;
    color: #ccc;
}
.unitedstates{
    background-position: -54px -108px;
}
.australis{
    background-position: -54px -108px;
}
.english{
    background-position: -77px -24px;
}
#slider-wrap{
    height:300px;
    position:relative;
    overflow:hidden;
}
#slider-wrap ul#slider{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;     
}
#slider-wrap ul#slider li{
    width: 1500px;
    float:left;
    position:relative;
    height: 300px;
}
.btns{
    position:absolute;
    width:80px;
    height:300px;
    line-height: 340px;
    text-align:center;
    cursor:pointer;
    
    -webkit-user-select: none;  
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -ms-user-select: none;
    
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;

}
.btns i{
    display: inline-block;
    width: 34px;
    height: 52px;
    background-image: url(../images/arrows.png);
    background-repeat: no-repeat;
    background-size: 68px 52px;
}
#previous{left: 0; }

#previous i{
    background-position: 0 0;
}
#next{right: 0;}
#next i{
    background-position: -34px 0;
}
#slider-wrap ul, #pagination-wrap ul li{
    -webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
    -moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
    -o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
    -ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
    transition: all 0.3s cubic-bezier(1,.01,.32,1); 
}
.mb-banner{
    height: 150px;
}
.mb-banner img{
    height: 100%;
}
.mb-section{
    border-bottom: 7px solid #d1d1d1;
}
.mb-pad{
    padding: 0 15px;
}
.mb-tl{
    font-size: 20px;
    padding: 10px 0;
}
.mb-product-pic{
    height: 200px;
    text-align: center;
    line-height: 190px;
    padding-bottom: 10px;
}
.mb-product-pic img{
    max-height: 100%;
}
.mb-product-link{
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
}
.mb-product-name{
    margin: 8px 0;
}
.mb-product-more{
    display: block;
    height: 42px;
    line-height: 42px;
    color: #0066c0;
    border-top: 1px solid #d1d1d1;
}
.mb-product-more span{
    float: right;
}
.mb-product-ls{
    border-top: 1px solid #d1d1d1;
}
.mb-product-item{
    overflow: hidden;
    height: 90px;
    padding: 10px;
}
.mb-p-item-pic{
    float: left;
    width: 70px;
    height: 80px;
    text-align: left;
}
.mb-p-item-pic img{
    max-height: 100%;
}
.mb-p-info-price{
    font-size: 15px;
}
.mb-p-new-p{
    margin-right: 8px;
}
.mb-p-last-p{
    color: #767676;
    text-decoration: line-through;
}
.mb-p-item-info p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 25px;
    font-size: 15px;
}
.mb-product-box,.mb-product-pngwp{
    font-size: 0;
    margin-left: -10px;
    overflow: hidden;
}
.mb-product-ban,.mb-product-png{
    font-size: 13px;
    vertical-align: top;
    width: 50%;
    display: inline-block;
    padding-left: 10px;
}
.mb-product-ban p{
    line-height: 30px;
    text-align: center;
    margin-bottom: 5px;
}
.mb-product-pngwp{
    margin-left: -2px;
    padding-bottom: 12px;
}
.mb-product-png{ 
    padding-left: 2px;
    padding-bottom: 2px;
}
.mb-product-po{
    display: block;
    position: relative;
    height: 184px;
    line-height: 184px;
    text-align: center;
}
.mb-opacity,
.mb-p-png-pic{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.mb-opacity{
    background-color: #000;
    opacity: .03;
}
.mb-p-png-pic img{
    max-width: 90%;
    max-height: 90%;
}
.mb-ft-item{
    font-size: 0;

}
.mb-ft-link{
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    color: #fff;
    padding: 0 20px;
    line-height: 1.2;
    margin: 10px 0;
}
.text-center{
    color: #ccc;
    margin-bottom: 15px;
}
.mb-ft-text{
    color: #ccc;
    margin-right: 10px;
}
.smallfont{
    font-size: 12px;
}
.mb-menu-item{
    padding: 5px 10px 15px;
}
.mb-menu-item a{
    color: #fff;
    padding-right: 20px;
}
.mb-menu-item a.yellow{
    color: #ff8f00;
}
.mb-menu-item a.green{
    color: #ade421;
}
.mb-menu-item a.qing{
    color: #36c2b4;
}
.mb-menu-item a.blue{
    color: #90D8DC;
}
.mb-cart{
    position: absolute;
    top: 5px;
    right: 10px;
    width: 38px;
    height: 26px;
}
.mb-wp{
    display: none;
}
@media screen and (max-width: 1440px){
    .nav-menu-ls{
        display: none;
    }
}
@media screen and (max-width: 1024px){
    .product-item{
        width: 33.3333%;
        margin-bottom: 15px;
    }
    .product-m-item:nth-child(1){
        padding-right: 15px;
        padding-left: 0;
    }
    .product-m-item:nth-child(2){
        padding-right: 0;
        padding-left: 15px;
    }
}
@media screen and (max-width: 1023px){
    .banner,.nav-s-left,.nav-right,.nav-prime-try,.nav-menu,.sidebar{
        display: none;
    }
    .search-txt{
        border-left-width: 0;
        border-radius: 5px 0 0 5px;
    }
    .nav-left{
        float: none;
    }
    .nav-fill{
        display: block;
        padding: 10px;
    }
    .nav-logo-base{
        width: 80px;
        height: 27px;
        background-position: -10px -86px;
    }
    .nav-left{
        padding-left: 10px;
        padding-top: 8px;
    }
    .search-btn,.nav-s-right{
        width: 55px;
    }
    .product-item{
        width: 16.66666%;
    }
}
@media screen and (max-width: 768px){
    .mb-wp{
        display: block;
    }
    .pc-wrap{
        display: none;
    }
    .ft-con{
        padding-top: 10px;
        padding-top: 10px;
    }
}

/*@media screen and (max-width: 768px){
    .product-item{
        width: 33.3333%;
    }
}
@media screen and (max-width: 600px){
    .product-item{
        width: 50%;
    }
    .product-m{
        border-bottom: none;
    }
    .product-m-item:nth-child(1){
        width: 100%;
        padding: 0;
    }
    .product-m-item:nth-child(2){
        display: none;
    }
}*/
