* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	/*系统默认菜单被禁用*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-khtml-user-select: none;
	/*早期浏览器*/
	-moz-user-select: none;
	/*火狐*/
	-ms-user-select: none;
	/*IE10*/
	user-select: none;
}

input,
button {
	border: none;
	outline: none;
}
.home_bg{
	width: 100%;
	height: 100vh;
	position: fixed;
	background: #378aa3;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.8;
	background-size: cover;
}
.home_top{
	width: 92%;
	margin: 2.5rem 4% 2.5rem;
}
.home_top h2{
	text-align: center;
	width: 100%;
	color: #fff;
	text-shadow: 0 2px 5px rgba(0,0,0,.4);
}
.home_top p{
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin-top: 0.75rem;
	text-shadow: 0 2px 5px rgba(0,0,0,.4);
	font-weight: bold;
}
.home_list{
	width: 92%;
	margin: 0 4%;
}
.home_list ul{
	display: flex;
	justify-content: space-between;
}
.home_list li{
	width: 47.5%;
	padding: 1rem 4% 1.5rem;
	box-sizing: border-box;
	background: #fff;
	border-radius: 1rem;
	position: relative;
	border: 6px #fff solid;
}
.home_list li.action{
	border: 6px #fad237 solid;
}
.home_list li.action span{
	display: block;
}
.home_list li img{
	height: 4rem;
	margin: 0 auto;
	display: block;
}
.home_list li h3{
	width: 100%;
	text-align: center;
	margin-top: 1rem;
	color: #333;
	font-size: 17px;
}
.home_list li  p{
	width: 100%;
	text-align: center;
	font-size: 15px;
	margin-top: 0.75rem;
	color: #999;
}
.home_list li span{
	width: 2rem;
	height: 2rem;
	background: #fad237;
	position: absolute;
	display: inline-block;
	bottom: 0;
	right: 0;
	border-radius: 1rem 0 0.5rem 0;
	display: none;
}
.home_list li span img{
	width: 1.5rem;
	height: 1.5rem;
	display: inline-block;
	margin: 0.25rem;
}
.home_testdata{
	width: 92%;
	height: 4rem;
	background: #fff;
	margin: 2rem 4% 0;
	border-radius: 0.25rem;
	padding: 0.5rem 4%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.home_testdata .left{
	width: 40%;
	text-align: center;
	line-height: 1.5rem;
	font-size: 14px;
	color: #999;
}
.home_testdata .left span{
	margin: 0 0.25rem;
	color: #fad237;
	font-weight: bold;
}
.home_testdata .right{
	width: 55%;
	height: 3rem;
	display: flex;
	justify-content: flex-start;
}
.home_testdata .right img{
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	flex-shrink: 0;
	margin-left: 0.5rem;
	margin-top: 0.25rem;
}
.home_testdata .right .text{
	width: 100%;
	height: 2.5rem;
	margin-left: 0.5rem;
	margin-top: 0.25rem;
}
.home_testdata .right .text h4{
	font-size: 14px;
	height: 1.3rem;
	line-height: 1.3rem;
	overflow: hidden;
}
.home_testdata .right .text p{
	font-size: 12px;
	color: #999;
	height: 1.2rem;
	line-height: 1.2rem;
	overflow: hidden;
}
.home_testtips{
	width: 92%;
	margin: 2rem 4% 0;
}
.home_testtips p{
	font-size: 13px;
	color: #fff;
	line-height: 1.35rem;
}
.home_testfoot{
	width: 100%;
	height: 60px;
}
.home_testurl{
	width: 88%;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #fad237;
	position: fixed;
	bottom: 2rem;
	left: 0;
	line-height: 50px;
	color: #000;
	margin-left: 6%;
	border-radius: 60px;
	z-index: 88;
}
.home_testurl a{
	color: #333;
}
.home_testtips img{
	width: 100%;
}
.home_testtips_img{
	position: fixed;
	bottom: 0;
	left: 0;
	border-bottom: 60px #fff solid;
	z-index: 11;
}
.home_testtips_img img{
	width: 100%;
	float: left;
}