@charset "utf-8";
/* css reset */
body,ul,li,p,h1,h2,h3,h4,h5,h6,img,br,hr,table,tr,td,dl,dt,dd,form {margin:0;padding:0;}
ul,li{list-style:none;margin:0;padding:0;}
img{border:none;display:block;}
a{text-decoration:none;color:#888}
a:hover{color:#B61d1d}
input,textarea,button{padding:0;outline:none;}
html,body{height:100%;background:#eee;color:#000;font-family: "微软雅黑";-webkit-text-size-adjust:none;font-size:14px;}
.clear{
	clear:both;
}
.flex_row1{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}
.flex_row2{
	display:flex;
	flex-direction: row;
}
.flex_row3{
	display:flex;
	flex-direction: row;
	justify-content: center;
}
.hspace10{
	width:100%;
	height:10px;
}
.hspace15{
	width:100%;
	height:15px;
}
.hspace20{
	width:100%;
	height:20px;
}
.hspace25{
	width:100%;
	height:25px;
}
.hspace30{
	width:100%;
	height:30px;
}
.hspace40{
	width:100%;
	height:40px;
}
.hspace50{
	width:100%;
	height:50px;
}
.hspace60{
	width:100%;
	height:60px;
}
.hspace70{
	width:100%;
	height:60px;
}