html,body,input,textarea,select,button{
	font-family: 'Rubik';
	font-weight:300;
}


/*pc端*/
.main{
	overflow:hidden;
	width:100%;
}
#header_box{
	position:relative;
	z-index:999;
}

#header_box .header_wapper{
	max-width:1200px;
	margin:0 auto;
}

#header_box .header_top{
	background:#f5f5f5;
}
#header_box .header_top .header_wapper{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	height:40px;
	justify-content:space-between;
}
#header_box .header_top .header_top_left{
	min-width:150px;
	min-height:40px;
	line-height:40px;
}
#header_box .header_top .header_top_right{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	align-items:center;
}

#header_box .currency_box{
	position:relative;
}
#header_box .currency_txt{
	color:#333;
	line-height:40px;
	cursor:pointer;
}
#header_box .currency_txt svg{
	height: 40px;
    width: 12px;
    fill: #333;
    vertical-align: top;
    margin-left: 2px;
}
#header_box .drop_currency{
	position: absolute;
    right: 0;
    top: 40px;
    width: 120px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
	display:none;
    z-index: 9999;
}
#header_box .drop_currency a{
	display:block;
	line-height:24px;
	transition:all 0.3s;
	color:#333;
	padding:7px 10px;
	border-bottom:1px solid #e9e9e9;
}
#header_box .drop_currency a:hover{
	color:#ea112c;
	background-color: #f6f6f8;
}


#header_box .login_link{
    height: 46px;
}
#header_box .login_link a{
	display:block;
	height:46px;
	line-height:46px;
	color:#000;
}
#header_box .login_link a svg{
	height: 46px;
    width: 30px;
    vertical-align: top;
    fill: #000;
    margin-right: 5px;
}
#header_box .login_link a:hover{
	color:#ea112c;
}
#header_box .login_link a:hover svg{
	fill:#ea112c;
}

#header_box .header_mid{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	flex-wrap:wrap;
	height:120px;
	justify-content:space-between;
	position:relative;
}
#header_box .logo{
	position: relative;
    z-index: 9; 
}
#header_box .logo a {
	display:inline-block;
}
#header_box .logo a img{
	max-width:300px;
	max-height:64px;
}


#header_box .header_right_nav{
	display: flex;
    display: -webkit-flex;
    align-items: center;
}


#header_box .search_icon{
	display:none;
}
#header_box .search_icon > a{
	display:block;
	height:70px;
	padding:0 15px;
}
#header_box .search_icon > a > svg{
	height: 70px;
    width: 30px;
    fill: #fff;
}
#header_box .search_icon > a:hover > svg{
    fill: #fff;
}

#header_box .pop_search{
	max-width: 750px;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 999;
}

#header_box .pop_search .search{
	display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 46px;
}
#header_box .pop_search .search form{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 46px;
    background: #f6f6f8;
    box-sizing: border-box;
	border:1px solid #eee;
	border-radius:4px;
	overflow:hidden;
}
#header_box .pop_search .search .search_input{
	border: 0;
    width: calc(100% - 120px);
    color: #333;
    height: 44px;
    text-indent: 10px;
    background: none;
}

#header_box .pop_search .search .btn_search{
	width: 120px;
    height: 44px;
    padding: 0;
    border: 0;
    background: #000000;
    text-align: center;
	position:relative;
	cursor:pointer;
	color:#fff;
	text-transform: uppercase;
}

#header_box .pop_search .search_close{
	margin-left:15px;
	cursor:pointer;
	display:none;
}
 #header_box .pop_search .search_close svg{
	width:14px;
	height:50px;
	fill:#fff;
}


#header_box .cart_box{
	margin-left:40px;
}
#header_box .cart_txt{

}
#header_box .cart_txt a{
	display:block;
	position:relative;
	height:46px;
	line-height:46px;
	color:#ea112c;
	font-size:14px;
}
#header_box .cart_txt a span{
	color:#ea112c;
}
#header_box .cart_txt a svg{
	height: 46px;
    width: 25px;
    fill: #000;
	vertical-align:top;
	margin-right:10px;
}
#header_box .cart_txt a:hover{
	color:#ea112c;
}
#header_box .cart_txt a:hover svg{
	fill:#ea112c;
}




#header_box .nav_wapper{
	background:#ea112c;
}
#header_box .nav_wapper .header_wapper{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
#header_box .category_box{
	height: 70px;
    line-height: 70px;
    width: 220px;
    color: #fff;
	position:relative;
    box-sizing: border-box;
	
}
#header_box .category_box h4{
	font-size: 14px;
    text-transform: uppercase;
	letter-spacing: 0.06em;
	text-align:center;
	position: relative;
	background:#333;
	cursor:pointer;
    z-index: 9;
}
#header_box .category_box h4 span{
	display:inline-block;
	vertical-align:top;
	line-height:40px;
} 

#header_box .category_box h4 svg{
	width: 24px;
    height: 70px;
    fill: #fff;
	vertical-align:top;
	margin-right:10px;
}

#header_box .category_box .category_1{
	position: absolute;
    left: 0;
    top: 70px;
    background: #fff;
    z-index: 999;
    width: 100%;
	opacity:0;
	visibility:hidden;
	transform:translate(0,30px);
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#header_box .category_box .category_1.on{
	opacity:1;
	visibility:visible;
	transform:none;
}
#header_box .category_box .category_1 li{
	position:relative;
	border-bottom:1px solid #eee;
}
#header_box .category_box .category_1 li:last-child{
	border:0;
}
#header_box .category_box .category_1 li a{
	display:block;
	height:50px;
	line-height:50px;
	color:#000;
	padding:0 20px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	transition:all 0.3s;
}
#header_box .category_box .category_1 > li.on > a,
#header_box .category_box .category_1 > li > a:hover{
	background:#ea112c;
	color:#fff;
}
#header_box .category_box .category_1 .dropdown_menu2{
	position:absolute;
	left:220px;
	top:0;
	width:260px;
	background:#fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	opacity:0;
	visibility:hidden;
	transform:translate(30px,0);
	transition:all 0.3s;
}
#header_box .category_box .dropdown_menu2.on{
	opacity:1;
	visibility:visible;
	transform:none;
}
#header_box .category_box .category_1 .dropdown_menu2 a:hover{
	background:#ea112c;
	color:#fff;
}
#header_box .category_box .category_1 .dropdown_menu3{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	width:980px;
	padding: 20px;
    box-sizing: border-box;
	
}
#header_box .category_box .category_1 .dropdown_menu3 dl{
	width:25%;
	padding-right:30px;
	margin-bottom:20px;
	box-sizing:border-box;
}
#header_box .category_box .category_1 .dropdown_menu3 dl a{
	padding:0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#header_box .category_box .category_1 .dropdown_menu3 dl dt a{
	color:#000;
	font-weight:bold;
}
#header_box .category_box .category_1 .dropdown_menu3 dl dt a:hover{
	background:none;
	color:#000;
}
#header_box .category_box .category_1 .dropdown_menu3 dl dd a{
	height:24px;
	line-height:24px;
	color:#666;
}
#header_box .category_box .category_1 .dropdown_menu3 dl dd a:hover{
	background:none;
	color:#ea112c;
}
#header_box .category_box .category_1 .dropdown_menu3 dl dd a.more{
	color:#ea112c;
	text-align:right;
}
#header_box .category_box .category_1 .dropdown_menu3 dl dd a.more:hover{
	text-decoration:underline;
}




#header_box .nav_box{
	width:100%;
    min-height: 60px;
    box-sizing: border-box;
	background: #ea112c;
	margin-bottom: -30px;
}
#header_box .other-page{
	margin-bottom:0;
}
#header_box .nav_box .nav{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
#header_box .nav_box .nav > li{
	position:relative;
}
#header_box .nav_box .nav > li > .cate_menu{
	padding:0 20px;
}
#header_box .nav_box .nav > li > .cate_menu > a{
	line-height:60px;
	color:#fff;
	position:relative;
    letter-spacing: 0.02em;
	font-size:16px;
	
}

#header_box .nav_box .nav > li > .cate_menu > span{
	display:inline-block;
	height: 60px;
	width: 14px;
	margin-left:2px;
    vertical-align: top;
}
#header_box .nav_box .nav > li > .cate_menu svg{
	height: 60px;
	width: 14px;
    fill:#fff;
}
#header_box .nav_box .nav > li.on > .cate_menu > a,
#header_box .nav_box .nav > li > .cate_menu > a:hover{
	color:#000;
}
#header_box .nav_box .nav > li.on > .cate_menu svg{
	fill:#000;
}




#header_box .nav_box .sub_nav{
	position: absolute;
    top: 60px;
    left: 0;
    z-index: 999; 
    background: #fff;
    width: 250px;
	-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
	transition:all 0.3s;
	opacity:0;
	visibility:hidden;
	transform:translate(0,30px);
	max-height: 500px;
    overflow-y: auto;
}
#header_box .nav_box li.on .sub_nav{
	opacity:1;
	visibility:visible;
	transform:translate(0,0);
}
#header_box .nav_box .sub_nav ul{} 
#header_box .nav_box .sub_nav ul li{
	border-bottom: 1px solid #e9e9e9;
}
#header_box .nav_box .sub_nav ul li:last-child{
	border:0;
}
#header_box .nav_box .sub_nav ul li a{
	display: block;
    height: 36px;
    line-height: 36px;
	padding:7px 10px;
	color:#333;  
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	transition:all 0.3s; 
}
#header_box .nav_box .sub_nav ul li a:hover{
	color:#ea112c;
	background:#f6f6f8;
}
#header_box .nav_box .nav > li.on .sub_nav{
	display:block;
}
.posFixed{
	padding-bottom:50px;
}






.index_default{
	width:100% !important;
}
#bottom_box{
	background:#1b1b1b;
}



#bottom_box .newsletter_box .bottom_wapper{
	display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
	border-bottom:1px solid #323232;
	padding-top:40px;
	padding-bottom:40px;
}
#bottom_box .newsletter{
	display: flex;
    display: -webkit-flex;
	align-items: center;
}
#bottom_box .newsletter > span{
	font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
}
#bottom_box .newsletter form{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	height:40px;
	justify-content: space-between;
	box-sizing:border-box;
	background:#fff;
	width:500px;
	border-radius:5px;
	overflow:hidden;
}
#bottom_box .newsletter_txt{
	height:40px;
	line-height:16px;
	border:none;
	background:#fff;
	box-sizing:border-box;
	width:calc(100% - 120px);
	text-indent:15px;
	color:#333;
	box-sizing:border-box;
}
#bottom_box .newsletter_btn{
	display:inline-block; 
	background:#fff;
	padding:0;
	height:40px; 
	line-height:40px;
	width:120px;
	border: 0;
	transition:all 0.3s;
	text-align:center;
	cursor:pointer;
	color: #ea112c;
    font-weight: 500;
	text-transform:uppercase;
}
#bottom_box .bottom_wapper{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#bottom_box .link2 .bottom_wapper{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}

#bottom_box .shartto{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	min-height:40px;
	min-width:100px; 
	justify-content:center;
}
#bottom_box .shartto li{
	margin-right:10px;
	margin-bottom:10px;
}
#bottom_box .shartto li a{
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	background:#fff;
	color:#505050;
	text-align:center;
	font-size:20px;
	border-radius:5px;
	transition:all 0.3s;
}
#bottom_box .shartto li a:hover{
	background:#ea112c;
	color:#fff; 
}



#bottom_box .link2{
	padding: 50px 0;
}

#bottom_box .link2 dl{
	width:20%;
	padding:0 30px 0 0;
	box-sizing:border-box;
	line-height:24px;	
	color:#fff;
}
#bottom_box .link2 dt{
	font-size:16px;
	font-weight:500;
	color:#fff;
	text-transform:uppercase;
	position:relative;
	height:24px;
	line-height:24px;
	margin-bottom:10px;
}
#bottom_box .link2 dd{}
#bottom_box .link2 dd > a{
	color:#fff;
	line-height:34px;
	display:block;
	transition:all 0.3s;
}
#bottom_box .link2 dd > a:hover{
	color:#ea112c;
}
#bottom_box .link1 dl dt .dl_icon,
#bottom_box .link2 dl dt .dl_icon{
	display:none;
}

#bottom_box .diy_contact_us{
	min-height:48px;
	width:100%;
}
#bottom_box .copyright{
	min-height:24px;
	line-height:60px;
	color:#fff;
	text-align:center;
	border-top:1px solid #323232;
}
.block_items_banner .swiper-button-next, 
.block_items_banner .swiper-button-prev{
	border-radius:50%;
}
.block_image_3 .image-1 a, 
.block_image_3 .image-2 a, 
.block_image_3 .image-3 a{
	position:relative;
	overflow:hidden;
}
.block_image_3 .image-1 a:after, 
.block_image_3 .image-2 a:after, 
.block_image_3 .image-3 a:after{
	content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    height: 0;
    transition: all 700ms ease-in-out 0s;
    width: 100%;
    transform: rotate3d(1, 1, 0, 100deg);
}
.block_image_3 .image-1:hover a:after, 
.block_image_3 .image-2:hover a:after, 
.block_image_3 .image-3:hover a:after{
	opacity: 0;
    height: 85%;
    transition-delay: 0.1s;
    transform: rotate3d(0, 0, 0, 0deg);
}

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

.mobile-navside{
	display: block;
	width: 100%;
    height: 100%;
    overflow-y: auto;
	position: fixed;
    z-index: 99999999; 
	background-color:rgba(0,0,0,.3);
	opacity:0;
	visibility:hidden;
	transition: all 0.3s;
}
.mobile-navside-on{
	opacity:1;
	visibility:visible;
}
.mobile-navside .mobile-nav{
	position:relative;
	background: #fff;
    width: 80%;
	height:100%;
	max-width: 440px;
	box-sizing:border-box;
	overflow:auto;
	transition:all 0.3s;
	transform:translate(-100%,0);
}
.mobile-navside-on .mobile-nav{
	transform:translate(0,0);
}
.mobile-navside .mobile-nav-top{
	text-align:center;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #dadada;
}

.mobile-navside .mobile-nav__middle{
	padding:0 15px;
}
.mobile-navside .mobile-nav__middle > ul > li{
	border-bottom:1px solid #dadada;
}
.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:#333;
	font-size:14px;
	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:12px;
	height:40px;
	fill:#333;
	transition:all 0.3s;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon.on svg{
	transform:rotate(-180deg);
}

.mobile-navside .mobile-nav__middle .sub_nav{
	display:none;
}
.mobile-navside .mobile-nav__middle .sub_nav li a{
	display:block;
	line-height:40px;
	font-size:14px;
	color:#333;
	padding-left:10px;
}


.main{
	transition: all 0.3s;
}

#header_box .mobile_nav{
	display:none;
}
#header_box .mobile_nav_icon{
	height:60px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	opacity:0;
	visibility:visible;
	font-weight:500;
	text-transform:uppercase;
}



.mobile-navside .mobile-nav .mobile-nav-close{
	height:50px;
	border-bottom:1px solid #e6e6e6;
	margin:0 15px;
}
.mobile-navside .mobile-nav .mobile-nav-close svg{
	height:50px;
	width:20px;
	fill:#333;
}
.mobile-navside .mobile-currency_box{
	margin-top:10px;
	margin-left:15px;
	width:calc(100% - 30px);
	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{
	border-bottom:1px solid rgba(153,153,153,0.2);
}
.mobile-navside .mobile-nav__middle .cate_menu{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	height:50px;
	line-height:50px;
}
.mobile-navside .mobile-nav__middle .cate_menu a{
	display:block;
	width:calc(100% - 50px);
	color:#333;
	font-size:16px;
	box-sizing:border-box;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon{
	width:50px;
	height:50px;
	text-align:center;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon svg{
	width:14px;
	height:50px;
	fill:#333;
	transition:all 0.3s;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon.on svg{
	transform:rotate(-180deg);
}

.mobile-navside .mobile-nav__middle .sub_nav{
	display:none;
}
.mobile-navside .mobile-nav__middle .sub_nav li a{
	display:block;
	line-height:50px;
	font-size:16px;
	color:#333;
	padding-left:10px;
}
.mobile-navside .mobile_currency{}
.mobile-navside .mobile_currency select{
	margin-top:15px;
	height:40px;
	border:1px solid rgba(153,153,153,0.2);
	width:80px;
	padding-left:10px;
}

#header_box .mobile_nav_icon svg{
	height:40px;
	width:24px;
	fill:#000;
	vertical-align:top;
}
#header_box .mobile_login_link,
#header_box .mobile_nav_icon .cate_close_icon{
	display:none;
}


#bottom_box .mobile_search_icon{
	display:none;
}

.mobile-navside .mobile-category{
	border-bottom:1px solid #e6e6e6;
	margin:0 15px;
}
.mobile-navside .mobile-category .all_category{
	display: flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:space-between;
    width: 100%;
    color: #333;
    font-size: 16px;
    box-sizing: border-box;
}
.mobile-navside .mobile-category .down_icon{
    width: 50px;
    height: 50px;
    text-align: center;
	transition: all 0.3s;
}
.mobile-navside .mobile-category .down_icon svg{
	width: 14px;
    height: 50px;
    fill: #333;
    transition: all 0.3s;
}
.mobile-navside .mobile-category .mobile-category_list li{
	padding-left:10px;
}
.mobile-navside .mobile-category .mobile-category_list > li{
	border-bottom:1px solid rgba(153,153,153,0.2);
}
.mobile-navside .mobile-category .mobile-category_list > li:last-child{
	border:0;
}
.mobile-navside .mobile-category .mobile-category_list li .cate_menu {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    height: 50px;
    line-height: 50px;
}
.mobile-navside .mobile-category .mobile-category_list li a {
    display: block;
    width: calc(100% - 50px);
    color: #333;
    font-size: 16px;
    box-sizing: border-box;
	height:50px;
	line-height:50px;
}
.mobile-navside .mobile-category .mobile-category_list,
.mobile-navside .mobile-category .cate-son2,
.mobile-navside .mobile-category .cate-son3{
	display:none;
}


.block_items_banner .swiper-pagination-bullet{
	background: #fff;
	vertical-align:middle;
}
.block_items_banner .swiper-pagination-bullet-active{
	border:2px solid #fff;
	width:16px;
	height:16px;
	box-sizing:border-box;
	background:none;
}
.block_items_banner .banner-swiper-pagination{
	bottom:50px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 7px;
}
.block_items_imagetext_list,
.block_items_youtube_video,
.block_items_detail,
.block_items_solgan,
.block_items_blog{
	max-width:100%;
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
}



/*响应式*/
@media screen and (max-width:1280px){ 
	#header_box .cart #minicartlist{
		height:calc(100% - 100px);
	}
	#header_box .buy_pro{
		max-height: calc(100% - 150px);
    	overflow: auto;
	}
}
@media screen and (max-width:1200px){
	#bottom_box .bottom_wapper,
	#header_box .header_wapper{
		padding:0 50px;
		box-sizing:border-box;
	}
	#header_box .pop_search{
		width:calc(100% - 430px);
	}
	.index_default{
		padding:0 !important;
	}
	
}
@media screen and (max-width:1023px){
}
@media screen and (max-width:768px){
	#header_box .nav_box{
		display:none;
	}
	#bottom_box .bottom_wapper,
	#header_box .header_wapper{
		padding:0 30px;
		box-sizing:border-box;
	}
	#header_box .pop_search{
		width:100%;
		position:absolute;
		left:0;
		bottom:10px;
		padding:0;
	}
	#header_box .nav_wapper{
		display:none;
	}
	#header_box .mobile_nav_icon{
		opacity:1;
		visibility:visible;
	}
	#header_box .header_mid{
		padding:0 0 56px;
		box-sizing:border-box;
		height:140px;
	}

	#header_box{
		position:relative;
	}
	#header_box .mobile_nav{
		display:block;
	}
	#bottom_box .newsletter_box .bottom_wapper{
		flex-direction: column;
	}
	#bottom_box .newsletter_box h3{
		margin-bottom:20px;
	}
	#bottom_box .shartto{
		margin-top:20px;
	}
	#bottom_box .link2 dl:nth-child(1){
		width:100%;
	}
	#bottom_box .link2 dl{
		width:50%;
		margin-bottom:20px;
	}
	#bottom_box .link2{
		padding:40px 0 0;
	}
}
@media screen and (max-width:767px){
	#header_box .mobile_nav_icon{
		padding:0;
	}
	#bottom_box .bottom_wapper,
	#header_box .header_wapper{
		padding:0 15px;
		box-sizing:border-box;
	}
	#header_box .header_mid{
		padding: 0 0 46px;
		height:130px;
	}
	#header_box .cart_txt a{
		padding:0;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-items: center;
	}
	#header_box .cart_txt a svg{
		margin-right:5px;
	}
	#header_box .cart_txt a span{
		position:relative;
		top:auto;
		right:auto;
		left:auto;
		margin-left:0;
		background:none;
	}
	#header_box .cart_box{
		margin-left:15px;
	}
	#bottom_box .link2{
		padding:20px 0 0;
	}
	#bottom_box .link2 dl{
		width:100%;
		padding:0;
		margin-top:24px;
	}
	#bottom_box .link1{
		padding:0;
	}
	#bottom_box .footer_bom_left,
	#bottom_box .footer_bom_right{
		width:100%;
	}
	#bottom_box .footer_bom_right{
		text-align:left;
	}
	#bottom_box .footer_bom{
		padding:0 15px;
	}
	#bottom_box .copyright{
		text-align:left;
		line-height:20px;
		padding:20px 0;
	}
	#bottom_box .shartto{
		justify-content: end;
		width:100%;
	}
	#header_box .pop_search{
		width:100%;
	}
	#header_box .pop_search .search form,
	#header_box .pop_search .search{
		height:36px;
	}
	#header_box .pop_search .search .btn_search,
	#header_box .pop_search .search .search_input{
		height:34px;
	}
	#header_box .pop_search .search .search_input{
		width:calc(100% - 90px);
	}
	#header_box .pop_search .search .btn_search{
		width:90px;
	}

	
	#bottom_box .newsletter{
		width:100%;
	}

	.block_items_banner .banner-swiper-pagination{
		bottom:10px;
	}
	
	
	
	#header_box .header_top .header_top_left{
		width:calc(100% - 100px);
		padding:5px 0;
		line-height:20px;
	}
	#header_box .header_top .header_wapper{
		height:auto;
		padding:10px 15px;
	}
	#header_box .currency_box{
		border:0;
	}
	#header_box .logo a img{
		max-width:150px;
		max-height:50px;
	}
	#header_box .login_link a,
	#header_box .cart_txt a{
		font-size:0;
	}
	#header_box .cart_txt a span{
		font-size: 12px;
		color: #fff;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		border-radius: 50%;
		background: #ea112c;
		position: absolute;
		right: -5px;
		top: 3px;
	}
}





































