html,body,input,textarea,select,button{
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	font-size:12px;
}


/*pc端*/
.main{
	overflow:hidden;
	width:100%;
}
#header_box{} 

#header_box .header_wapper{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: space-between;
	box-sizing:border-box;
	max-width: 1200px;
    width: 100%;
	margin: 0 auto;
}
#header_box .header_top{
	height:40px;
	border-bottom:1px solid #e9e9e9; 
}
#header_box .header_top_left{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	flex-direction: row-reverse;
}
#header_box .header_top_right{
	width:50%;
}
#header_box .header_top_right .shartto{
	height:40px;
	width:100%;
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	flex-direction: row-reverse;
}
#header_box .header_top_right .shartto li{
	margin-left:15px;
}
#header_box .header_top_right .shartto li a{
	font-size:18px;
	color:#000;
}
#header_box .tracking{}
#header_box .tracking a{
	color:#000;
}

#header_box .currency_box{
	position:relative;
}
#header_box .currency_txt{
	line-height:40px;
	padding:0 0 0 20px;
	color:#000;
	cursor:pointer;
}
#header_box .currency_txt svg{
	height:40px;
	width:14px;
	fill:#000;
	vertical-align:top;
	margin-left:3px;
}

#header_box .drop_currency{
	position:absolute;
	left:0;
	top:40px;
	width: 80px;
	background:#fff;
    border: 1px solid #e5e5e5;
	opacity:0;
	visibility:hidden;
	transform:translate(0,30px);
	transition:all 0.3s;
	z-index:999;
}
#header_box .drop_currency a{
	display: block;
    line-height: 40px;
    padding: 0 10px 0 20px;
	transition:all 0.3s;
}
#header_box .drop_currency a:hover{
	background:#ea1b25;
	color:#000;
}

#header_box .drop_currency_on{
	opacity:1;
	visibility:visible;
	transform:translate(0,0);
}

#header_box .logo{
	width: 250px;
    text-align: left;
	position: relative;
    z-index: 9; 
}
#header_box .logo a {
	display:inline-block;
}
#header_box .logo a img{
	max-width:100%;
	max-height:50px;
}

#header_box .header_min .header_wapper{
	padding-top:30px;
	padding-bottom:30px;
	position:relative;
}
#header_box .header_search{}
#header_box .search{}
#header_box .searchform{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	width: 550px;
    height: 44px;
    border: 2px solid #ea1b25;
    border-radius: 30px;
	box-sizing:border-box;
}
#header_box .search_input{
	width: calc(100% - 50px);
    height: 40px;
    line-height: 40px;
    padding: 0;
    background: none;
    border: none;
    border-radius: 15px 0 0 15px;
    border-right: 0;
	color: #666;
    text-indent: 15px;
}
#header_box .btn_search{
	float: left;
    width: 50px;
    height: 40px;
    background: none;
    border-radius: 0 15px 15px 0;
    margin: 0;
    padding: 0;
    font-size: 25px;
    border: 0;
    font-weight: bold;
	cursor:pointer;
}
#header_box .btn_search svg{
	height:40px;
	width:16px;
	fill:#ea1b25;
}


#header_box .header_right{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	width:250px;
}
#header_box .cart_box{
	display: inline-block;
    width: auto;
    height: 40px;
    cursor: pointer;
	margin-left:30px;
}
#header_box .cart_txt{
	display:inline-block;
	width:auto;
	height:40px;
}
#header_box .cart_txt a{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	position:relative;
	width:auto;
	height:40px;
	line-height:40px;
	color:#000;
	text-align:center;
	font-size:16px;
}
#header_box .cart_txt a svg{
	height: 40px;
    width: 24px;
    fill: #000;
}
#header_box .cart_txt a span{
	position: absolute;
    left: 13px;
    top: -3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #e62e04;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
}




#header_box .search_icon a{}
#header_box .search_icon a svg{
	height: 40px;
    width: 20px;
    fill: #333;
}
#header_box .search_icon a:hover svg{
    fill: #606060;
}

#header_box .login_link{}
#header_box .login_link a{
	display:block;
	height:40px;
	line-height:40px;
	color:#666;
}
#header_box .login_link a svg{
	height:40px;
	width:20px;
	fill: #000; 
	vertical-align:top;
	margin-right:5px;
	display:none;
}
#header_box .login_link a:hover{
	color:#e62e04;
}

#header_box .header_right .mobile_search_icon{
	display:none;
}


#header_box .nav_wapper{
    height:45px;
}
#header_box.fixed_nav{
	padding:0 0 45px;
}
#header_box.fixed_nav .nav_wapper{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	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);
	z-index:9999999;
}
#header_box .nav_wapper .header_wapper{
	justify-content:flex-start;
	align-items: flex-start;
}
#header_box .category_box{
	height: 45px;
    line-height: 45px;
    background: #ea1b25;
    width: 220px;
    color: #fff;
    padding: 0 10px;
	position:relative;
    box-sizing: border-box;
	border-radius: 3px 3px 0 0;
}
#header_box .category_box h4{
	font-size: 14px;
    text-transform: uppercase;
	letter-spacing: 0.06em;
	text-align:left;
	position:relative;
}
#header_box .category_box h4 span{
	display:inline-block;
	vertical-align:top;
	line-height:40px;
}
#header_box .category_box h4 svg{
	position:absolute;
	right:0;
	top:0;
	width: 18px;
    height: 45px;
    fill: #fff;
	vertical-align:top;
}

#header_box .category_box .category_1{
	position: absolute;
    left: 0;
    top: 45px;
    background: #fff;
    z-index: 999;
    width: 100%;
	opacity:0;
	visibility:hidden;
	-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;
}
#header_box .category_box .category_1 li a{
	position:relative;
	display:block;
	height:40px;
	line-height:40px;
	color:#000;
	padding:0 10px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	transition:all 0.3s;
}
#header_box .category_box .category_1 li a span{
	position:absolute;
	right:15px;
	top:0;
}
#header_box .category_box .category_1 li a span svg{
	width:14px;
	height:40px;
	fill:#000;
}
#header_box .category_box .category_1 > li.on > a,
#header_box .category_box .category_1 > li > a:hover{
	color:#ea1b25;
	padding-left:15px;
}

#header_box .category_box .category_1 .dropdown_menu2{
	position:absolute;
	left:220px;
	top:0;
	width:260px;
	background:#fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.12);
	opacity:0;
	visibility:hidden;
	transform:translate(0,30px);
	transition:all 0.3s;
	padding:15px 0;
}
#header_box .category_box .dropdown_menu2.on{
	opacity:1;
	visibility:visible;
	transform:none;
}
#header_box .category_box .category_1 .dropdown_menu2:after{
	content: " ";
    display: block;
    position: absolute;
    width: 2px;
    height: 1%;
    left: 0;
    transition: all .4s ease-in-out;
    top: 0;
    background: #ea1b25;
}
#header_box .category_box .category_1 .dropdown_menu2:hover:after{
    height: 100%;
}

#header_box .category_box .category_1 .dropdown_menu2 a:hover{
	color:#ea1b25;
}
#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%;
	margin-bottom:20px;
}
#header_box .category_box .category_1 .dropdown_menu3 dl a{
	padding:0;
}
#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.more{
	color:#ea1b25;
	text-align:right;
	padding-right:20px;
}
#header_box .category_box .category_1 .dropdown_menu3 dl dd a:hover{
	background:none;
	color:#ea1b25;
}


#header_box .category_box .category_1 .dl_num_2{
	width:500px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	flex-wrap:wrap;
}
#header_box .category_box .category_1 .dl_num_2 dl{
	width:50%;
}
#header_box .category_box .category_1 .dl_num_3{
	width:750px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	flex-wrap:wrap;
}
#header_box .category_box .category_1 .dl_num_3 dl{
	width:33.3333%;
}
#header_box .category_box .category_1 .dl_num_4{
	width:1000px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	flex-wrap:wrap;
}
#header_box .category_box .category_1 .dl_num_4{
	
}
#header_box .category_box .category_1 .dl_num_4 dl{
	width:25%;
}








#header_box .nav_box{
	max-width:calc(100% - 260px);
	width:100%;
}
#header_box .nav_box .nav{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	padding-left:10px;
	box-sizing:border-box;
}
#header_box .nav_box .nav > li{
	position:relative;
	margin:0;	
	z-index:999;
}
#header_box .nav_box .nav > li > .cate_menu{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	align-items:center;
	padding:0 15px;
}
#header_box .nav_box .nav > li > .cate_menu > a{
	display:block;
	line-height:45px;
	color:#000;
	position:relative;
	font-size:14px;
	font-weight:bold;
}
#header_box .nav_box .nav > li.on > .cate_menu a,
#header_box .nav_box .nav > li > .cate_menu:hover a{
	color:#ea1b25;
}
#header_box .nav_box .nav > li > .cate_menu > span svg{
	width:10px;
	height:45px;
	fill:#000;
	margin-left:5px;
}
#header_box .nav_box .sub_nav{
	position: absolute;
    top: 45px;
    left: 0;
    z-index: 9;
    background: #fff;
    min-width: 200px;
    padding: 10px;
	padding-bottom:10px;
	opacity:0;
	visibility:hidden;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.12);
    box-shadow: 0 0 20px rgba(0,0,0,0.12);
	transition:all 0.3s;
}
#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{}
#header_box .nav_box .sub_nav ul li a{
	display: block;
    height: 34px;
    line-height: 34px;
	padding-left:10px;
	color:#000;  
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	transition:all 0.3s;
}
#header_box .nav_box .sub_nav ul li a:hover{
	color:#ea1b25;
}


#header_box .nav_box .sub_nav_li_2 ul{
	width:400px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	flex-wrap:wrap;
}
#header_box .nav_box .sub_nav_li_2 ul li{
	width:50%;
}
#header_box .nav_box .sub_nav_li_3 ul{
	width:600px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	flex-wrap:wrap;
}
#header_box .nav_box .sub_nav_li_3 ul li{
	width:33.3333%;
}

#header_box .nav_box .sub_nav_li_4 ul{
	width:800px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	flex-wrap:wrap;
}
#header_box .nav_box .sub_nav_li_4 ul li{
	width:25%;
}



.index_default{
	width:100% !important;
}

#bottom_box{
	border-top:1px solid #eee;
}
#bottom_box .bottom_wapper{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}




#bottom_box .shartto_box{
	margin-top:40px;
}
#bottom_box .shartto_box span{
	font-size:16px;
}
#bottom_box .shartto{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	min-height:34px;
    width: 100%;
}
#bottom_box .shartto li{
	margin:0 7px 0 0;
}
#bottom_box .shartto li a{
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	color:#fff;
	background:#666;
	border-radius:3px;
	transition:all 0.3s;
}
#bottom_box .shartto li a:hover{
	background:#ea1b25;
}
#bottom_box .newsletter{
	padding:10px 0 0;
}
#bottom_box .newsletter form{
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	background:#fff;
}
#bottom_box .newsletter_txt{
	height:34px;
	line-height:16px;
	border:1px solid #ccc;
	border-right:0;
	background:none;
	width:calc(100% - 120px);
	text-indent:15px;
	color:#999;
	box-sizing:border-box;
}
#bottom_box .newsletter_btn{
	display:inline-block; 
	height:34px;
	line-height:34px;
	width:120px;
	text-align:center;
	padding:0;
	border: 0;
	background:#ea1b25;
	color:#fff;
	font-size:14px;
	transition:all 0.3s;
	text-align:center;
	cursor:pointer;
}
#bottom_box .newsletter_btn svg{
	height:40px;
	width:24px;
	fill:#666;
}
#bottom_box .link{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	padding: 50px 0;
}
#bottom_box .link dl{
	width:22%;
	box-sizing:border-box;
}
#bottom_box .link dt{
	color: #000;
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
}
#bottom_box .link dd{}
#bottom_box .link dd > a{
	color:#aaa;
	line-height:30px;
	display:block;
	font-size:14px;
	transition:all 0.3s;
}
#bottom_box .link dd > a:hover{
	color:#ea1b25;
	text-decoration:underline;
}
#bottom_box .link dl.newsletter{
	width:34%;
	padding-right:50px;
	box-sizing:border-box;
}

#bottom_box .footer_bom{
	padding:10px 0;
	background:#333;
}
#bottom_box .copyright{
	min-height:20px;
	line-height:20px;
	color:#fff;
	text-align:center;
}



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




.block_items_banner .swiper-button-next, 
.block_items_banner .swiper-button-prev{
	border-radius:50%;
	background:rgba(255,255,255,.3);
	transform: none;
}
.block_items_banner .swiper-button-next svg, 
.block_items_banner .swiper-button-prev svg{
	fill:#fff;
}
.block_items_banner:hover .swiper-button-next, 
.block_items_banner:hover .swiper-button-prev{
	opacity: 1;
    transform: none;
    background: rgba(255,255,255,.5);
}
.block_items_banner:hover .swiper-button-next svg, 
.block_items_banner:hover .swiper-button-prev svg{
	fill:#fff;
}
.block_items_banner .swiper-pagination-bullet{
	background:none;
	border:1px solid #fff;
}
.block_items_banner .swiper-pagination-bullet-active{
	background:#fff;
}
.block_items_blog .news-box .news-tit{
	font-size:18px;
	white-space:normal;
}
.block_items_blog .news-box li{
	border:0;
}
.block_items_blog .news-box .text{
	padding:20px 0 0;
}



.mobile-navside{
	display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
	position: fixed;
    z-index: 99999999; 
    background: 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: 90%;
	height:100%;
	padding:0 15px 30px;
	box-sizing:border-box;
	overflow:auto;
	transform:translate(-100%,0);
	transition: all 0.3s;
}
.mobile-navside-on .mobile-nav{
	transform:translate(0,0);
}
.mobile-navside .mobile-nav .mobile-nav-close{
	height:60px;
	border-bottom:1px solid rgba(153,153,153,0.2);
}
.mobile-navside .mobile-nav .mobile-nav-close svg{
	height:60px;
	width:20px;
	fill:#333;
}

.mobile-navside .mobile-currency_box{
	margin-top:10px;
	width:100%;
	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{
	display:none;
}
#header_box .mobile_nav_icon svg{
	height:40px;
	width:30px;
	fill:#000;
	vertical-align:top;
}
#header_box .mobile_nav_icon .cate_close_icon{
	display:none;
}


#bottom_box .mobile_search_icon{
	display:none;
}


.mobile-category{
	border-bottom:1px solid rgba(153,153,153,0.2);
}
.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-category .down_icon{
    width: 50px;
    height: 50px;
    text-align: center;
}
.mobile-category .down_icon svg{
	width: 14px;
    height: 50px;
    fill: #333;
    transition: all 0.3s;
}
.mobile-category .mobile-category_list li{
	padding-left:10px;
}
.mobile-category .mobile-category_list > li{
	border-bottom:1px solid rgba(153,153,153,0.2);
}
.mobile-category .mobile-category_list > li:last-child{
	border:0;
}
.mobile-category .mobile-category_list li .cate_menu {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    height: 50px;
    line-height: 50px;
}
.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;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 
}
.mobile-category .mobile-category_list,
.mobile-category .cate-son2,
.mobile-category .cate-son3{
	display:none;
}




/*响应式*/
@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 .cart_box{
		right:50px;
	}
	#header_box .shartto{
		display:none;
	}
}
@media screen and (max-width:1023px){
	#header_box{
		height:80px;
	}
	#header_box .header_min{
		position:fixed;
		left:0;
		top:0;
		width:100%;
		height:80px;
		background:#fff;
		z-index:9999;
	}
	#header_box .header_top{
		display:none;
	}
	#header_box .header_right .mobile_search_icon{
		display:block;
	}
	#header_box .header_right .mobile_search_icon svg{
		width:30px;
		height:40px;
		fill:#000;
	}
	#header_box .header_search{
		display:none; 
	}
	#header_box .cart_box{
		font-size: 0;
		position: relative;
		background: none;
		bottom: 0;
		right:auto;
		height: 40px;
	}
	#header_box .cart_txt{
		height: 40px;
	}
	#header_box .cart_txt a{
		height: auto;
		line-height: 40px;
		font-size: 0;
	}
	#header_box .cart_txt a svg{
		fill:#000;
		height:40px;
		margin:0;
		width:30px;
	}
	
	#header_box .cart_txt a span{
		color:#fff;
		left:20px;
	}
	
	#header_box .login_link{
		padding:0 0 0 30px;
		border:0;
		font-size:0;
	}
	#header_box .login_link a svg{
		width:30px;
		display:inline-block;
	}
	#header_box .mobile_nav{
		display:block;
		margin-right:20px;
	}
	#header_box .header_left{
		display:flex;
		display:-webkit-flex;
		flex-wrap:wrap;
		align-items: center;
	}
	#header_box .logo a img{
		max-height:30px;
	}
	#header_box .nav_wapper{
		display:none;
	}
	#header_box .header_search{
		position: fixed;
		top: 80px;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
		background: rgba(0,0,0,.5);
	}
	#header_box .header_search .searchform{
		width: 100%;
		background: #fff;
		box-sizing: border-box;
	}
	#header_box .header_search .search_input{
		width:calc(100% - 50px);
	}
	#header_box .btn_search{
		width:50px;
	}
	#header_box .header_min .header_wapper{
		padding-top:20px;
		padding-bottom:20px;
	}
}
@media screen and (max-width:768px){
	#bottom_box .bottom_wapper,
	#header_box .header_wapper{
		padding:0 30px;
	}
	#bottom_box .link dl{
		width:50%;
		margin-bottom:30px;
	}
	#bottom_box .link dl.newsletter{
		width:50%;
		
	}
}
@media screen and (max-width:767px){
	#header_box{
		height:60px;
	}
	#header_box .header_min{
		height:60px;
	}
	#bottom_box .bottom_wapper,
	#header_box .header_wapper{
		padding:0;
	}
	#header_box .mobile_nav_icon svg,
	#header_box .header_right .mobile_search_icon svg,
	#header_box .login_link a svg,
	#header_box .cart_txt a svg{
		width:20px;
	}
	#header_box .cart_txt a span{
		font-size:14px;
		left: auto;
    	right: 5px;
	}
	#header_box .mobile_nav{
		width:50px;
		text-align:center;
		margin:0;
	}
	#header_box .header_right{
		width:auto;
	}
	#header_box .cart_box{
		padding:0;
		margin:0;
	}
	#header_box .cart_txt a{
		width:50px;
		justify-content:center;
	}
	#header_box .header_right .mobile_search_icon,
	#header_box .login_link{
		width:50px;
		padding:0;
		text-align:center;
	}
	#header_box .header_left{
		width:calc(100% - 150px);
	}
	#header_box .logo{
		width:calc(100% - 50px);
	}
	#header_box .header_min .header_wapper{
		padding:10px 0;
	}
	#bottom_box .shartto_box{
		width:100%;
		justify-content: center;
	}
	#bottom_box .footer_top{
		padding:30px 15px;
	}
	#bottom_box .newsletter{
		margin-top:20px;
		width:100%;
	}

	#bottom_box .link{
		padding:30px 15px 0;
	}
	#bottom_box .link dl{
		width: 100%;
    	margin-bottom: 30px;
	}
	#bottom_box .link dt{
		margin-bottom:10px;
	}
	#bottom_box .copyright{
		padding:20px 15px;
	}
	
	#bottom_box .link dl.newsletter{
		width: 100%;
    	padding: 0;
	}
	#header_box .header_search{
		top: 46px;
	}
	#bottom_box .shartto{
    	justify-content: center;
	}
}





































