/*
@font-face {
    font-family: 'ibm plex sansregular';
    src: url('ibmplexsans-regular-webfont.woff2') format('woff2'),
         url('ibmplexsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratregular';
    src: url('montserrat-regular-webfont.eot');
    src: url('montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('montserrat-regular-webfont.woff2') format('woff2'),
         url('montserrat-regular-webfont.woff') format('woff'),
         url('montserrat-regular-webfont.ttf') format('truetype'),
         url('montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/ 
html, body{
	font-size:14px;
}

.index_default{ 
	width:100% !important;
	margin:0;
}

#header_box{
	width:100%;
	padding:0 0 30px;
}

#header_box .header_top{
	height:40px;
	background:#f6f6f6;
	position:relative;
	padding:5px 20px;
	box-sizing:border-box;
}
#header_box .search_box{
	float:left;
}
#header_box .search_icon{
	float: left;
    height: 30px;
    line-height: 30px;
    padding-right: 12px;
    position: relative;
	cursor:pointer;
}
#header_box .search_icon:before{
	position:absolute;
	right:0;
	top:5px;
	height:20px;
	width:1px;
	background:#cacaca;
	content:'';
}
#header_box .search_icon svg{
	height: 30px;
    width: 16px;
    vertical-align: top;
    margin-right: 5px;
    fill: #000;
}
.pop_search{
	height:0;
	background:#f3f3f3;
	padding:0 100px;
	box-sizing:border-box;
	transition:all 0.3s ease;
	overflow:hidden;
}
.pop_search.on{
	height:100px;
	padding:20px 100px;
}
.pop_search .searchform{
	width:calc(100% - 70px);
	height:60px;
	border:0;
	float:left;
}
.pop_search .search_input{
	float: left;
    width: calc(100% - 70px);
    padding: 0;
    height: 60px;
    box-sizing: border-box;
	border:0;
    border-bottom: 2px solid #909090;
    font-size: 24px;
    line-height: 58px;
	text-indent:10px;
}
.pop_search .btn_search{
	float:left;
	width:70px;
	height:60px;
	box-sizing:border-box;
	background:none;
	border:0;
	margin:0;
	text-align: left;
    padding: 0 0 0 10px;
}
.pop_search .btn_search svg{
	height:60px;
	width:24px;
	fill:#000;
	
}
.pop_search .search_close{
	float:right;
	width:70px;
	height:60px;
	box-sizing:border-box;
	background:none;
	border:0;
	margin:0;
	text-align: right;
    padding: 0 10px 0 0;
	cursor:pointer;
}
.pop_search .search_close svg{
	height:60px;
	width:24px;
	fill:#000;
}

#header_box .currency_box{
	float: left;
    height: 30px;
    padding-left: 12px;
    line-height: 30px;
	position:relative;
}
#header_box .currency_txt{
	position:relative;
}

#header_box .currency_txt select{
	border:0;
	background:none;
	color:inherit;
	font-size:inherit;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	cursor:pointer;
    padding-right: 15px;
    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;
}
#header_box .currency_txt select option{
	color:#333;
}
#header_box .currency_txt i{
	background:none;
	vertical-align:top;
	font-size:14px;
	padding-left:5px;
}
#header_box .drop_currency{
	right:-15px; 
	top:30px; 
	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{
	background:#000; 
	color:#fff;
}
#header_box .currency li a span{
	float:right;
}
#header_box .currency li a b{
	font-weight:normal; 
	float:left;
}
 
#header_box .cart_box{
	float: right;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: 2px solid #000;
    height: 30px;
}
#header_box .cart_txt{
	line-height: 24px;
    font-size: 14px;
}
#header_box .cart_txt a{
	display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 15px;
    color: #000;
	width:100%;
	box-sizing:border-box;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header_box .cart_txt a svg{
	display: inline-block;
    height: 24px;
    width: 18px;
    vertical-align: top;
    margin-right: 5px;
    fill: #000;
}
#header_box .cart_txt a span{
	font-weight: normal;
    margin-right: 5px;
}
#header_box .cart_box.on .cart_txt a{
	color:#fff;
}
#header_box .cart_box.on .cart_txt a svg{
	fill:#fff;
} 


#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{
	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: 14px;
    padding-right: 12px;
	position:relative;
}
#header_box .login-link:before{
	position:absolute;
	right:0;
	top:5px;
	height:20px;
	width:1px;
	background:#cacaca;
	content:'';
}
#header_box .header_top_nav a{
	color:#000;
}
#header_box .header_top_nav a:hover{
	text-decoration:underline;
}
#header_box .tracking{
	display: inline-block;
    vertical-align: top;
    line-height: 30px;
    font-size: 14px;
    padding-left: 12px;
}
#header_box .header_content{
	text-align: center;
    padding: 50px 0 0;
}
#header_box .logo{
	display: inline-block;
	width:auto;
	height:auto;
}
#header_box .logo a{
	display:inline-block;
}
#header_box .logo img{
	max-height:50px;
}

#header_box .nav_box{
	text-align:center;
	border:0;
	margin-top:20px;
}
#header_box .nav{
	float: none;
    margin: 0;
    width: auto;
    display: inline-block;
	font-size:0;
}
#header_box .nav > li{
	display: inline-block;
    padding: 0;
    float: none;
    vertical-align: top;
    height: 40px;
    font-size: 14px;
}
#header_box .nav > li.on{
	z-index:999;
	}
#header_box .nav > li > a{
	display: inline-block;
    border: 0;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}
#header_box .nav > li > a svg{
	height: 40px;
    width: 8px;
    vertical-align: top;
    fill: #989898;
    margin-left: 5px;
}
#header_box .nav > li.on > a{
	color:#ed3445;
}
#header_box .nav > li.on > a svg{
	fill:#333;
}

#header_box .sub_nav{
	position: absolute;
	width:200px;
    text-align: left;
    background: #fff;
    border-top: 4px solid #ccc;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	display:none;
	padding:5px 0;
}
#header_box .nav > li.on .sub_nav{
	display:block;
}
#header_box .sub_nav li{
	height: 30px;
    width: 100%;
    float: none;
}
#header_box .nav .sub_nav li a{
	height: 30px;
    line-height: 30px;
    padding: 0;
    font-size: 14px;
	padding-left:15px;
	color:#666;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#header_box .nav .sub_nav li a:hover{
	background:none;
	color:#000;
	text-decoration:underline;
}

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


#bottom_box{
	width:100%;
	padding:0;
	margin:0;
	background:#f6f6f6;
}
#bottom_box .bottom_link{
	max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 60px 0 0;
	font-size:0;
}
#bottom_box .bottom_link dl{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	width:25%;
	text-align:center;
	padding:0 20px;
	box-sizing:border-box;
}
#bottom_box .bottom_link dt{
	font-size:14px;
	color:#000;
	text-transform:uppercase; 
	margin-bottom:15px;
	font-weight:bold;
}
#bottom_box .bottom_link dd{}
#bottom_box .bottom_link dd > a{
	display:block;
	line-height:24px;
	color:#000;
}
#bottom_box .bottom_link dd > a:hover{
	text-decoration:underline;
}
#bottom_box .bottom_link dd.newsletter_con form{
	font-size:0;
}
#bottom_box .bottom_link dd.newsletter_con .newsletter_txt{
	display:inline-block;
	width:calc(100% - 50px);
	vertical-align:top;
	height:44px;
	box-sizing:border-box;
	border:2px solid #000;
	font-size:14px;
	padding:5px; 
	color:#888;
}
#bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	display:inline-block;
	width:45px;
	margin-left:5px;
	vertical-align:top;
	height:44px;
	box-sizing:border-box;
	font-size:14px;
	background:#000;
	border:none;
}
#bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	height:44px;
	width:20px;
	fill:#fff; 
}
#bottom_box .shartto{
	float: none;
    height: auto;
	min-height: 30px;
    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:#000;
}
#bottom_box .block_copyright{
	color:#000;
	text-align:center;
	padding:20px 0;
}
#bottom_box .block_copyright>div{
	min-height:30px;
	line-height:30px;
}
#bottom_box .block_copyright img{
	max-width:100%;
}
.main_bg{
	display:none;
}
#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: 14px;
	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;
}

.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;}

.product_list_2017 .common_pro_list1 li .free_shipping{
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	color: #000;
}
.product_list_2017 .common_pro_list1 li .free_shipping svg{
	height: 20px;
	width: 24px;
	fill: #000;
	vertical-align: top;
	margin-right: 5px;
}

/*多颜色主题*/
/*红色*/
.global_style_red a:hover{}
.global_style_red #header_box .nav li a:hover,
.global_style_red #header_box .nav > li.on > a{
	color:#ed4040;
}
.global_style_red #header_box .currency li a:hover,
.global_style_red .block_items_blog .news-box .news-btn,
.global_style_red .block_items_topic_list dt span,
.global_style_red .block_single_products .single_product_shop_now{
	background:#ed4040;
}

.global_style_red #bottom_box,
.global_style_red #header_box .header_top{
	background:#ed4040;
	color:#fff;
}
.global_style_red #header_box .login-link:before,
.global_style_red #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_red #header_box .search_icon svg,
.global_style_red #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_red #header_box .mobile_cate,
.global_style_red #bottom_box .block_copyright,
.global_style_red #bottom_box .shartto li a,
.global_style_red #bottom_box .bottom_link dd > a,
.global_style_red #bottom_box .bottom_link dt,
.global_style_red #header_box .header_top_nav a,
.global_style_red #header_box .cart_txt a{
	color:#fff;
}
.global_style_red #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_red #header_box .cart_box{
	border-color:#fff;
}
.global_style_red .mobile_cate_icon:before,
.global_style_red .mobile_cate_icon span,
.global_style_red .mobile_cate_icon:after,
.global_style_red #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_red #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#ed4040;
}

/*橙色*/
.global_style_orange{}

.global_style_orange #header_box .nav li a:hover,
.global_style_orange #header_box .nav > li.on > a{
	color:#ff8542;
}
.global_style_orange #header_box .currency li a:hover,
.global_style_orange .block_items_blog .news-box .news-btn,
.global_style_orange .block_items_topic_list dt span,
.global_style_orange .block_single_products .single_product_shop_now{
	background:#ff8542;
}

.global_style_orange #bottom_box,
.global_style_orange #header_box .header_top{
	background:#ff8542;
	color:#fff;
}
.global_style_orange #header_box .login-link:before,
.global_style_orange #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_orange #header_box .search_icon svg,
.global_style_orange #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_orange #header_box .mobile_cate,
.global_style_orange #bottom_box .block_copyright,
.global_style_orange #bottom_box .shartto li a,
.global_style_orange #bottom_box .bottom_link dd > a,
.global_style_orange #bottom_box .bottom_link dt,
.global_style_orange #header_box .header_top_nav a,
.global_style_orange #header_box .cart_txt a{
	color:#fff;
}
.global_style_orange #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_orange #header_box .cart_box{
	border-color:#fff;
}
.global_style_orange .mobile_cate_icon:before,
.global_style_orange .mobile_cate_icon span,
.global_style_orange .mobile_cate_icon:after,
.global_style_orange #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_orange #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#ff8542;
}


/*绿色*/
.global_style_green{}

.global_style_green #header_box .nav li a:hover,
.global_style_green #header_box .nav > li.on > a{
	color:#089b32;
}
.global_style_green #header_box .currency li a:hover,
.global_style_green .block_items_blog .news-box .news-btn,
.global_style_green .block_items_topic_list dt span,
.global_style_green .block_single_products .single_product_shop_now{
	background:#089b32;
}
.global_style_green #bottom_box, 
.global_style_green #header_box .header_top{
	background:#089b32;
	color:#fff;
}
.global_style_green #header_box .login-link:before,
.global_style_green #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_green #header_box .search_icon svg,
.global_style_green #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_green #header_box .mobile_cate,
.global_style_green #bottom_box .block_copyright,
.global_style_green #bottom_box .shartto li a,
.global_style_green #bottom_box .bottom_link dd > a,
.global_style_green #bottom_box .bottom_link dt,
.global_style_green #header_box .header_top_nav a,
.global_style_green #header_box .cart_txt a{
	color:#fff;
}
.global_style_green #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_green #header_box .cart_box{
	border-color:#fff;
}
.global_style_green .mobile_cate_icon:before,
.global_style_green .mobile_cate_icon span,
.global_style_green .mobile_cate_icon:after,
.global_style_green #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_green #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#089b32;
}

/*蓝色*/
.global_style_blue{}

.global_style_blue #header_box .nav li a:hover,
.global_style_blue #header_box .nav > li.on > a{
	color:#428fff;
}
.global_style_blue #header_box .currency li a:hover,
.global_style_blue .block_items_blog .news-box .news-btn,
.global_style_blue .block_items_topic_list dt span,
.global_style_blue .block_single_products .single_product_shop_now{
	background:#428fff;
}
.global_style_blue #bottom_box,
.global_style_blue #header_box .header_top{
	background:#428fff;
	color:#fff;
}
.global_style_blue #header_box .login-link:before,
.global_style_blue #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_blue #header_box .search_icon svg,
.global_style_blue #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_blue #header_box .mobile_cate,
.global_style_blue #bottom_box .block_copyright,
.global_style_blue #bottom_box .shartto li a,
.global_style_blue #bottom_box .bottom_link dd > a,
.global_style_blue #bottom_box .bottom_link dt,
.global_style_blue #header_box .header_top_nav a,
.global_style_blue #header_box .cart_txt a{
	color:#fff;
}
.global_style_blue #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_blue #header_box .cart_box{
	border-color:#fff;
}
.global_style_blue .mobile_cate_icon:before,
.global_style_blue .mobile_cate_icon span,
.global_style_blue .mobile_cate_icon:after,
.global_style_blue #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_blue #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#428fff;
}


/*紫色*/
.global_style_purple{}

.global_style_purple #header_box .nav li a:hover,
.global_style_purple #header_box .nav > li.on > a{
	color:#c942ff;
}
.global_style_purple #header_box .currency li a:hover,
.global_style_purple .block_items_blog .news-box .news-btn,
.global_style_purple .block_items_topic_list dt span,
.global_style_purple .block_single_products .single_product_shop_now{
	background:#c942ff;
}
.global_style_purple #bottom_box,
.global_style_purple #header_box .header_top{
	background:#c942ff;
	color:#fff;
}
.global_style_purple #header_box .login-link:before,
.global_style_purple #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_purple #header_box .search_icon svg,
.global_style_purple #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_purple #bottom_box .block_copyright,
.global_style_purple #bottom_box .shartto li a,
.global_style_purple #bottom_box .bottom_link dd > a,
.global_style_purple #bottom_box .bottom_link dt,
.global_style_purple #header_box .header_top_nav a,
.global_style_purple #header_box .cart_txt a{
	color:#fff;
}
.global_style_purple #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_purple #header_box .cart_box{
	border-color:#fff;
}
.global_style_purple #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_purple #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#c942ff;
}
.global_style_purple .mobile_cate_icon:before,
.global_style_purple .mobile_cate_icon span,
.global_style_purple .mobile_cate_icon:after{
	background:#fff;
}
.global_style_purple #header_box .mobile_cate{
	color:#fff;
}
/*粉色*/
.global_style_pink{}

.global_style_pink #header_box .nav li a:hover,
.global_style_pink #header_box .nav > li.on > a{
	color:#fb6cb1;
}
.global_style_pink #header_box .currency li a:hover,
.global_style_pink .block_items_blog .news-box .news-btn,
.global_style_pink .block_items_topic_list dt span,
.global_style_pink .block_single_products .single_product_shop_now{
	background:#fb6cb1;
}
.global_style_pink #bottom_box,
.global_style_pink #header_box .header_top{
	background:#fb6cb1;
	color:#fff;
}
.global_style_pink #header_box .login-link:before,
.global_style_pink #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_pink #header_box .search_icon svg,
.global_style_pink #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_pink #bottom_box .block_copyright,
.global_style_pink #bottom_box .shartto li a,
.global_style_pink #bottom_box .bottom_link dd > a,
.global_style_pink #bottom_box .bottom_link dt,
.global_style_pink #header_box .header_top_nav a,
.global_style_pink #header_box .cart_txt a{
	color:#fff;
}
.global_style_pink #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_pink #header_box .cart_box{
	border-color:#fff;
}
.global_style_pink #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_pink #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#fb6cb1;
}
.global_style_pink .mobile_cate_icon:before,
.global_style_pink .mobile_cate_icon span,
.global_style_pink .mobile_cate_icon:after{
	background:#fff;
}
.global_style_pink #header_box .mobile_cate{
	color:#fff;
}

/*黑色*/
.global_style_black{}

.global_style_black #header_box .nav li a:hover,
.global_style_black #header_box .nav > li.on > a{
	color:#000;
}
.global_style_black #header_box .currency li a:hover,
.global_style_black .block_items_blog .news-box .news-btn,
.global_style_black .block_items_topic_list dt span,
.global_style_black .block_single_products .single_product_shop_now{
	background:#000;
}

.global_style_black #bottom_box,
.global_style_black #header_box .header_top{
	background:#000;
	color:#fff;
}
.global_style_black #header_box .login-link:before,
.global_style_black #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_black #header_box .search_icon svg,
.global_style_black #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_black #bottom_box .block_copyright,
.global_style_black #bottom_box .shartto li a,
.global_style_black #bottom_box .bottom_link dd > a,
.global_style_black #bottom_box .bottom_link dt,
.global_style_black #header_box .header_top_nav a,
.global_style_black #header_box .cart_txt a{
	color:#fff;
}
.global_style_black #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_black #header_box .cart_box{
	border-color:#fff;
}
.global_style_black #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_black #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#000;
}
.global_style_black .mobile_cate_icon:before,
.global_style_black .mobile_cate_icon span,
.global_style_black .mobile_cate_icon:after{
	background:#fff;
}
.global_style_black #header_box .mobile_cate{
	color:#fff;
}


/*黄色*/
.global_style_yellow{}

.global_style_yellow #header_box .nav li a:hover,
.global_style_yellow #header_box .nav > li.on > a{
	color:#fbd540;
}
.global_style_yellow #header_box .currency li a:hover,
.global_style_yellow .block_items_blog .news-box .news-btn,
.global_style_yellow .block_items_topic_list dt span,
.global_style_yellow .block_single_products .single_product_shop_now{
	background:#fbd540;
}
.global_style_yellow #bottom_box,
.global_style_yellow #header_box .header_top{
	background:#fbd540;
	color:#fff;
}
.global_style_yellow #header_box .login-link:before,
.global_style_yellow #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_yellow #header_box .search_icon svg,
.global_style_yellow #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_yellow #bottom_box .block_copyright,
.global_style_yellow #bottom_box .shartto li a,
.global_style_yellow #bottom_box .bottom_link dd > a,
.global_style_yellow #bottom_box .bottom_link dt,
.global_style_yellow #header_box .header_top_nav a,
.global_style_yellow #header_box .cart_txt a{
	color:#fff;
}
.global_style_yellow #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_yellow #header_box .cart_box{
	border-color:#fff;
}
.global_style_yellow #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_yellow #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#fbd540;
}
.global_style_yellow .mobile_cate_icon:before,
.global_style_yellow .mobile_cate_icon span,
.global_style_yellow .mobile_cate_icon:after{
	background:#fff;
}
.global_style_yellow #header_box .mobile_cate{
	color:#fff;
}

/*橙黄色*/
.global_style_orange_yellow{}

.global_style_orange_yellow #header_box .nav li a:hover,
.global_style_orange_yellow #header_box .nav > li.on > a{
	color:#fe9a04;
}
.global_style_orange_yellow #header_box .currency li a:hover,
.global_style_orange_yellow .block_items_blog .news-box .news-btn,
.global_style_orange_yellow .block_items_topic_list dt span,
.global_style_orange_yellow .block_single_products .single_product_shop_now{
	background:#fe9a04;
}
.global_style_orange_yellow #bottom_box,
.global_style_orange_yellow #header_box .header_top{
	background:#fe9a04;
	color:#fff;
}
.global_style_orange_yellow #header_box .login-link:before,
.global_style_orange_yellow #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_orange_yellow #header_box .search_icon svg,
.global_style_orange_yellow #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_orange_yellow #bottom_box .block_copyright,
.global_style_orange_yellow #bottom_box .shartto li a,
.global_style_orange_yellow #bottom_box .bottom_link dd > a,
.global_style_orange_yellow #bottom_box .bottom_link dt,
.global_style_orange_yellow #header_box .header_top_nav a,
.global_style_orange_yellow #header_box .cart_txt a{
	color:#fff;
}
.global_style_orange_yellow #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_orange_yellow #header_box .cart_box{
	border-color:#fff;
}
.global_style_orange_yellow #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_orange_yellow #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#fe9a04;
}
.global_style_orange_yellow .mobile_cate_icon:before,
.global_style_orange_yellow .mobile_cate_icon span,
.global_style_orange_yellow .mobile_cate_icon:after{
	background:#fff;
}
.global_style_orange_yellow #header_box .mobile_cate{
	color:#fff;
}

/*洋红色*/
.global_style_magenta{}

.global_style_magenta #header_box .nav li a:hover,
.global_style_magenta #header_box .nav > li.on > a{
	color:#fa039c;
}
.global_style_magenta #header_box .currency li a:hover,
.global_style_magenta .block_items_blog .news-box .news-btn,
.global_style_magenta .block_items_topic_list dt span,
.global_style_magenta .block_single_products .single_product_shop_now{
	background:#fa039c;
}
.global_style_magenta #bottom_box,
.global_style_magenta #header_box .header_top{
	background:#fa039c;
	color:#fff;
}
.global_style_magenta #header_box .login-link:before,
.global_style_magenta #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_magenta #header_box .search_icon svg,
.global_style_magenta #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_magenta #bottom_box .block_copyright,
.global_style_magenta #bottom_box .shartto li a,
.global_style_magenta #bottom_box .bottom_link dd > a,
.global_style_magenta #bottom_box .bottom_link dt,
.global_style_magenta #header_box .header_top_nav a,
.global_style_magenta #header_box .cart_txt a{
	color:#fff;
}
.global_style_magenta #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_magenta #header_box .cart_box{
	border-color:#fff;
}
.global_style_magenta #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_magenta #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#fa039c;
}
.global_style_magenta .mobile_cate_icon:before,
.global_style_magenta .mobile_cate_icon span,
.global_style_magenta .mobile_cate_icon:after{
	background:#fff;
}
.global_style_magenta #header_box .mobile_cate{
	color:#fff;
}

/*浅褐色*/
.global_style_light_brown{}

.global_style_light_brown #header_box .nav li a:hover,
.global_style_light_brown #header_box .nav > li.on > a{
	color:#6b473c;
}
.global_style_light_brown #header_box .currency li a:hover,
.global_style_light_brown .block_items_blog .news-box .news-btn,
.global_style_light_brown .block_items_topic_list dt span,
.global_style_light_brown .block_single_products .single_product_shop_now{
	background:#6b473c;
}
.global_style_light_brown #bottom_box,
.global_style_light_brown #header_box .header_top{
	background:#6b473c;
	color:#fff;
}
.global_style_light_brown #header_box .login-link:before,
.global_style_light_brown #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_light_brown #header_box .search_icon svg,
.global_style_light_brown #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_light_brown #bottom_box .block_copyright,
.global_style_light_brown #bottom_box .shartto li a,
.global_style_light_brown #bottom_box .bottom_link dd > a,
.global_style_light_brown #bottom_box .bottom_link dt,
.global_style_light_brown #header_box .header_top_nav a,
.global_style_light_brown #header_box .cart_txt a{
	color:#fff;
}
.global_style_light_brown #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_light_brown #header_box .cart_box{
	border-color:#fff;
}
.global_style_light_brown #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_light_brown #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#6b473c;
}
.global_style_light_brown .mobile_cate_icon:before,
.global_style_light_brown .mobile_cate_icon span,
.global_style_light_brown .mobile_cate_icon:after{
	background:#fff;
}
.global_style_light_brown #header_box .mobile_cate{
	color:#fff;
}

/*褐色*/
.global_style_brown{}

.global_style_brown #header_box .nav li a:hover,
.global_style_brown #header_box .nav > li.on > a{
	color:#843900;
}
.global_style_brown #header_box .currency li a:hover,
.global_style_brown .block_items_blog .news-box .news-btn,
.global_style_brown .block_items_topic_list dt span,
.global_style_brown .block_single_products .single_product_shop_now{
	background:#843900;
}
.global_style_brown #bottom_box,
.global_style_brown #header_box .header_top{
	background:#843900;
	color:#fff;
}
.global_style_brown #header_box .login-link:before,
.global_style_brown #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_brown #header_box .search_icon svg,
.global_style_brown #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_brown #bottom_box .block_copyright,
.global_style_brown #bottom_box .shartto li a,
.global_style_brown #bottom_box .bottom_link dd > a,
.global_style_brown #bottom_box .bottom_link dt,
.global_style_brown #header_box .header_top_nav a,
.global_style_brown #header_box .cart_txt a{
	color:#fff;
}
.global_style_brown #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_brown #header_box .cart_box{
	border-color:#fff;
}
.global_style_brown #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_brown #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#843900;
}
.global_style_brown .mobile_cate_icon:before,
.global_style_brown .mobile_cate_icon span,
.global_style_brown .mobile_cate_icon:after{
	background:#fff;
}
.global_style_brown #header_box .mobile_cate{
	color:#fff;
}

/*棕绿色*/
.global_style_brown_green{}

.global_style_brown_green #header_box .nav li a:hover,
.global_style_brown_green #header_box .nav > li.on > a{
	color:#666400;
}
.global_style_brown_green #header_box .currency li a:hover,
.global_style_brown_green .block_items_blog .news-box .news-btn,
.global_style_brown_green .block_items_topic_list dt span,
.global_style_brown_green .block_single_products .single_product_shop_now{
	background:#666400;
}
.global_style_brown_green #bottom_box,
.global_style_brown_green #header_box .header_top{
	background:#666400;
	color:#fff;
}
.global_style_brown_green #header_box .login-link:before,
.global_style_brown_green #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_brown_green #header_box .search_icon svg,
.global_style_brown_green #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_brown_green #bottom_box .block_copyright,
.global_style_brown_green #bottom_box .shartto li a,
.global_style_brown_green #bottom_box .bottom_link dd > a,
.global_style_brown_green #bottom_box .bottom_link dt,
.global_style_brown_green #header_box .header_top_nav a,
.global_style_brown_green #header_box .cart_txt a{
	color:#fff;
}
.global_style_brown_green #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_brown_green #header_box .cart_box{
	border-color:#fff;
}
.global_style_brown_green #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_brown_green #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#666400;
}
.global_style_brown_green .mobile_cate_icon:before,
.global_style_brown_green .mobile_cate_icon span,
.global_style_brown_green .mobile_cate_icon:after{
	background:#fff;
}
.global_style_brown_green #header_box .mobile_cate{
	color:#fff;
}

/*浅绿色*/
.global_style_light_green{}

.global_style_light_green #header_box .nav li a:hover,
.global_style_light_green #header_box .nav > li.on > a{
	color:#b2d235;
}
.global_style_light_green #header_box .currency li a:hover,
.global_style_light_green .block_items_blog .news-box .news-btn,
.global_style_light_green .block_items_topic_list dt span,
.global_style_light_green .block_single_products .single_product_shop_now{
	background:#b2d235;
}
.global_style_light_green #bottom_box,
.global_style_light_green #header_box .header_top{
	background:#b2d235;
	color:#fff;
}
.global_style_light_green #header_box .login-link:before,
.global_style_light_green #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_light_green #header_box .search_icon svg,
.global_style_light_green #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_light_green #bottom_box .block_copyright,
.global_style_light_green #bottom_box .shartto li a,
.global_style_light_green #bottom_box .bottom_link dd > a,
.global_style_light_green #bottom_box .bottom_link dt,
.global_style_light_green #header_box .header_top_nav a,
.global_style_light_green #header_box .cart_txt a{
	color:#fff;
}
.global_style_light_green #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_light_green #header_box .cart_box{
	border-color:#fff;
}
.global_style_light_green #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_light_green #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#b2d235;
}
.global_style_light_green .mobile_cate_icon:before,
.global_style_light_green .mobile_cate_icon span,
.global_style_light_green .mobile_cate_icon:after{
	background:#fff;
}
.global_style_light_green #header_box .mobile_cate{
	color:#fff;
}

/*深绿色*/
.global_style_dark_green{}

.global_style_dark_green #header_box .nav li a:hover,
.global_style_dark_green #header_box .nav > li.on > a{
	color:#029834;
}
.global_style_dark_green #header_box .currency li a:hover,
.global_style_dark_green .block_items_blog .news-box .news-btn,
.global_style_dark_green .block_items_topic_list dt span,
.global_style_dark_green .block_single_products .single_product_shop_now{
	background:#029834;
}
.global_style_dark_green #bottom_box,
.global_style_dark_green #header_box .header_top{
	background:#029834;
	color:#fff;
}
.global_style_dark_green #header_box .login-link:before,
.global_style_dark_green #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_dark_green #header_box .search_icon svg,
.global_style_dark_green #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_dark_green #bottom_box .block_copyright,
.global_style_dark_green #bottom_box .shartto li a,
.global_style_dark_green #bottom_box .bottom_link dd > a,
.global_style_dark_green #bottom_box .bottom_link dt,
.global_style_dark_green #header_box .header_top_nav a,
.global_style_dark_green #header_box .cart_txt a{
	color:#fff;
}
.global_style_dark_green #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_dark_green #header_box .cart_box{
	border-color:#fff;
}
.global_style_dark_green #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_dark_green #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#029834;
}
.global_style_dark_green .mobile_cate_icon:before,
.global_style_dark_green .mobile_cate_icon span,
.global_style_dark_green .mobile_cate_icon:after{
	background:#fff;
}
.global_style_dark_green #header_box .mobile_cate{
	color:#fff;
}

/*浅蓝色*/
.global_style_light_blue{}

.global_style_light_blue #header_box .nav li a:hover,
.global_style_light_blue #header_box .nav > li.on > a{
	color:#2c6dff;
}
.global_style_light_blue #header_box .currency li a:hover,
.global_style_light_blue .block_items_blog .news-box .news-btn,
.global_style_light_blue .block_items_topic_list dt span,
.global_style_light_blue .block_single_products .single_product_shop_now{
	background:#2c6dff;
}
.global_style_light_blue #bottom_box,
.global_style_light_blue #header_box .header_top{
	background:#2c6dff;
	color:#fff;
}
.global_style_light_blue #header_box .login-link:before,
.global_style_light_blue #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_light_blue #header_box .search_icon svg,
.global_style_light_blue #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_light_blue #bottom_box .block_copyright,
.global_style_light_blue #bottom_box .shartto li a,
.global_style_light_blue #bottom_box .bottom_link dd > a,
.global_style_light_blue #bottom_box .bottom_link dt,
.global_style_light_blue #header_box .header_top_nav a,
.global_style_light_blue #header_box .cart_txt a{
	color:#fff;
}
.global_style_light_blue #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_light_blue #header_box .cart_box{
	border-color:#fff;
}
.global_style_light_blue #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_light_blue #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#2c6dff;
}
.global_style_light_blue .mobile_cate_icon:before,
.global_style_light_blue .mobile_cate_icon span,
.global_style_light_blue .mobile_cate_icon:after{
	background:#fff;
}
.global_style_light_blue #header_box .mobile_cate{
	color:#fff;
}

/*深蓝色*/
.global_style_dark_blue{}

.global_style_dark_blue #header_box .nav li a:hover,
.global_style_dark_blue #header_box .nav > li.on > a{
	color:#32339f;
}
.global_style_dark_blue #header_box .currency li a:hover,
.global_style_dark_blue .block_items_blog .news-box .news-btn,
.global_style_dark_blue .block_items_topic_list dt span,
.global_style_dark_blue .block_single_products .single_product_shop_now{
	background:#32339f;
}
.global_style_dark_blue #bottom_box,
.global_style_dark_blue #header_box .header_top{
	background:#32339f;
	color:#fff;
}
.global_style_dark_blue #header_box .login-link:before,
.global_style_dark_blue #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_dark_blue #header_box .search_icon svg,
.global_style_dark_blue #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_dark_blue #bottom_box .block_copyright,
.global_style_dark_blue #bottom_box .shartto li a,
.global_style_dark_blue #bottom_box .bottom_link dd > a,
.global_style_dark_blue #bottom_box .bottom_link dt,
.global_style_dark_blue #header_box .header_top_nav a,
.global_style_dark_blue #header_box .cart_txt a{
	color:#fff;
}
.global_style_dark_blue #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_dark_blue #header_box .cart_box{
	border-color:#fff;
}
.global_style_dark_blue #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_dark_blue #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#32339f;
}
.global_style_dark_blue .mobile_cate_icon:before,
.global_style_dark_blue .mobile_cate_icon span,
.global_style_dark_blue .mobile_cate_icon:after{
	background:#fff;
}
.global_style_dark_blue #header_box .mobile_cate{
	color:#fff;
}

/*浅紫色*/
.global_style_light_purple{}

.global_style_light_purple #header_box .nav li a:hover,
.global_style_light_purple #header_box .nav > li.on > a{
	color:#d27fff;
}
.global_style_light_purple #header_box .currency li a:hover,
.global_style_light_purple .block_items_blog .news-box .news-btn,
.global_style_light_purple .block_items_topic_list dt span,
.global_style_light_purple .block_single_products .single_product_shop_now{
	background:#d27fff;
}
.global_style_light_purple #bottom_box,
.global_style_light_purple #header_box .header_top{
	background:#d27fff;
	color:#fff;
}
.global_style_light_purple #header_box .login-link:before,
.global_style_light_purple #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_light_purple #header_box .search_icon svg,
.global_style_light_purple #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_light_purple #bottom_box .block_copyright,
.global_style_light_purple #bottom_box .shartto li a,
.global_style_light_purple #bottom_box .bottom_link dd > a,
.global_style_light_purple #bottom_box .bottom_link dt,
.global_style_light_purple #header_box .header_top_nav a,
.global_style_light_purple #header_box .cart_txt a{
	color:#fff;
}
.global_style_light_purple #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_light_purple #header_box .cart_box{
	border-color:#fff;
}
.global_style_light_purple #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_light_purple #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#d27fff;
}
.global_style_light_purple .mobile_cate_icon:before,
.global_style_light_purple .mobile_cate_icon span,
.global_style_light_purple .mobile_cate_icon:after{
	background:#fff;
}
.global_style_light_purple #header_box .mobile_cate{
	color:#fff;
}

/*深紫色*/
.global_style_dark_purple{}

.global_style_dark_purple #header_box .nav li a:hover,
.global_style_dark_purple #header_box .nav > li.on > a{
	color:#b600ff;
}
.global_style_dark_purple #header_box .currency li a:hover,
.global_style_dark_purple .block_items_blog .news-box .news-btn,
.global_style_dark_purple .block_items_topic_list dt span,
.global_style_dark_purple .block_single_products .single_product_shop_now{
	background:#b600ff;
}
.global_style_dark_purple #bottom_box,
.global_style_dark_purple #header_box .header_top{
	background:#b600ff;
	color:#fff;
}
.global_style_dark_purple #header_box .login-link:before,
.global_style_dark_purple #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_dark_purple #header_box .search_icon svg,
.global_style_dark_purple #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_dark_purple #bottom_box .block_copyright,
.global_style_dark_purple #bottom_box .shartto li a,
.global_style_dark_purple #bottom_box .bottom_link dd > a,
.global_style_dark_purple #bottom_box .bottom_link dt,
.global_style_dark_purple #header_box .header_top_nav a,
.global_style_dark_purple #header_box .cart_txt a{
	color:#fff;
}
.global_style_dark_purple #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_dark_purple #header_box .cart_box{
	border-color:#fff;
}
.global_style_dark_purple #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_dark_purple #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#b600ff;
}
.global_style_dark_purple .mobile_cate_icon:before,
.global_style_dark_purple .mobile_cate_icon span,
.global_style_dark_purple .mobile_cate_icon:after{
	background:#fff;
}
.global_style_dark_purple #header_box .mobile_cate{
	color:#fff;
}


/*青色*/
.global_style_cyan{}

.global_style_cyan #header_box .nav li a:hover,
.global_style_cyan #header_box .nav > li.on > a{
	color:#009ad6;
}
.global_style_cyan #header_box .currency li a:hover,
.global_style_cyan .block_items_blog .news-box .news-btn,
.global_style_cyan .block_items_topic_list dt span,
.global_style_cyan .block_single_products .single_product_shop_now{
	background:#009ad6;
}
.global_style_cyan #bottom_box,
.global_style_cyan #header_box .header_top{
	background:#009ad6;
	color:#fff;
}
.global_style_cyan #header_box .login-link:before,
.global_style_cyan #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_cyan #header_box .search_icon svg,
.global_style_cyan #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_cyan #bottom_box .block_copyright,
.global_style_cyan #bottom_box .shartto li a,
.global_style_cyan #bottom_box .bottom_link dd > a,
.global_style_cyan #bottom_box .bottom_link dt,
.global_style_cyan #header_box .header_top_nav a,
.global_style_cyan #header_box .cart_txt a{
	color:#fff;
}
.global_style_cyan #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_cyan #header_box .cart_box{
	border-color:#fff;
}
.global_style_cyan #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_cyan #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#009ad6;
}
.global_style_cyan .mobile_cate_icon:before,
.global_style_cyan .mobile_cate_icon span,
.global_style_cyan .mobile_cate_icon:after{
	background:#fff;
}
.global_style_cyan #header_box .mobile_cate{
	color:#fff;
}

/*青绿色*/
.global_style_cyan_green{}

.global_style_cyan_green #header_box .nav li a:hover,
.global_style_cyan_green #header_box .nav > li.on > a{
	color:#00ae9d;
}
.global_style_cyan_green #header_box .currency li a:hover,
.global_style_cyan_green .block_items_blog .news-box .news-btn,
.global_style_cyan_green .block_items_topic_list dt span,
.global_style_cyan_green .block_single_products .single_product_shop_now{
	background:#00ae9d;
}
.global_style_cyan_green #bottom_box,
.global_style_cyan_green #header_box .header_top{
	background:#00ae9d;
	color:#fff;
}
.global_style_cyan_green #header_box .login-link:before,
.global_style_cyan_green #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_cyan_green #header_box .search_icon svg,
.global_style_cyan_green #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_cyan_green #bottom_box .block_copyright,
.global_style_cyan_green #bottom_box .shartto li a,
.global_style_cyan_green #bottom_box .bottom_link dd > a,
.global_style_cyan_green #bottom_box .bottom_link dt,
.global_style_cyan_green #header_box .header_top_nav a,
.global_style_cyan_green #header_box .cart_txt a{
	color:#fff;
}
.global_style_cyan_green #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_cyan_green #header_box .cart_box{
	border-color:#fff;
}
.global_style_cyan_green #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_cyan_green #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#00ae9d;
}
.global_style_cyan_green .mobile_cate_icon:before,
.global_style_cyan_green .mobile_cate_icon span,
.global_style_cyan_green .mobile_cate_icon:after{
	background:#fff;
}
.global_style_cyan_green #header_box .mobile_cate{
	color:#fff;
}

/*青蓝色*/
.global_style_cyan_blue{}

.global_style_cyan_blue #header_box .nav li a:hover,
.global_style_cyan_blue #header_box .nav > li.on > a{
	color:#102b6a;
}
.global_style_cyan_blue #header_box .currency li a:hover,
.global_style_cyan_blue .block_items_blog .news-box .news-btn,
.global_style_cyan_blue .block_items_topic_list dt span,
.global_style_cyan_blue .block_single_products .single_product_shop_now{
	background:#102b6a;
}
.global_style_cyan_blue #bottom_box,
.global_style_cyan_blue #header_box .header_top{
	background:#102b6a;
	color:#fff;
}
.global_style_cyan_blue #header_box .login-link:before,
.global_style_cyan_blue #header_box .search_icon:before{
	backgournd:#fff;
	opacity:0.5; 
}
.global_style_cyan_blue #header_box .search_icon svg,
.global_style_cyan_blue #header_box .cart_txt a svg{
	fill:#fff;
}
.global_style_cyan_blue #bottom_box .block_copyright,
.global_style_cyan_blue #bottom_box .shartto li a,
.global_style_cyan_blue #bottom_box .bottom_link dd > a,
.global_style_cyan_blue #bottom_box .bottom_link dt,
.global_style_cyan_blue #header_box .header_top_nav a,
.global_style_cyan_blue #header_box .cart_txt a{
	color:#fff;
}
.global_style_cyan_blue #bottom_box .bottom_link dd.newsletter_con .newsletter_txt,
.global_style_cyan_blue #header_box .cart_box{
	border-color:#fff;
}
.global_style_cyan_blue #bottom_box .bottom_link dd.newsletter_con .newsletter_btn{
	background:#fff;
}
.global_style_cyan_blue #bottom_box .bottom_link dd.newsletter_con .newsletter_btn svg{
	fill:#102b6a;
}
.global_style_cyan_blue .mobile_cate_icon:before,
.global_style_cyan_blue .mobile_cate_icon span,
.global_style_cyan_blue .mobile_cate_icon:after{
	background:#fff;
}
.global_style_cyan_blue #header_box .mobile_cate{
	color:#fff;
}
#header_box .buy_pro li .minicart-del{
	right:0;
}
#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% - 140px);
	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{
	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);
}
@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:768px){
	.product_list_2017 .common_pro_list1 li .pic{
		width: auto;
		height: auto;
		line-height: normal;
	}
	.main{
		transition:all 0.3s ease-in-out;
	}
	.left_cate{
		width:240px;
		background:#e9e9e9;
		position:fixed;
		height:100%;
		overflow-y:auto;
		z-index:100000;
		transform:translate(-240px,0);
		transition:all 0.3s ease-in-out;
	}
	.pop_search{
		height:auto;
		background:none;
		padding:0;
		background:#f3f3f3;
		height:40px;
	}
	.pop_search .searchform{
		width:100%;
		height:40px;
		float:none;
	}
	.pop_search .btn_search{
		width:40px;
		height:40px;
	}
	.pop_search .btn_search svg{
		height:40px;
		width:16px;
	}
	.pop_search .search_input{
		height: 40px;
		border: 0;
		line-height: 20px;
		background: none;
		font-size: 14px;
		text-indent: 0;
		color: #333;
	}
	.mobile_nav_box li{
		position:relative;
		border-bottom:1px solid #cacaca;
	}
	.mobile_nav_box li a{
		display:block;
		padding-left:10px;
		line-height:34px;
		font-size:14px;
		color:#000;
	}
	.mobile_nav_box li a svg{
		display:none;
	}
	.mobile_nav_box li.son-li:before{
		content:'';
		position:absolute;
		right:10px;
		top:14px;
		width:0;
		height:0;
		border-right:5px solid transparent;
		border-left:5px solid transparent;
		border-top:5px solid #ababab;
	}
	.mobile_nav_box li.son-li:after{
		content:'';
		position:absolute;
		right:0;
		top:0;
		width:calc(100% - 30px);
		height:34px;
		z-index:99;
	}
	.mobile_nav_box li .sub_nav{
		background:#f3f3f3;	
		display:none;
	}
	.mobile_nav_box li .sub_nav li{
		border:0;
	}
	.mobile_nav_box li .sub_nav li a{
		color:#4f4f4f;
		font-size:14px;
		padding-left:20px;
		
	}
	.mobile_nav_box li.sub_on{
		background:#fff;
	}
	.mobile_nav_box li.sub_on:before{
		transform:rotate(180deg);
	}
	
	.mobile_header_top_nav{
		padding: 10px;
	}
	.mobile_header_top_nav a{
		line-height:34px;
		color:#000;
	}
	
	.mobile_nav_box li.on .sub_nav{
		display:block;
	}
	.mobile_nav_box, 
	.mobile_header_top_nav, 
	.mobile_cate{
		display:block;
	}
	#header_box .search_icon,
	#header_box .header_top_nav,
	#header_box .nav_box{
		display:none;
	}
	#header_box .mobile_cate {
		float: left;
		height: 30px;
		line-height: 30px;
		color: #000;
		padding-right: 12px;
		position: relative;
		cursor: pointer;
	}
	#header_box .mobile_cate:before{
		position:absolute;
		right:0;
		top:5px;
		height:20px;
		width:1px;
		background:#cacaca;
		content:'';
	}
	.mobile_cate_icon{
		display:inline-block;
		height:30px;
		width:20px;
		vertical-align:top;
		position:relative;
	}
	.mobile_cate_icon:before{
		position:absolute;
		left:0;
		top:10px;
		content:'';
		width:14px;
		height:2px;
		background:#000;
	}
	.mobile_cate_icon:after{
		position:absolute;
		left:0;
		top:14px;
		content:'';
		width:14px;
		height:2px;
		background:#000;
	}
	.mobile_cate_icon span{
		position:absolute;
		left:0;
		top:18px;
		content:'';
		width:14px ;
		height:2px;
		background:#000;
	}
	
	.main_bg{
		position:fixed;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,.5);
		z-index:99999;
	}
	.main_show{
		transform: translate(240px,0);
	}
	.left_cate_show{
		transform:none;
	}
	.main_show .main_bg{
		display:block;
	}
	#bottom_box{
		padding:40px 0 0;
	}
	#bottom_box .bottom_link dl{
		width:100%;
		border-bottom:1px solid #bfbfbf;
		padding:30px 0;
	}
	#bottom_box .bottom_link{
		padding:0 20px;
		box-sizing:border-box;
	}
	#header_box .header_content{
		padding:20px 0 0;
	}
	#header_box{
		padding:0 0 20px;
	}
	#header_box .drop_currency{
	    right: 0;
	    top: 40px;
	    padding: 5px 0;
	    position: fixed;
	    width: 100%;
	}
	#header_box .currency li{ 
		border-bottom:1px solid #eee;
	}
	#header_box .currency li a {
	    color: #333;
	    display: block;
	    overflow: hidden;
	    height: 34px;
	    line-height: 34px;
	    padding: 0 20px;
	}
	#header_box .cart{
		display:none !important;
	}
}



@media screen and (max-width:480px){
	
	#header_box .cart_txt a{
		width:100%;
		white-space:nowrap;
		overflow:hidden;
		text-overflow: ellipsis;
		box-sizing:border-box;
	}
	#header_box .currency_txt span{
		display:none;
	}
	#header_box .currency_txt select{
		line-height:20px;
		padding:5px 15px 5px 0;
	}
}








