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: #f7f7f7;
	position: relative;
}
a {
    color: #666;
}
i,em{
	font-style: normal;
}
.flex{
	display: flex;
}
.van-contain{
	max-width: 1200px;
	/* min-width: 320px; */
	margin: 0 auto;
}
.van-bg{
	background-color: #FFFFFF;
}
.van-public-top {
	font-size: .8rem;
	padding: .5rem 0;
}

.van-public-top>div:last-child {
	text-align: right;
}

.van-public-top>div:last-child a:first-child {
	/* border-right: 1px solid #ccc; */
	padding-right: .4rem;
	/* margin-right: 4px; */
}

.van-header {
	padding: .5rem 0 0 0;
	background-color: #fff;
}
.van-header .van-top{
	padding: 1rem 0;
}
.van-header .van-top .van-logo a{
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: .1rem;
	color: #333;
}

.van-header .van-top div:nth-child(3){
	display: none;
}
.van-form{
	height: 2.375rem;
	border: 2px solid #e6191e;
	border-radius: 0.25rem;
}
.van-form .van-search{
	padding: 0;
	width: 100%;
}
.van-form .van-search__content{
	background-color: #FFFFFF;
}
.van-form .van-search__field .van-field__left-icon{
	display: none;
}
.van-form .van-search__field{
	background-color: #FFFFFF;
}
.van-form .van-search__action{
	background-color: #e6191e;
	color: #FFFFFF;
	line-height: 2.375rem;
	padding: 0 1rem;
}
.van-menu{
	background-color:#fff;
	/* border-bottom: 1px solid #ed1e1e; */
}
.van-menu ul li{
	width: 11%;
	text-align: center;
	line-height: 3rem;
	font-size: .95rem;
}
.van-menu ul li:hover,.van-menu ul li.cur{
	/* background: #E83737; */
	border-bottom: #e6191e 2px solid;
}
.van-menu ul li:hover a,.van-menu ul li.cur a{
	color: #e6191e;
}
.van-menu ul li a{
	color: #222;
}
.van-footer{
	padding: 1.5rem 0;
	line-height: 1.75rem;
}
.van-footer,.van-footer a{
	color: #666666;
	font-size: .9rem;
}
#DIALOG_CENTER_SHADE,#DIALOG_CENTER{
	display: none !important;
}
.van-back-top{
	background-color: #e83737;
	text-align: center;
}
.van-icon-arrow-up{
	padding-top: 10px;
}
@media(max-width: 1200px){
	.van-footer{
		padding: 1rem;
	}
}
@media(max-width: 768px) {
	.van-public-top,.van-header .van-top div:nth-child(2){
		display: none;
	}
	.van-menu ul li{
		width: 100%;
	}
	.van-header .van-top{
		padding: .5rem;
		justify-content: space-between;
	}
	.van-header .van-top div:nth-child(3){
		display: block;
		text-align: right;
	}
	.van-header .van-top.van-row{
		align-items: center;
	}
	.van-menu{
		display: none;
		position: absolute;
		top: 3.8rem;
		right: 0;
		z-index: 99;
		width: 50%;
		box-shadow: 1px 1px 10px #ccc;
	}
	.van-menu ul{
	    flex-direction: column;
	}
}




#footer_f{ display: none;}
@media(max-width:768px) {
#footer_f{display: flex;font-size:1em;width: 100%;min-width: 320px; max-width: 640px; margin: 0 auto;bottom: 0;position: fixed;height: 3.3em;z-index: 9999; }
#footer_f_l,#footer_f_r{ font-weight: bold;display: block;width: 50%;height: 3.3em; line-height: 3.3em; text-align: center; color: #fff;}
#footer_f_l i,#footer_f_r i{vertical-align: -webkit-baseline-middle;padding: .5em .8em;margin-right: .3em;}
#footer_f_l {background-color:#fd5877; border-right: 2px solid #fff;}
#footer_f_r {background-color:#58a6fd; position: relative;}





	.bottomFixed{ display:none;}
@media(max-width: 768px){
    .bottomFixed {display: flex;font-size:.9em;position: fixed;bottom: 0;width: 100%;}
	.bottomFixed img { width: 1.2em; margin-top: -0.3em; margin-right: 1.5%; display: inline-block;vertical-align: middle;}
	.bottomFixed a{ line-height: 3.7em;text-align: center; color: #FFFFFF;padding-top: 0.2%;}
	.smf1 { width: 33%; background-color: #f29950;}
	.smf2 { width: 33%; background-color: #2ea7e0; position: relative;}
	.smf2 span {position: absolute;border-radius: 156px; background-color: #e73828; width: 1.1em; font-size: .9em;line-height: 1.1em; top: 0.3em;}
	.smf3 {width: 34%;background-color: #64569d; background-position: 19%;}
}