body,div,header,menu,footer,p,span,h1,h2,h3,strong,nav,section,ul,li,ol,dl,dd,dt,form,input{
	padding: 0;
	margin: 0;
}
body{
	background: #f6f6f6;
	position: relative;
	color: #333;
}
a {
    color: #333;
}
i,em{
	font-style: normal;
}
.clam {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal;
	-webkit-box-orient: vertical;
}
.clam1 {
	-webkit-line-clamp: 1;
}
.clam2 {
	-webkit-line-clamp: 2;
}
.clam3 {
	-webkit-line-clamp: 3;
}
.flex{
	display: flex;
}
.van-bg{
	background-color: #fff;
}
.van-contain{
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
}
.van-top{
	font-size: .8rem;
	padding: .5rem 0;
}
.van-top>div:last-child{
	text-align: right;
}
.van-top>div:last-child a{
	border-right: 1px solid #ccc;
	padding-right: .4rem;
}
.van-top>div:last-child span{
	padding-left: .5rem;
}
.van-header{
	padding: .5rem 0;
}
.van-header>div{
	align-items: center;
}
.van-search{
	margin: 0 0 0 auto;
	width: 80%;
}
.van-search__content{
	border: 2px solid #ff9001;
}
.van-search__action{
	background-color: #ff9001;
	border: 2px solid #ff9001;
	color: #fff;
	width: 3rem;
	text-align: center;
}
.van-menu{
	background-color:#fff;
	border-bottom:2px solid #ff9001;
}
.van-menu ul li{
	flex:1;
	text-align: center;
	line-height: 3rem;
	font-size: 1rem;
}
.van-menu ul li:hover,.van-menu ul li.cur{
	background: #ff9001;
}
.van-menu ul li:hover a,.van-menu ul li.cur a{
	color:#fff;
}
.van-footer{
	text-align: center;
	background-color: #222;
	padding: 1.5rem 0;
	line-height: 1.5rem;
}
.van-footer,.van-footer a{
	color: rgba(255,255,255,0.7);
	font-size: .9rem;
}
#DIALOG_CENTER_SHADE,#DIALOG_CENTER{
	display: none !important;
}
.icon-close,.van-header>div div:nth-child(3){
	display: none;
}
.van-back-top{
	background-color: #ff9001;
}
@media(max-width: 1200px){
	.van-footer{
		padding: 1rem;
	}
}
@media(max-width: 768px) {
	.van-top{
		display: none;
	}
	.van-header{
		padding: .5rem;
	}
	.van-header img{
		width:65%;
	}
	.van-header>div div:nth-child(2){
		display: none;
	}
	.van-header>div div:nth-child(3){
		display: block;
		text-align: right;
	}
	.van-header .van-row{
		align-items: center;
	}
	.van-menu{
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
		width: 100%;
		height: 100%;
		border-bottom: none;
	}
	.van-menu .m_menu{
		height: 100%;
		padding: 0;
		width: 75%;
		max-width: initial;
		min-width: auto;
		background-color: #ff9001;
	}
	.m_right{
		width: 25%;
		background: #000;
		height: 100%;
		opacity: 0.5;
	}
	.van-menu ul{
	    flex-direction: column;
	    min-width: auto;
	}
	.van-menu ul a{
		color:#fff;
	}
	.icon-close {
	    display: block;
	    line-height: 60px;
	    text-align: right;
	    color: #fff;
	    padding-right: .5rem;
	    display: block;
	    border-bottom: 1px solid #ff9001;
	}
}

@media(max-width: 480px) {
	.van-header img{
		width:65%;
	}
}
@media(max-width: 375px) {
	.van-header img{
		width:80%;
	}
}