@charset "utf-8";
/* CSS Document */
/*************公共样式********************/
*{
	margin:0;
	padding:0;
	outline:none;
}
*::-webkit-input-placeholder{
	color: #999;
}
*:-moz-placeholder{
	color: #999;
}
*::-moz-placeholder{
	color: #999;
}
*:-ms-input-placeholder{
	color: #999;
}
*,html{
	overflow:-moz-scrollbars-vertical;
	zoom:expression(function(ele){
		ele.style.zoom = "1";
		document.execCommand("BackgroundImageCache",false,true)
	}(this));
}
body{
	width:100%;
	height:100%;
	background:#fff;
	font-family: -apple-system,BlinkMacSystemFont,Hiragino Sans GB,'Microsoft YaHei',sans-serif;
	font-size: 100%;
	color: #222;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:grayscale;
}
sub,sup{
	vertical-align:baseline;
}
.wd img{
	border:none;
	width: 100%;
	height: auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.img img{
	border:none;
	width: 100%;
	height: auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.home_form img{
	border:none;
	width: 100%;
	height: auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
a{
	text-decoration:none;
	color:#222;
}
ul,ol{
	list-style:none;
}
b,em,i,h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-style:normal;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}
input,button{
	font-family: -apple-system,BlinkMacSystemFont,Hiragino Sans GB,'Microsoft YaHei',sans-serif;
}
input[type='text'],input[type='password'],input[type='tel'],input[type='submit'],input[type='number'],button{
	vertical-align:middle;
	background:none;
	-webkit-appearance:none;
	border: none;
	line-height: inherit;
}
button,input[type='submit']{
	cursor: pointer;
}
.wd{
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.wh{
	width:100%;
	overflow:hidden;
	zoom:1;
}
.wc{
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
	overflow: hidden;
	zoom:1;
	background: none !important;
	color: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
.flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex_items{
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
.text_overflow{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
#LRfloater0 img{
	width: auto;
	height: auto;
}
