html{
	overflow-y: initial;
}
.index_default{
	width:100% !important;
	margin:0;
}
.wapper{
	width:100%;
	max-width:1240px;
	box-sizing:border-box;
}
#header_box i{
	background:none;
}
#header_box{
	width:100%;
	background:#030303;
	z-index:1000;
}
.header_container{
	height:136px;
}
#header_box .header_content{
	text-align: center;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding:20px;
}
#header_box .header_rt{
	width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
}
#header_box .logo{
	text-align: center;
	height:36px;
	width:auto;
}
#header_box .logo a{
	display:inline-block;
}
#header_box .logo img{
	max-height:40px;
}
.main .search_box{
	float:left;
}
.main .search_icon{
    height: 24px;
    line-height: 24px;
    color: rgba(255,255,255,0.6);
    position: relative;
	cursor:pointer;
	margin:0 10px;
	display:inline-block;
}
.main .search_icon svg{
	height: 24px;
    width: 24px;
	fill: currentColor;
}
.main .search_icon:hover{
	color: rgba(255,255,255,1);
}
.main .search-box{
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	display:none;
	z-index:5000;
}
.main .search{
	width: 600px;
    margin: 0;
    z-index: 10;
    padding: 50px 70px 55px 70px;
    background: #fff;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    margin:-75px 0 0 -300px;
}
.main .search .searchform{
	position:relative;	
}
.main .search .mobile-no-search,
.main .search .searchform svg{
	display:none;
}
.main .btn_search{
	background:#0c0c0d;
	color:#fff;
	position: absolute;
	border:none;
	line-height:30px;
	padding:10px 20px;
    right: 0;
    top: 0;
	cursor:pointer;
}

.main .search_input{
	box-shadow:0px 1px 2px 0px rgba(0, 0, 0, .2);
	width: 100%;
    height: 50px;
	background:#f5f4ff;
	padding:10px 20px;
	line-height:30px;
	border:none;
	box-sizing:border-box;
}

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


#header_box .header_rt{
	padding-top:0;
	width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
	text-align:right;
}

#header_box .cart_box{
	margin:0 10px;
    padding: 0;
    box-sizing: border-box;
    height: 24px;
	border:none;
	float:none;
	display:inline-block;
	text-align: left;
	vertical-align:top;
}
#header_box .cart_txt{
	line-height: 24px;
    font-size: 12px;
	position:relative;
	height:30px;
}
#header_box .cart_txt a{
	display: block;
    height: 30px;
    line-height: 30px;
    color: rgba(255,255,255,0.6);
	font-weight:bold;
}
#header_box .cart_txt a:hover{
	color: rgba(255,255,255,1);
}
#header_box .cart_txt a svg{
	display: inline-block;
    height: 24px;
    width: 24px;
    vertical-align: top;
    fill: currentColor;
}



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

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


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


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

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

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


#header_box .nav_war{
	display:flex;
    justify-content: space-between;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	background:#030303;
	z-index:1000;
}
#header_box .nav_war .wapper{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
#header_box .nav_box{
	border:0;
	height:auto;
	width:80%;
}
#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: auto;
    font-size: 14px;
}
#header_box .nav > li > a{
	display: inline-block;
    border: 0;
    line-height: 20px;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
	padding:20px;
}
#header_box .nav > li > a svg{
	height: 24px;
    width: 15px;
    vertical-align: top;
    fill: #989898;
    margin-left: 5px;
	transform:rotate(-90deg);
}
#header_box .nav > li.on > a{
	color:#fff;
}
#header_box .nav > li.on > a svg{
	fill:#fff;
}

#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;
	top:60px;
}
#header_box .nav > li.on .sub_nav{
	display:block;
}
#header_box .sub_nav .sub_tit{
	display:none;
}
#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;
}
#header_box .nav .sub_nav li a:hover{
	background:none;
	color:#000;
	text-decoration:underline;
}

#header_box.posFixed{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#header_box.posFixed .header_content{
	height:0;
	position:relative;
	padding:0;
}
#header_box.posFixed .logo{
	display:none;
}
#header_box.posFixed .header_rt{
	position:absolute;
	right:0;
	top:17px;
	z-index:10;
}
#header_box.posFixed .nav_war{
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
#header_box.posFixed .open{
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1);
}
#header_box.posFixed .currency_box{
	display:none;
}

#header_box .currency_box{
	position:relative;
	cursor:pointer;
}
#header_box .currency_box .currency_txt{
	height:20px;
	line-height:20px;
	position:relative;
	color: rgba(255,255,255,0.6);
    border-radius: 2px;
    margin: 20px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .2);
}
#header_box .currency_box .currency_txt:hover{color:#73b7cc;}
#header_box .currency_txt select{
	background:none;
	border:0;
	line-height:20px;
	color:inherit;
	font-size:14px;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	cursor:pointer;
    padding-right: 15px;
	padding-left:5px;
    outline: none;
	position:relative;
	z-index:2;
}
#header_box .currency_txt .icon {
    position: absolute;
    right: 0;
    top: 50%;
	transform:translate(0,-50%);
    z-index: 1;
	fill:rgba(255,255,255,0.6);
}
#header_box .currency_txt select option{
	color:#333;
	
}
#header_box .currency_box .currency_txt i{
	background:none;
	margin:0 0 -5px 4px;
	font-size:12px;
}
#header_box .currency_box:hover .currency_txt{
	color:#fff;
}
#header_box .drop_currency{
    position: absolute;
    z-index: 999999;
    background: #fff;
    border: 1px solid #c1c1c1;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    display: none;
	left: 50%;
	margin-left:-43px;
    top: 60px;
    width: 86px;
    padding: 3px 0;
}
#header_box .currency li a{
    color: #333;
    display: block;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
}
#header_box .currency li a:hover{
	color:#fff;
	background:#006eff;
}
#header_box .currency li a b {
    font-weight: normal;
    float: left;
}
#header_box .currency li a span {
    float: right;
}



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

/*手机端左侧菜单*/

.main_show{
	-webkit-transform: translate3d(80vw, 0, 0);
    -moz-transform: translate3d(80vw, 0, 0);
    -o-transform: translate3d(80vw, 0, 0);
    -ms-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0);
}
.main_open #header_box .header__menu-icon .icon-open,
#header_box .header__menu-icon .icon-close{
	display:none;
}
.main_open #header_box .header__menu-icon .icon-close{
	display:block;
}

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


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

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


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


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

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









#bottom_box{
	width:100%;
	padding:20px 0; 
	margin:0;
	background:#030303;
	color:rgba(255,255,255,0.6);
}


#bottom_box .newsletter .newsletter_con{
	width:100%;
	box-sizing:border-box;
	position:relative;
	margin-bottom:15px;
}
#bottom_box .newsletter_txt{
	width:100%;
	height:48px;
	box-sizing:0px 1px 2px 0px rgba(0, 0, 0, .2);
	border-radius:3px;
	padding:10px;
	border:none;
	box-sizing:border-box;
}
#bottom_box .newsletter_btn{
	position:absolute;
	right:0;
	top:0;
	border:none;
	padding:0 15px;
	height:48px;
	width:auto;
	border-radius:0 3px 3px 0;
	background:#ccc;
}
#bottom_box .newsletter_btn svg{
	height:20px;
	width:20px;
	fill:#fff;
}

#bottom_box .bottom_link{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding:20px 0;
	box-sizing:border-box;
}

#bottom_box .bottom_link .dl-list{
	width:25%;
    padding: 0 20px;
    margin-bottom: 30px;
	box-sizing:border-box;
}
#bottom_box .bottom_link dt{
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:20px;
	font-weight:normal;
}
#bottom_box .bottom_link dd{}
#bottom_box .bottom_link dd > a{
	display:block;
	line-height:24px;
	color:rgba(255,255,255,0.6);
}
#bottom_box .bottom_link dd > a:hover{
	color:#fff;
}

#bottom_box .footer .wapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	position:relative;
}

#bottom_box .foot-txt{
	width:100%;
	padding:0;
	box-sizing:border-box;
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

#bottom_box .foot-txt .payment-box{
	margin-bottom:10px;
	min-height:30px;
	width:50%;
	text-align:right;
}
#bottom_box .foot-txt .payment-box img{
	max-width:100%;
}
#bottom_box .foot-txt .copyright p,
#bottom_box .foot-copyright p{
	margin-bottom:10px;
}



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

.main_bg{
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
	z-index:99999;
}
#body_box{
	width:1200px;
}
.product_detail_2017 .viewfontright{
	width:555px;
}
/*产品列表页*/
.product_list_2017 .common_pro_list1{
	font-size:0;
}
.product_list_2017 .common_pro_list1 li{
	display: inline-block;
    float: none;
    font-size: 14px;
    width: calc(25% - 15px);
    margin: 20px 20px 0 0;
    border: 0;
	vertical-align:top;
}
.product_list_2017 .common_pro_list1 li:nth-child(4n){
	margin-right:0;
}
.product_list_2017 .common_pro_list1 li .product_img{
	position:relative;
}
.product_list_2017 .common_pro_list1 li .pic{
	width: 285px;
    height: 360px;
    line-height: 360px;
}
.product_list_2017 .common_pro_list1 li .pic img{
	max-width:100%;
	max-height:100%;
}
.product_list_2017 .common_pro_list1 li .newin{
	background: #ed3445;
    width: 60px;
    height: 24px;
    line-height: 24px;
}
.product_list_2017 .common_pro_list1 li .discount{
	position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background: #000;
    padding: 0 10px;
    z-index: 99;
    font-size: 12px;
	width:auto;
}
.product_list_2017 .common_pro_list1 li .sold_out_box{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    line-height: 100px;
    color: #fff;
    text-align: center;
    margin: -50px 0 0 -50px;
}
.product_list_2017 .common_pro_list1 .pro_content{
	text-align: center;
    padding: 10px 0 0 0;
    position: relative;
    z-index: 2;
}
.product_list_2017 .common_pro_list1 li .name{
	font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #333;
    padding: 0;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_list_2017 .common_pro_list1 li .price{
	font-size: 16px;
    color: #ed3445;
    font-weight: bold;
}
.product_list_2017 .common_pro_list1 li span.oldprice{
	color: #999;
	font-size:16px;
}
/*.index_default{background:#f5f4ff;}*/
.block_items_imagetext_1{}
.block_items_imagetext_1 .imagetext_pic{position:relative;}
.block_items_imagetext_1 .imagetext_pic:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background:rgba(225,22,135,0.5);}
.block_items_imagetext_1 .imagetext_pic img{display:block;width:100%;}
.block_items_imagetext_1 .imagetext_content_btn{background:#e11687;}
.block_items_imagetext_1 .imagetext_content_wapper{padding:20px 50px;}
.block_items_products_rec .block_rec_ul li .pro_content{background:#fff;padding:10px 0;}
.block_items_category_list .block_category_content .category-pic:before{background:rgba(225,225,255,0.6);}
.block_items_category_list .block_category_content .category-name a{color:#fff;}
.block_single_products .single_product_img img{display:block;width:100%;}
.block_single_products{background:#fff;}
.block_items_products_rec .block_rec_ul li:hover{box-shadow: 0 20px 30px 0 rgba(0,0,0,0.06);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);    transition: all 0.25s ease;
}




/*多颜色主题*/
/*红色*/
.global_style_red{}
.global_style_red #header_box,
.global_style_red #header_box .nav_war,
.global_style_red .main .btn_search,
.global_style_red #bottom_box{ background:#333;}



/*橙色*/
.global_style_orange{}
.global_style_orange #header_box,
.global_style_orange #header_box .nav_war,
.global_style_orange .main .btn_search,
.global_style_orange #bottom_box{ background:#ff8542;}

/*绿色*/
.global_style_green{}
.global_style_green #header_box,
.global_style_green #header_box .nav_war,
.global_style_green .main .btn_search,
.global_style_green #bottom_box{ background:#089b32;}

/*蓝色*/
.global_style_blue{}

/*紫色*/
.global_style_purple{}
.global_style_purple #header_box,
.global_style_purple #header_box .nav_war,
.global_style_purple .main .btn_search,
.global_style_purple #bottom_box{ background:#c942ff;}

/*粉色*/
.global_style_pink{}
.global_style_pink #header_box,
.global_style_pink #header_box .nav_war,
.global_style_pink .main .btn_search,
.global_style_pink #bottom_box{ background:#fb6cb1;}


/*黑色*/
.global_style_black{}

/*黄色*/
.global_style_yellow{}
.global_style_yellow #header_box,
.global_style_yellow #header_box .nav_war,
.global_style_yellow .main .btn_search,
.global_style_yellow #bottom_box{ background:#fbd540;}

/*橙黄色*/
.global_style_orange_yellow{}
.global_style_orange_yellow #header_box,
.global_style_orange_yellow #header_box .nav_war,
.global_style_orange_yellow .main .btn_search,
.global_style_orange_yellow #bottom_box{ background:#fe9a04;}

/*洋红色*/
.global_style_magenta{}

/*浅褐色*/
.global_style_light_brown{}
.global_style_light_brown #header_box,
.global_style_light_brown #header_box .nav_war,
.global_style_light_brown .main .btn_search,
.global_style_light_brown #bottom_box{ background:#6b473c;}

/*褐色*/
.global_style_brown{}
.global_style_brown #header_box,
.global_style_brown #header_box .nav_war,
.global_style_brown .main .btn_search,
.global_style_brown #bottom_box{ background:#843900;}

/*棕绿色*/
.global_style_brown_green{}
.global_style_brown_green #header_box,
.global_style_brown_green #header_box .nav_war,
.global_style_brown_green .main .btn_search,
.global_style_brown_green #bottom_box{ background:#666400;}


/*浅绿色*/
.global_style_light_green{}
.global_style_light_green #header_box,
.global_style_light_green #header_box .nav_war,
.global_style_light_green .main .btn_search,
.global_style_light_green #bottom_box{ background:#b2d235;}



/*深绿色*/
.global_style_dark_green{}
.global_style_dark_green #header_box,
.global_style_dark_green #header_box .nav_war,
.global_style_dark_green .main .btn_search,
.global_style_dark_green #bottom_box{ background:#029834;}

/*浅蓝色*/
.global_style_light_blue{}
.global_style_light_blue #header_box,
.global_style_light_blue #header_box .nav_war,
.global_style_light_blue .main .btn_search,
.global_style_light_blue #bottom_box{ background:#2c6dff;}

/*深蓝色*/
.global_style_dark_blue{}
.global_style_dark_blue #header_box,
.global_style_dark_blue #header_box .nav_war,
.global_style_dark_blue .main .btn_search,
.global_style_dark_blue #bottom_box{ background:#32339f;}


/*浅紫色*/
.global_style_light_purple{}
.global_style_light_purple #header_box,
.global_style_light_purple #header_box .nav_war,
.global_style_light_purple .main .btn_search,
.global_style_light_purple #bottom_box{ background:#d27fff;}

/*深紫色*/
.global_style_dark_purple{}
.global_style_dark_purple #header_box,
.global_style_dark_purple #header_box .nav_war,
.global_style_dark_purple .main .btn_search,
.global_style_dark_purple #bottom_box{ background:#b600ff;}

/*青色*/
.global_style_cyan{}
.global_style_cyan #header_box,
.global_style_cyan #header_box .nav_war,
.global_style_cyan .main .btn_search,
.global_style_cyan #bottom_box{ background:#009ad6;}

/*青绿色*/
.global_style_cyan_green{}
.global_style_cyan_green #header_box,
.global_style_cyan_green #header_box .nav_war,
.global_style_cyan_green .main .btn_search,
.global_style_cyan_green #bottom_box{ background:#00ae9d;}


/*青蓝色*/
.global_style_cyan_blue{}
.global_style_cyan_blue #header_box,
.global_style_cyan_blue #header_box .nav_war,
.global_style_cyan_blue .main .btn_search,
.global_style_cyan_blue #bottom_box{ background:#102b6a;}












@media screen and (max-width: 1024px){
	#header_box .cart{display:none !important;}
	#header_box .nav_war,
	#header_box .search_icon{
		display:none;
	}
	#header_box .header_lt{
		
	}
	#header_box .header_rt{
		width: auto;
		-ms-flex-preferred-size: auto;
		-webkit-flex-basis: auto;
		-moz-flex-basis: auto;
		flex-basis: auto;
	}
	#header_box .cart_box{
		margin:0;
	}
	#header_box .header__menu-icon svg{
		fill:#fff;
		width:24px;
		height:24px;
	}
	
	#header_box.posFixed .header_content{
		height:auto;
		position:relative;
		padding:20px;
	}
	#header_box.posFixed .logo{
		display:block;
	}
	#header_box.posFixed .header_rt{
		position:static;
		right:auto;
		top:auto;
		z-index:10;
	}
	#bottom_box .bottom_link .dl-list{
		width:50%;
	}
}
@media screen and (max-width: 768px){
	#bottom_box .bottom_link .dl-list{
		width:50%;
	}
	.header_container{
		height:64px;
	}
}
@media screen and (max-width: 480px){
	#bottom_box .bottom_link .dl-list{
		width:100%;
	}
	#header_box .logo{height:auto;}
	#header_box .logo img{max-width:55%;}
	#bottom_box .bottom_link .newsletter{
		margin-bottom:0;
	}
	#bottom_box .foot-copyright,
	#bottom_box .foot-txt .payment-box{ 
		width:100%;
	}
	#bottom_box .foot-copyright{
		padding-bottom:15px;
	}
}






@media (min-width: 60em) {
	#mobile-nav,
	#header_box .cart_txt .wap-icon{
		display: none
	}
	#header_box .logo{
		text-align:left;
	}
	#header_box .login-link,
	#header_box .cart_txt .pc-txt{
		display: inline-block;
	}

	#bottom_box .newsletter .wapper{
		padding: 90px 20px;
	}
	#bottom_box .newsletter{
		margin-bottom:0;
	}

	#bottom_box .foot-txt{
		padding:0 20px;	
	}
	#bottom_box .foot-copyright{
		padding-bottom:0;
	}
}
@media (max-width: 60em) and (min-width: 38em) {
	
}
@media (min-width: 38em) {

	#bottom_box .currency_box{
		left:20px;
	}
	#bottom_box .footer{
		padding:0;	
	}
	#bottom_box .foot-txt{
		padding:0 20px;	
	}
}









