*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #1E3E76;
}

.banner{
	width: 100%;
  	height: 199px;
  	z-index: -1;
}
.banner img{
	width: 100%;
  	height: 100%;
}
.contain{
	width: 100%;
	margin-top: -30px;
}
.contain>img{
	width: 100%;
	height: 100%;
	z-index:666 ;
}
.text{
	z-index: 999;
    margin-top: -110%;
    width: 74vw;
    margin-left: 13vw;
    font-size: 14px;
    color: #4A4A4A;
    text-indent: 2em;
    padding-top: 2vw;
}
.mydear{
	font-size: 18px;
	font-weight: bold;
	text-indent: 0;
}
.begin{
	width: 60%;
	height: 50px;
	left: 20%;
	position: fixed;
	bottom: 100px;
}
.begin img{
	width: 100%;
	
}
.foot{
	width: 100%;
	height: 45px;
	position: fixed;
	bottom: 0;
}
.foot img{
	width: 100%;
  	height: 100%;
  	z-index: -1;
}

@media screen and (min-width: 350px) and (max-width: 399px){
	.mydear{font-size: 22px;  }
	.text{font-size: 16px;  }
	.begin{height: 60px;bottom: 130px;}
}

@media screen and (min-width: 400px) and (max-width: 500px){
	.mydear{font-size: 24px;  }
	.text{font-size: 18px;  }
	.begin{height: 60px;bottom: 150px;}
}


.cont{
	width: 90%;
	margin: 20px auto;
}
.que{
	font-size: 18px;
	line-height: 32px;
	color: #4A4A4A;
	font-weight: bold;
}
.btn{
	margin-top: 5vw;
}
/*////*/
.pro{
	display: block;
	margin-left: 45%;
}
.current{
	font-size: 20px;
	color: #4B95EE;
}
.total{
	font-size: 12px;
	color: #B4B4B4;
}
/*/////*/
.ans{
	margin-top: 30px;
}
.anssel{
	background-color: #e6f1ff;
	color:#4A4A4A;
	font-size: 16px;
	line-height: 50px;
	padding-left: 20px;
	margin-bottom: 12px;
	border-radius: 5px;
}
.check{
	display: flex;
	justify-content: space-between;
	padding-right: 20px;
}
.check i{
	visibility: hidden;
	margin-top: 20px;
}
label > input{
	visibility: hidden;
	display: none;
}
/**/
.ans > i{
	color:#24B71F;
	font-size: 80px;
	margin-left: 40%;
}

.com{
	text-align: center;
	font-size: 16px;
	color: #4A4A4A;
	margin-top: 20px;
}
.btncom{
	margin-top: 40px;
	left: 0;
  	right: 0;
}
/*星星*/
.satis{
	color: #B9B9B9;
	line-height: 29px;
	font-size: 14px;
	border-radius: 100px;
	background-color: #E7E7E7;
	width: 105px;
	height: 29px;
	text-align: center;
	margin-top: 60px;
	margin-left: 30%;
}
/*满意*/
.radius{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	margin-top: 30px;
	margin-left: 30%;
}
.radius i{
	font-size: 30px;
}
.radius > input{
	visibility: hidden;
	display: none;
}
.radius1{
	border: 1px solid #4B95EE;
	color: #4B95EE;
}
.radius2{
	border: 1px solid #B9B9B9;
	color: #B9B9B9;
}

/*是否*/
.fa-lg{
	color: #3F8EFF;
}
.fa-cuo{
	color: #E85F5F;font-size: 24px;
}
/*多选*/
.tip{
	color: #B4B4B4;
	font-size: 12px;
	margin-left: 20px;
}
/*提交后效果*/
.active{
	background-color: #4B95EE;
	color: #fff;
}
.active i{
	color: #fff;
	visibility:visible;
}
.active2{
	background-color: #C7C7C7;
	color: #fff;
}
.btn-blue{ background: #4B95EE; border: none;}
.btn-orange{ background: #EBBC06; border: none;}
.daan{ background:#F9F9F9; border:dashed 1px #E3E3E3; width: calc(86vw - 2px); padding: 2vw; border-radius: 5px; text-align: center; font-size: 18px;}
.daan.dui{ color:#3F8EFF;font-weight: bold;}
.daan.cuo{background:#FFF5F5; border:dashed 1px #E3E3E3;color: #E85F5F;font-weight: bold;}
.daan-text{ font-weight: normal; color: #555; font-size: 16px; line-height: 200%; padding: 0px 15px;}
.weui-footer{ margin-top:10px;}
.ok{ width:30%; margin: 50px auto 0px auto; display: block;}

#question {
	display: none;
}
#finish {
	display: none;
}
#next_question {
	display: none;
}
#finish_question {
	display: none;
}
.tijiao{ display: block; width: 50vw; height: 10vw; text-align: center; margin: 0 auto; color: #ffffff; line-height: 10vw; border-radius:10vw;}
.daan.dui {
	display: none;
}
.daan.cuo {
	display: none;
}
.finish_text {
	text-align: center;
	font-size: 16px;
	color: #4A4A4A;
	margin-top: 20px;
	line-height: 32px;
	font-weight: bold;
}