html{
	overflow-y: initial;
}
body{
	font-family:Helvetica, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
}
.index_default{
	width:100% !important;
	margin:0;
}
.wapper{
	width:1200px;
}
#header_box{
	width:100%;
	position:relative;
	z-index:100;
	background:#f7f8f9;
	height:122px;
}
#header_box .header_top{
    box-shadow: 0 2px 2px -2px rgba(0,0,0,0.2);	
	width:100%;
	background:#f7f8f9;
}
#header_box.posFixed .header_top{
	position:fixed;
	top:0;
	z-index:100;
}
#header_box .header_top .wapper{
	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;
	padding:10px 0;
	align-items: center;
	box-sizing:border-box;
}
#header_box .logo{
	height:100%;
	width:auto;
}
#header_box .logo a{
	display:inline-block;
}
#header_box .logo img{
	max-height:80px;
	max-width:150px;
}

#header_box .header_lt{
	-webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 60%;
    text-align: center;
}

#header_box .mobile-search_icon{
	display:none;
	line-height:30px;
	height:30px;
	padding:5px;
	box-sizing:border-box;
}

#header_box .search_icon svg{
	height: 20px;
    width: 20px;
    vertical-align: top;
    margin-right: 5px;
    fill: #505050;
}

#header_box .header_ct{
	-webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    text-align: left;
    line-height: 0;
}
#header_box .search-box{
	display:block;
}
#header_box .header_ct .search-box{
	display:none;
}
#header_box .search{
	height: 100%;
	width:100%;
	padding:0;
	box-sizing:border-box;
	height:auto;
	display: flex;
    align-items: center;
}
#header_box .searchform{
	height:auto;
	border:none;
	display: flex;
    align-items: center;
    flex: 1 0 auto;
	width:auto;
}
#header_box .search_input{
	padding:8px 20px 8px 10px;
	border:2px solid #73b7cc;
	border-right:none;
	width:100%;
	height:auto;
	line-height:20px;
	border-radius: .1875rem 0 0 .1875rem;
	box-sizing:border-box;
	background:none;
	float:none;
}
#header_box .btn_search{
	padding: 8px;
    line-height: 0;
    border-width: 2px;
    border-radius: 0 .1875rem .1875rem 0;
    color: #fff;
    background: #73b7cc;
    border:1px solid #73b7cc;
	margin:0;
	height:40px;
	width:40px;
	
}
#header_box .btn_search svg{
	width:20px;
	height:20px;
	fill:#fff;
}

#header_box .lien{
    width: 1px;
    height: 14px;
    margin: 10px 8px;
    background: #484b4f;
    opacity: .3;
	display:none;
}

#header_box .currency_box{
	margin-right:0;
	position:relative;
	display:inline-block;
	vertical-align:top;
}
#header_box .currency_box .currency_txt{
	height:35px;
	line-height:35px;
	font-size:16px;
	color:#93979d;
	position:relative;
}
#header_box .currency_box .currency_txt:hover{color:#73b7cc;}
#header_box .currency_txt select{
	background:none;
	border:0;
	height:35px;
	line-height:35px;
	color:inherit;
	font-size:16px;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	
	cursor:pointer;
    padding-right: 15px;
	padding-left:5px;
    outline: none;
	position:relative;
	z-index:2;
}
#header_box .currency_txt select::-ms-expand { 
	display: none; 
}
#header_box .currency_txt .icon {
    position: absolute;
    right: 0;
    top: 50%;
	transform:translate(0,-50%);
    z-index: 1;
}
#header_box .currency_txt select option{
	color:#333;
}
#header_box .currency_box .currency_txt i{
	background:none;
	margin:0 0 -13px 5px;
	font-size:13px;
    color: #93979d;
}
#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%;
    top: 35px;
    width: 86px;
    padding: 3px 0;
	margin-left:-43px;
}
#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:#73b7cc;
}
#header_box .currency li a b {
    font-weight: normal;
    float: left;
}
#header_box .currency li a span {
    float: right;
}


#header_box .cart_box{
	float: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    height: 35px;
	border:none;
	display:inline-block;
	text-align:left;
}
#header_box .cart_txt{
	line-height: 35px;
    font-size: 14px;
	position:relative;
	height:35px;
	text-transform:uppercase;
}
#header_box .cart_txt a{
	display: block;
    height: 35px;
    line-height: 35px;
    color: #505050;
}
#header_box .cart_txt a svg{
	width:24px;
	height:24px;
	fill: none;
    stroke: #93979d;
	padding:5px 0;
}

#header_box .cart_txt a span{
	font-weight: normal;
	height:18px;
    line-height: 34px;
	min-width:16px;
	color:#93979d;
	margin-left:5px;
	vertical-align:top;
}
#header_box .cart_txt a span .pc{
	display:inline-block;
	vertical-align:top;
}
#header_box .cart_txt a span .mobile{
	display:none;
	vertical-align:top;	
}

#header_box .cart_box.on .cart_txt a{
	color:#fff;
}

#header_box .cart{
	position: fixed;
    top: 0;
    right: 0;
    border: 0;
    width: 400px;
    height: 100%;
    display: block;
    padding: 0 40px;
    background: #fff;
    visibility: hidden;
    transform: translate(480px,0);
    transition: all 0.3s;
    text-align: left;
	color:#000;
	font-size:13px;
}
#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;
	float:right;
}

#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;
	font-size:14px;
}
#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;
	display:inline-block;
}
#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;
	display:inline-block;
}
#header_box .cart_box .minicart_bottom .view_cart_btn a.mini_cart_view_btn:hover{
	background:#000;
	color:#fff;
}
#header_box .buy_pro li{
	padding:30px 0 0;
	border:0;
	overflow:hidden;
}
#header_box .buy_pro li div.left_pic{
	width:80px;
	float:left;
}
#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 .mobile-cart{
	display:none;
}

#header_box .login-link{
    vertical-align: top;
    line-height: 35px;
    font-size: 16px;
	position:relative; 
	display:inline-block;
}
#header_box .login-link a{
	color:#93979d;
	text-transform:capitalize;
}
#header_box .login-link a:hover{
	color:#73b7cc;
}
#header_box .cart_box:hover .cart_txt svg{
	stroke:#73b7cc;
}

#header_box .header_rt{
	-webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    text-align: right;
    line-height: 24px;
	padding:0;
}
#header_box .nav_box{
	text-align:center;
	border:0;
	height:auto;
}
#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;
	z-index:10;
}
#header_box .nav > li .flex{
	padding:0 20px;
}
#header_box .nav > li .flex a{
	display: inline-block;
    border: 0;
    line-height: 60px;
    font-size: 16px;
    color: #93979d;
	padding:0;
}
#header_box .nav > li .flex svg{
	height: 24px;
    width: 15px;
    vertical-align: middle;
    fill: #989898;
    margin-left: 5px;
	transform:rotate(-90deg);
}
#header_box .nav > li.on{
	z-index:11;
}
#header_box .nav > li.on > a{
	color:#ed3445;
}
#header_box .nav > li.on .flex svg{
	fill:#333;
}

#header_box .sub_nav{
	position: absolute;
	width:200px;
    text-align: left;
    background: #fff;
    border-top: 4px solid #ccc;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	display:none;
	padding:5px 0;
	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;
	overflow:hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
#header_box .nav .sub_nav li a:hover{
	background:none;
	color:#000;
	text-decoration:underline;
}

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

#header_box .wap-search{
	-webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	position:relative;
	z-index:-1;
}
#header_box.posFixed .wap-search{
	-webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
/*手机端左侧菜单*/
.main{
    -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_show{
	overflow:hidden !important;
	height:100%;
	box-sizing:border-box;
}

.main_show .main_bg{
	display:block;
}
.mobile-nav {
    width: 80%;
    max-width: 95vw;
    background-color: #f7f8f9;
    color: #93979d;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 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-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_show .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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	align-items: center;
	color:#333;
	font-size:16px;
}
.mobile-nav .mobile-nav__header img{
	max-height:30px;
}
.mobile-nav .mobile-nav__header svg{
	height:18px;
	width:18px;
	fill:#333;
}
.mobile-nav__middle {
    justify-self: flex-end;
	overflow:hidden;
    overflow-y: auto;
}


.mobile-nav .nav li{
	padding:0 20px;
}
.mobile-nav .nav li a,
.mobile-nav .mobile-nav_item,
.mobile-nav .nav li .sub_tit span,
.mobile-nav .login-link a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
	color:#93979d;
	font-size:14px;
	border-bottom: 1px solid #e1e2e3;
}
.mobile-nav .nav li .flex{
	position:relative;
}
.mobile-nav .nav li svg{
	height:20px;
	width:20px;
}
.mobile-nav .nav li .flex svg{
	position:absolute;
	right:0;
	top:8px;
	z-index:10;	
	transform:rotate(180deg);
}
.mobile-nav .mobile-nav_item{
	border-top-color:#285556;
}


.mobile-nav .mobile-nav__middle .nav{
	position:relative;
	-webkit-transition: margin-left 0.4s;
    transition: margin-left 0.4s;
	width:100%;
}
.mobile-nav .mobile-nav__middle .nav .sub_nav{
    position: absolute;
    top: 0;
    left: 100%;
	width:100%;
	display:none;
}
.mobile-nav .sub_show .nav{
	margin-left:-100%;
}
.mobile-nav .sub_show .sub_on .sub_nav{
	display:block;
}
.mobile-nav .login-link{
	padding:0 20px;
}
.mobile-nav .mobile-currency_box{
	margin:15px 20px 0;
	height:35px;
	border:1px solid #73b7cc;
	position:relative;
}
.mobile-nav .mobile-currency_box .currency_txt{
	line-height:35px;
	position:relative;
	color:#93979d;
}

.mobile-nav .mobile-currency_box select{
	background:none;
	border:0;
	line-height:35px;
	color:inherit;
	font-size:16px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor:pointer;
	padding-right: 15px;
	padding-left:10px;
	outline: none;
	position:relative;
	z-index:2;
	width: 100%;
}
.mobile-nav .mobile-currency_box .icon {
    position: absolute;
	width:20px;
	heigh:20px;
    right: 0;
    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:35px;
	left:-1px;
	width:100%;
}
.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;
}


/*产品列表页*/
.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: 285px;
    line-height: 285px;
}
.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;
}

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



#bottom_box{width:100%; background:#313b49;}
#bottom_box .link_box dl{ width:25%; padding-right:35px; box-sizing:border-box;}
#bottom_box .link_box dl.none{ margin-right:0;}
#bottom_box .link_box dl dt{margin-bottom:15px; color:#babbbd; font-size:16px; font-weight:normal;}
#bottom_box .link_box dl dd a{color:#8a9098;line-height:24px; font-weight:bold;}
#bottom_box .link_box dl dd a:hover{color:#6bbfd5;}

#bottom_box .link_box dl.news .pic{ display:block; border:8px solid #fff; box-sizing:border-box; margin-bottom:15px; padding:0;}
#bottom_box .link_box dl.news .pic:hover{ opacity:0.6;}
#bottom_box .link_box dl.news img{ width:100%;}
#bottom_box .link_box dl.news h5{ font-size:25px;}
#bottom_box .link_box dl.news h5 a{ font-weight:300;}
#bottom_box .link_box dl.news p{ color:#fff; margin:10px 0;}
#bottom_box .link_box dl.news .text{ font-size:14px; line-height:20px; color:#8a9098;}

#bottom_box .newletterform label{display:none;}
#bottom_box .Newslettertxt{ min-height:30px; margin-bottom:20px; font-size:14px; line-height:20px; color:#8a9098;}
#bottom_box .newletterform form{text-align:right;width:100%;height:40px;border:none;}
#bottom_box .newsletter_txt{float:left;border:2px solid #e1e3e4; border-right:0; height:47px;width:calc(100% - 52px);padding:0; border-radius:5px 0 0 5px; text-indent:10px;}
#bottom_box .newsletter_btn{float:left;margin:0;width:50px;height:51px;color:#fff;background:#6bbfd5; border-radius:0 5px 5px 0;}
#bottom_box .newletterform h3{font-weight:normal;font-size:14px;margin-bottom:10px;color:#000;}
#bottom_box .foot{ background:#2c343f; padding:30px 0; text-align:center;}
#bottom_box .copyright{ min-height:30px; padding:0; line-height:30px;}
#bottom_box .copyright img{ margin-bottom:10px;}


#bottom_box .link_box dl .shartto li a{
	font-size:20px;
	font-weight:normal;
}

#bottom_box .shartto{
	width:100%;
}

.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;
}
.block_items_products_rec .block_rec_ul li .pro_content,
.block_items_products_rec .block_rec_ul li .name{
	text-align:left;
}
.block_items_products_rec .block_rec_ul li .name{
	font-size:16px;
}
.block_items_products_rec .block_rec_ul li .name:hover{
	text-decoration:none;
	color:#73b7cc;
}
.block_items_products_rec .block_rec_ul li .price{
	color:#484b4f;
	font-size:14px;
}


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


/*多颜色主题*/
/*红色*/
.global_style_red{}

.global_style_red #header_box .search_input,
.global_style_red #header_box .btn_search,
.global_style_red #header_box .sub_nav{ border-color:#ed4040;}
.global_style_red #header_box .btn_search,
.global_style_red #bottom_box .newsletter_btn{ background:#ed4040;}

.global_style_red #header_box .cart_txt a span b,
.global_style_red #header_box .login-link a:hover,
.global_style_red #header_box .currency_box .currency_txt:hover,
.global_style_red #header_box .nav > li.on > a,
.global_style_red .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_red #bottom_box .link_box dl dd a:hover,
.global_style_red #bottom_box .link_box dl dd a:hover{ color:#ed4040;}

.global_style_red #header_box .cart_box:hover .cart_txt svg{ stroke:#ed4040;}
.global_style_red #header_box .nav > li.on > a svg{ fill:#ed4040;}

/*橙色*/
.global_style_orange{}
.global_style_orange #header_box .search_input,
.global_style_orange #header_box .btn_search,
.global_style_orange #header_box .sub_nav{ border-color:#ff8542;}
.global_style_orange #header_box .btn_search,
.global_style_orange #bottom_box .newsletter_btn{ background:#ff8542;}

.global_style_orange #header_box .cart_txt a span b,
.global_style_orange #header_box .login-link a:hover,
.global_style_orange #header_box .currency_box .currency_txt:hover,
.global_style_orange #header_box .nav > li.on > a,
.global_style_orange .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_orange #bottom_box .link_box dl dd a:hover,
.global_style_orange #bottom_box .link_box dl dd a:hover{ color:#ff8542;}

.global_style_orange #header_box .cart_box:hover .cart_txt svg{ stroke:#ff8542;}
.global_style_orange #header_box .nav > li.on > a svg{ fill:#ff8542;}

/*绿色*/
.global_style_green{}
.global_style_green #header_box .search_input,
.global_style_green #header_box .btn_search,
.global_style_green #header_box .sub_nav{ border-color:#089b32;}
.global_style_green #header_box .btn_search,
.global_style_green #bottom_box .newsletter_btn{ background:#089b32;}

.global_style_green #header_box .cart_txt a span b,
.global_style_green #header_box .login-link a:hover,
.global_style_green #header_box .currency_box .currency_txt:hover,
.global_style_green #header_box .nav > li.on > a,
.global_style_green .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_green #bottom_box .link_box dl dd a:hover,
.global_style_green #bottom_box .link_box dl dd a:hover{ color:#089b32;}

.global_style_green #header_box .cart_box:hover .cart_txt svg{ stroke:#089b32;}
.global_style_green #header_box .nav > li.on > a svg{ fill:#089b32;}

/*蓝色*/
.global_style_blue{}
.global_style_blue #header_box .search_input,
.global_style_blue #header_box .btn_search,
.global_style_blue #header_box .sub_nav{ border-color:#428fff;}
.global_style_blue #header_box .btn_search,
.global_style_blue #bottom_box .newsletter_btn{ background:#428fff;}

.global_style_blue #header_box .cart_txt a span b,
.global_style_blue #header_box .login-link a:hover,
.global_style_blue #header_box .currency_box .currency_txt:hover,
.global_style_blue #header_box .nav > li.on > a,
.global_style_blue .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_blue #bottom_box .link_box dl dd a:hover,
.global_style_blue #bottom_box .link_box dl dd a:hover{ color:#428fff;}

.global_style_blue #header_box .cart_box:hover .cart_txt svg{ stroke:#428fff;}
.global_style_blue #header_box .nav > li.on > a svg{ fill:#428fff;}

/*紫色*/
.global_style_purple{}
.global_style_purple #header_box .search_input,
.global_style_purple #header_box .btn_search,
.global_style_purple #header_box .sub_nav{ border-color:#c942ff;}
.global_style_purple #header_box .btn_search,
.global_style_purple #bottom_box .newsletter_btn{ background:#c942ff;}

.global_style_purple #header_box .cart_txt a span b,
.global_style_purple #header_box .login-link a:hover,
.global_style_purple #header_box .currency_box .currency_txt:hover,
.global_style_purple #header_box .nav > li.on > a,
.global_style_purple .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_purple #bottom_box .link_box dl dd a:hover,
.global_style_purple #bottom_box .link_box dl dd a:hover{ color:#c942ff;}

.global_style_purple #header_box .cart_box:hover .cart_txt svg{ stroke:#c942ff;}
.global_style_purple #header_box .nav > li.on > a svg{ fill:#c942ff;}

/*粉色*/
.global_style_pink{}
.global_style_pink #header_box .search_input,
.global_style_pink #header_box .btn_search,
.global_style_pink #header_box .sub_nav{ border-color:#fb6cb1;}
.global_style_pink #header_box .btn_search,
.global_style_pink #bottom_box .newsletter_btn{ background:#fb6cb1;}

.global_style_pink #header_box .cart_txt a span b,
.global_style_pink #header_box .login-link a:hover,
.global_style_pink #header_box .currency_box .currency_txt:hover,
.global_style_pink #header_box .nav > li.on > a,
.global_style_pink .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_pink #bottom_box .link_box dl dd a:hover,
.global_style_pink #bottom_box .link_box dl dd a:hover{ color:#fb6cb1;}

.global_style_pink #header_box .cart_box:hover .cart_txt svg{ stroke:#fb6cb1;}
.global_style_pink #header_box .nav > li.on > a svg{ fill:#fb6cb1;}

/*黑色*/
.global_style_black{}
.global_style_black #header_box .search_input,
.global_style_black #header_box .btn_search,
.global_style_black #header_box .sub_nav{ border-color:#000000;}
.global_style_black #header_box .btn_search{ background:#000000;}

.global_style_black #bottom_box .newsletter_btn{ background:#fff; border: 2px solid #e1e3e4; border-left-width: 1px;}

.global_style_black #header_box .cart_txt a span b,
.global_style_black #header_box .login-link a:hover,
.global_style_black #header_box .currency_box .currency_txt:hover,
.global_style_black #header_box .nav > li.on > a,
.global_style_black .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_black #bottom_box .newsletter_btn{ color:#000000;}

.global_style_black #bottom_box .link_box dl dd a:hover,
.global_style_black #bottom_box .link_box dl dd a:hover{ color:#fff;}

.global_style_black #header_box .cart_box:hover .cart_txt svg{ stroke:#000000;}
.global_style_black #header_box .nav > li.on > a svg{ fill:#000000;}

/*黄色*/
.global_style_yellow{}
.global_style_yellow #header_box .search_input,
.global_style_yellow #header_box .btn_search,
.global_style_yellow #header_box .sub_nav{ border-color:#fbd540;}
.global_style_yellow #header_box .btn_search,
.global_style_yellow #bottom_box .newsletter_btn{ background:#fbd540;}

.global_style_yellow #header_box .cart_txt a span b,
.global_style_yellow #header_box .login-link a:hover,
.global_style_yellow #header_box .currency_box .currency_txt:hover,
.global_style_yellow #header_box .nav > li.on > a,
.global_style_yellow .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_yellow #bottom_box .link_box dl dd a:hover,
.global_style_yellow #bottom_box .link_box dl dd a:hover{ color:#fbd540;}

.global_style_yellow #header_box .cart_box:hover .cart_txt svg{ stroke:#fbd540;}
.global_style_yellow #header_box .nav > li.on > a svg{ fill:#fbd540;}

/*橙黄色*/
.global_style_orange_yellow{}
.global_style_orange_yellow #header_box .search_input,
.global_style_orange_yellow #header_box .btn_search,
.global_style_orange_yellow #header_box .sub_nav{ border-color:#fe9a04;}
.global_style_orange_yellow #header_box .btn_search,
.global_style_orange_yellow #bottom_box .newsletter_btn{ background:#fe9a04;}

.global_style_orange_yellow #header_box .cart_txt a span b,
.global_style_orange_yellow #header_box .login-link a:hover,
.global_style_orange_yellow #header_box .currency_box .currency_txt:hover,
.global_style_orange_yellow #header_box .nav > li.on > a,
.global_style_orange_yellow .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_orange_yellow #bottom_box .link_box dl dd a:hover,
.global_style_orange_yellow #bottom_box .link_box dl dd a:hover{ color:#fe9a04;}

.global_style_orange_yellow #header_box .cart_box:hover .cart_txt svg{ stroke:#fe9a04;}
.global_style_orange_yellow #header_box .nav > li.on > a svg{ fill:#fe9a04;}


/*洋红色*/
.global_style_magenta{}
.global_style_magenta #header_box .search_input,
.global_style_magenta #header_box .btn_search,
.global_style_magenta #header_box .sub_nav{ border-color:#e11687;}
.global_style_magenta #header_box .btn_search,
.global_style_magenta #bottom_box .newsletter_btn{ background:#e11687;}

.global_style_magenta #header_box .cart_txt a span b,
.global_style_magenta #header_box .login-link a:hover,
.global_style_magenta #header_box .currency_box .currency_txt:hover,
.global_style_magenta #header_box .nav > li.on > a,
.global_style_magenta .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_magenta #bottom_box .link_box dl dd a:hover,
.global_style_magenta #bottom_box .link_box dl dd a:hover{ color:#e11687;}

.global_style_magenta #header_box .cart_box:hover .cart_txt svg{ stroke:#e11687;}
.global_style_magenta #header_box .nav > li.on > a svg{ fill:#e11687;}

/*浅褐色*/
.global_style_light_brown{}
.global_style_light_brown #header_box .search_input,
.global_style_light_brown #header_box .btn_search,
.global_style_light_brown #header_box .sub_nav{ border-color:#6b473c;}
.global_style_light_brown #header_box .btn_search,
.global_style_light_brown #bottom_box .newsletter_btn{ background:#6b473c;}

.global_style_light_brown #header_box .cart_txt a span b,
.global_style_light_brown #header_box .login-link a:hover,
.global_style_light_brown #header_box .currency_box .currency_txt:hover,
.global_style_light_brown #header_box .nav > li.on > a,
.global_style_light_brown .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_light_brown #bottom_box .link_box dl dd a:hover,
.global_style_light_brown #bottom_box .link_box dl dd a:hover{ color:#6b473c;}

.global_style_light_brown #header_box .cart_box:hover .cart_txt svg{ stroke:#6b473c;}
.global_style_light_brown #header_box .nav > li.on > a svg{ fill:#6b473c;}


/*褐色*/
.global_style_brown{}
.global_style_brown #header_box .search_input,
.global_style_brown #header_box .btn_search,
.global_style_brown #header_box .sub_nav{ border-color:#843900;}
.global_style_brown #header_box .btn_search,
.global_style_brown #bottom_box .newsletter_btn{ background:#843900;}

.global_style_brown #header_box .cart_txt a span b,
.global_style_brown #header_box .login-link a:hover,
.global_style_brown #header_box .currency_box .currency_txt:hover,
.global_style_brown #header_box .nav > li.on > a,
.global_style_brown .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_brown #bottom_box .link_box dl dd a:hover,
.global_style_brown #bottom_box .link_box dl dd a:hover{ color:#843900;}

.global_style_brown #header_box .cart_box:hover .cart_txt svg{ stroke:#843900;}
.global_style_brown #header_box .nav > li.on > a svg{ fill:#843900;}

/*棕绿色*/
.global_style_brown_green{}
.global_style_brown_green #header_box .search_input,
.global_style_brown_green #header_box .btn_search,
.global_style_brown_green #header_box .sub_nav{ border-color:#666400;}
.global_style_brown_green #header_box .btn_search,
.global_style_brown_green #bottom_box .newsletter_btn{ background:#666400;}

.global_style_brown_green #header_box .cart_txt a span b,
.global_style_brown_green #header_box .login-link a:hover,
.global_style_brown_green #header_box .currency_box .currency_txt:hover,
.global_style_brown_green #header_box .nav > li.on > a,
.global_style_brown_green .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_brown_green #bottom_box .link_box dl dd a:hover,
.global_style_brown_green #bottom_box .link_box dl dd a:hover{ color:#666400;}

.global_style_brown_green #header_box .cart_box:hover .cart_txt svg{ stroke:#666400;}
.global_style_brown_green #header_box .nav > li.on > a svg{ fill:#666400;}


/*浅绿色*/
.global_style_light_green{}
.global_style_light_green #header_box .search_input,
.global_style_light_green #header_box .btn_search,
.global_style_light_green #header_box .sub_nav{ border-color:#b2d235;}
.global_style_light_green #header_box .btn_search,
.global_style_light_green #bottom_box .newsletter_btn{ background:#b2d235;}

.global_style_light_green #header_box .cart_txt a span b,
.global_style_light_green #header_box .login-link a:hover,
.global_style_light_green #header_box .currency_box .currency_txt:hover,
.global_style_light_green #header_box .nav > li.on > a,
.global_style_light_green .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_light_green #bottom_box .link_box dl dd a:hover,
.global_style_light_green #bottom_box .link_box dl dd a:hover{ color:#b2d235;}

.global_style_light_green #header_box .cart_box:hover .cart_txt svg{ stroke:#b2d235;}
.global_style_light_green #header_box .nav > li.on > a svg{ fill:#b2d235;}


/*深绿色*/
.global_style_dark_green{}
.global_style_dark_green #header_box .search_input,
.global_style_dark_green #header_box .btn_search,
.global_style_dark_green #header_box .sub_nav{ border-color:#029834;}
.global_style_dark_green #header_box .btn_search,
.global_style_dark_green #bottom_box .newsletter_btn{ background:#029834;}

.global_style_dark_green #header_box .cart_txt a span b,
.global_style_dark_green #header_box .login-link a:hover,
.global_style_dark_green #header_box .currency_box .currency_txt:hover,
.global_style_dark_green #header_box .nav > li.on > a,
.global_style_dark_green .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_dark_green #bottom_box .link_box dl dd a:hover,
.global_style_dark_green #bottom_box .link_box dl dd a:hover{ color:#029834;}

.global_style_dark_green #header_box .cart_box:hover .cart_txt svg{ stroke:#029834;}
.global_style_dark_green #header_box .nav > li.on > a svg{ fill:#029834;}



/*浅蓝色*/
.global_style_light_blue{}
.global_style_light_blue #header_box .search_input,
.global_style_light_blue #header_box .btn_search,
.global_style_light_blue #header_box .sub_nav{ border-color:#2c6dff;}
.global_style_light_blue #header_box .btn_search,
.global_style_light_blue #bottom_box .newsletter_btn{ background:#2c6dff;}

.global_style_light_blue #header_box .cart_txt a span b,
.global_style_light_blue #header_box .login-link a:hover,
.global_style_light_blue #header_box .currency_box .currency_txt:hover,
.global_style_light_blue #header_box .nav > li.on > a,
.global_style_light_blue .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_light_blue #bottom_box .link_box dl dd a:hover,
.global_style_light_blue #bottom_box .link_box dl dd a:hover{ color:#2c6dff;}

.global_style_light_blue #header_box .cart_box:hover .cart_txt svg{ stroke:#2c6dff;}
.global_style_light_blue #header_box .nav > li.on > a svg{ fill:#2c6dff;}

/*深蓝色*/
.global_style_dark_blue{}
.global_style_dark_blue #header_box .search_input,
.global_style_dark_blue #header_box .btn_search,
.global_style_dark_blue #header_box .sub_nav{ border-color:#32339f;}
.global_style_dark_blue #header_box .btn_search,
.global_style_dark_blue #bottom_box .newsletter_btn{ background:#32339f;}

.global_style_dark_blue #header_box .cart_txt a span b,
.global_style_dark_blue #header_box .login-link a:hover,
.global_style_dark_blue #header_box .currency_box .currency_txt:hover,
.global_style_dark_blue #header_box .nav > li.on > a,
.global_style_dark_blue .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_dark_blue #bottom_box .link_box dl dd a:hover,
.global_style_dark_blue #bottom_box .link_box dl dd a:hover{ color:#32339f;}

.global_style_dark_blue #header_box .cart_box:hover .cart_txt svg{ stroke:#32339f;}
.global_style_dark_blue #header_box .nav > li.on > a svg{ fill:#32339f;}


/*浅紫色*/
.global_style_light_purple{}
.global_style_light_purple #header_box .search_input,
.global_style_light_purple #header_box .btn_search,
.global_style_light_purple #header_box .sub_nav{ border-color:#d27fff;}
.global_style_light_purple #header_box .btn_search,
.global_style_light_purple #bottom_box .newsletter_btn{ background:#d27fff;}

.global_style_light_purple #header_box .cart_txt a span b,
.global_style_light_purple #header_box .login-link a:hover,
.global_style_light_purple #header_box .currency_box .currency_txt:hover,
.global_style_light_purple #header_box .nav > li.on > a,
.global_style_light_purple .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_light_purple #bottom_box .link_box dl dd a:hover,
.global_style_light_purple #bottom_box .link_box dl dd a:hover{ color:#d27fff;}

.global_style_light_purple #header_box .cart_box:hover .cart_txt svg{ stroke:#d27fff;}
.global_style_light_purple #header_box .nav > li.on > a svg{ fill:#d27fff;}

/*深紫色*/
.global_style_dark_purple{}
.global_style_dark_purple #header_box .search_input,
.global_style_dark_purple #header_box .btn_search,
.global_style_dark_purple #header_box .sub_nav{ border-color:#b600ff;}
.global_style_dark_purple #header_box .btn_search,
.global_style_dark_purple #bottom_box .newsletter_btn{ background:#b600ff;}

.global_style_dark_purple #header_box .cart_txt a span b,
.global_style_dark_purple #header_box .login-link a:hover,
.global_style_dark_purple #header_box .currency_box .currency_txt:hover,
.global_style_dark_purple #header_box .nav > li.on > a,
.global_style_dark_purple .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_dark_purple #bottom_box .link_box dl dd a:hover,
.global_style_dark_purple #bottom_box .link_box dl dd a:hover{ color:#b600ff;}

.global_style_dark_purple #header_box .cart_box:hover .cart_txt svg{ stroke:#b600ff;}
.global_style_dark_purple #header_box .nav > li.on > a svg{ fill:#b600ff;}

/*青色*/
.global_style_cyan{}


/*青绿色*/
.global_style_cyan_green{}
.global_style_cyan_green #header_box .search_input,
.global_style_cyan_green #header_box .btn_search,
.global_style_cyan_green #header_box .sub_nav{ border-color:#00ae9d;}
.global_style_cyan_green #header_box .btn_search,
.global_style_cyan_green #bottom_box .newsletter_btn{ background:#00ae9d;}

.global_style_cyan_green #header_box .cart_txt a span b,
.global_style_cyan_green #header_box .login-link a:hover,
.global_style_cyan_green #header_box .currency_box .currency_txt:hover,
.global_style_cyan_green #header_box .nav > li.on > a,
.global_style_cyan_green .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_cyan_green #bottom_box .link_box dl dd a:hover,
.global_style_cyan_green #bottom_box .link_box dl dd a:hover{ color:#00ae9d;}

.global_style_cyan_green #header_box .cart_box:hover .cart_txt svg{ stroke:#00ae9d;}
.global_style_cyan_green #header_box .nav > li.on > a svg{ fill:#00ae9d;}



/*青蓝色*/
.global_style_cyan_blue{}
.global_style_cyan_blue #header_box .search_input,
.global_style_cyan_blue #header_box .btn_search,
.global_style_cyan_blue #header_box .sub_nav{ border-color:#102b6a;}
.global_style_cyan_blue #header_box .btn_search,
.global_style_cyan_blue #bottom_box .newsletter_btn{ background:#102b6a;}

.global_style_cyan_blue #header_box .cart_txt a span b,
.global_style_cyan_blue #header_box .login-link a:hover,
.global_style_cyan_blue #header_box .currency_box .currency_txt:hover,
.global_style_cyan_blue #header_box .nav > li.on > a,
.global_style_cyan_blue .block_items_products_rec .block_rec_ul li .name:hover,
.global_style_cyan_blue #bottom_box .link_box dl dd a:hover,
.global_style_cyan_blue #bottom_box .link_box dl dd a:hover{ color:#102b6a;}

.global_style_cyan_blue #header_box .cart_box:hover .cart_txt svg{ stroke:#102b6a;}
.global_style_cyan_blue #header_box .nav > li.on > a svg{ fill:#102b6a;}





/* 首页 */

.index_default .swiper-pagination-bullet{background:none;width:6px;height:6px;border:2px solid #fff;outline:none;}
.index_default .swiper-pagination-bullet-active{background:#fff;}
.index_default .swiper-button-next,
.index_default .swiper-button-prev{background:#fff;border-radius:50%;box-shadow:0 2px 10px rgba(54,54,54,0.15);text-align:center;}
.index_default .swiper-button-next .icon,
.index_default .swiper-button-prev .icon{width:20px;height:20px;padding:15px 0;fill:#1c1b1b;}
.block_single_products .single_product_shop_now{padding:0 20px;width:auto;display: inline-block;    background: transparent;
    border: 1px solid #1c1b1b;transition:color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);position:relative;}
.block_single_products .single_product_shop_now:before{    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(1, 1);
    transform-origin: left center;
    background-color: #1c1b1b;
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;}
.block_single_products .single_product_shop_now:hover:before {
    transform-origin: right center;
    transform: scale(0, 1);
}
.block_single_products .single_product_shop_now:hover {
    color: #1c1b1b;
    background-color: transparent;
}




@media screen and (max-width:1280px){ 
	#header_box .cart #minicartlist{
		height:calc(100% - 100px);
	}
	#header_box .buy_pro{
		max-height: calc(100% - 150px);
    	overflow: auto;
	}
}


@media screen and (min-width: 1140px){
	#header_box .header__menu-icon{
		display: none !important;
	}
	#header_box .search-box{
		display:none;
	}
	#header_box .header_ct .search-box{
		display:block;
	}
	#header_box .header_ct{
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-webkit-flex-basis: 40%;
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
		text-align: center;
	}
	#header_box .header_lt{
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-webkit-flex-basis: 30%;
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		min-width: 30%;
		text-align: left;
	}
	#header_box .header_rt{
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-webkit-flex-basis: 30%;
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
	}
	#header_box .lien{
		display:inline-block;
	}
}
@media screen and (max-width: 1440px){
	#header_box .header_top .wapper,
	#bottom_box .wapper{
		width:100%;
		padding:0 50px;
		box-sizing:border-box;
	}
	#header_box .header_top .wapper{
		padding:10px 50px;
	}

}

@media screen and (max-width: 1139px) and (min-width: 1008px){
	
	#header_box .header__menu-icon,
	#header_box .mobile-search_icon,
	#header_box .mobile-cart{
		display:block !important;
	}
	#bottom_box .bottom_link .dl-list{
		width:50%;
	}
}
@media screen and (max-width: 1007px){
	#header_box .nav_box,
	#header_box .search_icon1,
	#header_box .login-link,
	#header_box .currency_box{
		display:none;
	}
	#header_box .header__menu-icon,
	#header_box .mobile-search_icon,
	#header_box .mobile-cart{
		display:block !important;
	}
	#bottom_box .link_box dl{
		width:50%;
		padding:0 15px;
		margin:0;
	}
	#bottom_box .newsletter_txt{
		width:80%;
	}
	#header_box .search{
		padding:10px 15px;
	}
} 
@media screen and (max-width:768px){
#header_box .header_top .wapper{
		padding:10px 15px;
	}
.index_default .swiper-button-next, .index_default .swiper-button-prev{width:40px;height:40px;}
.index_default .swiper-button-next .icon,
.index_default .swiper-button-prev .icon{padding:10px 0;}
#header_box .cart_txt a span .pc{
	display:none;	
}
#header_box .cart_txt a span .mobile{
	display:inline-block;	
}
#bottom_box{ padding-top:30px;}

#bottom_box .shartto li {
    width: 36px;
    display:inline-block;
    margin-right: 3px;
}
#bottom_box .copyright{
	background:none;
	color:#9f9f9f
}
#bottom_box .wapper{
	padding: 0 15px;
}
#bottom_box .link_box{
	 display: flex;
    flex-wrap: wrap;
}
#bottom_box .link_box dl{
	width:50%;
	padding:0;
	margin-top:30px;
}
#bottom_box .link_box dl:first-child{
	margin-top:0;
}
#bottom_box .foot{
	margin-top:30px;
}



.block_gallery_pop{
		display: block !important;
	}
	.block_items_gallery li a .cover_box{
		opacity: 1;
	    transform: none;
	    background: rgba(0,0,0,.2);
	}
	.block_gallery_pop{
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0,0,0,.5);
	    z-index: 5000000;
	    opacity: 0;
	    visibility: hidden;
	    transition: all 0.3s;
	}
	.gallery_pop_on{ 
	    opacity: 1;
	    visibility: visible;
	}
	.block_gallery_pop .gallery_pop_wapper{
	    background: #fff;
	    padding: 10px;
	    border-radius: 5px;
	    position: absolute;
	    left: 15px;
	    top: 50%;
	    width: calc(100% - 30px);
	    max-height: calc(100vh - 60px);
	    transform: translate(0,-50%);
	    box-sizing: border-box;
	}
	.block_gallery_pop .gallery_close_btn{
	    position: absolute;
	    right: -10px;
	    top: -10px;
	    width: 28px;
	    height: 28px;
	    border-radius: 50%;
	    background: #fff;
	    text-align: center;
	    font-size: 16px;
	    z-index: 99;
	}
	.block_gallery_pop .gallery_close_btn svg{
	    height: 28px;
	    width: 14px;
	    fill:#000;
	}

	.block_gallery_pop .gallery_main{
	    margin-top: 10px;
	    overflow-y: auto;
	    max-height: calc(100vh - 100vw - 40px);
	}
	.block_gallery_pop .starlist{
	    position: absolute;
	    right: 10px;
	    height: 20px;
	    line-height: 20px;
	}
	.block_gallery_pop .starlist i{
	    font-size: 12px;
	    display: inline-block;
	    vertical-align: top;
	    margin-right: 3px;
	    background: none;
	    color: #ccc;
	}
	.block_gallery_pop .starlist i.cur{
		color: #ff9d00;
	}
	.block_gallery_pop .user_name{
	    height: 20px;
	    line-height: 20px;
	    color: #000;
	}
	.block_gallery_pop .gallery_tit{
	    border-bottom: 1px solid #dedede;
	    padding-bottom: 6px;
	    position: relative;
	}
	.block_gallery_pop .user_name img{
	    float: left;
	    margin-top: 5px;
	    margin-right: 5px;
	}
	.block_gallery_pop .comment_con{
	    margin-top: 5px;
	    line-height: 18px;
	    color: #333;
	}
	.block_gallery_pop .time{
	    margin-top: 10px;
	    color: #333;
	    line-height: 18px;
	}
	.block_gallery_pop .gallery_product ul{}
	.block_gallery_pop .gallery_product li{
	    font-size: 0;
	    padding: 10px 0;
	}
	.block_gallery_pop .gallery_product{
	    padding-bottom: 10px;
	}
	.block_gallery_pop .gallery_product li .gallery_product_pic{
	    display: inline-block;
	    width: 80px;
	    height: 80px;
	    border-radius: 4px;
	    vertical-align: top;
	    font-size: 12px;
	}
	.block_gallery_pop .gallery_product li .gallery_product_content{
	    display: inline-block;
	    width: calc(100% - 80px);
	    vertical-align: top;
	    font-size: 12px;
	    padding-left: 10px;
	    box-sizing: border-box;
	}
	.block_gallery_pop .gallery_product li .gallery_product_name{
	    color: #333;
	    font-size: 12px;
	    height: 20px;
	    padding-top: 4px;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    display: block;
	}
	.block_gallery_pop .gallery_product li .gallery_product_price{
	    height: 20px;
	    line-height: 20px;
	    color: #ed4040;
	}
	.block_gallery_pop .gallery_product li .buy_now{
	    margin-top: 4px;
	    height: 26px;
	    padding-left: 20px;
	    padding-right: 20px;
	    text-align: center;
	    line-height: 26px;
	    color: #fff;
	    background: #ed4040;
	    border-radius: 2px;
	    display: inline-block;
	    font-size: 12px;
	}

}
@media screen and (max-width: 480px){
	
	
	#bottom_box .footer{
		padding:0 24px;
		margin:30px 0 0;
	}
	#bottom_box .copyright{
		flex-wrap: wrap;
	}
	#bottom_box .link_box dl{
		width:100%;
	}
}



@media screen and (max-width:1024px){
#header_box .cart{display:none !important;}
}
