body {
	background: #fff!important;
}

.container {
	max-width: 750px;
	margin: auto;
	position: relative;
	top: 0;
	left: 0;
	/*padding-bottom: 1rem;*/
	/*box-sizing: border-box;*/
}
.header .mid {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: .32rem;
	color: #333333;
}

.header {
	height: 0.88rem;
	background: #FFFFFF;
	box-shadow: 1px 4px 6px #ececec;
	padding: 0 .4rem;
	/*position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;*/
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

.header .left {
	float: left;
	font-size: 0;
	padding-top: .3rem;
}

.header .left a {
	display: inline-block;
	width: .18rem;
	height: .34rem;
	background: url("http://static.vko.cn/m/3.0/images/learningfanhui2.png") no-repeat center;
	background-size: contain;
	vertical-align: middle;
}

.header .left p {
	display: inline-block;
	font-family: PingFangSC-Regular;
	font-size: .32rem;
	color: #FFFFFF;
	line-height: .32rem;
	vertical-align: middle;
	margin-left: .2rem;
}

.header .right {
	float: right;
	padding-top: 0.3rem;
}

.header .right a {
	font-size: 0.32rem;
	color: #333333;
}

.topicContent {
	padding: 0 0.47rem;
	padding-top: 0.29rem;
	box-sizing: border-box;
	padding-bottom: 1rem;
}

.topicContent>span {
	color: #EA5413;
	font-size: 0.4rem;
	font-weight: 600;
}

.topicContent p {
	color: #010101;
	font-size: 0.34rem;
	/*margin-bottom: 0.54rem;*/
	/*margin-top: 0.3rem;*/
	line-height: 0.6rem;
	font-weight: 600;
}
.topicContent div p span{
	font-size:0.34rem;
	color:#010101;
}
.topicContent div>span{
	font-size: 0.34rem;
    color: #010101;
    font-weight: 600;
    float: left;
    margin-top: .15rem;
    margin-right: .1rem;
}
.topicContent ul li div p span{
	font-size:0.34rem!important;
	color: #333;
	font-weight: normal;
}
.topicContent ul li div span{
	font-size:0.34rem;
	color: #333;
	font-weight: normal;
	float:initial;
}
.topicContent ul li div span b{
	color:#333;
}
.topicContent ul li {
	display: block;
    width: 100%;
    float: left;
    line-height: .6rem;
	color: #333333;
	font-size: 0.34rem;
	background: url(http://static.vko.cn/m/3.0/images/topicCheck.png) no-repeat left center;
	background-size: 0.28rem 0.27rem;
	padding: 0 0.5rem;
	margin-bottom: 0.2rem;
}

.topicContent ul li.checkedAnswer {
	background: url(http://static.vko.cn/m/3.0/images/topicChecked.png) no-repeat left center;
	background-size: 0.28rem 0.27rem;
}

.topic_bottom {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.topic_bottom a {
	width: 50%;
	height: 0.98rem;
	text-align: center;
	line-height: 0.98rem;
	font-size: 0.28rem;
	color: white;
	float: left;
	display: inline-block;
	background: #FC8B5B;
}

.topic_bottom a:first-child+a {
	background: #EA5413!important;
}

.submitquestions {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.submitquestions a {
	width: 50%;
	height: 0.98rem;
	text-align: center;
	line-height: 0.98rem;
	font-size: 0.28rem;
	color: white;
	float: left;
	display: inline-block;
	background: #FC8B5B;
}

.submitquestions a:first-child+a {
	background: #EA5413!important;
}

.nextquestions {
	width: 100%;
	height: 0.98rem;
	background: #EA5413;
	text-align: center;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	line-height: 0.98rem;
}

.nextquestions a {
	font-size: 0.28rem;
    color: white;
    width: 100%;
    display: block;
}

/*.submitquestions {
	width: 100%;
	height: 0.98rem;
	background: #EA5413;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	line-height: 0.98rem;
}

.submitquestions a {
	font-size: 0.28rem;
    color: white;
    width: 100%;
    display: block;
}*/
.surveyPeople{
	text-align: center;
	padding-top: 0.3rem;
	box-sizing: border-box;
}
.surveyPeople span{
	font-size: 0.24rem;
	color: #333333;
}
.surveyPeople p{
	font-size: 0.24rem;
	color: #333333;
	margin-top: 0.1rem;
}
/*图形验证码*/

.identifying_code {
	max-width: 6.3rem;
	width: 100%;
	height: 5rem;
	background: #fff;
	position: fixed;
	z-index: 1100;
	top: 50%;
	left: 50%;
	right: 0;
	margin: -2.5rem 0 0 -3.15rem;
	border-radius: 0.2rem;
	display: none;
}

.md_identifying_code {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1099;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: none;
}

.identifying_code_top {
	line-height: 0.96rem;
	text-align: center;
	background: #FC8B5B;
	border-radius: 0.2rem 0.2rem 0 0;
	position: relative;
}

.identifying_code_top span {
	font-size: 0.4rem;
	color: #333;
}

.identifying_code_top img {
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	right: 0.16rem;
	top: 0.17rem;
}

.type_Captcha span {
	width: 4.3rem;
    height: 1rem;
    /* background: #88ABDA; */
    margin-right: 0.35rem;
    display: inline-block;
}

.type_Captcha span img {
	width: 100%;
	height: 100%;
}

.type_Captcha a img {
	width: 0.54rem;
    height: 0.48rem;
    vertical-align: top;
    margin-top: 0.3rem;
}

.identifying_code_main {
	padding-top: 0.53rem;
	padding-left: 0.5rem;
	box-sizing: border-box;
}

.input_identifying_code input {
	width: 1.09rem;
	height: 1.09rem;
	border: 1px solid #FC8B5B;
	border-radius: 0.1rem;
	outline: none;
	float: left;
	margin-right: 0.3rem;
	text-align: center;
	font-size: 0.6rem;
	color: #333;
}

.input_identifying_code {
	margin-top: 0.5rem;
}

.md_model_activity {
	display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index: 1099;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.active_close {
	display: none;
    position: fixed;
    width: 3.8rem;
    height: 1.2rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #FFFFFF;
    z-index: 100001;
    border-radius: .05rem;
    box-shadow: 0 .04rem .08rem 0 rgba(0, 0, 0, 0.0);
}

.active_close p {
    margin-top: .4rem;
    text-align: center;
    color: #333333;
    line-height: .24rem;
    font-size: .2rem;
}