html,body,input,textarea,select,button,img{
	font-family:'Source Sans Pro',sans-serif;
	-webkit-tap-highlight-color:transparent;
}
em{
	font-style:normal;
}
select{
	-webkit-appearance:none;
	appearance:none;
}
/*pc端*/
#header_box{
	height: 76px;
	background-color: #fff;
	padding-left: 1.682%;
	padding-right: 1.682%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	box-sizing: border-box;
	position: relative;
}
#header_box .header_wapper{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	height:70px;
	position:relative;
}
#header_box .logo{
	height: 100%;
	display: table;
}
#header_box .logo a {
	display:table-cell;
	vertical-align: middle;
}
#header_box .logo a img{
	max-width:200px;
	max-height:60px;
}
#header_box .header_right{
	width: calc(50% - 124px);
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	align-items: center;
	-webkit-align-items: center;
}

#header_box .cart_box{
	height: 24px;
	margin-right: 22px;
}
#header_box .cart_txt{

}
#header_box .cart_txt a{
	display:block;
	position:relative;
	color:#794920;
}
#header_box .cart_txt a svg{
	height: 24px;
    width: 24px;
}
#header_box .cart_txt a em{
	font-family: "Source Sans Pro",sans-serif;
	font-size: 16px;
	vertical-align: super;
	margin-left: 4px;
}
#header_box .cart_txt a span{
	font-family: "Source Sans Pro",sans-serif;
	position: absolute;
	top: -5px;
	right: 27px;
	z-index: 10;
	width: 19px;
	height: 19px;
	text-align: center;
	font-size:12px;
	line-height: 19px;
	color: #fff;
	background: #a06a3b;
	border-radius: 9px;
	display: none;
}

#header_box .search_icon{
	display:block;
	height: 24px;
	cursor:pointer;
	color: #794920;
}
#header_box .search_icon svg{
	width:24px;
	height:24px;
}
#header_box .search_icon em{
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 16px;
	color: #794920;
	vertical-align: super;
	margin-left: 4px;
}
#header_box .currency_txt{
	position:relative;
	margin-right: 2px;
}
#header_box .currency_box{
	margin-right: 10px;
	display: flex;
	align-items: center;
}
#header_box .currency_txt span{
	font-family: "Source Sans Pro",sans-serif;
	font-size: 15px;
	color: #794920;
}
#header_box .currency_txt ul{
	width: 50px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 999;
	padding: 10px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}
.currency-click{
	cursor: pointer;
}
#header_box .currency_txt ul li{
	cursor: pointer;
	margin-bottom: 10px;
	color:#333;
}
#header_box .currency_txt ul li:last-child{
	margin-bottom: 0;
}
#header_box .currency-txt-jt{
	width: 14px;
	vertical-align: 17px;
	margin-left: 3px;
}
#header_box .currency-txt-jt svg{
	width: 12px;
	fill: #794920;
}
#header_box .currency-txt-jt svg path{
	stroke: #794920;
}
#header_box .currency_txt select{
	display:inline-block;
	height:24px;
	border:0;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	outline:none;
	font-size: 16px;
	color: #794920;
	background-color: transparent;
}
#header_box .currency_txt select option{
	padding-left: 10px;
	padding-right: 10px;
}
#header_box .currency_txt svg{
	height: 24px;
    position: absolute;
    right: 0;
    fill: #333;
    width: 18px;
}
#header_box .login_link{
	margin-right:20px;
}
#header_box .login_link a{
	display:block;
	height: 24px;
}
#header_box .login_link a svg{
	height:24px;
	width:24px;
	fill: #794920; 
}
#header_box .login_link em{
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 16px;
	color: #794920;
	vertical-align: super;
	margin-left: 4px;
}
#header_box .pop_search{
	width: 330px;
	padding: 22px;
	position: absolute;
	top: 100%;
    right: 0;
	z-index: 999;
    background: #fff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid rgba(0,0,0,0.05);
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	border-top: 0px;
	box-sizing: border-box;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s;
}
#header_box .pop_search .search_input{
	font-family: "Source Sans Pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #48392e;
	text-align: left;
	background-color: #f9f7f6;
	border: 1px solid transparent;
	outline: none;
	border-radius: 3px;
	padding-left: 50px;
	box-sizing: border-box;
	transition: all .3s;
}
#header_box .pop_search .search_input::-webkit-input-placeholder{
	line-height: 40px;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 16px;
	color: #48392e;
}
#header_box .pop_search .search_input:hover{
	border: 1px solid #e2e2e2;
}
#header_box .pop_search .search_input:focus{
	border: 1px solid #a06a3b;
}
#header_box .pop_search .btn_search{
	width: 40px;
	height: 40px;
	border: 0;
	background: none;
	position: absolute;
	top: 50%;
	left: 23px;
	z-index: 1;
	padding: 0;
	transform: translateY(-50%);
}
#header_box .pop_search .btn_search svg{
	width: 26px;
    height: 40px;
    color: #48392e;
}
#header_box .pop_search .search_close{
	width: 24px;
	height: 24px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: -52px;
	right: 50%;
	z-index: 99;
	margin-right: -79px;
}
#header_box .pop_search .search_close svg{
	width:100%;
	height:100%;
	color: #48392e;
}
#header_box .pop_search.open{
	opacity:1;
	visibility:visible;
}
#header_box .nav_wapper{
	width: calc(50% - 124px);
}
#header_box .nav_box{
	width:100%;
	min-height:20px;
}
#header_box .nav{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
#header_box .nav > li{
	position: relative;
	margin-right:30px;	
}
#header_box .nav > li:nth-child(10n),#header_box .nav > li:last-child{
	margin-right: 0;
}
#header_box .nav > li > .cate_menu > a{
	font-family: "Source Sans Pro",sans-serif;
	font-size: 16px;
	color:#794920;
}
#header_box .nav > li > .cate_menu > span{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left:5px;
    vertical-align: -2px;
	position: relative;
	color: #27211c;
}
#header_box .nav > li > .cate_menu svg{
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	transform-origin: 50% 50%;
	fill: #794920;
	transition: all .3s;
}
#header_box .nav > li > .cate_menu .icon-minus{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
#header_box .sub_nav{
	width: 240px;
	position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    background: #fff;
	opacity: 0;
	visibility:hidden;
	transform: scale(0);
	transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform-origin: 15px 0;
}
#header_box .sub_nav ul{
	padding: 24px;
	border: 1px solid rgba(0,0,0,0.05);
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	border-radius: 3px;
	margin-top: 28px;
}
#header_box .sub_nav ul li{
	margin-bottom: 12px;
}
#header_box .sub_nav ul li:last-child{
	margin-bottom: 0;
}
#header_box .sub_nav ul li a{
	display: block;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 16px;
	color:#794920;  
	transition:all 0.3s;
}
#header_box .sub_nav ul li a:hover{
	color:#333;
}
#header_box .nav > li.on .cate_menu .icon-plus{
	opacity: 0;
	visibility: hidden;
}
#header_box .nav > li.on .cate_menu .icon-minus{
	opacity: 1;
	visibility: visible;
}
#header_box .nav > li.on .sub_nav{
	z-index: 9;
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}
#header_box.posFixed .nav_wapper{
	position:fixed;
	left:0;
	top:0;
	z-index:4900000;
	width:100%;
}
.site-header-drawer-button{
    display: none;
    width: auto;
    height: 100%;
	color: #794920;
	vertical-align: middle;
	outline-color: currentColor;
    overflow: hidden;
    font-size: 0;
    text-align: left;
    white-space: nowrap;
	background: transparent;
	cursor: pointer;
	border: 2px solid transparent;
	padding: 0;
}
.site-header-drawer-button-icon {
    position: relative;
}
.site-header-drawer-button-icon,.site-header-drawer-button-text{
    display: inline-block;
    vertical-align: middle;
}
.site-header-drawer-button-icon .icon-close{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0);
	transition: all 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.site-header-drawer-button .icon-menu{
	transition: all 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.site-header-drawer-button.on .icon-menu{
	transform: scale(0);
}
.site-header-drawer-button.on .icon-close{
	transform: scale(1);
}
.site-header-drawer-button-text {
	font-family: "Source Sans Pro",serif;
    font-weight: 400;
    font-size: 16px;
	margin-left: 8px;
}
.site-header-drawer-menu{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: -999;
	padding: 64px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.05);
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	border-radius: 3px;
	border-top: 0;
	opacity: 0;
	transform: scale(0);
	visibility: hidden;
	transition: all 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.site-header-drawer-menu.on{
	opacity: 1;
	transform: scale(1);
	visibility: visible;
	z-index: 999;
}
#header_box .site-header-drawer-menu .nav{
	display: block;
}
#header_box .site-header-drawer-menu ul > li{
	display: block;
	width: 100%;
	margin-right: 0;
	margin-bottom: 13px;
}
#header_box .site-header-drawer-menu ul > li:last-child{
	margin-bottom: 0;
}
#header_box .site-header-drawer-menu ul > li .cate_menu > a{
	font-size: 22px;
	color: #a0846c;
}
#header_box .site-header-drawer-menu .sub_nav{
	width: auto;
	height: 0;
	position: relative;
	margin-left: 30px;
}
#header_box .site-header-drawer-menu .sub_nav ul {
    padding: 0;
    border:none;
    box-shadow:none;
    border-radius:0;
    margin-top: 0;
}
#header_box .site-header-drawer-menu .sub_nav ul li a{
	font-size: 18px;
}
#header_box .site-header-drawer-menu ul > li.on{
	z-index: 1;
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
#header_box .site-header-drawer-menu ul > li.on .sub_nav{
	height: auto;
}
#header_box .site-header-drawer-menu ul > li.on .sub_nav ul{
	margin-top: 12px;
}
.site-header-min-mobile-logo{
	width: 100%;
	height: 76px;
	display: none;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	font-size: 0;
}
.site-header-min-mobile-logo a{
	display: inline-block;
	max-width: 200px;
	max-height: 60px;
}
.site-header-min-mobile-logo a img{
	max-height:60px;
	max-width:100%;
}
#header_box .header_right .mobile_nav_icon{
	position:absolute;
	left:15px;
	top:5px;
	display:none;
}
#header_box .header_right .mobile_nav_icon svg{
	height: 40px;
    width: 30px;
    fill: #333;
}
.mobile-navside{
	display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
	position: fixed;
    z-index: 99999999; 
    background: #fff;
	opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.mobile-navside-on{
	opacity: 1;
    visibility: visible;
}
.mobile-navside .mobile-nav{
	padding: 15px;
	position:relative;
}
.mobile-navside .mobile-currency_box{
	height:40px;
	border:1px solid #333;
	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 .wap_search_box{
	margin-top:15px;
}
.mobile-navside .wap_search_box form{
	height:50px;
	background:#e5e5e5;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
.mobile-navside .wap_search_box .search_input{
	width:calc(100% - 50px);
	border:none;
	background:none;
	line-height:16px;
	text-indent:10px;
}
.mobile-navside .wap_search_box .btn_search{
	width:50px;
	height:50px;
	background:none;
	border:none;
	
}
.mobile-navside .wap_search_box .btn_search svg{
	width: 26px;
    height: 50px;
	fill:#333;
}
.mobile-navside .mobile-nav__middle > ul > li{
	border-bottom:1px solid #bfbfbf;
}
.mobile-navside .mobile-nav__middle .cate_menu{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	height:34px;
	line-height:34px;
	padding:13px 0;
}
.mobile-navside .mobile-nav__middle .cate_menu a{
	display:block;
	width:calc(100% - 80px);
	color:#333;
	font-size:16px;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon{
	width:79px;
	height:34px;
	text-align:center;
	border-left:1px solid #bfbfbf;
}
.mobile-navside .mobile-nav__middle .cate_menu .down_icon svg{
	width:16px;
	height:34px;
	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{
	padding-left:20px;
	display:block;
	line-height:50px;
	font-size:16px;
	color:#333;
}
.index_default{
	width:100% !important;
}
/*banner*/
.block_items_banner .block_banner_content{
	width:36.71875%;
	left:6.64063%;
	transform: translate(0,-50%);
	text-align: left;
}
.banner_size_medium .block_banner_content p {
	width: 140px;
    font-size: 14px;
	color: #fff;
	background-color: #794920;
	padding: 16px 16px;
	line-height:normal;
	text-transform: uppercase;
	border-radius: 5px;
	box-sizing: border-box;
}
/* .block_items_imagetext_list{
	overflow: hidden;
}
.block_items_imagetext_list .block_title{
	float: left;
	width: 33%;
	height: 317px;
	font-size: 36px;
	color: #27211c;
}
.block_items_imagetext_list li{
	float: right;
	width: 34.7%;
}
.block_items_imagetext_list li:nth-child(1){
	margin-right: 13.8%;
}
.block_items_imagetext_list li:nth-child(2){
	float: left;
	margin-top: -15px;
}
.block_items_imagetext_list li .imagetext_pic img{
	border-radius:5px;
} */










#bottom_box{
	border-top:1px solid #e9e9e9;
	padding-bottom:48px;
	position: relative;
	overflow: hidden;
}
#bottom_box .bottom_wapper{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position: relative;
	z-index: 20;
}
#bottom_box .newletterform{
	width: 100%;
}
#bottom_box .newletterform form{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	align-items:center;
}
#bottom_box .newletterform label{
	display:block;
	width:100%;
	font-size: 18px;
	color: #27211c;
}
#bottom_box .newletterform p{
	width: 100%;
	font-size: 15px;
	color: #27211c;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 25px;
}
#bottom_box .newsletter_txt{
	width:84%;
	height:48px;
	line-height:48px;
	background-color: #f9f7f6;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all .3s;
	border: 1px solid transparent;
	box-sizing: border-box;
	text-indent: 20px;
	color: #27211c;
	font-size: 15px;
}
#bottom_box .newsletter_txt:hover{
	border-color:#e2e2e2;
}
#bottom_box .newsletter_txt:focus{
	border-color:#a06a3b;
}
#bottom_box .newsletter_btn{
	display:inline-block;
	background:#ab713f;
	width:16%;
	height: 48px;
	line-height:48px;
	transition:all 0.3s;
	border: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#bottom_box .newsletter_btn svg{
	color: #fff;
}
#bottom_box .newsletter_btn:hover{
	background:#333;
	color:#fff;
	cursor:pointer;
}
#bottom_box .link{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
#bottom_box .link dl{
	width:25%;
	margin-top: 40px;
}
#bottom_box .link dt{
	margin-bottom:15px;
	font-size:18px;
	color: #27211c;
}
#bottom_box .link dd{
	margin-bottom: 8px;
}
#bottom_box .link dd:last-child{
	margin-bottom: 0;
}
#bottom_box .link dd > a{
	font-size: 16px;
	color:#3e3d3c;
	line-height:24px;
	display:block;
	transition:all 0.3s;
}
#bottom_box .link dd > a:hover{
	color:#333;
}
#bottom_box .link dd .shartto{
	margin-top: 23px;
}
#bottom_box .link dd .shartto li{
	display: inline-block;
	text-align: center;
	margin-right: 15px;
}
#bottom_box .link dd .shartto li:last-child{
	margin-right: 0;
}
#bottom_box .link dd .shartto a{
	color:#333;
	font-size:16px;
}
#bottom_box .copyright{
	text-align:center;
	border-top:1px solid #e9e9e9;
	margin-top: 30px;
	padding-top: 48px;
}
.copyright-txt{
	font-size: 15px;
	color: #342c25;
}
.footer-right-embellish{
	width: 60px;
	height: 40px;
	color: #a06a3b;
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 10;
}
.footer-copyright-embellish{
	width: 60px;
	height: 40px;
	color: #a06a3b;
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 10;
}
.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_blog .article-pagination{
	display: none !important;
}
/*响应式*/
@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{
		padding: 0 50px;
    	box-sizing: border-box;
	}
	#header_box .cart_txt a em,
	#header_box .login_link em,
	#header_box .search_icon em{
		display: none;
	}
	#header_box .pop_search{
		width: 380px;
		padding: 28px;
	}
	#header_box .pop_search .search_close{
		margin-right:-174px;
	}
	#header_box .pop_search .btn_search{
		left: 33px;
	}
	#header_box .pop_search .search_input{
		height: 48px;
	}
	#header_box .nav_box{
		display: none;
	}
	.site-header-drawer-button{
		display: block;
	}
}
@media screen and (max-width:1023px){
	#bottom_box .bottom_wapper{
		padding: 0 30px;
    	box-sizing: border-box;
	}
	#bottom_box .newsletter_txt{
		width:50%;
	}
	#bottom_box .link dl{
		width: 50%;
		margin-top: 30px;
	}
}
@media screen and (max-width:767px){
	#shopping_cart_count{
		display: none !important;
	}
	.site-header-min-mobile-logo{
		display: flex;
		box-shadow: none;
		height: 60px;
		margin-top: 60px;
	}
	#header_box .logo{
		display: none;
	}
	#header_box .currency_txt span{
		color: #fff;
		opacity: .95;
	}
	#header_box .currency-txt-jt svg{
		fill: #fff !important;
	}
	#header_box .currency-txt-jt svg path {
	    stroke: #ffffff;
	}
	.header-main{
		position: fixed;
		right: 0;
		top: 0;
		left: 0;
		color: #fff;
		z-index: 99999;
		transition: bottom 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
	.header-main #header_box{
		height: 60px;
		background-color: #a06a3b;
	}
	#header_box .site-header-drawer-menu ul > li .cate_menu > a{
		font-size: 16px;
		color: #27211c;
	}
	#header_box .site-header-drawer-menu .sub_nav ul li a{
		font-size: 16px;
		color: #27211c;
	}
	.site-header-drawer-button,
	#header_box .currency_txt select,
	#header_box .cart_txt a,
	#header_box .login_link a svg,
	#header_box .search_icon,
	.site-header-drawer-button-text{
		color: #fff;
		fill: #fff;
	}
	.header-main.mobile-click-menu-on{
		bottom: 167px;
	}
	.header-main.mobile-click-menu-on #header_box,
	.header-main.mobile-click-search-on #header_box{
		height: auto;
	}
	.header-main.mobile-click-menu-on #header_box .nav_wapper{
		width:100%;
	}
	.header-main.mobile-click-menu-on .site-header-drawer-button,
	.header-main.mobile-click-search-on #header_box .pop_search .search_close{
		width: 100%;
		display: flex;
		height: 60px;
		align-items: center;
	}
	.header-main.mobile-click-menu-on .site-header-drawer-button-text{
		text-align: center;
		flex-grow: 1;
		margin-left: 0;
	}
	.header-main.mobile-click-menu-on #header_box .header_right{
		display: none;
	}
	.header-main.mobile-click-menu-on .site-header-drawer-menu{
		width: 100%;
		max-height: 425px;
		padding: 24px;
		transition: none;
		overflow-x: hidden;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.header-main.mobile-click-search-on #header_box .nav_wapper,
	.header-main.mobile-click-search-on #header_box .header_right *{
		display: none;
	}
	.header-main.mobile-click-search-on #header_box .header_right{
		width: 100%;
		height: 60px;
	}
	.header-main.mobile-click-search-on #header_box .header_right .search_icon,
	.header-main.mobile-click-search-on #header_box .header_right .search_icon em{
		display: block;
	}
	.header-main.mobile-click-search-on{
		bottom: 75px;
	}
	.header-main.mobile-click-search-on #header_box .pop_search{
		height: 80px;
		border: none;
		box-shadow: none;
		background-color: #fff;
		display: flex;
		align-items: center;
	}
	.header-main.mobile-click-search-on #header_box .search,
	.header-main.mobile-click-search-on #header_box .search form{
		width: 100%;
	}
	.header-main.mobile-click-search-on #header_box .pop_search .search_close{
		height: 55px;
		margin-right: -13px;
		right: 0;
		top: -55px;
	}
	.header-main.mobile-click-search-on #header_box .pop_search .search_close svg{
		width: 24px;
		height: 24px;
		color: #fff;
	}
	.header-main.mobile-click-search-on #header_box .header_right .search_icon{
		width: 100%;
		text-align: center;
	}
	.header-main.mobile-click-search-on #header_box .header_right .search_icon em{
		color: #fff;
	}
	.header-main.mobile-click-search-on #header_box .pop_search .search_input{
		background-color: #f9f7f6;
	}
	#bottom_box{
		padding:0 15px 80px;
	}
	#bottom_box .bottom_wapper{
		padding: 0;
	}
	#bottom_box .newsletter_txt{
		width:32%;
		flex-grow: .5;
	}
	#bottom_box .newsletter_btn{
		width: 48px;
	}
	#bottom_box .link dl {
		width: 100%;
		margin-top: 0;
	}
	#bottom_box .link dt{
		padding-top:20px;
	}
	#header_box .pop_search{
		top: 55px;
		height: 50px;
		width: 100%;
		background: #fdf5f2;
	}
	#header_box .pop_search .search_input{
		background:none;
	}
	.footer-copyright-embellish,.footer-right-embellish{
		display: none;
	}
	#bottom_box .newletterform{
		margin-top: 30px;
	}
	#bottom_box .copyright{
		padding-top: 25px;
	}
	
}