body{
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
}
a{ 
	color:#333;
}
a:hover, a:active {
    outline: 0;
}

.wapper{
	max-width:1200px;
	width:100%;
}

#header_box{
	height:140px;
	width:100%;
}
#header_box .header_wapper{
	
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    background: #fff;
    height: 132px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    padding-top: 10px;
	box-sizing:border-box;
	z-index: 9999;
}
#header_box .header_top{
	width:1200px;
	margin:0 auto;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#header_box .logo{
	margin-top: 20px;
    width: 204px;
	height:auto;
}
#header_box .logo a{}
#header_box .logo a img{
	max-width: 100%;
    height: auto;
    border: 0;
	max-height:50px;
}
#header_box .search-box .search-bg{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background: rgba(0,0,0,.5);
	display:none;
}
#header_box .search-box .search_txt{
	color: #666;
    padding: 0 0 8px;
    white-space: nowrap;
	text-align:center;
	min-height:16px;
}
#header_box .search-box .searchform{
	width:380px;
	height:40px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	border:none;
	position:relative;
	z-index:100;
}
#header_box .search-box .search_input{
	height: 40px;
    width: calc(100% - 60px);
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    border-right: none;
    padding: 0;
    line-height: 16px;
    text-indent: 15px;
    float: none;
	
}
#header_box .search-box .btn_search{
	border: 0;
    width: 60px;
    height: 40px;
    background: #FC6CB1;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    float: none;
}
#header_box .search-box .btn_search svg{
	fill:#fff;
	height:40px;
	width:24px;
}
#header_box .header_right{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	flex-direction: row-reverse;
	padding-top:30px;
}

#header_box .header_right .cart-box{
	padding:0 15px;
	text-align:center;
	position:relative;
}

#header_box .header_right .cart-box a span{
	display:block;
}
#header_box .header_right .cart-box a strong{
	position: absolute;
    top: -5px;
    right: 5px;
    display: block;
    background-color: #ED0000;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
}
#header_box .header_right .help-center{
	padding:0 15px;
	text-align:center;
}

#header_box .header_right .login-box{
	padding:0 15px;
	text-align:center;
	position:relative;
}
#header_box .header_right .cart-box a,
#header_box .header_right .help-center > a,
#header_box .header_right .login-box > a{
	display:block;
}
#header_box .header_right .cart-box a span,
#header_box .header_right .help-center > a span,
#header_box .header_right .login-box > a span{
	display:block;
	margin-top:3px;
}
#header_box .header_right .cart-box a svg,
#header_box .header_right .help-center > a svg,
#header_box .header_right .login-box > a svg{
	width:26px;
	height:26px;
	fill:#333;
}
#header_box .header_right .cart-box a:hover,
#header_box .header_right .help-center > a:hover,
#header_box .header_right .login-box > a:hover{
	color:#FC6CB1;
	text-decoration:none;
}
#header_box .header_right .cart-box a:hover svg,
#header_box .header_right .help-center > a:hover svg,
#header_box .header_right .login-box > a:hover svg{
	fill:#FC6CB1;
}
#header_box .header_right .accont-dropdown{
	position: absolute;
    top: 40px;
    right: 0;
    display: none;
    z-index: 1000;
    padding: 10px;
    overflow: hidden;
}
#header_box .header_right .accont-dropdown ul{
	background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    padding: 15px 30px;
    min-width: 160px;
    text-align: left;
}
#header_box .header_right .accont-dropdown ul li{
	font-size: 14px;
    line-height: 30px;
}
#header_box .header_right .accont-dropdown ul li a{
	color:#666;
}
#header_box .header_right .accont-dropdown ul li a:hover{
	color: #FC6CB1;
}
#header_box .header_right .accont-dropdown ul li .btn-register,
#header_box .header_right .accont-dropdown ul li .btn-sign{
	width: 240px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #FC6CB1;
}
#header_box .header_right .accont-dropdown ul li .btn-sign{
	margin-top: 15px;
}
#header_box .header_right .accont-dropdown ul li .split{
	line-height: 30px;
    color: #666;
    text-align: center;
}
#header_box .header_right .accont-dropdown ul li .btn-register{
	background-color: #333;
}
#header_box .header_right .accont-dropdown ul li .sns-list{
	margin-top:20px;
}
#header_box .header_right .accont-dropdown ul li .sns-list a{
	display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    padding: 4px;
	box-sizing:border-box;
}
#header_box .login-box .accont-dropdown .btn-sign:hover{
	background-color: #D80072;
}
#header_box .login-box .accont-dropdown .btn-register:hover{
	background-color: #000;
}
#header_box .login-box .accont-dropdown .sns-list .facebook{
	background-color: #6e83b5;
}
#header_box .login-box .accont-dropdown .sns-list .twitter{
	background-color: #359fe3;
}
#header_box .login-box .accont-dropdown .sns-list .googleplus{
	background-color: #db4c4e;
}
#header_box .login-box .accont-dropdown .sns-list .paypal{
	background-color: #2741a0;
}
#header_box .login-box .accont-dropdown .sns-list .wechat{
	background-color: #3cbb46;
}
#header_box .login-box .accont-dropdown .sns-list a img{
	max-width:36px;
}
#header_box .login-box .accont-dropdown .split-line {
    width: 240px;
    height: 1px;
    background-color: #E1E1E1;
    margin: 20px 0 10px;
}
#header_box .login-box .accont-dropdown .sns-title{
	margin-top:20px;
}

#header_box .header_nav{
	position: relative;
    height: 40px;
}
#header_box .header_nav_wapper{
	width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
#header_box .header_nav_wapper_left{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	width:calc(100% - 280px); 
}
#header_box .category_list{
	width: 110px;
    height: 40px;
	position:relative;
}
#header_box .category_list:before{
	content:'';
	width:1px;
	height:14px;
	background:#999;
	position:absolute;
	right:0;
	top:13px;
}
#header_box .category_list > h4{
	line-height: 40px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	cursor:pointer;
	font-weight:normal;
	font-size:14px;
}
#header_box .category_list > h4 > .category_icon{
	margin-right: 5px;
}
#header_box .category_list > h4 > .category_icon svg{
	width: 18px;
    height: 40px;
    fill: #333;
}
#header_box .category_list > h4 > .down_icon{
	margin-left: 5px;
}
#header_box .category_list > h4 > .down_icon svg{
	width: 16px;
    height: 40px;
    fill: #333;
	transition:all 0.3s;
}
#header_box .category_list.on > h4{
	color:#FC6CB1;
}
#header_box .category_list.on > h4 > .down_icon svg{
	fill:#FC6CB1;
	transform:rotate(180deg);
}
#header_box .category_list.on > h4 > .category_icon svg{
	fill:#FC6CB1;
	
}


#header_box  .category_list_pop{
	position: absolute;
    left: 0;
    top: 40px;
    background: #fff;
    width: 100%;
    z-index: 999;
    overflow: hidden;
	max-height:0;
	-webkit-transition:max-height .3s;
	transition:max-height .3s
}
#header_box  .category_list_pop_wapper{
	max-width:1200px;
	width:100%;
	margin:0 auto;
	padding:30px 0;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
#header_box .category_list_pop .category_list_1{
	position: relative;
    width: 140px;
    margin-right: 120px;
    max-height: 73vh;
    overflow-y: auto;
}
#header_box .category_list_pop .category_list_1 li{
	height: 40px;
    line-height: 40px;
    background-color: #FAFAFA;
}
#header_box .category_list_pop .category_list_1 li a{
	display: block;
    padding: 0 10px 0 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header_box .category_list_pop .category_list_1 li:hover{
	background-color: #fff;
}
#header_box .category_list_pop .category_list_1 li:hover a{
	color:#FC6CB1;
	text-decoration:underline;
}
#header_box .category_list_pop .category-sub-nav{
	
	width:calc(100% - 260px);
}
#header_box .category_list_pop .sub-nav-item{
	display:none;
}
#header_box .category_list_pop .sub_list{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
#header_box .category_list_pop .sub_list dl{
	width:240px;
}
#header_box .category_list_pop .sub_list dt{
	font-weight:bold;
	text-transform:uppercase;
}
#header_box .category_list_pop .sub_list dd{}
#header_box .category_list_pop .sub_list dl a{
	line-height: 26px;
    height: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color:#666;
}
#header_box .category_list_pop .sub_list dt a{
	color:#333;
	text-decoration:none;
}
#header_box .category_list_pop .sub_list dl a:hover{
	color:#333;
	text-decoration:underline;
}

#header_box .category_list_pop .img-cate{
	width:calc(100% - 240px);
	box-sizing:border-box;
	min-height:300px;
}
#header_box .category_list_pop .img-cate ul{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
#header_box .category_list_pop .img-cate ul li{
	width:175px;
	margin-left:30px;
	text-align:center;
}
#header_box .category_list_pop .img-cate ul li img{
	max-width:100%;
	max-height:290px;
}

#header_box .category_list_pop .img-cate ul li .name{
	display:block;
	line-height:30px;
	height:30px;
	color:#333;
}
#header_box .category_list_pop .category_list_1 li.cur{
	background:#fff;
}
#header_box .category_list_pop .category_list_1 li.cur a {
    color: #FC6CB1;
    text-decoration: underline;
}
#header_box .category_list_pop .sub-nav-item.cur{
	display:block;
}

#header_box .nav_list{
	width:calc(100% - 110px);
}
#header_box .nav_list > ul{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
#header_box .nav_list > ul > li{
	height:40px;
	padding:0 15px;
	position:relative;
}
#header_box .nav_list > ul > li .cate_menu > a{
	display:inline-block;
	height:40px;
	line-height:40px;
}
#header_box .nav_list > ul > li .cate_menu > a.cur,
#header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #FC6CB1;
	color:#FC6CB1;
}
#header_box .nav_list > ul > li .down_icon{
	display:none;
}

#header_box .sub_nav{
	position:absolute;
	top:40px;
	left:15px;
	padding: 5px 10px;
	background:#fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	display:none;
}
#header_box li.on .sub_nav{
	display:block;
}
#header_box .sub_nav li{
	float:none;
	line-height:34px;
	height:34px;
	min-width:190px;
}
#header_box .sub_nav li a{
	display:block;
	line-height:34px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#header_box .sub_nav li a.on,
#header_box .sub_nav li a:hover{
	color:#FC6CB1;
}

#header_box .nav_list li.daily_new .sub_nav{
	padding:10px 15px;
}
#header_box .nav_list li.daily_new .sub_nav li{ 
	width:340px;
}
#header_box .nav_list li.daily_new .sub_nav li dl dt{
	font-weight:bold;
	color:#333;
	text-align:left;
	margin-bottom:7px;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;
	line-height:normal;
}
#header_box .nav_list li.daily_new .sub_nav li dl dt .down_icon_2{
	display:none;
}
#header_box .nav_list li.daily_new .sub_nav li dl{
	width:170px;
	float:left;
}
#header_box .nav_list li.daily_new .sub_nav li dl dd a{
	font-weight:normal;
	padding:5px 0 4px;
	line-height:20px;
}
#header_box .nav_list li.daily_new .sub_nav li dl.newin-categories dd a:nth-child(1),
#header_box .nav_list li.daily_new .sub_nav li dl.newin-categories dd a:nth-child(2),
#header_box .nav_list li.daily_new .sub_nav li dl.newin-categories dd a:nth-child(3){
	color:#f0007d;
}

#header_box .currency_box{
	width:120px;
	position:relative;
	float:right;
}
#header_box .currency_txt{
	height: 40px;
    line-height: 40px;
    text-align: right;
	cursor:pointer;
	position:relative;
}
#header_box .currency_txt svg{
	height:40px;
	width:16px;
	fill: #333;
    transition: all 0.3s; 
	vertical-align:top;
}
#header_box .currency-dropdown{
	position: absolute;
    right: 0;
    top: 40px;
    background: #fff;
    text-align: left;
    width: 120px;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	display:none;
}
#header_box .currency-dropdown li a{ 
	color:#333; 
	display:block; 
	overflow:hidden; 
	height:30px; 
	line-height:30px; 
	padding:0 8px;
}
#header_box .currency-dropdown li a:hover{ 
	background:#5897fb; 
	color:#fff;
}
#header_box .currency-dropdown li a span{ 
	float:right;
}
#header_box .currency-dropdown li a b{
	font-weight:normal; 
	float:left;
}

#header_box .language{
	position:relative;
	margin-right:20px;
	float:right;
	display:none;
}
#header_box .language .language-con{
	height: 40px;
    line-height: 40px;
    text-align: right;
    cursor: pointer;
    position: relative;
}
#header_box .language .language-con svg{
	height: 40px;
    width: 16px;
    fill: #333;
    transition: all 0.3s;
    vertical-align: top;
}
#header_box .language .language-list{
	position: absolute;
    right: 0;
    top: 40px;
    background: #fff;
    text-align: left;
    width: 150px;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    display: none;
}
#header_box .language-list li{
	height:34px;
}
#header_box .language-list li a{
	display:block;
	height:34px;
	line-height:34px;
	padding:0 5px 0 10px;
	color:#333;
}
#header_box .language-list li a img{
	width:20px;
	vertical-align:middle;
	margin-right:5px;
}
#header_box .language-list li a:hover{
	background:#5897fb;
	color:#fff;
}



.nav_list .all_category{
	display:none;
}




.nav-category-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    background-color: rgba(0,0,0,0.15);
}














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

#bottom_box {
    background-color: #FAFAFA;
    padding-top: 50px;
	width:100%;
}
#bottom_box .link_box{
	padding:0;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
#bottom_box .link_box dl{
	width:17.5%;
	padding:0;
	float:none;
}
#bottom_box .link_box dl dt {
    color: #000;
    font-weight: 700;
    padding-bottom: 20px;
    line-height: 18px;
    font-size: 16px;
}
#bottom_box .link_box dl dd a {
    display: block;
    line-height: 30px;
    color: #666;
}
#bottom_box .link_box dl.newsletter{
	width:30%;
}
#bottom_box .newletterform{
	float:none;
	margin-bottom:30px;
}
#bottom_box .newletterform form{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
#bottom_box .newletterform .newsletter_txt{
	border: 1px solid #E1E1E1;
    border-width: 1px 0 1px 1px;
    font-size: 12px;
    width: 190px;
    height: 100%;
    padding: 0 8px;
    float: none;
	height:36px;
}
#bottom_box .newletterform .newsletter_btn{
	background-color: #FC6CB1;
    color: #fff;
    font-size: 12px;
    border: 0;
    width: 89px;
	height:36px;
	line-height:36px;
    height: 100%;
    text-transform: uppercase;
	margin:0;
}
#bottom_box .link_box dl .shartto{
	min-height: 30px;
    width: 100%;
    float: none;
    height: auto;
    line-height: normal;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
#bottom_box .link_box dl .shartto li{
	float:none;
	width:auto;
	margin-right:15px;
}
#bottom_box .link_box dl .shartto li a {
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    color: #333;
}
#bottom_box .link_box dl .shartto li a:hover {
    text-decoration: none;
    color: #666;
}
#bottom_box .foot {
    margin-top: 60px;
    border-top: 1px solid #E1E1E1;
    padding: 20px 0 40px;
    color: #717070;
    text-align: center;
	min-height:30px;
}











.block_items_banner .swiper-pagination-bullet{
	background:#989595;
}
.block_items_banner .swiper-pagination-bullet-active{
	background:#000;
}







/*产品列表页*/
.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: 14px;
    line-height: 20px;
    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 .name:hover{
	color: #fa484a;
}
.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;
}




.mobile-navside{
	display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
	position: fixed;
	left:0;
	top:0;
    z-index: 99999999; 
	opacity:0;
	visibility:hidden;
    background: rgba(0,0,0,.3);
	transition: all 0.3s;
}
.mobile-navside-on{
	opacity:1;
	visibility:visible;
}
.mobile-navside .mobile-nav{
	position:relative;
	background: #fff;
    width: 80%;
	height:100%;
	padding:0 0 30px;
	box-sizing:border-box;
	transform:translate(-100%,0);
	overflow:auto;
	transition: all 0.3s;
}
.mobile-navside-on .mobile-nav{
	transform:translate(0,0);
}
.mobile-navside .mobile-nav .mobile-nav-close{
	height:50px;
	line-height:50px;
	border-bottom:1px solid #e9e7e7;
	color:#333;
	padding:0 15px;
}
.mobile-navside .mobile-nav .mobile-nav-close svg{
	vertical-align:top;
	height:48px;
	width:16px;
	fill:#333;
}
.mobile-navside .mobile-nav .mobile-nav__middle{
	padding:15px;
}


.mobile-navside .mobile-currency_box{
	margin-top:10px;
	width:calc(100% - 20px);
	margin-left:10px;
	height:40px;
	border:1px solid #e6e6e6;
	display:inline-block;
	position:relative;
}
.mobile-navside .mobile-currency_box select{
	height: 40px;
    padding: 0 30px 0 10px;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    background: none;
}
.mobile-navside .mobile-currency_box svg{
	position: absolute;
    right: 5px;
    top: 0;
    height: 40px;
    width: 20px;
    fill: #333;
}
.mobile-navside .no-nav{
	width:30px;
	height:40px;
	position:absolute;
	right:15px;
	top:15px;
}
.mobile-navside .no-nav svg{
	width:30px;
	height:40px;
	fill:#333;
}
.mobile-navside .mobile-nav__middle > ul > li{}
.mobile-navside .mobile-nav__middle .cate_menu{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	height:40px;
	line-height:40px;
}
.mobile-navside .mobile-nav__middle .cate_menu a{
	display:block;
	width:calc(100% - 40px);
	color:#191919;
	box-sizing:border-box;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon{
	width:40px;
	height:40px;
	text-align:center;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon svg{
	width:16px;
	height:40px;
	fill:#191919;
	transition:all 0.3s;
	transform:rotate(-90deg);
}
.mobile-navside .mobile-nav__middle li.on .cate_menu .down_icon svg{
	transform:none ;
}

.mobile-navside .mobile-nav__middle .sub_nav{
	display:none;
}
.mobile-navside .mobile-nav__middle .sub_nav li a{
	display:block;
	line-height:34px;
	color:#191919;
	padding-left:10px;
}
.mobile-navside .mobile-nav__middle .daily_new .sub_nav{
	padding-left:10px;
}
.mobile-navside .mobile-nav__middle .daily_new dt{
	position:relative;
	height:34px;
	line-height:34px;
}
.mobile-navside .mobile-nav__middle .daily_new dt .down_icon_2{
	width: 40px;
    height: 34px;
    text-align: center;
	position:absolute;
	right:0;
	top:0; 
}
.mobile-navside .mobile-nav__middle .daily_new dt .down_icon_2 svg{
	width: 16px;
    height: 34px;
	fill:#191919;
	transition:all 0.3s;
	transform:rotate(-90deg);
}
.mobile-navside .mobile-nav__middle .daily_new dl.on dt .down_icon_2 svg{
	transform:none ;
}
.mobile-navside .mobile-nav__middle .daily_new dd{
	display:none;
}



.mobile-navside .mobile-language{
	margin-top: 10px;
    width: calc(100% - 20px);
    margin-left: 10px;
    display: none;
    position: relative;
}
.mobile-navside .mobile-language-con{
	position:relative;
	height: 40px;
	line-height: 40px;
    border: 1px solid #e6e6e6;
    padding: 0 10px;
    
}
.mobile-navside .mobile-language-con svg {
    position: absolute;
    right: 5px;
    top: 0;
    height: 40px;
    width: 20px;
    fill: #333;
}
.mobile-navside .mobile-language-list{
	position: relative;
    right: 0;
    top: -1px;
    background: #fff;
    text-align: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border:1px solid #e6e6e6;
    display: none;
}
.mobile-navside .mobile-language-list li{
	line-height:34px;
}
.mobile-navside .mobile-language-list li a {
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 5px 0 10px;
    color: #333;
}
.mobile-navside .mobile-language-list li a img {
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}



#header_box .mobile-nav-icon,
#header_box .mobile-search-icon{
	display:none;
}

/*多颜色主题*/
/*红色*/
.global_style_red #header_box .sub_nav li a.on,
.global_style_red #header_box .sub_nav li a:hover,
.global_style_red #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_red #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_red #header_box .category_list.on > h4,
.global_style_red #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_red #header_box .header_right .cart-box a:hover,
.global_style_red #header_box .header_right .help-center > a:hover,
.global_style_red #header_box .header_right .login-box > a:hover{
	color:#ed3445;
}
.global_style_red #bottom_box .newletterform .newsletter_btn,
.global_style_red #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_red #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_red #header_box .search-box .btn_search{
	background:#ed3445;
}
.global_style_red #header_box .category_list.on > h4 > .category_icon svg,
.global_style_red #header_box .category_list.on > h4 > .down_icon svg,
.global_style_red #header_box .header_right .cart-box a:hover svg,
.global_style_red #header_box .header_right .help-center > a:hover svg,
.global_style_red #header_box .header_right .login-box > a:hover svg{
	fill:#ed3445;
}
.global_style_red #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_red #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #ed3445;
	color:#ed3445;
}

/*橙色*/
.global_style_orange #header_box .sub_nav li a.on,
.global_style_orange #header_box .sub_nav li a:hover,
.global_style_orange #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_orange #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_orange #header_box .category_list.on > h4,
.global_style_orange #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_orange #header_box .header_right .cart-box a:hover,
.global_style_orange #header_box .header_right .help-center > a:hover,
.global_style_orange #header_box .header_right .login-box > a:hover{
	color:#f49d00;
}
.global_style_orange #bottom_box .newletterform .newsletter_btn,
.global_style_orange #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_orange #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_orange #header_box .search-box .btn_search,
.global_style_orange #header_box .header_right .cart-box a strong,
.global_style_orange #header_box .currency-dropdown li a:hover{
	background:#f49d00;
}
.global_style_orange #header_box .category_list.on > h4 > .category_icon svg,
.global_style_orange #header_box .category_list.on > h4 > .down_icon svg,
.global_style_orange #header_box .header_right .cart-box a:hover svg,
.global_style_orange #header_box .header_right .help-center > a:hover svg,
.global_style_orange #header_box .header_right .login-box > a:hover svg{
	fill:#f49d00;
}
.global_style_orange #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_orange #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #f49d00;
	color:#f49d00;
}
.global_style_orange .block_items_products_tab .block_title a:hover,
.global_style_orange .block_items_products_tab .block_title a.on{
	border-color:#f49d00;
	color:#f49d00;
}


/*绿色*/
.global_style_green #header_box .sub_nav li a.on,
.global_style_green #header_box .sub_nav li a:hover,
.global_style_green #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_green #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_green #header_box .category_list.on > h4,
.global_style_green #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_green #header_box .header_right .cart-box a:hover,
.global_style_green #header_box .header_right .help-center > a:hover,
.global_style_green #header_box .header_right .login-box > a:hover{
	color:#5dcd1e;
}
.global_style_green #bottom_box .newletterform .newsletter_btn,
.global_style_green #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_green #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_green #header_box .search-box .btn_search,
.global_style_green #header_box .header_right .cart-box a strong,
.global_style_green #header_box .currency-dropdown li a:hover{
	background:#5dcd1e;
}
.global_style_green #header_box .category_list.on > h4 > .category_icon svg,
.global_style_green #header_box .category_list.on > h4 > .down_icon svg,
.global_style_green #header_box .header_right .cart-box a:hover svg,
.global_style_green #header_box .header_right .help-center > a:hover svg,
.global_style_green #header_box .header_right .login-box > a:hover svg{
	fill:#5dcd1e;
}
.global_style_green #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_green #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #5dcd1e;
	color:#5dcd1e;
}
.global_style_green .block_items_products_tab .block_title a:hover,
.global_style_green .block_items_products_tab .block_title a.on{
	border-color:#5dcd1e;
	color:#5dcd1e;
}


/*蓝色*/
.global_style_blue #header_box .sub_nav li a.on,
.global_style_blue #header_box .sub_nav li a:hover,
.global_style_blue #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_blue #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_blue #header_box .category_list.on > h4,
.global_style_blue #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_blue #header_box .header_right .cart-box a:hover,
.global_style_blue #header_box .header_right .help-center > a:hover,
.global_style_blue #header_box .header_right .login-box > a:hover{
	color:#102b6a;
}
.global_style_blue #bottom_box .newletterform .newsletter_btn,
.global_style_blue #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_blue #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_blue #header_box .search-box .btn_search,
.global_style_blue #header_box .header_right .cart-box a strong,
.global_style_blue #header_box .currency-dropdown li a:hover{
	background:#102b6a;
}
.global_style_blue #header_box .category_list.on > h4 > .category_icon svg,
.global_style_blue #header_box .category_list.on > h4 > .down_icon svg,
.global_style_blue #header_box .header_right .cart-box a:hover svg,
.global_style_blue #header_box .header_right .help-center > a:hover svg,
.global_style_blue #header_box .header_right .login-box > a:hover svg{
	fill:#102b6a;
}
.global_style_blue #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_blue #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #102b6a;
	color:#102b6a;
}
.global_style_blue .block_items_products_tab .block_title a:hover,
.global_style_blue .block_items_products_tab .block_title a.on{
	border-color:#5dcd1e;
	color:#5dcd1e;
}



/*紫色*/
.global_style_purple #header_box .sub_nav li a.on,
.global_style_purple #header_box .sub_nav li a:hover,
.global_style_purple #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_purple #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_purple #header_box .category_list.on > h4,
.global_style_purple #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_purple #header_box .header_right .cart-box a:hover,
.global_style_purple #header_box .header_right .help-center > a:hover,
.global_style_purple #header_box .header_right .login-box > a:hover{
	color:#7b69f1;
}
.global_style_purple #bottom_box .newletterform .newsletter_btn,
.global_style_purple #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_purple #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_purple #header_box .search-box .btn_search,
.global_style_purple #header_box .header_right .cart-box a strong,
.global_style_purple #header_box .currency-dropdown li a:hover{
	background:#7b69f1;
}
.global_style_purple #header_box .category_list.on > h4 > .category_icon svg,
.global_style_purple #header_box .category_list.on > h4 > .down_icon svg,
.global_style_purple #header_box .header_right .cart-box a:hover svg,
.global_style_purple #header_box .header_right .help-center > a:hover svg,
.global_style_purple #header_box .header_right .login-box > a:hover svg{
	fill:#7b69f1;
}
.global_style_purple #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_purple #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #7b69f1;
	color:#7b69f1;
}
.global_style_purple .block_items_products_tab .block_title a:hover,
.global_style_purple .block_items_products_tab .block_title a.on{
	border-color:#5dcd1e;
	color:#5dcd1e;
}

/*粉色*/
.global_style_pink #header_box .sub_nav li a.on,
.global_style_pink #header_box .sub_nav li a:hover,
.global_style_pink #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_pink #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_pink #header_box .category_list.on > h4,
.global_style_pink #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_pink #header_box .header_right .cart-box a:hover,
.global_style_pink #header_box .header_right .help-center > a:hover,
.global_style_pink #header_box .header_right .login-box > a:hover{
	color:#fb6cb1;
}
.global_style_pink #bottom_box .newletterform .newsletter_btn,
.global_style_pink #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_pink #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_pink #header_box .search-box .btn_search,
.global_style_pink #header_box .header_right .cart-box a strong,
.global_style_pink #header_box .currency-dropdown li a:hover{
	background:#fb6cb1;
}
.global_style_pink #header_box .category_list.on > h4 > .category_icon svg,
.global_style_pink #header_box .category_list.on > h4 > .down_icon svg,
.global_style_pink #header_box .header_right .cart-box a:hover svg,
.global_style_pink #header_box .header_right .help-center > a:hover svg,
.global_style_pink #header_box .header_right .login-box > a:hover svg{
	fill:#fb6cb1;
}
.global_style_pink #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_pink #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #fb6cb1;
	color:#fb6cb1;
}
.global_style_pink .block_items_products_tab .block_title a:hover,
.global_style_pink .block_items_products_tab .block_title a.on{
	border-color:#fb6cb1;
	color:#fb6cb1;
}


/*黑色*/
.global_style_black #header_box .sub_nav li a.on,
.global_style_black #header_box .sub_nav li a:hover,
.global_style_black #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_black #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_black #header_box .category_list.on > h4,
.global_style_black #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_black #header_box .header_right .cart-box a:hover,
.global_style_black #header_box .header_right .help-center > a:hover,
.global_style_black #header_box .header_right .login-box > a:hover{
	color:#000000;
}
.global_style_black #bottom_box .newletterform .newsletter_btn,
.global_style_black #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_black #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_black #header_box .search-box .btn_search,
.global_style_black #header_box .header_right .cart-box a strong,
.global_style_black #header_box .currency-dropdown li a:hover{
	background:#000000;
}
.global_style_black #header_box .category_list.on > h4 > .category_icon svg,
.global_style_black #header_box .category_list.on > h4 > .down_icon svg,
.global_style_black #header_box .header_right .cart-box a:hover svg,
.global_style_black #header_box .header_right .help-center > a:hover svg,
.global_style_black #header_box .header_right .login-box > a:hover svg{
	fill:#000000;
}
.global_style_black #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_black #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #000000;
	color:#000000;

}
.global_style_black .block_items_products_tab .block_title a:hover,
.global_style_black .block_items_products_tab .block_title a.on{
	border-color:#000000;
	color:#000000;
}


/*黄色*/
.global_style_yellow #header_box .sub_nav li a.on,
.global_style_yellow #header_box .sub_nav li a:hover,
.global_style_yellow #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_yellow #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_yellow #header_box .category_list.on > h4,
.global_style_yellow #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_yellow #header_box .header_right .cart-box a:hover,
.global_style_yellow #header_box .header_right .help-center > a:hover,
.global_style_yellow #header_box .header_right .login-box > a:hover{
	color:#fbd540;
}
.global_style_yellow #bottom_box .newletterform .newsletter_btn,
.global_style_yellow #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_yellow #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_yellow #header_box .search-box .btn_search,
.global_style_yellow #header_box .header_right .cart-box a strong,
.global_style_yellow #header_box .currency-dropdown li a:hover{
	background:#fbd540;
}
.global_style_yellow #header_box .category_list.on > h4 > .category_icon svg,
.global_style_yellow #header_box .category_list.on > h4 > .down_icon svg,
.global_style_yellow #header_box .header_right .cart-box a:hover svg,
.global_style_yellow #header_box .header_right .help-center > a:hover svg,
.global_style_yellow #header_box .header_right .login-box > a:hover svg{
	fill:#fbd540;
}
.global_style_yellow #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_yellow #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #fbd540;
	color:#fbd540;
}
.global_style_yellow .block_items_products_tab .block_title a:hover,
.global_style_yellow .block_items_products_tab .block_title a.on{
	border-color:#fbd540;
	color:#fbd540;
}


/*橙黄色*/
.global_style_orange_yellow #header_box .sub_nav li a.on,
.global_style_orange_yellow #header_box .sub_nav li a:hover,
.global_style_orange_yellow #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_orange_yellow #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_orange_yellow #header_box .category_list.on > h4,
.global_style_orange_yellow #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_orange_yellow #header_box .header_right .cart-box a:hover,
.global_style_orange_yellow #header_box .header_right .help-center > a:hover,
.global_style_orange_yellow #header_box .header_right .login-box > a:hover{
	color:#fe9a04;
}
.global_style_orange_yellow #bottom_box .newletterform .newsletter_btn,
.global_style_orange_yellow #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_orange_yellow #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_orange_yellow #header_box .search-box .btn_search,
.global_style_orange_yellow #header_box .header_right .cart-box a strong,
.global_style_orange_yellow #header_box .currency-dropdown li a:hover{
	background:#fe9a04;
}
.global_style_orange_yellow #header_box .category_list.on > h4 > .category_icon svg,
.global_style_orange_yellow #header_box .category_list.on > h4 > .down_icon svg,
.global_style_orange_yellow #header_box .header_right .cart-box a:hover svg,
.global_style_orange_yellow #header_box .header_right .help-center > a:hover svg,
.global_style_orange_yellow #header_box .header_right .login-box > a:hover svg{
	fill:#fe9a04;
}
.global_style_orange_yellow #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_orange_yellow #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #fe9a04;
	color:#fe9a04;
}
.global_style_orange_yellow .block_items_products_tab .block_title a:hover,
.global_style_orange_yellow .block_items_products_tab .block_title a.on{
	border-color:#fe9a04;
	color:#fe9a04;
}

/*洋红色*/
.global_style_magenta #header_box .sub_nav li a.on,
.global_style_magenta #header_box .sub_nav li a:hover,
.global_style_magenta #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_magenta #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_magenta #header_box .category_list.on > h4,
.global_style_magenta #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_magenta #header_box .header_right .cart-box a:hover,
.global_style_magenta #header_box .header_right .help-center > a:hover,
.global_style_magenta #header_box .header_right .login-box > a:hover{
	color:#428fff;
}
.global_style_magenta #bottom_box .newletterform .newsletter_btn,
.global_style_magenta #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_magenta #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_magenta #header_box .search-box .btn_search,
.global_style_magenta #header_box .header_right .cart-box a strong,
.global_style_magenta #header_box .currency-dropdown li a:hover{
	background:#428fff;
}
.global_style_magenta #header_box .category_list.on > h4 > .category_icon svg,
.global_style_magenta #header_box .category_list.on > h4 > .down_icon svg,
.global_style_magenta #header_box .header_right .cart-box a:hover svg,
.global_style_magenta #header_box .header_right .help-center > a:hover svg,
.global_style_magenta #header_box .header_right .login-box > a:hover svg{
	fill:#428fff;
}
.global_style_magenta #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_magenta #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #428fff;
	color:#428fff;
}
.global_style_magenta .block_items_products_tab .block_title a:hover,
.global_style_magenta .block_items_products_tab .block_title a.on{
	border-color:#428fff;
	color:#428fff;
}

/*浅褐色*/
.global_style_light_brown #header_box .sub_nav li a.on,
.global_style_light_brown #header_box .sub_nav li a:hover,
.global_style_light_brown #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_light_brown #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_light_brown #header_box .category_list.on > h4,
.global_style_light_brown #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_light_brown #header_box .header_right .cart-box a:hover,
.global_style_light_brown #header_box .header_right .help-center > a:hover,
.global_style_light_brown #header_box .header_right .login-box > a:hover{
	color:#6b473c;
}
.global_style_light_brown #bottom_box .newletterform .newsletter_btn,
.global_style_light_brown #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_light_brown #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_light_brown #header_box .search-box .btn_search,
.global_style_light_brown #header_box .header_right .cart-box a strong,
.global_style_light_brown #header_box .currency-dropdown li a:hover{
	background:#6b473c;
}
.global_style_light_brown #header_box .category_list.on > h4 > .category_icon svg,
.global_style_light_brown #header_box .category_list.on > h4 > .down_icon svg,
.global_style_light_brown #header_box .header_right .cart-box a:hover svg,
.global_style_light_brown #header_box .header_right .help-center > a:hover svg,
.global_style_light_brown #header_box .header_right .login-box > a:hover svg{
	fill:#6b473c;
}
.global_style_light_brown #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_light_brown #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #6b473c;
	color:#6b473c;
}
.global_style_light_brown .block_items_products_tab .block_title a:hover,
.global_style_light_brown .block_items_products_tab .block_title a.on{
	border-color:#6b473c;
	color:#6b473c;
}


/*褐色*/
.global_style_brown #header_box .sub_nav li a.on,
.global_style_brown #header_box .sub_nav li a:hover,
.global_style_brown #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_brown #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_brown #header_box .category_list.on > h4,
.global_style_brown #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_brown #header_box .header_right .cart-box a:hover,
.global_style_brown #header_box .header_right .help-center > a:hover,
.global_style_brown #header_box .header_right .login-box > a:hover{
	color:#843900;
}
.global_style_brown #bottom_box .newletterform .newsletter_btn,
.global_style_brown #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_brown #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_brown #header_box .search-box .btn_search,
.global_style_brown #header_box .header_right .cart-box a strong,
.global_style_brown #header_box .currency-dropdown li a:hover{
	background:#843900;
}
.global_style_brown #header_box .category_list.on > h4 > .category_icon svg,
.global_style_brown #header_box .category_list.on > h4 > .down_icon svg,
.global_style_brown #header_box .header_right .cart-box a:hover svg,
.global_style_brown #header_box .header_right .help-center > a:hover svg,
.global_style_brown #header_box .header_right .login-box > a:hover svg{
	fill:#843900;
}
.global_style_brown #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_brown #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #843900;
	color:#843900;
}
.global_style_brown .block_items_products_tab .block_title a:hover,
.global_style_brown .block_items_products_tab .block_title a.on{
	border-color:#843900;
	color:#843900;
}


/*棕绿色*/
.global_style_brown_green #header_box .sub_nav li a.on,
.global_style_brown_green #header_box .sub_nav li a:hover,
.global_style_brown_green #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_brown_green #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_brown_green #header_box .category_list.on > h4,
.global_style_brown_green #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_brown_green #header_box .header_right .cart-box a:hover,
.global_style_brown_green #header_box .header_right .help-center > a:hover,
.global_style_brown_green #header_box .header_right .login-box > a:hover{
	color:#666400;
}
.global_style_brown_green #bottom_box .newletterform .newsletter_btn,
.global_style_brown_green #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_brown_green #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_brown_green #header_box .search-box .btn_search,
.global_style_brown_green #header_box .header_right .cart-box a strong,
.global_style_brown_green #header_box .currency-dropdown li a:hover{
	background:#666400;
}
.global_style_brown_green #header_box .category_list.on > h4 > .category_icon svg,
.global_style_brown_green #header_box .category_list.on > h4 > .down_icon svg,
.global_style_brown_green #header_box .header_right .cart-box a:hover svg,
.global_style_brown_green #header_box .header_right .help-center > a:hover svg,
.global_style_brown_green #header_box .header_right .login-box > a:hover svg{
	fill:#666400;
}
.global_style_brown_green #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_brown_green #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #666400;
	color:#666400;
}
.global_style_brown_green .block_items_products_tab .block_title a:hover,
.global_style_brown_green .block_items_products_tab .block_title a.on{
	border-color:#666400;
	color:#666400;
}

.global_style_brown_green #bottom_box,
.global_style_brown_green #bottom_box .newsletter_btn,
.global_style_brown_green #header_box .nav_war{
	background: #666400;
}
.global_style_brown_green #bottom_box .newsletter_txt{
	border-color:#666400;
}

/*浅绿色*/
.global_style_light_green #header_box .sub_nav li a.on,
.global_style_light_green #header_box .sub_nav li a:hover,
.global_style_light_green #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_light_green #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_light_green #header_box .category_list.on > h4,
.global_style_light_green #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_light_green #header_box .header_right .cart-box a:hover,
.global_style_light_green #header_box .header_right .help-center > a:hover,
.global_style_light_green #header_box .header_right .login-box > a:hover{
	color:#b2d235;
}
.global_style_light_green #bottom_box .newletterform .newsletter_btn,
.global_style_light_green #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_light_green #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_light_green #header_box .search-box .btn_search,
.global_style_light_green #header_box .header_right .cart-box a strong,
.global_style_light_green #header_box .currency-dropdown li a:hover{
	background:#b2d235;
}
.global_style_light_green #header_box .category_list.on > h4 > .category_icon svg,
.global_style_light_green #header_box .category_list.on > h4 > .down_icon svg,
.global_style_light_green #header_box .header_right .cart-box a:hover svg,
.global_style_light_green #header_box .header_right .help-center > a:hover svg,
.global_style_light_green #header_box .header_right .login-box > a:hover svg{
	fill:#b2d235;
}
.global_style_light_green #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_light_green #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #b2d235;
	color:#b2d235;
}
.global_style_light_green .block_items_products_tab .block_title a:hover,
.global_style_light_green .block_items_products_tab .block_title a.on{
	border-color:#b2d235;
	color:#b2d235;
}



/*深绿色*/
.global_style_dark_green #header_box .sub_nav li a.on,
.global_style_dark_green #header_box .sub_nav li a:hover,
.global_style_dark_green #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_dark_green #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_dark_green #header_box .category_list.on > h4,
.global_style_dark_green #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_dark_green #header_box .header_right .cart-box a:hover,
.global_style_dark_green #header_box .header_right .help-center > a:hover,
.global_style_dark_green #header_box .header_right .login-box > a:hover{
	color:#029834;
}
.global_style_dark_green #bottom_box .newletterform .newsletter_btn,
.global_style_dark_green #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_dark_green #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_dark_green #header_box .search-box .btn_search,
.global_style_dark_green #header_box .header_right .cart-box a strong,
.global_style_dark_green #header_box .currency-dropdown li a:hover{
	background:#029834;
}
.global_style_dark_green #header_box .category_list.on > h4 > .category_icon svg,
.global_style_dark_green #header_box .category_list.on > h4 > .down_icon svg,
.global_style_dark_green #header_box .header_right .cart-box a:hover svg,
.global_style_dark_green #header_box .header_right .help-center > a:hover svg,
.global_style_dark_green #header_box .header_right .login-box > a:hover svg{
	fill:#029834;
}
.global_style_dark_green #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_dark_green #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #029834;
	color:#029834;
}
.global_style_dark_green .block_items_products_tab .block_title a:hover,
.global_style_dark_green .block_items_products_tab .block_title a.on{
	border-color:#029834;
	color:#029834;
}


/*浅蓝色*/
.global_style_light_blue #header_box .sub_nav li a.on,
.global_style_light_blue #header_box .sub_nav li a:hover,
.global_style_light_blue #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_light_blue #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_light_blue #header_box .category_list.on > h4,
.global_style_light_blue #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_light_blue #header_box .header_right .cart-box a:hover,
.global_style_light_blue #header_box .header_right .help-center > a:hover,
.global_style_light_blue #header_box .header_right .login-box > a:hover{
	color:#2c6dff;
}
.global_style_light_blue #bottom_box .newletterform .newsletter_btn,
.global_style_light_blue #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_light_blue #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_light_blue #header_box .search-box .btn_search,
.global_style_light_blue #header_box .header_right .cart-box a strong,
.global_style_light_blue #header_box .currency-dropdown li a:hover{
	background:#2c6dff;
}
.global_style_light_blue #header_box .category_list.on > h4 > .category_icon svg,
.global_style_light_blue #header_box .category_list.on > h4 > .down_icon svg,
.global_style_light_blue #header_box .header_right .cart-box a:hover svg,
.global_style_light_blue #header_box .header_right .help-center > a:hover svg,
.global_style_light_blue #header_box .header_right .login-box > a:hover svg{
	fill:#2c6dff;
}
.global_style_light_blue #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_light_blue #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #fe9a04;
	color:#2c6dff;
}
.global_style_light_blue .block_items_products_tab .block_title a:hover,
.global_style_light_blue .block_items_products_tab .block_title a.on{
	border-color:#2c6dff;
	color:#2c6dff;
}


/*深蓝色*/
.global_style_dark_blue #header_box .sub_nav li a.on,
.global_style_dark_blue #header_box .sub_nav li a:hover,
.global_style_dark_blue #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_dark_blue #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_dark_blue #header_box .category_list.on > h4,
.global_style_dark_blue #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_dark_blue #header_box .header_right .cart-box a:hover,
.global_style_dark_blue #header_box .header_right .help-center > a:hover,
.global_style_dark_blue #header_box .header_right .login-box > a:hover{
	color:#32339f;
}
.global_style_dark_blue #bottom_box .newletterform .newsletter_btn,
.global_style_dark_blue #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_dark_blue #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_dark_blue #header_box .search-box .btn_search,
.global_style_dark_blue #header_box .header_right .cart-box a strong,
.global_style_dark_blue #header_box .currency-dropdown li a:hover{
	background:#32339f;
}
.global_style_dark_blue #header_box .category_list.on > h4 > .category_icon svg,
.global_style_dark_blue #header_box .category_list.on > h4 > .down_icon svg,
.global_style_dark_blue #header_box .header_right .cart-box a:hover svg,
.global_style_dark_blue #header_box .header_right .help-center > a:hover svg,
.global_style_dark_blue #header_box .header_right .login-box > a:hover svg{
	fill:#32339f;
}
.global_style_dark_blue #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_dark_blue #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #32339f;
	color:#32339f;
}
.global_style_dark_blue .block_items_products_tab .block_title a:hover,
.global_style_dark_blue .block_items_products_tab .block_title a.on{
	border-color:#32339f;
	color:#32339f;
}

/*浅紫色*/
.global_style_light_purple #header_box .sub_nav li a.on,
.global_style_light_purple #header_box .sub_nav li a:hover,
.global_style_light_purple #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_light_purple #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_light_purple #header_box .category_list.on > h4,
.global_style_light_purple #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_light_purple #header_box .header_right .cart-box a:hover,
.global_style_light_purple #header_box .header_right .help-center > a:hover,
.global_style_light_purple #header_box .header_right .login-box > a:hover{
	color:#d27fff;
}
.global_style_light_purple #bottom_box .newletterform .newsletter_btn,
.global_style_light_purple #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_light_purple #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_light_purple #header_box .search-box .btn_search,
.global_style_light_purple #header_box .header_right .cart-box a strong,
.global_style_light_purple #header_box .currency-dropdown li a:hover{
	background:#d27fff;
}
.global_style_light_purple #header_box .category_list.on > h4 > .category_icon svg,
.global_style_light_purple #header_box .category_list.on > h4 > .down_icon svg,
.global_style_light_purple #header_box .header_right .cart-box a:hover svg,
.global_style_light_purple #header_box .header_right .help-center > a:hover svg,
.global_style_light_purple #header_box .header_right .login-box > a:hover svg{
	fill:#d27fff;
}
.global_style_light_purple #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_light_purple #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #d27fff;
	color:#d27fff;
}
.global_style_light_purple .block_items_products_tab .block_title a:hover,
.global_style_light_purple .block_items_products_tab .block_title a.on{
	border-color:#d27fff;
	color:#d27fff;
}


/*深紫色*/
.global_style_dark_purple #header_box .sub_nav li a.on,
.global_style_dark_purple #header_box .sub_nav li a:hover,
.global_style_dark_purple #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_dark_purple #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_dark_purple #header_box .category_list.on > h4,
.global_style_dark_purple #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_dark_purple #header_box .header_right .cart-box a:hover,
.global_style_dark_purple #header_box .header_right .help-center > a:hover,
.global_style_dark_purple #header_box .header_right .login-box > a:hover{
	color:#b600ff;
}
.global_style_dark_purple #bottom_box .newletterform .newsletter_btn,
.global_style_dark_purple #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_dark_purple #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_dark_purple #header_box .search-box .btn_search,
.global_style_dark_purple #header_box .header_right .cart-box a strong,
.global_style_dark_purple #header_box .currency-dropdown li a:hover{
	background:#b600ff;
}
.global_style_dark_purple #header_box .category_list.on > h4 > .category_icon svg,
.global_style_dark_purple #header_box .category_list.on > h4 > .down_icon svg,
.global_style_dark_purple #header_box .header_right .cart-box a:hover svg,
.global_style_dark_purple #header_box .header_right .help-center > a:hover svg,
.global_style_dark_purple #header_box .header_right .login-box > a:hover svg{
	fill:#b600ff;
}
.global_style_dark_purple #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_dark_purple #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #b600ff;
	color:#b600ff;
}
.global_style_dark_purple .block_items_products_tab .block_title a:hover,
.global_style_dark_purple .block_items_products_tab .block_title a.on{
	border-color:#b600ff;
	color:#b600ff;
}


/*青色*/
.global_style_cyan #header_box .sub_nav li a.on,
.global_style_cyan #header_box .sub_nav li a:hover,
.global_style_cyan #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_cyan #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_cyan #header_box .category_list.on > h4,
.global_style_cyan #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_cyan #header_box .header_right .cart-box a:hover,
.global_style_cyan #header_box .header_right .help-center > a:hover,
.global_style_cyan #header_box .header_right .login-box > a:hover{
	color:#009ad6;
}
.global_style_cyan #bottom_box .newletterform .newsletter_btn,
.global_style_cyan #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_cyan #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_cyan #header_box .search-box .btn_search,
.global_style_cyan #header_box .header_right .cart-box a strong,
.global_style_cyan #header_box .currency-dropdown li a:hover{
	background:#009ad6;
}
.global_style_cyan #header_box .category_list.on > h4 > .category_icon svg,
.global_style_cyan #header_box .category_list.on > h4 > .down_icon svg,
.global_style_cyan #header_box .header_right .cart-box a:hover svg,
.global_style_cyan #header_box .header_right .help-center > a:hover svg,
.global_style_cyan #header_box .header_right .login-box > a:hover svg{
	fill:#009ad6;
}
.global_style_cyan #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_cyan #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #009ad6;
	color:#009ad6;
}
.global_style_cyan .block_items_products_tab .block_title a:hover,
.global_style_cyan .block_items_products_tab .block_title a.on{
	border-color:#009ad6;
	color:#009ad6;
}


/*青绿色*/
.global_style_cyan_green #header_box .sub_nav li a.on,
.global_style_cyan_green #header_box .sub_nav li a:hover,
.global_style_cyan_green #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_cyan_green #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_cyan_green #header_box .category_list.on > h4,
.global_style_cyan_green #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_cyan_green #header_box .header_right .cart-box a:hover,
.global_style_cyan_green #header_box .header_right .help-center > a:hover,
.global_style_cyan_green #header_box .header_right .login-box > a:hover{
	color:#00ae9d;
}
.global_style_cyan_green #bottom_box .newletterform .newsletter_btn,
.global_style_cyan_green #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_cyan_green #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_cyan_green #header_box .search-box .btn_search,
.global_style_cyan_green #header_box .header_right .cart-box a strong,
.global_style_cyan_green #header_box .currency-dropdown li a:hover{
	background:#00ae9d;
}
.global_style_cyan_green #header_box .category_list.on > h4 > .category_icon svg,
.global_style_cyan_green #header_box .category_list.on > h4 > .down_icon svg,
.global_style_cyan_green #header_box .header_right .cart-box a:hover svg,
.global_style_cyan_green #header_box .header_right .help-center > a:hover svg,
.global_style_cyan_green #header_box .header_right .login-box > a:hover svg{
	fill:#00ae9d;
}
.global_style_cyan_green #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_cyan_green #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #00ae9d;
	color:#00ae9d;
}
.global_style_cyan_green .block_items_products_tab .block_title a:hover,
.global_style_cyan_green .block_items_products_tab .block_title a.on{
	border-color:#00ae9d;
	color:#00ae9d;
}


/*青蓝色*/
.global_style_cyan_blue #header_box .sub_nav li a.on,
.global_style_cyan_blue #header_box .sub_nav li a:hover,
.global_style_cyan_blue #header_box .category_list_pop .category_list_1 li.cur a,
.global_style_cyan_blue #header_box .category_list_pop .category_list_1 li:hover a,
.global_style_cyan_blue #header_box .category_list.on > h4,
.global_style_cyan_blue #header_box .header_right .accont-dropdown ul li a:hover,
.global_style_cyan_blue #header_box .header_right .cart-box a:hover,
.global_style_cyan_blue #header_box .header_right .help-center > a:hover,
.global_style_cyan_blue #header_box .header_right .login-box > a:hover{
	color:#102b6a;
}
.global_style_cyan_blue #bottom_box .newletterform .newsletter_btn,
.global_style_cyan_blue #header_box .header_right .accont-dropdown ul li .btn-register,
.global_style_cyan_blue #header_box .header_right .accont-dropdown ul li .btn-sign,
.global_style_cyan_blue #header_box .search-box .btn_search,
.global_style_cyan_blue #header_box .header_right .cart-box a strong,
.global_style_cyan_blue #header_box .currency-dropdown li a:hover{
	background:#102b6a;
}
.global_style_cyan_blue #header_box .category_list.on > h4 > .category_icon svg,
.global_style_cyan_blue #header_box .category_list.on > h4 > .down_icon svg,
.global_style_cyan_blue #header_box .header_right .cart-box a:hover svg,
.global_style_cyan_blue #header_box .header_right .help-center > a:hover svg,
.global_style_cyan_blue #header_box .header_right .login-box > a:hover svg{
	fill:#102b6a;
}
.global_style_cyan_blue #header_box .nav_list > ul > li .cate_menu > a.cur,
.global_style_cyan_blue #header_box .nav_list > ul > li .cate_menu > a:hover{
	border-bottom:4px solid #102b6a;
	color:#102b6a;
}
.global_style_cyan_blue .block_items_products_tab .block_title a:hover,
.global_style_cyan_blue .block_items_products_tab .block_title a.on{
	border-color:#102b6a;
	color:#102b6a;
}





#header_box .header_top .mobail_search_icon,
#header_box .header_top .mobail_cate{
	display:none;
}
.product_detail_2017 .viewfontright{
	width:555px; 
}
@media screen and (max-width:1024px){
	#header_box .header_top,
	#header_box .header_nav_wapper,
	#bottom_box .wapper{
		max-width: 100%;
		box-sizing: border-box;
		padding: 0 50px;
	}
	#bottom_box .bottom_link{
		padding:0 50px 50px;
	}
	#bottom_box .link_box dl{
		width:33.3333%;
	}
	#bottom_box .link_box dl.newsletter{
		width: 66.666666%;
	}
	#bottom_box .link_box dl:nth-child(4),
	#bottom_box .link_box dl:nth-child(5){
		margin-top:30px;
	}
	#header_box .header_nav,
	#header_box .header_wapper,
	#header_box{
		height:auto;
	}
	#bottom_box .link_box dl dt{
		padding-bottom:10px;
	}
}
@media screen and (max-width:768px){
	#header_box .header_top,
	#header_box .header_nav_wapper,
	#bottom_box .wapper{
		padding: 0 30px;
	}
	#bottom_box .bottom_link{
		padding:0 30px 50px;
	}
	#header_box .search-box,
	#header_box .search-box .search_txt,
	#header_box .header_nav{
		display:none;
	}
	#header_box .header_top .mobail_search_icon,
	#header_box .header_top .mobail_cate{
		display:block;
		padding:0 15px;
	}
	#header_box .header_right .cart-box a svg, 
	#header_box .header_right .help-center > a svg, 
	#header_box .header_right .login-box > a svg,
	#header_box .header_top .mobail_search_icon svg,
	#header_box .header_top .mobail_cate svg{
		width:26px;
		height:50px;
		fill:#333;
	}
	#header_box .header_right .cart-box a span, 
	#header_box .header_right .help-center > a span, 
	#header_box .header_right .login-box > a span{
		display:none;
	}
	#header_box .header_wapper,
	#header_box .header_right{
		padding:0;
	}
	#header_box .logo{
		margin:0 0 0 20px;
	}
	#header_box .logo a img{
		max-height:35px;
	}
	#header_box .header_right .cart-box a strong{
		top:5px;
	}
	#header_box{
		height:50px;
	}
	#header_box .header_top,
	#header_box .header_top_left{
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		align-items:center;
	}
	#header_box .search-box{
		position: fixed;
		top: 46px;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
	}
	#header_box .search-box .search-bg{
		display:block;
	}
	#header_box .search-box .searchform{
		width: 100%;
		background: #fff;
		padding: 20px 30px;
		height:80px;
		box-sizing: border-box;
	}
	#header_box .search-box .search_input{
		width:calc(100% - 60px);
	}
	#header_box .nav_list li.daily_new .sub_nav li dl dt .down_icon_2,
	#header_box .nav_list > ul > li .down_icon{
		display:block;
	}
}
@media screen and (max-width:767px){
	#header_box .header_top,
	#header_box .header_nav_wapper,
	#bottom_box .wapper{
		padding:0 15px;
	}
	#bottom_box .bottom_link{
		padding-bottom:30px;
	}
	#header_box .header_right .cart-box a svg, 
	#header_box .header_right .help-center > a svg, 
	#header_box .header_right .login-box > a svg, 
	#header_box .header_top .mobail_search_icon svg, 
	#header_box .header_top .mobail_cate svg{
		width:20px;
	}
	#header_box .header_right .cart-box,
	#header_box .header_right .help-center,
	#header_box .header_right .login-box,
	#header_box .header_top .mobail_search_icon, 
	#header_box .header_top .mobail_cate{
		padding:0 10px; 
	}
	#header_box .header_top{
		padding:0;
	}
	#header_box .header_right .help-center{
		display:none;
	}
	#header_box .header_top_left{
		width:100% - 120px;
	}
	#header_box .logo{
		margin: 0;
    	width: calc(100% - 40px);
	}
	#header_box .search-box .searchform{
		padding:20px 10px;
	}
	#header_box .logo a {
		display: block;
		padding: 0 0 0 10px;
	}
	#bottom_box .link_box dl.newsletter,
	#bottom_box .link_box dl{
		width:100%;
		margin-bottom:20px;
	}
	#bottom_box .link_box dl.newsletter{
		margin:0;
	}
}























