html{
	overflow-y: initial;
}
.index_default{
	width:100% !important;
	margin:0;
}
.wapper{
	width:100%;
	max-width:1240px;
	box-sizing:border-box;
}
#mobile-nav,
#mobile-nav .icon-close,
#header_box .mobile-icon{
	display:none;
}
#header_box i{
	background:none;
}
#header_box{
	width:100%;
	background:#fff;
	z-index:1000;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
#header_box .top_box{
	background:#f00056;
	padding:15px;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
#header_box .shartto_box{
	width:25%;
	min-height:25px;
}
#header_box .shartto li{
	display:inline-block;
	margin-right:5px;
}
#header_box .shartto li a{
	height:25px;
	width:25px;
	font-size:14px;
	display:block;
	line-height:25px;
	text-align:center;
	color:#fff;
	background:#000;
	border-radius:50%;
}
#header_box .top_txt{
	width:50%;
	text-align:center;
	color:#fff;
	line-height:25px;
	font-size:18px;
	min-height:25px;
}
#header_box .top_txt a{
	color:#fff;
}
#header_box .header_content{
	text-align: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding:45px 0 40px;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
	background:#fff;
}
#header_box .header_rt{
	padding-top:0;
	width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
	text-align:right;
}
#header_box .logo{
	text-align: center;
	width:20%;
}
#header_box .logo a{
	display:inline-block;
}
#header_box .logo img{
	max-width:200%;
	max-height:60px;
}
.main .search_box{
	float:left;
}
.main .search_icon{
    height: 24px;
    line-height: 24px;
    color: #333;
    position: relative;
	cursor:pointer;
	margin:0 10px;
	display:inline-block;
}
.main .search_icon svg{
	height: 24px;
    width: 24px;
	fill: currentColor;
}
.main .search-box{
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index:5000;
	opacity: 0;
	visibility:hidden;
    transition: opacity .15s linear;
}
.main .search{
	width: 980px;
    margin: 50px auto;
    z-index: 10;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    top: 0;
	transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.main .search-open{
	visibility:visible;
	opacity: 1;
}
.main .search-open .search{
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.main .search .close-search{
	position: absolute;
    right: 10px;
    top: 10px;
}
.main .search .search-con{
	padding: 8%;
	width:100%;
	box-sizing:border-box;
}
.main .search .search_txt{
	min-height:30px;
	text-align:center;
}
.main .search h4 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px 0px 25px;
    color: #f00056;
}
.main .search p{
    margin: 0px 0px 35px;
	color:#333;
	font-size:14px;
}
.main .search .searchform{
	position:relative;	
}
.main .btn-search{
	background:none;
	color:#333;
	position: absolute;
	border:none;
	line-height:22px;
	padding:10px 20px;
    right: 0;
    top: 0;
	cursor:pointer;
}

.main .search_input{
	border-radius: 40px;
    -webkit-border-radius: 40px;
	width: 100%;
    height: 42px;
	background:#fff;
	padding:8px 55px 8px 10px;
	line-height:26px;
	border:1px solid #999999;
	box-sizing:border-box;
}

.main .search__overlay{
	position: fixed;
    background-color: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	opacity:0.3;
    z-index: 8;
}


#header_box .cart_box{
	margin:0 10px;
    padding: 0;
    box-sizing: border-box;
    height: 24px;
	border:none;
	float:none;
	display:inline-block;
	text-align: left;
	vertical-align:top;
}
#header_box .cart_txt{
	line-height: 24px;
    font-size: 12px;
	position:relative;
	height:30px;
}
#header_box .cart_txt a{
	display: block;
    height: 30px;
    line-height: 30px;
    color: #333;
	font-weight:bold;
}

#header_box .cart_txt a svg{
	display: inline-block;
    height: 24px;
    width: 24px;
    vertical-align: top;
    fill: currentColor;
}
#header_box .cart_txt a span{
	position:absolute;
	right:-5px;
	top:-5px;
	width:18px;
	height:18px;
	font-weight:normal;
	display:block;
	background:#000;
	color:#fff;
	border-radius:50%;
	text-align:center;
	line-height:18px;
}


#header_box #minicartlist{
	max-height:calc(100vh - 120px);
	overflow:auto; 
}
#header_box .buy_pro{
	padding:0;
}
#header_box .buy_pro li div.right_info{
	width:calc(100% - 80px);
	padding-left:20px;
	box-sizing:border-box;
	line-height:20px;
}

#header_box .buy_pro li div.right_info a{
	color:#000;
	font-weight:normal;
}
#header_box .buy_pro li div.right_info .size{
	color:#999;
}
#header_box .buy_pro li div.right_info .price .red,
#header_box .total span{
	color:#000;
	font-weight:bold;
}
#header_box .cart_box .minicart_more,
#header_box .cart_box .minicart_more:hover{
	background:none;
	color:#333;
}
#header_box .buy_pro li div.right_info a:hover,
#header_box .cart_box .minicart_more:hover{
	text-decoration:underline;
}


#header_box .cart_box .minicart_bottom{
	border:0;
	font-size:0;
	padding:0;
	background:none;
}
#header_box .total{
	font-weight: normal;
    padding: 30px 0;
    text-align: left;
}
#header_box .buy_pro li .pic img{
	max-width:80px;
	max-height:80px;
}
#header_box .cart_box .minicart_bottom .view_cart_btn a{
	width: calc(50% - 10px);
	height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #000;
    font-weight: normal;
    padding: 0;
    border-radius: 0;
    vertical-align: top;
    margin: 0;
}
#header_box .cart_box .minicart_bottom .view_cart_btn a.mini_cart_view_btn{
	margin-right:20px;
	border:1px solid #000;
	height:40px;
	line-height:38px;
	color:#000;
	background:#fff;
	box-sizing:border-box; 
	transition:all 0.3s ease;
}
#header_box .cart_box .minicart_bottom .view_cart_btn a.mini_cart_view_btn:hover{
	background:#000;
	color:#fff;
}


#header_box .cart_txt:hover i,#header_box .cart_txt:hover strong{color:#cdcdcd;}
#header_box .cart_txt a{
	display:inline-block;
	vertical-align:middle;
	margin:0 3px 0 0;
}
#header_box .cart_txt i{
	background:none;
	font-size:14px;
	color:#f2c986;
	width:auto;
	height:auto;
	margin:0;
	padding:7px 0;
	
}
#header_box .cart_txt strong{
	color:#f2c986;
	font-weight:normal;
	font-size:12px;
}

#header_box .cart{
	position: fixed;
    top: 0;
    right: 0;
    border: 0;
    width: 400px;
    height: 100%;
    display: block;
    padding: 0 40px;
    background: #fff;
    visibility: hidden;
    transform: translate(480px,0);
    transition: all 0.3s;
    text-align: left;
	color:#000;
}
#header_box .buy_pro li{
	padding:30px 0 0;
	border:0;
}
#header_box .buy_pro li div.left_pic{
	width:80px;
}
#header_box .buy_pro li .pic{
	width:80px;
	height:80px;
	line-height:80px;
	margin:0;
}
#header_box .cart h4{
	padding:20px 0;
	height:60px;
	line-height:60px;
	color:#333;
	font-size:30px;
	text-align:left;
	border-bottom:1px solid #e8e8e1; 
}
#header_box .cart .cart_close{
	position:absolute;
	right:40px;
	top:20px;
	height:60px;
	font-size:24px;
	line-height:60px;
	color:#000;
	cursor:pointer;
}
#header_box .cart_box .minicart_empty{
	padding:15px 0;
	
}
#header_box .cart_on .cart{
	visibility:visible;
	opacity:1;
	transform:translate(0);
}

#header_box .header_top_nav{
	float: right;
    margin-right: 20px;
    font-size: 0;
}
#header_box .login-link{
	display: inline-block;
    vertical-align: top;
    line-height: 30px;
    font-size: 12px;
    margin:0 10px;
	position:relative;
	font-weight:bold;
}
#header_box .login-link a{
	display:block;
	color:#333;
}
#header_box .login-link a:hover{
	color:#fff;
}
#header_box .login-link svg{
	height:20px;
	width:20px;
	display: inline-block;
    vertical-align: middle;
	fill: currentColor;
	padding:2px;
	fill:currentColor;
}


#header_box .nav_war{
	display:flex;
    justify-content: space-between;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	background:#030303;
	z-index:1000;
}
#header_box .nav_war .wapper{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
#header_box .nav_box{
	border:0;
	height:auto;
	width:40%;
	min-height:30px;
}
#header_box .nav_lt{
	text-align:right;
}
#header_box .nav_rt{
	text-align:left;
}
#header_box .nav{
	float: none;
    margin: 0;
    width: auto;
    display: inline-block;
	font-size:0;
}
#header_box .nav > li{
	display: inline-block;
    padding: 10px 15px;
    float: none;
    vertical-align: top;
    height: auto;
    font-size: 14px;
	position:relative;
	z-index:100;
}
#header_box .nav > li > a{
	display: inline-block;
    border: 0;
    line-height: 38px;
    font-size: 14px;
    color: #333;
	padding:0;
	position:relative;
}
#header_box .nav > li > a:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #f00056;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
}
#header_box .nav > li > a:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #000 transparent;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}
#header_box .nav > li.on > a{
	color:#f00056;
}
#header_box .nav > li.son-li.on > a:after {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}
#header_box .nav > li.on > a:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}
#header_box .nav > li.on > a svg{
	fill:#fff;
}

#header_box .sub_nav{
	position: absolute;
	min-width:250px;
    text-align: center;
    background: #f00056;
	display:block;
	padding:5px 0;
	top:55px;
	left:50%;
	transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
	transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
	opacity:0;
	visibility:hidden;
}
#header_box .nav > li.on .sub_nav{
	visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}
#header_box .sub_nav .sub_tit{
	display:none;
}
#header_box .sub_nav li{
	height: 40px;
    width: 100%;
    float: none;
}
#header_box .nav .sub_nav li a{
	height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 14px;
	color:#1e1b1b;
}
#header_box .nav li a svg{
	display:none;
}
#header_box .nav .sub_nav li a:hover{
	background:none;
	color:#000;
	text-decoration:underline;
}
#header_box.posFixed{
	position: fixed;
    top: 0;
    left: 0;
	bottom: auto;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 1px 5px #cecece;
}
#header_box.posFixed .top_box{
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
}
#header_box.posFixed .header_content{
    padding: 15px 15px;
}
#header_box .currency_box{
	position:relative;
	cursor:pointer;
	display:inline-block;
	vertical-align:top;
}
#header_box .currency_box .currency_txt{
	height:20px;
	line-height:20px;
	position:relative;
	color: #333;
	padding:3px;
}
#header_box .currency_txt select{
	background:none;
	border:0;
	line-height:20px;
	color:inherit;
	font-size:16px;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	cursor:pointer;
    padding-right: 15px;
	padding-left:5px;
    outline: none;
	position:relative;
	z-index:2;
}
#header_box .currency_txt .icon {
    position: absolute;
    right: 0;
    top: 50%;
	transform:translate(0,-50%);
    z-index: 1;
	fill:currentColor;
}
#header_box .currency_txt select option{
	color:#333;
	
}
#header_box .currency_box .currency_txt i{
	background:none;
	margin:0 0 -5px 4px;
	font-size:12px;
}
#header_box .drop_currency{
    position: absolute;
    z-index: 999999;
    background: #fff;
    border: 1px solid #c1c1c1;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    display: none;
	left: 50%;
	margin-left:-43px;
    top: 60px;
    width: 86px;
    padding: 3px 0;
}
#header_box .currency li a{
    color: #333;
    display: block;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
}
#header_box .currency li a:hover{
	color:#fff;
	background:#006eff;
}
#header_box .currency li a b {
    font-weight: normal;
    float: left;
}
#header_box .currency li a span {
    float: right;
}

#mobile-nav{
	cursor:pointer;
}

.mobile_nav_box,
.mobile_header_top_nav,
.mobile_cate{
	display:none;
}

/*手机端左侧菜单*/

.main_show{
	
}
.main_show #mobile-nav .icon-open{
	display:none;
}
.main_show #mobile-nav .icon-close,
.main_open .main_bg{
	display:block;
}
.mobile-nav {
    width: 300px;
    max-width: 80vw;
    background-color: #fff;
    color: #262626;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
	-webkit-transform: translate3d(-80vw, 0, 0);
    -moz-transform: translate3d(-80vw, 0, 0);
    -o-transform: translate3d(-80vw, 0, 0);
    -ms-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
    z-index: 100000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.main_open .mobile-nav{
	-webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mobile-nav__header{
    padding: 10px;
	background:#f7f7f7;
}
.mobile-nav__header .search{
	position:relative;
}
.mobile-nav__header .search_input{
	display: block;
    width: 100%;
    padding-left: 15px;
    background-color: #fff;
	padding:12px 15px;
	padding-right: 60px;
	border:none;
	box-sizing:border-box;
}
.mobile-nav__header .btn-search{
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 10px;
	background:none;
	border:none;
}
.mobile-nav__header .btn-search svg{
	width:25px;
	height:25px;
	fill:#262626;
}


.mobile-nav__middle {
    justify-self: flex-end;
	overflow:hidden;
    overflow-y: auto;
}

.mobile-nav .nav li a,
.mobile-nav .mobile-nav_item,
.mobile-nav .nav li .sub_tit span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #f7f7f7;
	color:#262626;
	font-size:14px;
}
.mobile-nav .nav li svg{
	height:20px;
	width:20px;
	fill:#fff;
	
}
.mobile-nav .nav li a svg{
	transform:rotate(180deg);
}


.mobile-nav .mobile-nav__middle .nav{
	position:relative;
	-webkit-transition: margin-left 0.4s;
    transition: margin-left 0.4s;
	width:100%;
}
.mobile-nav .mobile-nav__middle .nav .sub_nav{
    position: absolute;
    top: 0;
    left: 100%;
	width:100%;
	display:none;
}
.mobile-nav .sub_show .nav{
	margin-left:-100%;
}
.mobile-nav .sub_show .sub_on .sub_nav{
	display:block;
}


.mobile-nav .mobile-currency_box{
	height:35px;
	background:#f7f7f7;
	padding:15px 20px;
	position:relative;
}

.mobile-nav .mobile-currency_box  select{
	width:100%;
	background:none;
	border:0;
	line-height:35px;
	color:inherit;
	font-size:14px;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	cursor:pointer;
    outline: none;
	position:relative;
	z-index:2;
}
.mobile-nav .mobile-currency_box .icon {
	width:20px;
	height:20px;
    position: absolute;
    right: 20px;
    top: 50%;
	transform:translate(0,-50%);
    z-index: 1;
}
.mobile-nav .mobile-currency_box .currency_txt select option{
	color:#333;
	
}
.mobile-nav .mobile-currency_box .currency_txt i{
	background:none;
	position:absolute;
	right:10px;
}
.mobile-nav .mobile-currency_box .drop_currency{
	position:absolute;
	top:50px;
	left:20px;
	right:20px;
	border:none;
}
.mobile-nav .mobile-currency_box .currency li{
	padding:10px;
}
.mobile-nav .mobile-currency_box .currency li a{
	display: flex;
    justify-content: space-between;
}
.mobile-nav .mobile-currency_box .currency li a span,
.mobile-nav .mobile-currency_box .currency li a b{
	float:none;
}









#bottom_box{
	width:100%;
	padding:50px 0 0; 
	margin:0;
	background:#030303;
	color:rgba(255,255,255,0.6);
	font-size:14px;
}
#bottom_box .newsletter .newsletter_con{
	width:100%;
	box-sizing:border-box;
	position:relative;
	margin-bottom:15px;
}
#bottom_box .newsletter form{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#bottom_box .newsletter_txt{
	border: 1px solid #999;
    background: transparent;
    padding: 8px 10px;
    color: #999;
    margin-right: 10px;
    width: calc(100% - 119px);
    letter-spacing: 2px;
    height: 35px;
	box-sizing:border-box;
}
#bottom_box .newsletter_btn{
	border: 1px solid #999;
    background: transparent;
    color: #999;
    text-transform: uppercase;
    width: 109px;
    font-size: 14px;
    font-weight: 700;
	height:35px;
	line-height:35px;
	margin-left:0;
}
#bottom_box .newsletter_btn svg{
	height:20px;
	width:20px;
	fill:#fff;
}

#bottom_box .bottom_link{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding:0 50px;
	margin:0 -15px;
	box-sizing:border-box;
}
#bottom_box .bottom_txt,
#bottom_box .newsletter{
	width:25%;
	padding: 0 15px;
    margin-bottom: 30px;
	min-height:50px;
	box-sizing:border-box;
}
#bottom_box .bottom_txt{
	color:#fff;
    line-height: 20px;
}
#bottom_box .bottom_txt img{
	margin-bottom:10px;
}
#bottom_box .bottom_link .dl-list{
	width:16.6667%;
    padding: 0 15px;
    margin-bottom: 30px;
	box-sizing:border-box;
}
#bottom_box .bottom_link dt{
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:20px;
	font-weight:normal;
}
#bottom_box .bottom_link dd{}
#bottom_box .bottom_link dd > a{
	display:block;
	line-height:24px;
	color:rgba(255,255,255,0.6);
}
#bottom_box .bottom_link dd > a:hover{
	color:#fff;
}

#bottom_box .footer .wapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	position:relative;
}
#bottom_box .payment-box{
	margin-top:10px;
	min-height:30px;
}
#bottom_box .payment-box img{
	width:100%;
}
#bottom_box .foot-txt .payment-box img{
	max-width:100%;
}
#bottom_box .foot-copyright p{
}



#bottom_box .shartto{
	float: none;
    height: auto;
    line-height: normal;
}
#bottom_box .shartto li {
    width: auto;
    float: none;
    margin: 0 10px 10px;
    display: inline-block;
    vertical-align: middle;
}
#bottom_box .shartto li a{
	font-size:20px;
	color:#606060;
}
#bottom_box .footer{
	padding:20px;	
	background: #222;
    text-align: center;
    margin-top: 30px;
    color: #999;
}

.main_bg{
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
	z-index:99999;
}
.block_items_products_tab .block_rec_ul li .product_img,
.block_items_products_switch .block_rec_ul li .product_img,
.block_items_products_rec .block_rec_ul li .product_img,
.product_list_2017 .common_pro_list1 li .product_img{
	overflow:hidden;
}
.product_list_2017 .common_pro_list1 li .img-back,
.block_items_products_rec .block_rec_ul li .img-back,
.block_rec_list .block_rec_ul li .img-back {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
	visibility:hidden;
	z-index:10;
	background:#fff;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.product_list_2017 .common_pro_list1 li .img-back img,
.block_items_products_rec .block_rec_ul li .img-back img,
.block_rec_list .block_rec_ul li .img-back img{
	max-width:100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.product_list_2017 .common_pro_list1 li:hover .img-back,
.block_items_products_rec .block_rec_ul li:hover .img-back,
.block_rec_list .block_rec_ul li:hover .img-back {
    opacity: 1;
    visibility: visible;
}
.product_list_2017 .common_pro_list1 li:hover .img-back img,
.block_items_products_rec .block_rec_ul li:hover .img-back img,
.block_rec_list .block_rec_ul li:hover .img-back img{
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.product_list_2017 .common_pro_list1 li .quickview,
.block_items_products_rec .block_rec_ul li .quickview,
.block_rec_list .block_rec_ul li .quickview{
    position: absolute;
    top: 35px;
    left: 0px;
    font-size: 11px;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    z-index: 11;
    cursor: pointer;
}
.product_list_2017 .common_pro_list1 li:hover .quickview,
.block_items_products_rec .block_rec_ul li:hover .quickview,
.block_rec_list .block_rec_ul li:hover .quickview {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}
/*快速查看*/
.mini_detail{position:fixed;left:0;top:0;width:100%;height:100%;z-index:99999;display:none;}
.mini_detail .mini_detail_bg{position:fixed;left:0;top:0;background:rgba(0,0,0,.5);width:100%;height:100%;z-index:-1;}
#mini_detail{position:fixed;top:50%;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);left:0;right:0;margin:auto;width:960px;position:relative;}
#mini_detail .icon-iconfontclose{position:absolute;right:10px;top:10px;font-size:30px;background:none;color:#333;cursor:pointer;}
#body_box{
	width:1200px;
}
.product_detail_2017 .viewfontright{
	width:555px;
}
/*产品列表页*/
.product_list_2017 .common_pro_list1{
	font-size:0;
}
.product_list_2017 .common_pro_list1 li{
	display: inline-block;
    float: none;
    font-size: 14px;
    width: calc(25% - 15px);
    margin: 20px 20px 0 0;
    border: 0;
	vertical-align:top;
}
.product_list_2017 .common_pro_list1 li:nth-child(4n){
	margin-right:0;
}
.product_list_2017 .common_pro_list1 li .product_img{
	position:relative;
}
.product_list_2017 .common_pro_list1 li .pic{
	width: 285px;
    height: 360px;
    line-height: 360px;
}
.product_list_2017 .common_pro_list1 li .pic img{
	max-width:100%;
	max-height:100%;
}
.product_list_2017 .common_pro_list1 li .newin{
	background: #ed3445;
    width: 60px;
    height: 24px;
    line-height: 24px;
}
.product_list_2017 .common_pro_list1 li .discount{
	position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background: #000;
    padding: 0 10px;
    z-index: 99;
    font-size: 12px;
	width:auto;
}
.product_list_2017 .common_pro_list1 li .sold_out_box{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    line-height: 100px;
    color: #fff;
    text-align: center;
    margin: -50px 0 0 -50px;
}
.product_list_2017 .common_pro_list1 .pro_content{
	text-align: center;
    padding: 10px 0 0 0;
    position: relative;
    z-index: 2;
}
.product_list_2017 .common_pro_list1 li .name{
	font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #333;
    padding: 0;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_list_2017 .common_pro_list1 li .price{
	font-size: 16px;
    color: #ed3445;
    font-weight: bold;
}
.product_list_2017 .common_pro_list1 li span.oldprice{
	color: #999;
	font-size:16px;
}




/*多颜色主题*/
/*红色*/
.global_style_red{}
.global_style_red #header_box .top_box,
.global_style_red #header_box .nav_war,
.global_style_red .main .btn-search
.global_style_red #bottom_box,
.global_style_red #header_box .nav > li > a:before,
.global_style_red #header_box .sub_nav{ background:#ed4040;}
.global_style_red #header_box .nav > li.on > a{color:#ed4040;}

.global_style_red .main .search_icon,
.global_style_red .main #header_box .currency_box .currency_txt,
.global_style_red #header_box .cart_txt a,
.global_style_red #header_box .login-link a,
.global_style_red #header_box .nav .sub_nav li a{ color:#fff;}
.global_style_red #bottom_box .newsletter_txt,
.global_style_red #bottom_box .newsletter_btn{ border-color:#FFF; color:#fff;}

.global_style_red #header_box .cart_txt a span,
.global_style_red #header_box .shartto li a{ background:#fff; color:#000;}



/*橙色*/
.global_style_orange{}
.global_style_orange #header_box .top_box,
.global_style_orange #header_box .nav_war,
.global_style_orange .main .btn-search,
.global_style_orange #bottom_box,
.global_style_orange #header_box .sub_nav{ background:#ff8542;}
.global_style_orange #header_box .nav > li.on > a{color:#ff8542;}
.global_style_orange .main .search_icon,
.global_style_orange .main #header_box .currency_box .currency_txt,
.global_style_orange #header_box .cart_txt a,
.global_style_orange #header_box .login-link a{ color:#fff;}
.global_style_orange #bottom_box .newsletter_txt,
.global_style_orange #bottom_box .newsletter_btn{ border-color:#FFF; color:#fff;}

.global_style_orange #header_box .cart_txt a span,
.global_style_orange #header_box .shartto li a{ background:#fff; color:#000;}


/*绿色*/
.global_style_green{}
.global_style_green #header_box .top_box,
.global_style_green #header_box .nav_war,
.global_style_green .main .btn-search,
.global_style_green #bottom_box,
.global_style_green #header_box .sub_nav{ background:#089b32;}
.global_style_green #header_box .nav > li.on > a{color:#089b32;}
.global_style_green .main .search_icon,
.global_style_green .main #header_box .currency_box .currency_txt,
.global_style_green #header_box .cart_txt a,
.global_style_green #header_box .login-link a{ color:#fff;}
.global_style_green #bottom_box .newsletter_txt,
.global_style_green #bottom_box .newsletter_btn{ border-color:#FFF; color:#fff;}

.global_style_green #header_box .cart_txt a span,
.global_style_green #header_box .shartto li a{ background:#fff; color:#000;}

/*蓝色*/
.global_style_blue{}
.global_style_blue #header_box .top_box,
.global_style_blue #header_box .nav_war,
.global_style_blue .main .btn-search,
.global_style_blue #bottom_box,
.global_style_blue #header_box .nav > li > a:before,
.global_style_blue #header_box .sub_nav{ background:#428fff;}
.global_style_blue #header_box .nav > li.on > a{color:#428fff;}

.global_style_blue .main .search_icon,
.global_style_blue .main #header_box .currency_box .currency_txt,
.global_style_blue #header_box .cart_txt a,
.global_style_blue #header_box .login-link a{ color:#fff;}
.global_style_blue #bottom_box .newsletter_txt,
.global_style_blue #bottom_box .newsletter_btn{ border-color:#FFF; color:#fff;}

.global_style_blue #header_box .cart_txt a span,
.global_style_blue #header_box .shartto li a{ background:#fff; color:#000;}

/*紫色*/
.global_style_purple{}
.global_style_purple #header_box .top_box,
.global_style_purple #header_box .nav_war,
.global_style_purple .main .btn-search,
.global_style_purple #bottom_box,
.global_style_purple #header_box .nav > li > a:before,
.global_style_purple #header_box .sub_nav{ background:#c942ff;}
.global_style_purple #header_box .nav > li.on > a{color:#c942ff;}
.global_style_purple .main .search_icon,
.global_style_purple .main #header_box .currency_box .currency_txt,
.global_style_purple #header_box .cart_txt a,
.global_style_purple #header_box .login-link a{ color:#fff;}
.global_style_purple #bottom_box .newsletter_txt,
.global_style_purple #bottom_box .newsletter_btn{ border-color:#FFF; color:#fff;}

.global_style_purple #header_box .cart_txt a span,
.global_style_purple #header_box .shartto li a{ background:#fff; color:#000;}

/*粉色*/
.global_style_pink{}
.global_style_pink #header_box .top_box,
.global_style_pink #header_box .nav_war,
.global_style_pink .main .btn-search,
.global_style_pink #bottom_box,
.global_style_pink #header_box .nav > li > a:before,
.global_style_pink #header_box .sub_nav{ background:#fb6cb1;}
.global_style_pink #header_box .nav > li.on > a{color:#fb6cb1;}
.global_style_pink .main .search_icon,
.global_style_pink .main #header_box .currency_box .currency_txt,
.global_style_pink #header_box .cart_txt a,
.global_style_pink #header_box .login-link a{ color:#fff;}
.global_style_pink #bottom_box .newsletter_txt,
.global_style_pink #bottom_box .newsletter_btn{ border-color:#FFF; color:#fff;}

.global_style_pink #header_box .cart_txt a span,
.global_style_pink #header_box .shartto li a{ background:#fff; color:#000;}


/*黑色*/
.global_style_black{}
.global_style_black #header_box .top_box,
.global_style_black #header_box .nav_war,
.global_style_black .main .btn-search,
.global_style_black #bottom_box,
.global_style_black #header_box .nav > li > a:before,
.global_style_black #header_box .sub_nav{ background:#000000;}
.global_style_black #header_box .nav > li.on > a{color:#000000;}
.global_style_black .main .search_icon,
.global_style_black .main #header_box .currency_box .currency_txt,
.global_style_black #header_box .cart_txt a,
.global_style_black #header_box .login-link a,
.global_style_black #header_box .nav .sub_nav li a{ color:#fff;}
.global_style_black #bottom_box .newsletter_txt,
.global_style_black #bottom_box .newsletter_btn{ border-color:#FFF; color:#fff;}

.global_style_black #header_box .cart_txt a span,
.global_style_black #header_box .shartto li a{ background:#fff; color:#000;}

/*黄色*/
.global_style_yellow{}
.global_style_yellow #header_box .top_box,
.global_style_yellow #header_box .nav_war,
.global_style_yellow .main .btn-search,
.global_style_yellow #bottom_box,
.global_style_yellow #header_box .nav > li > a:before,
.global_style_yellow #header_box .sub_nav{ background:#fbd540;}
.global_style_yellow #header_box .nav > li.on > a{color:#fbd540;}

.global_style_yellow #bottom_box .bottom_txt,
.global_style_yellow #bottom_box .bottom_link dt,
.global_style_yellow #bottom_box .bottom_link dd > a{ color:#333;}

/*橙黄色*/
.global_style_orange_yellow{}
.global_style_orange_yellow #header_box .top_box,
.global_style_orange_yellow #header_box .nav_war,
.global_style_orange_yellow .main .btn-search,
.global_style_orange_yellow #bottom_box,
.global_style_orange_yellow #header_box .nav > li > a:before,
.global_style_orange_yellow #header_box .sub_nav{ background:#fe9a04;}
.global_style_orange_yellow #header_box .nav > li.on > a{color:#fe9a04;}

.global_style_orange_yellow #bottom_box .bottom_txt,
.global_style_orange_yellow #bottom_box .bottom_link dt,
.global_style_orange_yellow #bottom_box .bottom_link dd > a{ color:#333;}
.global_style_orange_yellow #bottom_box .newsletter_txt,
.global_style_orange_yellow #bottom_box .newsletter_btn{ border-color:#000; color:#000;}

/*洋红色*/
.global_style_magenta{}

/*浅褐色*/
.global_style_light_brown{}
.global_style_light_brown #header_box .top_box,
.global_style_light_brown #header_box .nav_war,
.global_style_light_brown .main .btn-search,
.global_style_light_brown #bottom_box,
.global_style_light_brown #header_box .nav > li > a:before,
.global_style_light_brown #header_box .sub_nav{ background:#6b473c;}
.global_style_light_brown #header_box .nav > li.on > a{color:#6b473c;}
.global_style_light_brown #header_box .nav > li > a:after{ border-color: transparent transparent #6b473c transparent;}
.global_style_light_brown .main .search_icon,
.global_style_light_brown .main #header_box .currency_box .currency_txt,
.global_style_light_brown #header_box .cart_txt a,
.global_style_light_brown #header_box .login-link a,
.global_style_light_brown #header_box .nav .sub_nav li a{ color:#fff;}
.global_style_light_brown #bottom_box .newsletter_txt,
.global_style_light_brown #bottom_box .newsletter_btn{ border-color:#FFF; color:#fff;}

.global_style_light_brown #header_box .cart_txt a span,
.global_style_light_brown #header_box .shartto li a{ background:#fff; color:#000;}


/*褐色*/
.global_style_brown{}
.global_style_brown #header_box .top_box,
.global_style_brown #header_box .nav_war,
.global_style_brown .main .btn-search,
.global_style_brown #bottom_box,
.global_style_brown #header_box .nav > li > a:before,
.global_style_brown #header_box .sub_nav{ background:#843900;}
.global_style_brown #header_box .nav > li.on > a{color:#843900;}
.global_style_brown #header_box .nav > li > a:after{ border-color: transparent transparent #843900 transparent;}
.global_style_brown .main .search_icon,
.global_style_brown .main #header_box .currency_box .currency_txt,
.global_style_brown #header_box .cart_txt a,
.global_style_brown #header_box .login-link a,
.global_style_brown #header_box .nav .sub_nav li a{ color:#fff;}
.global_style_brown #bottom_box .newsletter_txt,
.global_style_brown #bottom_box .newsletter_btn{ border-color:#FFF; color:#fff;}

.global_style_brown #header_box .cart_txt a span,
.global_style_brown #header_box .shartto li a{ background:#fff; color:#000;}

/*棕绿色*/
.global_style_brown_green{}
.global_style_brown_green #header_box .top_box,
.global_style_brown_green #header_box .nav_war,
.global_style_brown_green .main .btn-search,
.global_style_brown_green #bottom_box,
.global_style_brown_green #header_box .nav > li > a:before,
.global_style_brown_green #header_box .sub_nav{ background:#666400;}
.global_style_brown_green #header_box .nav > li.on > a{color:#666400;}
.global_style_brown_green #header_box .nav > li > a:after{ border-color: transparent transparent #666400 transparent;}
.global_style_brown_green .main .search_icon,
.global_style_brown_green .main #header_box .currency_box .currency_txt,
.global_style_brown_green #header_box .cart_txt a,
.global_style_brown_green #header_box .login-link a,
.global_style_brown_green #header_box .nav .sub_nav li a{ color:#fff;}
.global_style_brown_green #bottom_box .newsletter_txt,
.global_style_brown_green #bottom_box .newsletter_btn{ border-color:#FFF; color:#fff;}

.global_style_brown_green #header_box .cart_txt a span,
.global_style_brown_green #header_box .shartto li a{ background:#fff; color:#000;}


/*浅绿色*/
.global_style_light_green{}
.global_style_light_green #header_box .top_box,
.global_style_light_green #header_box .nav_war,
.global_style_light_green .main .btn-search,
.global_style_light_green #bottom_box,
.global_style_light_green #header_box .nav > li > a:before,
.global_style_light_green #header_box .sub_nav{ background:#b2d235;}
.global_style_light_green #header_box .nav > li.on > a{color:#b2d235;}
.global_style_light_green #header_box .nav > li > a:after{ border-color: transparent transparent #b2d235 transparent;}
.global_style_light_green .main .search_icon,
.global_style_light_green .main #header_box .currency_box .currency_txt,
.global_style_light_green #header_box .cart_txt a,
.global_style_light_green #header_box .login-link a,
.global_style_light_green #header_box .nav .sub_nav li a{ color:#fff;}
.global_style_light_green #bottom_box .newsletter_txt,
.global_style_light_green #bottom_box .newsletter_btn{ border-color:#FFF; color:#fff;}

.global_style_light_green #header_box .cart_txt a span,
.global_style_light_green #header_box .shartto li a{ background:#fff; color:#000;}


/*深绿色*/
.global_style_dark_green{}
.global_style_dark_green #header_box .top_box,
.global_style_dark_green #header_box .nav_war,
.global_style_dark_green .main .btn-search,
.global_style_dark_green #bottom_box,
.global_style_dark_green #header_box .nav > li > a:before,
.global_style_dark_green #header_box .sub_nav{ background:#029834;}
.global_style_dark_green #header_box .nav > li.on > a{color:#029834;}
.global_style_dark_green #header_box .nav > li > a:after{ border-color: transparent transparent #029834 transparent;}
.global_style_dark_green .main .search_icon,
.global_style_dark_green .main #header_box .currency_box .currency_txt,
.global_style_dark_green #header_box .cart_txt a,
.global_style_dark_green #header_box .login-link a,
.global_style_dark_green #header_box .nav .sub_nav li a{ color:#fff;}
.global_style_dark_green #bottom_box .newsletter_txt,
.global_style_dark_green #bottom_box .newsletter_btn{ border-color:#FFF; color:#fff;}

.global_style_dark_green #header_box .cart_txt a span,
.global_style_dark_green #header_box .shartto li a{ background:#fff; color:#000;}

/*浅蓝色*/
.global_style_light_blue{}
.global_style_light_blue #header_box .top_box,
.global_style_light_blue #header_box .nav_war,
.global_style_light_blue .main .btn-search,
.global_style_light_blue #bottom_box,
.global_style_light_blue #header_box .nav > li > a:before,
.global_style_light_blue #header_box .sub_nav{ background:#2c6dff;}
.global_style_light_blue #header_box .nav > li.on > a{color:#2c6dff;}
.global_style_light_blue #header_box .nav > li > a:after{ border-color: transparent transparent #029834 transparent;}
.global_style_light_blue .main .search_icon,
.global_style_light_blue .main #header_box .currency_box .currency_txt,
.global_style_light_blue #header_box .cart_txt a,
.global_style_light_blue #header_box .login-link a,
.global_style_light_blue #header_box .nav .sub_nav li a{ color:#fff;}
.global_style_light_blue #bottom_box .newsletter_txt,
.global_style_light_blue #bottom_box .newsletter_btn{ border-color:#FFF; color:#fff;}

.global_style_light_blue #header_box .cart_txt a span,
.global_style_light_blue #header_box .shartto li a{ background:#fff; color:#000;}

/*深蓝色*/
.global_style_dark_blue{}
.global_style_dark_blue #header_box .top_box,
.global_style_dark_blue #header_box .nav_war,
.global_style_dark_blue .main .btn-search,
.global_style_dark_blue #bottom_box,
.global_style_dark_blue #header_box .nav > li > a:before,
.global_style_dark_blue #header_box .sub_nav{ background:#32339f;}
.global_style_dark_blue #header_box .nav > li.on > a{color:#32339f;}
.global_style_dark_blue #header_box .nav > li > a:after{ border-color: transparent transparent #32339f transparent;}
.global_style_dark_blue .main .search_icon,
.global_style_dark_blue .main #header_box .currency_box .currency_txt,
.global_style_dark_blue #header_box .cart_txt a,
.global_style_dark_blue #header_box .login-link a,
.global_style_dark_blue #header_box .nav .sub_nav li a{ color:#fff;}
.global_style_dark_blue #bottom_box .newsletter_txt,
.global_style_dark_blue #bottom_box .newsletter_btn{ border-color:#FFF; color:#fff;}

.global_style_dark_blue #header_box .cart_txt a span,
.global_style_dark_blue #header_box .shartto li a{ background:#fff; color:#000;}


/*浅紫色*/
.global_style_light_purple{}
.global_style_light_purple #header_box .top_box,
.global_style_light_purple #header_box .nav_war,
.global_style_light_purple .main .btn-search,
.global_style_light_purple #bottom_box,
.global_style_light_purple #header_box .nav > li > a:before,
.global_style_light_purple #header_box .sub_nav{ background:#d27fff;}
.global_style_light_purple #header_box .nav > li.on > a{color:#d27fff;}
.global_style_light_purple #header_box .nav > li > a:after{ border-color: transparent transparent #d27fff transparent;}
.global_style_light_purple .main .search_icon,
.global_style_light_purple .main #header_box .currency_box .currency_txt,
.global_style_light_purple #header_box .cart_txt a,
.global_style_light_purple #header_box .login-link a,
.global_style_light_purple #header_box .nav .sub_nav li a{ color:#fff;}
.global_style_light_purple #bottom_box .newsletter_txt,
.global_style_light_purple #bottom_box .newsletter_btn{ border-color:#FFF; color:#fff;}

.global_style_light_purple #header_box .cart_txt a span,
.global_style_light_purple #header_box .shartto li a{ background:#fff; color:#000;}


/*深紫色*/
.global_style_dark_purple{}
.global_style_dark_purple #header_box .top_box,
.global_style_dark_purple #header_box .nav_war,
.global_style_dark_purple .main .btn-search,
.global_style_dark_purple #bottom_box,
.global_style_dark_purple #header_box .nav > li > a:before,
.global_style_dark_purple #header_box .sub_nav{ background:#b600ff;}
.global_style_dark_purple #header_box .nav > li.on > a{color:#b600ff;}
.global_style_dark_purple #header_box .nav > li > a:after{ border-color: transparent transparent #b600ff transparent;}
.global_style_dark_purple .main .search_icon,
.global_style_dark_purple .main #header_box .currency_box .currency_txt,
.global_style_dark_purple #header_box .cart_txt a,
.global_style_dark_purple #header_box .login-link a,
.global_style_dark_purple #header_box .nav .sub_nav li a{ color:#fff;}
.global_style_dark_purple #bottom_box .newsletter_txt,
.global_style_dark_purple #bottom_box .newsletter_btn{ border-color:#FFF; color:#fff;}

.global_style_dark_purple #header_box .cart_txt a span,
.global_style_dark_purple #header_box .shartto li a{ background:#fff; color:#000;}

/*青色*/
.global_style_cyan{}
.global_style_cyan #header_box .top_box,
.global_style_cyan #header_box .nav_war,
.global_style_cyan .main .btn-search,
.global_style_cyan #bottom_box,
.global_style_cyan #header_box .nav > li > a:before,
.global_style_cyan #header_box .sub_nav{ background:#009ad6;}
.global_style_cyan #header_box .nav > li.on > a{color:#009ad6;}
.global_style_cyan #header_box .nav > li > a:after{ border-color: transparent transparent #009ad6 transparent;}
.global_style_cyan .main .search_icon,
.global_style_cyan .main #header_box .currency_box .currency_txt,
.global_style_cyan #header_box .cart_txt a,
.global_style_cyan #header_box .login-link a,
.global_style_cyan #header_box .nav .sub_nav li a{ color:#fff;}
.global_style_cyan #bottom_box .newsletter_txt,
.global_style_cyan #bottom_box .newsletter_btn{ border-color:#FFF; color:#fff;}

.global_style_cyan #header_box .cart_txt a span,
.global_style_cyan #header_box .shartto li a{ background:#fff; color:#000;}

/*青绿色*/
.global_style_cyan_green{}
.global_style_cyan_green #header_box .top_box,
.global_style_cyan_green #header_box .nav_war,
.global_style_cyan_green .main .btn-search,
.global_style_cyan_green #bottom_box,
.global_style_cyan_green #header_box .nav > li > a:before,
.global_style_cyan_green #header_box .sub_nav{ background:#00ae9d;}
.global_style_cyan_green #header_box .nav > li.on > a{color:#00ae9d;}
.global_style_cyan_green #header_box .nav > li > a:after{ border-color: transparent transparent #00ae9d transparent;}
.global_style_cyan_green .main .search_icon,
.global_style_cyan_green .main #header_box .currency_box .currency_txt,
.global_style_cyan_green #header_box .cart_txt a,
.global_style_cyan_green #header_box .login-link a,
.global_style_cyan_green #header_box .nav .sub_nav li a{ color:#fff;}
.global_style_cyan_green #bottom_box .newsletter_txt,
.global_style_cyan_green #bottom_box .newsletter_btn{ border-color:#FFF; color:#fff;}

.global_style_cyan_green #header_box .cart_txt a span,
.global_style_cyan_green #header_box .shartto li a{ background:#fff; color:#000;}


/*青蓝色*/
.global_style_cyan_blue{}
.global_style_cyan_blue #header_box .top_box,
.global_style_cyan_blue #header_box .nav_war,
.global_style_cyan_blue .main .btn-search,
.global_style_cyan_blue #bottom_box,
.global_style_cyan_blue #header_box .nav > li > a:before,
.global_style_cyan_blue #header_box .sub_nav{ background:#102b6a;}
.global_style_cyan_blue #header_box .nav > li.on > a{color:#102b6a;}
.global_style_cyan_blue #header_box .nav > li > a:after{ border-color: transparent transparent #102b6a transparent;}
.global_style_cyan_blue .main .search_icon,
.global_style_cyan_blue .main #header_box .currency_box .currency_txt,
.global_style_cyan_blue #header_box .cart_txt a,
.global_style_cyan_blue #header_box .login-link a,
.global_style_cyan_blue #header_box .nav .sub_nav li a{ color:#fff;}
.global_style_cyan_blue #bottom_box .newsletter_txt,
.global_style_cyan_blue #bottom_box .newsletter_btn{ border-color:#FFF; color:#fff;}

.global_style_cyan_blue #header_box .cart_txt a span,
.global_style_cyan_blue #header_box .shartto li a{ background:#fff; color:#000;}



@media screen and (max-width:1280px){ 
	#header_box .cart #minicartlist{
		height:calc(100% - 100px);
	}
	#header_box .buy_pro{
		max-height: calc(100% - 150px);
    	overflow: auto;
	}
}
@media screen and (max-width: 1000px){
	#header_box .shartto_box,
	#header_box .logo{
		width:50%;
	}
	#header_box .logo{
		text-align:left;
	}
	#header_box .top_txt{
		text-align:right;
		font-size:16px;
	}
	#header_box .nav_box,
	#header_box .top_box .header_rt{
		display:none;	
	}
	#header_box .nav li a svg{
		display:block;
	}
	#header_box .mobile-icon{
		display:block;	
		width:50%;
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		-moz-flex-basis: 50%;
		flex-basis: 50%;
	}
	.main .mobile-icon .search_icon,
	#header_box .cart_txt a{
		vertical-align:top;
		padding:3px 0;
	}
	#mobile-nav{
		display:inline-block;
		margin:0 6px;
	}
	#header_box .header_content{
		padding:30px 15px;
	}
	.main .search{
		width:90%;
	}
	#bottom_box .bottom_link .dl-list,
	#bottom_box .bottom_txt,
	#bottom_box .newsletter{
		width:50%;
	}
	.product_list_2017 .common_pro_list1 li .quickview,
	.block_items_products_rec .block_rec_ul li .quickview{
		display:none;
	}
	.main .search_icon svg,
	#header_box .cart_txt a svg{
		fill:#000;
	}
	
}


@media screen and (max-width: 700px){
	#bottom_box .bottom_txt,
	#bottom_box .newsletter{
		width:100%;
	}
	#bottom_box .bottom_link .dl-list{
		width:50%;
	}
}
@media screen and (max-width: 480px){
	.main .search h4{
		font-size:24px;
	}
	#bottom_box .bottom_link{
		padding:0 15px;
	}
	#header_box .shartto_box,
	#header_box .top_txt{
		text-align:center;
		width:100%;
	}
	#bottom_box .bottom_link .dl-list{
		width:100%;
	}

}















