.con1{
	height: 100%;
	position: relative;
	overflow: hidden;
	background-image: url(../images/home.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.con1 .middle{
	width: 100%;
	height: 3rem;
	margin-top: 1rem;
	position: relative;
	z-index: 1;
	text-align: center;
}
.con1 .middle p:first-child{
	font-size: 0.66rem;
	margin-bottom: 0.35rem;
	font-family: "微软雅黑";
	color: #fff;
}
.con1 .middle p:last-child{
	font-size: 0.42rem;
	color: #fff;
}
.home_ques{
	width: 6.86rem;
	margin: 0 auto;
}
.home_ques li{
	height: 1.2rem;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 0.4rem;
	position: relative;
	padding-left: 1.3rem;
}
.home_ques li .img{
	position: absolute;
	width: 1.3rem;
	height: 100%;
	left: 0;
	top: 0.08rem;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
}
.home_ques li a{
	font-size: 0.32rem;
	color: #002741;
	line-height: 1.2rem;
}
.home_ques li:nth-child(1) img,.home_ques li:nth-child(2) img{
	width: 0.91rem;
}
.home_ques li:nth-child(3) img{
	width: 0.93rem;
}
.btn_a{
	width: 6.86rem;
	margin: 0 auto;
	overflow: hidden;
}
.btn_a a{
	display: block;
	width: 3.23rem;
	height: 1.5rem;
	line-height: 1.5rem;
	border: 1px dashed #FFFFFF;
	border-radius: 10px;
	float: left;
	color: #fff;
	padding-left: 0.22rem;
}
.btn_a a:last-child{
	float: right;
}
.btn_a a img{
	width: 0.41rem;
	margin-bottom: -0.1rem;
	margin-right: 0.2rem;
}
.con1 button{
	width: 6.86rem;
	height: 1.20rem;
	background: #1459E9;
	border-radius: 10px;
	border: 0;
	outline: 0;
	font-size: 0.32rem;
	display: block;
	color: #fff;
	margin: 0.4rem auto;
}

.con2{
    height: 1.8rem;
}

.con3{
    position: fixed;
    bottom: 100px;
    text-align: center;
}

.con3 .img2{
    display: none;
}
