/* CSS Document */

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,img, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td ,div{margin: 0;padding: 0;}
html, body{height:100%; width:100%; font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei","Helvetica Neue",Arial,sans-serif}
body, button, input, select, textarea {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-style: normal;}
a{ text-decoration:none; color:#2277aa;}
a:hover{ text-decoration:none;}
a:link{text-decoration:none;cursor: pointer;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}  
a:active{text-decoration:none;}  
ul, ol,li{list-style: none outside none;}
fieldset, img, input {border:none; vertical-align:middle;}
img{ vertical-align:middle;}
em, i {font-style: normal;}
button, input, select, textarea {font-size: 100%;}
button::-moz-focus-inner, input::-moz-focus-inner {border-color:transparent !important; padding:0px; border:none;}
table {border-collapse: collapse;border-spacing: 0;}
img, object, embed, video {max-width: 100%;}
html {font-size: 42px;}


/*float*/
.fl {float:left; display:inline;}
.fr {float:right; display:inline;}
.clearfix:after{ content:"."; display:block; clear:both; height:0; overflow:hidden;}
.clearfix{zoom:1;}
.center {text-align: center;}
.overLine1 {white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;} /*文字溢出省略号显示*/
.pointer {cursor: pointer}
.overHide {overflow: hidden;}

.overLine2 {
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}
.overLine3 {
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	word-break: break-all;
}
.overLine4 {
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	word-break: break-all;
}
/*radius set*/
.radius0 {border-radius: 0px; -webkit-border-radius:0px; -moz-border-radius: 0px;}
.radius2 {border-radius: 2px; -webkit-border-radius:2px; -moz-border-radius: 2px;}
.radius3 {border-radius: 3px; -webkit-border-radius:3px; -moz-border-radius: 3px;}
.radius4 {border-radius: 4px; -webkit-border-radius:4px; -moz-border-radius: 4px;}
.radius5 {border-radius: 5px; -webkit-border-radius:5px; -moz-border-radius: 5px;}
.radius10 {border-radius: 10px; -webkit-border-radius:10px; -moz-border-radius: 10px;}
.radius20 {border-radius: 20px; -webkit-border-radius:20px; -moz-border-radius: 20px;}
.radius50 {border-radius: 50%; -webkit-border-radius:50%; -moz-border-radius: 50%;}

/*position*/
.ab {position: absolute;}
.re {position: relative;}
.fixed {position: fixed; z-index: 100000;transform: translateZ(0);-webkit-transform: translateZ(0);}
.mar {margin: 0 auto}
*:focus {outline: none;}

/*auto fill*/
.stretch {
	display: block;
    -moz-box-flex: 1;  
    -webkit-box-flex: 1;  
    box-flex: 1; 	
}
.box {
	display: -moz-box;
    display: -webkit-box;
    display: box;	
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="text"],
input[type="password"],
textarea,
button,
a,
label,
div {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-appearance:none;
}

.pageBox {
	width: 100%;
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto;	
}

/* index style */
.bottomSpace {
	padding: 0 0 1rem 0;	
}
.bottomLink {
	width: 100%;
	bottom: 0;
	line-height: 1rem;
	text-align: center;
	background: #f5f4f9;
}
.bottomLink a {
	display: block;
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	background: #d3ab68;
	color: #fff;
	font-size: 0.36rem;
}	


/* getInfor style */
.grayBg {
	background: #f5f4f9;
}	
.bottomLink .bottomLogo {
	vertical-align: middle;
	width: 3.2rem;
}
.getInforBox .formBox {
	padding: 0 0 0 0.3rem;
	background: #fff;	
}
.getInforBox .formBox li {
	padding: 0.3rem 0.3rem 0.3rem 0;
	border-bottom: solid 1px #e7e7e7;	
	font-size: 0.32rem;
}
.getInforBox .formBox li:last-child {
	border-bottom: none;	
}
.getInforBox .formBox li .title {
	width: 1.75rem;
	text-indent: 0.2rem;	
	color: #686a6e;
	height: 0.5rem;
	line-height: 0.5rem;
}
.getInforBox .formBox li .inputEleBox {
	width: calc(100% - 1.75rem);
}
.getInforBox .formBox li .inputElement {
	height: 0.5rem;
	line-height: 0.5rem;
}
.getInforBox .formBox li span {
	display: block;
	height: 0.5rem;
	line-height: 0.5rem;
}
.getInforBox .formBox li .sendMessageBtn {
	right: 0.45rem;
	top: 0;
	height: 0.5rem;
	padding: 0 0.25rem;
	background: #faeddc;
	color: #c7b290;	
}
.getInforBox .formBox li input.disabledStyle {
	color: #828282;
	background: #EFEFEF;
}
.getInforBox .getInforSubmit {
	width: calc(100% - 0.5rem);
	height: 0.94rem;
	margin: 0.6rem 0.25rem;	
	color: #fff;
	font-size: 0.34rem;
	background: #d5ac6a;
}
.getInforBox .getInforAlert a {
	margin: 0 0 0.3rem 0;
	color: #cfa866;
	font-size: 0.34rem;	
}

/*select work or city style*/
._citys {width:100%; height:100%;display: inline-block; position: relative; }
._citys span { color: #d5ac6a; height: 15px; width: 15px; line-height: 15px; text-align: center; border-radius: 3px; position: absolute; right: 1em; top: 10px; border: 1px solid #d5ac6a; cursor: pointer; }
._citys0 { width: 100%; height: 34px; display: inline-block; border-bottom: 2px solid #d5ac6a; padding: 0; margin: 0; }
._citys0 li { float:left; height:34px;line-height: 34px;overflow:hidden; font-size: 15px; color: #888; width: 80px; text-align: center; cursor: pointer; }
.citySel { background-color: #d5ac6a; color: #fff !important; }
._citys1 { width: 100%;height:80%; display: inline-block; padding: 10px 0; overflow: auto;}
._citys1 a {  height: 35px; display: block; color: #666; padding-left: 6px; margin-top: 3px; line-height: 35px; cursor: pointer; font-size: 13px; overflow: hidden; }
._citys1 a:hover { color: #fff; background-color: #56b4f8; }
.ui-content{border: 1px solid #EDEDED;}


/* match result style */
.resultBox {
	padding: 0.2rem 0.3rem;	
	width: calc(100% - 0.6rem)
}
.resultBox .resultTopData {
	width: 100%;
	height: 1.6rem;
	background: #f5f4f9;
	top: 0;
	left: 0;
	padding: 0.2rem 0.3rem;
	width: calc(100% - 0.6rem);
}	
.resultBox .myResultBox {
	display: block;
	height: 1.56rem;
	border: solid 2px #dfc8a4;
	top: 0.2rem;
	width: calc(100% - 4px);
	background: #fefeff;
}
.resultBox .myResultBox .sortNum {
	height: 1.56rem;
	width: 0.78rem;
	text-align: center;
	line-height: 1.56rem;
	color: #cfa866;
	font-size: 0.34rem;
	background: url(../images/siderLine.png) no-repeat right center;
	background-size: auto 0.72rem;
}
.resultBox .myResultBox .userInfor {
	width: 4.1rem;
	margin: 0 0 0 0.25rem;
	padding: 0.4rem 0 0 0;
}
.resultBox .myResultBox .userName {
	color: #686a6e;
	font-size: 0.32rem;	
	padding: 0 0 0.1rem 0;
}
.resultBox .myResultBox .userWorkInfor {
	color: #aeafb0;
	font-size: 0.26rem;	
}
.resultBox .myResultBox .scoreInfor {
	width: 1.2rem;
	padding: 0 0.3rem 0 0;
	margin: 0 0.1rem 0 0;
	height: 1.56rem;
	text-align: center;
	background: url(../images/arrowRight.png) no-repeat right center;
	background-size: 0.16rem auto;
}
.resultBox .myResultBox .scoreInfor p {
	color: #d3d3d3;
	font-size: 0.26rem;	
}
.resultBox .myResultBox .scoreInfor p.score {
	color: #fd6334;
	font-size: 0.36rem;	
	padding: 0.4rem 0 0.1rem 0;
}
.resultBox .resultSort {
	margin: 0.25rem 0 0 0;	
}
.resultBox .resultSort .myResultBox {
	width: 100%;
	border: none;
	background: #fefeff;
	margin: 0 0 0.25rem 0;	
}
.resultBox .resultSort .myResultBox .scoreInfor {
	background: none;
	padding: 0.6rem 0.1rem 0 0;	
	color: #fd6334;
	font-size: 0.36rem;	
	width: auto;
	height: auto;
}
.resultBox .resultSort .myResultBox .userInfor {
	width: 4.65rem;	
}


/* my result details style */
.myResultDetail {
	margin: 0.4rem 0.25rem 0 0.25rem;
	width: calc(100% - 1rem);
	background: #fff;	
	padding: 0 0.25rem;
}
.myResultDetail h3 {
	padding: 0.35rem 0 0.2rem 0;
	color: #686a6e;
	font-size: 0.36rem;
}
.myResultDetail li {
	padding: 0.35rem 0;
	border-bottom: solid 1px #e7e7e7;	
}
.myResultDetail li:last-child {
	border-bottom: none;	
}
.myResultDetail li .fl {
	color: #929496;
	font-size: 0.32rem;
}
.myResultDetail li .redText {
	color: #fd6334;
	font-size: 0.36rem;	
}
.myResultDetail li .yellowText {
	color: #d1ab6d;
	font-size: 0.36rem;	
}
.myResultDetail li .blackText {
	color: #686a6e;
	font-size: 0.36rem;	
}
.viewAllSort a {
	display: block;
	padding: 0.7rem 0;
	color: #d1ab6d;
	font-size: 0.34rem;	
}

.toastAlert {
	padding: 0 15px;
	width: calc(100% - 30px);
	height: 40px;
	left: 0;
	bottom: 40px;	
}
.toastAlert span {
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 13px;
	padding: 6px 15px;	
}


/* exam introduction style */
.examIntroducte {
	padding: 0.3rem 0.3rem 1.8rem 0.3rem;
	line-height: 200%;
	font-size: 0.3rem;
	color: #686a6e;	
	width: calc(100% - 0.6rem);
}

/* start exam style */
.timeDownBox {height: 24px;line-height: 24px;margin: 0px 15px; padding: 20px 0; position: fixed; width: calc(100% - 30px); background: #fff;}
.timeDownBox .timeDownEle {float: left;padding: 0 10px;background: #ffecd9;color: #f2884f;font-size: 14px;}
.timeDownBox .countEle {float: right;color: #5f5f5f;font-size: 16px;}
.timeDownBox .countEle span {color: #f2884f;}
.startExam .examQuestion {
	padding: 65px 15px 85px 15px;
}
.startExam .examQuestion h3 {
	font-size: 0.36rem;
	color:#333;
}
.startExam .examQuestion li {
	padding: 0.25rem;
	border: 1px solid #f0f0f0;
	border-radius:5px;
	-moz-border-radius:5px;	
	margin: 0.25rem 0 0 0;
	font-size: 0.36rem;
	line-height: 160%;
	cursor: pointer;
}
.startExam .examQuestion li.active {
	border: solid 1px #0043F9;	
}
.startExam .examQuestion li a {
	color: #333;	
}
.startExamControl {
	position: fixed;
	width: 100%;
	height: 80px;
	bottom: 0;
	left: 0;
	background: #f0f0f0;
	text-align: center;
}
.startExamControl a {
	display: inline-block;
	background: #ffffff;
	color: #888;
	width: 30%;
	margin: 20px 0.7% 0 0.7%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.startExamControl a.yellow {
	background: #ff8d27;
	color: #fff;	
}
.selectQuestion {
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	background: #fff;	
}
.selectQuestion .questionContent {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.selectQuestion .questionContent ul {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 70%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.overflow-Y {
	overflow-y: hidden;
}
.selectQuestion .questionContent .questionSelectBox {
	position: absolute;
	top: 70%;
	left: 0;
	width: 100%;
}
.selectQuestion .questionContent .questionItem {
	float: left;
	width: 0.8rem;
	height: 0.8rem;
	border: solid 1px #d9d9d9;	
	text-align: center;
	line-height: 0.8rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 0.2rem;
	font-size: 0.3rem;
	cursor: pointer;
}
.selectQuestion .questionContent li.active {
	background: #0f83f0;
	border: solid 1px #0f83f0;
	color: #fff;	
}
.selectQuestion .questionContent .questionSelectBtn {
	width: 90%;
	height: 0.8rem;
	background: #ff8d27;
	font-size: 0.34rem;
	color: #fff;	
	margin: 30px 0 0 0;
}



/* no start exam style */
.noStart {
	padding: 2.6rem 0 0 0;	
}
.noStart .pic {
	width: 1.46rem;
	margin: 0 0 0.4rem 0;
}
.noStart .p1 {
	font-size: 0.36rem;
	padding: 0.15rem 0;
	color: #686a6e;
}
.noStart .p2 {
	font-size: 0.3rem;
	color: #686a6e;	
}
.noStart .p2 span {
	color: #cfa866;	
}

.headerElement {
	height: 66px;
	background: #3a3939;	
	display: none;
}

/* exam finish style */
.examFinish .pic {
	width: 5.22rem;
	padding: 0.65rem 0 0.4rem 0;	
}
.examFinish .score {
	color: #fc6334;
	font-size: 0.94rem;
}
.examFinish .scoreText {
	color: #fc6334;
	font-size: 0.28rem;
	padding: 0.15rem 0 0.7rem 0;	
}
.examFinish .examIntroduct {
	margin: 0 0.3rem;
	border: solid 1px #f5d9b2;
	padding: 0.3rem 0.2rem;	
	background: #faf5ed;
}
.examFinish .examIntroduct p {
	font-size: 0.28rem;
	color: #686a6e;	
	line-height: 150%;
}
.examFinish .examIntroduct p.p1 {
	padding: 0.3rem 0 0 0;	
}
.examFinish .examIntroduct p.p1 span {
	color: #cfa866;	
}


/* index page style */
.indexPage .pc_pic {
	display: none;	
}
.indexPage .mobile_pic {
	display: block;	
}


/*new add code 2020-01-06 mobile*/
.getInforBox .formBox .moniSelect {
	line-height: 0.5rem;
	cursor: pointer;
}
.getInforBox .formBox .selectBox {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0.6rem;
	border: solid 1px #ddd;
	background: #fff;
	max-height: 3rem;
	overflow: auto;
}
.getInforBox .formBox .selectItem {
	padding: 0 0.15rem;
	border-bottom: solid 1px #ddd;
	font-size: 0.3rem;
	color: #333;
	cursor: pointer;
	line-height: 0.6rem;
}
.getInforBox .formBox .selectItem:last-child {
	border-bottom: none;
}
.getInforBox .formBox .selectItem:hover {
	background: #F5F5F5;
}
.getInforBox .formBox .moniCheckbox {
	padding: 0.1rem 0 0 0;
}
.getInforBox .formBox .moniCheckbox li {
	float: left;
	width: 1.8rem;
	padding: 0 0 0 0.4rem;
	margin: 0 0 0.2rem 0.1rem;
	border: none;
	background: url("../images/checkBox.png") no-repeat left center;
	background-size: 0.3rem auto;
}
.getInforBox .formBox .moniCheckbox li.active {
	background: url("../images/checkBoxActive.png") no-repeat left center;
	background-size: 0.3rem auto;
}
.getInforBox .formBox li.otherEle {
	width: 100%;
}
.getInforBox .formBox li.otherEle .otherEleKey {
	line-height: 0.5rem;
	margin: 0 0.1rem 0 0;
}
.getInforBox .formBox li.otherEle .inputElement {
	border-bottom: solid 1px #ddd;
	width: 60%;
	text-indent: 0.1rem;
	font-size: 0.3rem;
	color: #333;
}


/* 桌面电脑布局: 769px 至最高 1232px。样式继承自: 移动设备布局和平板电脑布局。 */
@media only screen and (min-width: 769px) {
	.headerElement {
		background: #000;
		display: block;
	}
	.headerElement .centerContent {
		width: 1200px;
		margin: 0 auto;	
	}
	.headerElement a.fl {
		margin: 18px 10px 0 0;	
	}
	.headerElement span.fl {
		font-size: 22px;
		color: #e5e5e5;
		margin: 20px 0 0 0;	
	}
	.headerElement a.joinMatchLink {
		display: inline-block;
		min-width: 110px;
		padding: 0 20px;
		text-align: center;
		height: 40px;
		line-height: 40px;
		background: #c49951;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		color: #fff;
		font-size: 18px;
		margin: 13px 20px 0 0;	
	}
	.headerElement a.joinMatchLink:hover {
		background: #dbac67;	
	}

	.pageBox {
		max-width: 800px;
		margin: 40px auto 0 auto;	
	}
	.bottomSpace {
		padding: 0 0 1.8rem 0;
	}
	.startExamControl {
		position: fixed;
		width: 800px;
		left: 50%;
		height: 80px;
		bottom: 0;
		margin: 0 0 0 -400px;
		background: #f0f0f0;
		text-align: center;
	}
	.timeDownBox {
		position: static;	
	}
	.timeDownBox .timeDownEle {
		padding: 8px 15px;
		font-size: 16px;	
	}
	.timeDownBox .countEle {
		line-height: 40px;
		font-size: 18px;	
	}
	.startExam .examQuestion {
		padding-top: 25px;	
	}

	.selectQuestion .questionContent {
		max-width: 800px;
		left: 50%;
		margin: 0 0 0 -400px;
	}
	.selectQuestion .questionContent .questionSelectBtn {
		width: 300px;	
	}
	.bottomLink {
		width: 100%;
		left: 0%;
		bottom: 0px;
		text-align: center;
		background: #f5f4f9;
	}
	.bottomLink a {
		display: inline-block !important;
		width: 300px !important;		
	}
	.getInforBox .getInforSubmit {
		width: 300px;	
	}
	.bottomLink .bottomLogo {
		width: auto;
	}
	.examFinish .pic {
		width: auto;	
	}
	.examFinish .examIntroduct {
		width: 400px;
		margin: 0 auto;	
	}
	.getInforBox .formBox li .inputEleBox {
		width: 655px;
	}
	.toastAlert {
		bottom: 80px;	
	}
	.toastAlert span {
		padding: 10px 20px;
		font-size: 14px;	
	}
	div#PoPy {
		width: 800px !important;
		left: 50% !important;
		margin: 0 0 0 -400px;	
	}
	.bottomLinkPC {
		display: none;	
	}

	/* index page style */
	div.indexPage {
		padding: 0 0 0 0;	
	}
	.indexPage .pc_pic {
		display: block;	
	}
	.indexPage .mobile_pic {
		display: none;	
	}
	/*new add code 2020-01-06 mobile*/
	.getInforBox .formBox .moniSelect {
		line-height: 0.5rem;
		cursor: pointer;
	}
	.getInforBox .formBox .selectBox {
		position: absolute;
		left: 0;
		width: 100%;
		top: 0.6rem;
		border: solid 1px #ddd;
		background: #fff;
		max-height: 200px;
		overflow: auto;
	}
	.getInforBox .formBox .selectItem {
		padding: 0 0.15rem;
		border-bottom: solid 1px #ddd;
		font-size: 14px;
		color: #333;
		cursor: pointer;
		line-height: 40px;
	}
	.getInforBox .formBox .selectItem:last-child {
		border-bottom: none;
	}
	.getInforBox .formBox .selectItem:hover {
		background: #F5F5F5;
	}
	.getInforBox .formBox .moniCheckbox li {
		width: 80px;
		cursor: pointer;
	}
	.getInforBox .formBox li.otherEle {
		width: 100%;
	}
	.getInforBox .formBox li.otherEle .inputElement {
		width: 35%;
	}
	.getInforBox .formBox li .inputEleBox {
		border-left: solid 1px #ccc;
		padding-left: 12px;
	}
	.getInforBox .formBox li .inputElement {
		width: 100%;
	}
	
	.formNotice {
		padding: 25px 25px 0 25px;
	}
	.formNotice p.infor {
		font-size: 16px;
		color: #FF4245;
		padding: 0 0 20px 0;
	}
	.formNotice .timeEle {
		font-size: 18px;
		color: #333;
	}
	.formNotice .noticeText {
		padding: 50px 0 10px 0;
	}
	.formNotice .noticeText p {
		font-size: 14px;
		color: #333;
		line-height: 22px;
		padding: 0 0 10px 0;
	}
	
	.timeEle span{
	color: #FF4245;
	}
	
	.getInforBox .disabled{
	background-color:#cacaca;
	}

}

