body,div,header,menu,footer,p,span,h1,h2,h3,strong,nav,section,ul,li,ol,dl,dd,dt{
	padding: 0;
	margin: 0;
}
body{
	background: #f6f6f6;
	position: relative;
}
a {
    color: #21293C;
}
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-col{
	background-color: #fff;
}
.van-contain{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.van-header{
	background-color: #fff;
	padding: .5rem 0;
}
.van-header>div{	 
    align-items: center;
}
.van-logo img{
	display: block;
	width: 100%;
}
.van-search__action{
	color: #3291f9;
}
.van-header .van-row>div:last-child{
	display: none;
}
.van-menu{
}
.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{
}
.van-menu ul li a{
}
.van-footer{
	background-color: #fbfbfb;
	padding: 1.5rem 0;
	line-height: 1.5rem;
}
.van-footer,.van-footer a{
	font-size: .9rem;
}
#DIALOG_CENTER_SHADE,#DIALOG_CENTER{
	display: none !important;
}
.van-back-top{
	background-color: #3291f9;
}
@media(max-width: 1200px){
	.van-footer{
		padding: 1rem;
	}
}
@media(max-width: 800px) {
	.van-header .van-row>div:nth-child(3){
		display: none;
	}
}
@media(max-width: 800px) {
	.van-header{
		padding: .5rem;
	}
	.van-header .van-row>div:last-child{
		display: block;
		text-align: right;
	}
	.van-header .van-row>div:nth-child(2){
		display: none;
		position: absolute;
		top: 3rem;
		right: 0;
		z-index: 99;
		width: 50%;
		background-color: #3291f9;
	}
	.van-menu ul{
	    flex-direction: column;
	}
	.van-menu ul li{
		border-top: 1px solid #0175f5;
	}
	.van-menu ul li a{
		color:#fff;
	}
}
@media(max-width: 600px) {
	.van-col--4{
		max-width: 50%;
		flex: inherit;
	}
}