body{
    font-family: 微软雅黑;
    background-color: #f0f1f2;
	margin: 0px;
}
a{
	text-decoration:none
}
@media screen and (min-width: 1200px){
	.header {
		width: 100%;
		min-width: 1190px;
		height: auto;
		margin: auto;
		background: #ffffff;
		overflow: hidden;
		border-bottom: #e5e5e5 1px solid;
	}
	.header_xinxi {
		width: 1190px;
		margin: auto;
		height: auto;
		overflow: auto;
		color: #505050;
	}
}
@media screen and (max-width: 1200px) {
	.header {
		width: 100%;
		min-width: 990px;
		height: auto;
		margin: auto;
		background: #ffffff;
		overflow: hidden;
		border-bottom: #e5e5e5 1px solid;
	}
	.header_xinxi {
		width: 990px;
		margin: auto;
		height: auto;
		overflow: auto;
		color: #505050;
	}
}
.header_xinxi_left {
	float: left;
	height: auto;
	line-height: 30px
}
.header_xinxi_right {
	float: right;
	height: 85px;
}
.info{
	width: auto;
	height: 40px;
	background: #E6E6E6;
	border-radius: 29px 29px 29px 29px;
	padding: 3px;
	margin-top: 20px;
}
.header_xinxi_right a {
	width: 42px;
	height: 42px;
}
.header_xinxi_right i {
	color: #d81e06;
}
.font_12 {
    /*font-size: 12px;*/
}
@media screen and (min-width: 1200px){
	.logo {
		margin: auto;
		height: 85px;
	}
}
@media screen and (max-width: 1200px) {
	.logo {
		margin: auto;
		height: 85px;
	}
}
.logo_le {
	height: 70px;
	width:auto;
	float: left;
	margin-top: 15px;
}
@media screen and (min-width: 1200px){
	.daohang {
		width: 100%;
		min-width: 1190px;
		height: 38px;
		background: linear-gradient( 180deg, #D4D4D4 0%, rgba(243,243,243,0) 100%);
		border-radius: 0px 0px 0px 0px;
		opacity: 0.6;
	}
}
@media screen and (max-width: 1200px) {
	.daohang {
		width: 100%;
		min-width: 990px;
		height: 38px;
		background: linear-gradient( 180deg, #D4D4D4 0%, rgba(243,243,243,0) 100%);
		border-radius: 0px 0px 0px 0px;
		opacity: 0.6;
	}
}
@media screen and (min-width: 1200px){
	.content {
		width: 1190px;
		margin: auto;
		height: auto;
		min-height: 800px;
		overflow: auto;
		margin-bottom: 30px;
		padding-bottom: 30px;
		background: #FFFFFF;
		box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.08);
		border-radius: 6px 6px 6px 6px;
	}
	.content-top{
		width: 100%;
		height: 6px;
		background: #387DE5;
		border-radius: 0px 0px 0px 0px;
	}
}
@media screen and (max-width: 1200px) {
	.content {
		width: 990px;
		margin: auto;
		height: auto;
		min-height: 800px;
		overflow: auto;
		margin-bottom: 30px;
		padding-bottom: 30px;
		background: #FFFFFF;
		box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.08);
		border-radius: 6px 6px 6px 6px;
	}
	.content-top{
		width: 100%;
		height: 6px;
		background: #387DE5;
		border-radius: 0px 0px 0px 0px;
	}
}
.content-title{
	width: 100%;
	height: 60px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 23px;
	color: #000000;
	line-height: 60px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.content-time{
	width: 100%;
	height: 25px;
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 15px;
	color: #FF5700;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.content-info{
	width: calc(100% - 160px);
	height: 781px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin: 10px 80px;
}
.content-bottom{
	width: 300px;
	height: 50px;
	line-height: 50px;
	background: #387DE5;
	border-radius: 4px 4px 4px 4px;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: larger;
	letter-spacing: 5px;
	font-weight: bold;
	cursor: pointer;
}
@media screen and (min-width: 1200px){
	.footer {
		width: 100%;
		margin: auto;
		height: 136px;
		background: #333333;
		border-radius: 0px 0px 0px 0px;
		color: #FFFFFF;
	}
}
@media screen and (max-width: 1200px) {
	.footer {
		width: 100%;
		margin: auto;
		height: 136px;
		background: #333333;
		border-radius: 0px 0px 0px 0px;
		color: #FFFFFF;
	}
}
.footer .text{
    width: auto;
    height: 76px;
    padding-top: 19px;
    margin: 0 auto;
}
.footer .text p {
    font-size: 14px;
    color:#fff;
    text-align: center;
	margin: 0px;
}
/* 考试页面 */
@media screen and (min-width: 1200px){
	.excontent {
		width: 1190px;
		margin: auto;
		height: auto;
		min-height: 800px;
		overflow: auto;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 1200px) {
	.excontent {
		width: 990px;
		margin: auto;
		height: auto;
		min-height: 800px;
		overflow: auto;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}
.excontent-left{
	width: 300px;
	height: auto;
	overflow: auto;
	float: left;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.08);
	border-radius: 4px 4px 4px 4px;
	padding-bottom: 10px;
}
.excontent-left-title{
	width: 100%;
	height: 33px;
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	letter-spacing: 2px;
	margin-top: 10px;
}
.excontent-left-line{
	width: 100%;
	height: 1px;
	background: linear-gradient( 90deg, rgba(255,255,255,0) 0%, #E0E0E0 54%, rgba(255,255,255,0) 100%);
}
.excontent-left-one{
	width: 90%;
	margin: 10px 5%;
	height: 22px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 15px;
	color: #222222;
	line-height: 26px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.excontent-left-one-main{
	width: 90%;
	margin: 10px 5%;
	height: auto;
	overflow: auto;
}
.excontent-left-one-con {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #F4F4F4;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #DCDCDC;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #666666;
	margin: 5px;
}
.excontent-left-one-con-active {
    border: 1px solid #B0C8F2;
	background: rgba(139,178,249,0.2);
	color: #387DE5;
}
.excontent-left-bottom{
	width: 90%;
	margin: 20px 5%;
	height: auto;
	overflow: auto;
}
.excontent-left-bottom-one{
	width: 20px;
	height: 20px;
	background: #F4F4F4;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #DCDCDC;
	float: left;
}
.excontent-left-bottom-two{
	width: auto;
	height: 22px;
	line-height: 22px;
	float: left;
	font-size: 13px;
	margin: 0px 10px;
}
.excontent-left-bottom-three{
	width: 20px;
	height: 20px;
	background: #F4F4F4;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #B0C8F2;
	background: rgba(139,178,249,0.2);
	float: left;
}
.excontent-center-main{
	width: calc(100% - 540px);
	height: auto;
	float: left;
	margin-left: 20px;
}
.excontent-center{
	width: 100%;
	height: auto;
	min-height: 500px;
	float: left;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.08);
	border-radius: 4px 4px 4px 4px;
	margin-bottom: 20px;
}
.excontent-centerfirst-topic{
    margin-bottom: 30px;
}
.excontent-centerfirst-topic .bt{
    width: calc(100% - 60px);
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
.excontent-centerfirst-topic .bt span{
    color: #999999;
}
.excontent-centerfirst-topic .first{
    margin-bottom: 20px;
}
.excontent-centerfirst-topic .first h2{
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    color: #000000;
    padding-top: 24px;
    padding-bottom: 24px;
}
.excontent-centerfirst-topic .first h2 span{
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #000000;
}
.excontent-centerfirst-topic .first form{
    margin-left: 60px;
    margin-top: 28px;
}
.excontent-centerfirst-topic .first form label input{
    margin-bottom: 16px;
    vertical-align: top;
    width: 22px;
    height: 22px;
    background-color: white;
    border: 1px solid #ccc;
}
.excontent-right{
	width: 200px;
	height: auto;
	overflow: auto;
	padding-bottom: 20px;
	float: left;
	margin-left: 20px;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.08);
	border-radius: 4px 4px 4px 4px;
}
.excontent-right-title{
	width: 100%;
	text-align: center;
	height: 25px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-top: 10px;
}
.excontent-right-time{
	width: 100%;
	height: 50px;
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 32px;
	color: #8E1D22;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	margin-top: 15px;
	text-transform: none;
}
.excontent-right-progress{
	width: 100%;
	height: 50px;
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 32px;
	color: #999999;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-top: 20px;
}
.excontent-right-progress-pro-bar{
    position: relative;
	float: left;
	width: 90%;
	height: 10px;
	border-radius: 100px;
	border: 1px solid #98bbf9;
	background-color: #eef5ff;
	margin-top: 6px;
	margin-left: 5%;
}
.excontent-right-progress-pro-bar img{
    position: absolute;
    top: -3px;
    left: -3px;
}
.submit{
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #FFFFFF;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	background: #387DE5;
	box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.08);
	border-radius: 4px 4px 4px 4px;
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 18px;
	letter-spacing:5px;
	font-style: normal;
	text-transform: none;
}
.daandiv{
	word-break: break-word !important;
}
/* 考试结果页 */
.res-top{
	width: 100%;
	height: 350px;
	background: #4E84E4;
	border-radius: 0px 0px 0px 0px;
}
.res-top-img{
	width: 300px;
	height: 150px;
	background: url(../img/restop.png) no-repeat center;
	background-size: 270px 150px;
	padding-top: 80px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	margin: auto;
	line-height: 130px;
}
.res-top-img span{
	font-size: 70px;
	width: 80px;
	margin: auto;
	padding-top: 20px;
	text-align: center;
}
.res-top-score{
	width: 150px;
	height: 44px;
	background: #FB841D;
	border-radius: 22px 22px 22px 22px;
	margin: auto;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 44px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.res-top-memo{
	width: 100%;
	height: auto;
	margin: auto;
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 54px;
	letter-spacing: 2px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.res-info{
	width: 80%;
	margin: auto;
	height: auto;
	overflow: auto;
	margin-top: 50px;
}
.res-info-grid{
	width: 25%;
	float: left;
	text-align: center;
}
.res-info-grid-top{
	width: 100%;
	float: left;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.res-info-grid-bot{
	width: 100%;
	float: left;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 23px;
	color: #333333;
	margin-top: 18px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.res-bottom{
	width: 459px;
	height: 65px;
	background: #387DE5;
	border-radius: 4px 4px 4px 4px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 65px;
	letter-spacing: 10px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin: auto;
	margin-top: 150px;
	cursor: pointer;
}