html,body,input,textarea,select,button{
	font-family: Montserrat,sans-serif; 
	font-weight:400;
	font-size:16px;
}


/*pc端*/
.main{
	overflow:hidden;
	width:100%;
	
}
#header_box{
	height:175px;
	color:#fff;
}
#header_box .header_fixed{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:999;
	background:#000;
	height:175px;
}
#header_box .header_top{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: space-between;
	box-sizing:border-box;
	width:100%;
	padding:20px 50px 5px;
}
#header_box .header_top_left{
	width:500px;
}
#header_box .header_top_left .mobile-navside-icon{
	display:none;
}
#header_box .currency_box{
	height:40px;
	position:relative;
	z-index:999;
}
#header_box .currency_txt{
	color:#fff;
	width:80px;
	height:40px;
	line-height:40px;
	cursor:pointer;
}
#header_box .currency_txt svg{
	width: 12px;
    height: 40px;
    vertical-align: top;
    fill: #fff;
    margin-left: 5px;
	margin-top:-2px;
}
#header_box .drop_currency{
	position:absolute;
	top:40px;
	left:0;
	padding:10px;
	box-sizing:border-box;
	background:#fff;
	box-shadow: 0 8px 8px 4px #e4e4e4;
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-transform: scale3d(1,0,1);
    transform: scale3d(1,0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
#header_box .drop_currency_on .drop_currency{
	-webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
#header_box .currency_txt svg{
	-webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}
#header_box .drop_currency_on .currency_txt svg{
	transform:rotate(-180deg);
}
#header_box .drop_currency a{
	display:block;
	height:30px;
	line-height:30px;
	padding:0 10px;
	color:#000;
}
#header_box .drop_currency a:hover{
	background:#f6f6f6;
	color:#000;
}


#header_box .header_top_right{
	display:flex;
	display:-webkit-flex;
	justify-content: flex-end;
}
#header_box .header_top_right a{
	display:flex;
	display:-webkit-flex;
	align-items: center;
	color:#fff;
	margin-left:30px;
	transition:all 0.3s;
	
}
#header_box .header_top_right a:hover{
	color:#e4e4e4;
}
#header_box .header_top_right a svg{
	width:20px;
	height:20px;
	fill:#fff;
	margin-left:8px;
}
#header_box .header_top_right a.my_wishlist svg{
	fill:none;
	stroke: white;
}

#header_box .header_mid{
	height:90px;
	padding:0 2%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	background:#f7941d;
}
#header_box .logo{
	width:200px;
	transition:transform 700ms cubic-bezier(0.645,0.045,0.355,1);
}
#header_box .logo a{}
#header_box .logo a img{
	max-height:100px;
}


#header_box .header_mid_right{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	flex-direction: row-reverse;
	width:calc(100% - 200px);
}
#header_box .cart_txt,
#header_box .cart_box{
	height:24px;
	line-height:24px;
}
#header_box .cart_box a{
	display: block;
    height: 24px;
    line-height: 24px;
	color:#fff;
}
#header_box .cart_box a svg{
	vertical-align:top;
	width:20px;
	height:20px;
	fill:#fff;
	margin-right:5px;
}

#header_box .menu-btn span {
    transition: -webkit-transform 0.33s 0s ease;
    transition: transform 0.33s 0s ease;
    -webkit-transform-origin: center;
    transform-origin: center;
    display: block;
    height: 21px;
	cursor:pointer;
}
#header_box .menu-btn .lines-button {
    transition: .3s;
    cursor: pointer;
    top: 10px;
    position: relative;
    user-select: none;
    display: block;
}
#header_box .menu-btn .lines,
#header_box .menu-btn .lines:before,
#header_box .menu-btn .lines:after{
	height: 2px;
}
#header_box .menu-btn .lines{
	display: block;
    width: 1.4rem;
	position: relative;
}
#header_box .menu-btn .lines-button.x2 .lines {
    transition: background 0.2s ease,opacity 0.2s ease;
}
#header_box .menu-btn .lines-button:after {
    background-color: rgba(0,0,0,0.4);
    display: inline-block;
    width: 1.4rem;
    height: 2px;
    transition: transform 0.45s ease,opacity 0.2s ease,background-color 0.2s linear;
    -webkit-transition: -webkit-transform 0.45s ease,opacity 0.2s ease,background-color 0.2s ease;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
	background-color: #ffffff;
}
#header_box .menu-btn .lines-button.x2 .lines:before,
#header_box .menu-btn .lines-button.x2 .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top 0.4s 0.45s ease,-webkit-transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
    transition: top 0.4s 0.45s ease,transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
}
#header_box .menu-btn .lines:before {
    top: 6px;
}
#header_box .menu-btn .lines:after {
    top: -6px;
}
#header_box .menu-btn .lines:before,
#header_box .menu-btn .lines:after{
	display: block;
    width: 1.4rem;
    height: 2px;
    background: #fff;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.142rem center;
    transform-origin: 0.142rem center;
}





#header_box .pop_search{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
	opacity:0;
	visibility:hidden;
	transition:all 0.3s;
    z-index: 9999;
}
#header_box .pop_search_on{
	opacity:1;
	visibility:visible;
}
#header_box .pop_search .pop_search_wapper{
	background:#fff;
	padding:40px 0 50px;
	display:flex;
	display:-webkit-flex;
	justify-content: center;
	height:0;
	box-sizing:border-box;
	overflow:hidden;
	transition:all 0.3s;
}
#header_box .pop_search_on .pop_search_wapper{
	height:170px;
}
#header_box .pop_search .pop_search_content{
	width:100%;
	max-width:500px;
	display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
	flex-wrap:wrap;
}

#header_box .pop_search .pop_search_content form{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 41px;
    box-sizing: border-box;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}
#header_box .pop_search .pop_search_content .search_input{
	border: 0;
    width: calc(100% - 42px);
    color: #333;
    height: 42px;
    text-indent: 10px;
    background: none;
	font-size:26px;
}

#header_box .pop_search .pop_search_content .btn_search{
	width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    text-align: center;
	position:relative;
	cursor:pointer;
	color:#fff;
	text-transform: uppercase;
	background:none;
}
#header_box .pop_search .pop_search_content .btn_search svg{
	height:42px;
	width:20px;
	fill:#000;
}

#header_box .pop_search .search_close{
	height: 40px;
    width: 40px;
    cursor: pointer;
    text-align: center;
}
 #header_box .pop_search .search_close svg{
	width: 15px;
    height: 40px;
    fill: #000;
}
#header_box .pop_search_on .search{
	opacity:1;
	visibility:visible;
	width:300px;
}





#header_box .header_nav_wapper{
	background:#e2bcaf;
}
#header_box .nav_box{
	display: flex;
    display: -webkit-flex;
    justify-content: center;
    min-height: 46px;
    box-sizing: border-box;
	width:100%;
	position:relative;
}
#header_box .nav_box .nav{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
#header_box .nav_box .nav > li{
	position:relative;
	margin:0 20px;
}
#header_box .nav_box .nav > li > .cate_menu{
	position:relative;
}
#header_box .nav_box .nav > li > .cate_menu > a{
	line-height:44px;
	color:#fff;
	font-size:16px;
	font-weight:700;
}
#header_box .nav_box .nav > li > .cate_menu:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #888;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#header_box .nav_box .nav > li:hover > .cate_menu:before {
    width: 100%;
    left: 0;
}

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

#header_box .nav_box .nav > li.sub_nav_three{
	position:inherit;
}
#header_box .nav_box .nav > li.sub_nav_three .sub_nav{
	width:100%;
}
#header_box .nav_box .nav > li.sub_nav_three .sub_nav ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	max-width:1200px;
	margin:0 auto;
	padding:20px 0;
}
#header_box .nav_box .nav > li.sub_nav_three .sub_nav ul li{
	width:25%;
	border:0;
}
#header_box .nav_box .nav > li.sub_nav_three .sub_nav ul li dl{
	padding:15px 20px 15px 0;
}
#header_box .nav_box .nav > li.sub_nav_three .sub_nav ul li dl dt{
	margin-bottom:10px;
}
#header_box .nav_box .nav > li.sub_nav_three .sub_nav ul li dl dt a{
	font-weight:bold;
	height:24px;
	line-height:24px;
	padding:0;
}
#header_box .nav_box .nav > li.sub_nav_three .sub_nav ul li dl dd a{
	height:30px;
	line-height:30px;
	padding:0;
}

#header_box .nav_box .sub_nav{
	position: absolute;
    top: 44px;
    left: 0;
    min-width: 170px;
    padding: 10px 20px 20px 20px;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
	max-height: calc(100vh - 175px);
    overflow: auto;
	box-sizing:border-box;
	transition:all 0.3s;
	z-index: 999;
	opacity:0;
	visibility:hidden;
	
}
#header_box .nav_box li.on .sub_nav{
	opacity:1;
	visibility:visible;
}
#header_box .nav_box .sub_nav ul{} 
#header_box .nav_box .sub_nav ul li{
	margin-top:10px;
}
#header_box .nav_box .sub_nav ul li:last-child{
	border:0;
}
#header_box .nav_box .sub_nav ul li a{
	display: inline-block;
	color:#000;  
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	transition:all 0.3s; 
	line-height:24px;
	position:relative;
}
#header_box .nav_box .sub_nav ul li a:hover{
	color:#e4e4e4;
}
#header_box .nav_box .nav > li.on .sub_nav{
	display:block;
}
#header_box .nav_box .sub_nav ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #888;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}

#header_box .nav_box .sub_nav ul li a:hover:after {
    width: 100%;
}















.index_default{
	width:100% !important;
}

#bottom_box{
	background:#252525;
}
#bottom_box .link{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	padding: 70px 0;
}





#bottom_box .shartto{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	min-height:46px;
	min-width:200px;
	justify-content: flex-end;
}
#bottom_box .shartto li{
	margin-right:20px;
}
#bottom_box .shartto li a{
	font-size:24px;
	color:#fff;
	transition:all 0.3s;
}
#bottom_box .shartto li a:hover{
	color:#e4e4e4;
}

#bottom_box .link dl{
	width:20%;
	padding:0 15px;
	box-sizing:border-box;
	text-align:center;
}
#bottom_box .link dt{
	margin-bottom:20px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	position:relative;
}
#bottom_box .link dt .dl_icon{
	display:none;
}
#bottom_box .link dd{
	margin-top:10px;
}
#bottom_box .link dd > a{
	color:#fff;
	line-height:30px;
	display:inline-block;
	position:relative;
	transition:all 0.3s;
}
#bottom_box .link dd > a:after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #e4e4e4;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#bottom_box .link dd > a:hover:after {
    width: 100%;
}

#bottom_box .link dd > a:hover{
	color:#e4e4e4;
}




#bottom_box .footer_bom{
	border-top:1px solid #424242;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	padding:10px;
}
#bottom_box .footer_bom_left{
	text-align:left;
	width:50%;
}
#bottom_box .footer_bom_right{
	text-align:right;
	width:50%;
}
#bottom_box .copyright{
	min-height:24px;
	line-height:24px;
	color:#fff;
}




.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%;
	position: fixed;
    z-index: 99999;	
	opacity:0;
	visibility:hidden;
	transition:all 0.3s;
}
.mobile-navside-on{
	opacity:1;
	visibility:visible;
	
}
.mobile-navside .mobile-nav-close{
	position:absolute;
	right:0;
	top:0;
	height:100vh;
	width:30%;
	background-color:rgba(0,0,0,.5);
	display:flex;
	display:-webkit-flex;
	justify-content: center;
    align-items: center;
	transform:translate(100%,0);
	transition:all 0.3s;
}
.mobile-navside .mobile-nav-close svg{
	height: 40px;
    width: 40px;
    fill: #fff;
}
.mobile-navside-on .mobile-nav-close{
	transform:translate(0,0);
}


.mobile-navside .mobile-nav__middle{
	padding:0 15px;
}
.mobile-navside .mobile-nav{
	position:relative;
	background: #fff;
    width: 70%;
	height:100%;
	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 .nav > li{
	height: 50px;
	border-bottom: 1px solid #f3f3f3;
}
.mobile-navside .nav li .cate_menu{
	height: 50px;
	line-height: 50px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.mobile-navside .nav li .cate_menu a{
	display: block;
	width: calc(100% - 50px);
	font-size: 14px;
	font-weight:700;
}
.mobile-navside .nav li .cate_menu .down_icon{
	width: 50px;
	height: 50px;
	text-align: center;
}
.mobile-navside .nav li .cate_menu .down_icon svg{
	height: 50px;
	width: 14px;
}
.mobile-navside .nav li .sub_nav{
	width:100%;
	background: #fff;
	padding: 0 0 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	padding-left: 10px;
	box-sizing: border-box;
}
.mobile-navside .nav li .sub_nav dt a{
	display:block;
	height:40px;
	line-height:40px;
}
.mobile-navside .nav li .sub_nav dd a{
	display:block;
	height:30px;
	line-height:30px;
	padding-left:10px;
	font-size:14px;
	color:#666;
}




.mobile-navside .nav > li.on{
	height: auto;
}
.mobile-navside .nav li.on .sub_nav{
	opacity: 1;
    visibility: visible;
}
.mobile-navside .nav li.on .cate_menu .down_icon svg{
	transform: rotate(180deg);
}
 
#header_box .mobile_nav{
	display:none;
	margin-right:30px;
}

.mobile-navside .mobile-currency{
	padding: 0 15px;
    margin-top: 24px;
}

.mobile-navside .mobile-currency dl{
	margin-top:5px;
}
.mobile-navside .mobile-currency dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
.mobile-navside .mobile-currency dd a{
	display: block;
    line-height: 40px;
}
.mobile-navside .mobile-currency dd.on a{
	font-weight:700;
}


.mobile-navside .mobile-account{
	position:relative;
	padding: 0 15px;
    margin-top: 24px;
	padding-bottom: 20px;
}
.mobile-navside .mobile-account:before{
	content:'';
	position:absolute;
	left:15px;
	bottom:0;
	width:calc(100% - 30px);
	height:1px;
	background:#f3f3f3;
}

.mobile-navside .mobile-account dl{
	margin-top:5px;
}
.mobile-navside .mobile-account dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
.mobile-navside .mobile-account dd a{
	display: flex;
	display:-webkit-flex;
    align-items: center;
    line-height: 40px;
}

.mobile-navside .mobile-account dd a svg{
	height: 40px;
    width: 20px;
    fill: #333;
    margin-right: 10px;
}
.mobile-navside .mobile-account dd a.my_wishlist svg{
    fill: none;
    stroke: #000;
}
.mobile-navside .mobile-account dd a:hover{
	font-weight:700;
}
.mobile-navside .mobile-nav-wapper{
	padding:0 0 50px;
}

.mobile-navside .mobile-shartto{
	margin-top: 40px;
    padding: 0 15px;
}
.mobile-navside .mobile-shartto .shartto{
    display: flex;
    display: -webkit-flex;
	flex-wrap:wrap;
}
.mobile-navside .mobile-shartto .shartto li{
	margin-right:30px;
}
.mobile-navside .mobile-shartto .shartto li a{
    font-size: 20px;
    color: #999;
}






.block_items_banner .banner-swiper-pagination{
	bottom:20px;
}
.block_items_banner .swiper-pagination-bullet{
	background:#999;
	-webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66);
}

.block_items_banner .swiper-pagination-bullet-active{
	background:#000;
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

















/*响应式*/
@media screen and (max-width:1366px){ 
	#header_box .header_top_left{
		width:200px;
	}
}
@media screen and (max-width:1280px){ 
	#header_box .header_top_right a{
		font-size:0;
	}
	#header_box .cart_box a{
		position:relative;
	}
	#header_box .cart_box a span{
		font-size: 12px;
		position: absolute;
		right: -10px;
		top: -12px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		background: #fff;
		border-radius: 50%;
		color: #000;
		text-align: center;
	}
}
@media screen and (max-width:1200px){
	.index_default{
		padding:0 !important;
	}

	#bottom_box .footer_bom,
	#bottom_box .link{
		padding-left:50px;
		padding-right:50px;
	}

	
	
}
@media screen and (max-width:1023px){
	
}
@media screen and (max-width:768px){
	#bottom_box .footer_bom,
	#bottom_box .link{
		padding-left:30px;
		padding-right:30px;
	}
	#header_box .header_top{
		padding:20px 30px;
	}
	#header_box .header_top_left .mobile-navside-icon{
		display:block;
	}
	#header_box .nav_wapper,
	#header_box .header_top_right a.my_wishlist,
	#header_box .header_top_right a.my_account,
	#header_box .currency_box{
		display:none;
	}
	#header_box .header_top_left{
		width:120px;
	}
	#header_box{
		height:144px;
	}
	#header_box .header_fixed{
		height:144px;
	}
	#bottom_box .link{
		flex-direction: column;
	}
	#bottom_box .link dl{
		width:100%;
		text-align:left;
		margin-bottom:15px;
	}
	#bottom_box .link dl{
		padding:0;
	}
	#bottom_box .link dt{
		height:40px;
		line-height:40px;
		margin:0;
	}
	#bottom_box .link dt .dl_icon{
		display:block;
		position:absolute;
		right:0;
		top:10px;
		width:20px;
		height:20px;
		line-height:20px;
		background:#fff;
		border-radius:50%;
		text-align:center;
	}
	#bottom_box .link dt .dl_icon svg{
		height:20px;
		width:14px;
		fill:#333;
	}
	#bottom_box .link dt .minus_icon{
		display:none;
	}
	#bottom_box .link dd{
		display:none;
	}
	
	#bottom_box .link dl.on .plus_icon{
		display:none;
	}
	#bottom_box .link dl.on .minus_icon{
		display:block;
	}
	#bottom_box .link dl.newsletter dd{
		display:block;
	}
	#bottom_box .newsletter form{
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
	#bottom_box .newsletter_txt{
		width:280px;
	}
	#bottom_box .newsletter_btn{
		height: 42px;
		line-height: 42px;
		margin: 0 0 0 15px;
	}
	
}
@media screen and (max-width:767px){
	#header_box{
		height:120px;
	}
	#header_box .header_fixed{
		height:120px;
	}
	#bottom_box .footer_bom,
	#bottom_box .link{
		padding-left:15px;
		padding-right:15px;
	}
	#header_box .header_top{
		padding:20px 15px;
	}


	#header_box .header_top_left{
		width:40px;
	}
	#header_box .logo{
		text-align:center;
		width: calc(100% - 170px);
	}
	#header_box .logo a img{
		max-width:100%;
	}
	#header_box .header_mid_right{
		position:relative;
	}
	.mobile-nav .cate_menu .down_icon svg{
		width:16px;
	}
	.slide-right-box #minicartlist,
	.slide-right-box .cart h4
	{
		display:none
	}
	.slide-right-box .cart .mobile-cart{
		display:block;
	}
	#bottom_box .newsletter_txt{
		width:100%;
	}
	#bottom_box .newsletter_btn{
		margin:15px 0 0;
	}
	#bottom_box .footer_bom{
		flex-direction: column;
	}
	#bottom_box .footer_bom_right,
	#bottom_box .footer_bom_left{
		width: 100%;
    	text-align: center;
	}
	#bottom_box .shartto{
		justify-content:center;
	}
	#header_box .pop_search .pop_search_wapper{
		padding:20px 15px 30px;
	}
	#header_box .pop_search_on .pop_search_wapper{
		height:auto;
	}
}





































