@charset "UTF-8";
/* CSS Document */
/*公共部分开始*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, b {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow: hidden;
	overflow-y:auto;
	overflow-x:hidden;
} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;

}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
}/*细线表格*/
fieldset, img {
	border: none;
}/*清除描边,块显示*/
ul, li {
	list-style-type: none;
}/*无列表项目标记*/
a {
	text-decoration: none;
	color: #666666
}/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #666666;
}/* 未访问的链接 */
a:visited {
	color: #666666;
}/* 已访问的链接 */
a:hover {
	color: #0889de;
}/* 鼠标在链接上 */
a:active {
	color: #666666;
blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #666666;
	background:#f6f6f6;
}
textarea,select, input {
	vertical-align: middle;
	outline: none;
}
em, i {
	font-style: normal;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	outline: none;
	border: none;
}
input {
	outline: none;
	border: none;
}

.clear {
	clear: both;
}
.h10 {
	clear: both;
	height: 10px;
}
.h15 {
	clear: both;
	height: 16px;
}
.h20 {
	clear: both;
	height: 20px;
}
.h25 {
	clear: both;
	height: 25px;
}
.h30 {
	clear: both;
	height: 30px;
}
.h35 {
	clear: both;
	height: 35px;
}
.h40 {
	clear: both;
	height: 40px;
}
.h50 {
	clear: both;
	height: 50px;
}
.h55 {
	clear: both;
	height: 55px;
}
.h60 {
	clear: both;
	height: 60px;
}
.h80 {
	clear: both;
	height: 80px;
}

.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}

/* 修改弹窗 start */
.yq-fpBoxC2Btn{
	overflow: hidden;
	margin-right: -20px;
}
.yq-fpBoxC2Btn .yq-btn{
	float: left;
	display: inline;
	width: 33.333%;
}
.yq-fpBoxC2Btn .yq-btn a{
	margin-right: 20px;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
}
.yq-fpBoxC2Btn .yq-btn1 a{
	background: #f89c25;
}
.yq-fpBoxC2Btn .yq-btn2 a{
	background: #3788e3;
}
.yq-fpBoxC2Btn .yq-btn3 a{
	background: #3ecb76;
}
.yq-textTs{
	padding-top: 25px;
	font-size: 12px;
	color: #ff0900;
}

/*考试确认弹窗*/
.yq-tc1{
	padding-bottom: 30px;
	width: 540px;
	border-radius: 5px;
	background: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 20;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: translate(-50%,-50%);
}
.yq-closeBtn1{
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../images/yq-close1.png) no-repeat center center;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.yq-tc1 .yq-head{
	text-align: center;
	line-height: 56px;
	height: 56px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	overflow: hidden;
}
.yq-tc1 .yq-tcCon{
	padding: 0 30px;
	margin-bottom: 42px;
}
.yq-tc1 .yq-tcCon .yq-text1{
	font-size: 14px;
	color: #333333;
	height: 30px;
	line-height: 30px;
}
.yq-tc1 .yq-tcCon .yq-text1 span{
	font-size: 14px;
	color: #3788e3;
	font-weight: bold;
}
.yq-tc1 .yq-tcCon .yq-zyInput span{
	display: inline-block; 
	margin-right: 15px;
}
.yq-tc1 .yq-tcCon .yq-info{
	line-height: 30px;
	min-height: 120px;
	font-size: 14px;
	color: #333333;
}
.yq-tc1Btn{
	width: 260px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin: 0 auto;
}
.yq-tc1Btn a{
	display: block;
	background: #3788e3;
	font-size: 18px;
	color: #ffffff;
	border-radius: 10px;
}
.yq-tcBg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 19;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.yq-tcBg.show{
	visibility: visible;
	opacity: 1;
}
.yq-tc1.show{
	visibility: visible;
	opacity: 1;
}

/* 确认成功弹窗 */
.yq-tc2{
	padding-top: 70px;
	padding-bottom: 10px;
	width: 540px;
	border-radius: 5px;
	background: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 20;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: translate(-50%,-50%);
}
.yq-closeBtn2{
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../images/yq-close1.png) no-repeat center center;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.yq-tc2 .yq-tcCon .yq-pic{
	width: 121px;
	height: 121px;
	margin: 0 auto;
}
.yq-tc2 .yq-tcCon .yq-pic img{
	width: 100%;
	height: 100%;
}
.yq-tc2 .yq-tcCon .yq-title{
	line-height: 62px;
	height: 62px;
	padding-top: 20px;
	overflow: hidden;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #3ecb76;
}
.yq-tc2 .yq-tcCon .yq-text1{
	height: 42px;
	line-height: 42px;
	font-size: 12px;
	color: #ea0800;
	text-align: center;
}
.yq-tc2.show{
	visibility: visible;
	opacity: 1;
}
/*告知书弹窗*/
.yq-tc3{
	width: 1200px;
	border-radius: 5px;
	background: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 20;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: translate(-50%,-50%);
}
.yq-closeBtn3{
	position: absolute;
	top: 20px;
	right: 24px;
	background: url(../images/yq-close1.png) no-repeat center center;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.yq-tc3Box{
	padding: 66px 85px;
	margin-right: -30px;
	overflow: hidden;
}
.yq-tc3 .yq-tc3L{
	width: 50%;
	float: left;
	display: inline;
}
.yq-tc3 .yq-tc3L .yq-input{
	font-size: 16px;
	color: #ababab;
}
.yq-tc3 .yq-tc3L .yq-input span{
	color: red;
	margin-left: 20px;
}
.yq-tc3 .yq-tc3L .yq-input input{
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border: 1px solid #ababab;
	background: none;
}
.yq-tc3 .yq-tc3R{
	width: 50%;
	float: left;
	display: inline;
}
.yq-tc3 .yq-con{
	margin-right: 30px;
	margin-bottom: 20px;
	border: 1px solid #ececec;
	/* padding:0 16px 16px; */
	height: 437px;
	overflow-y: auto;
	overflow-x: hidden;
}
.yq-tc3 .yq-con .yq-title{
	/* line-height: 48px;
	font-size: 18px;
	color: #666666;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px; */
}
.yq-tc3 .yq-con .yq-info{
	/* line-height: 30px;
	font-size: 14px;
	color: #4d4d4d; */
}
.yq-tc3 .yq-con .yq-dy{
	text-align:center;
	background: #3788e3;
	width:240px;
	margin:0 auto 20px;
}
.yq-tc3 .yq-con .yq-dy a{
	font-size: 14px;
    line-height: 30px;
    color:#fff;
    display:block;
    
}
.yq-tc3Btn{
	width: 400px;
	height: 40px;
	line-height: 40px;
	margin-left: 50px;
}
.yq-tc3Btn a{
	text-align: center;
	display: block;
	background: #c3c3c3;
	font-size: 16px;
	color: #fff;
}
.yq-tc3Btn.active a{
	background: #3788e3;
}
.yq-tc3 .yq-con::-webkit-scrollbar{
  width:4px;
  height:4px;
}
.yq-tc3 .yq-con::-webkit-scrollbar-track{
  background: #dddddd;
  border-radius:2px;
}
.yq-tc3 .yq-con::-webkit-scrollbar-thumb{
  background: #3788e3;
  border-radius:10px;
}
.yq-tc3 .yq-con::-webkit-scrollbar-thumb:hover{
}
.yq-tc3 .yq-con::-webkit-scrollbar-corner{
  background: #179a16;
}
.yq-tc3.show{
	visibility: visible;
	opacity: 1;
}
/* 修改弹窗 end */

/* 打印准考证 start */
.yq-wrap {
	width: 1200px;
	margin: 0 auto;
	background: #FFFFFF;
	clear: both;
}
.yq-printingBox {
	padding: 0 50px 70px;
}
.yq-printingBox .yq-title {
	padding-top: 80px;
	height: 56px;
	left: 56px;
	font-size: 30px;
	color: #333333;
	padding-bottom: 12px;
	text-align: center;
	font-weight: bold;
}
.yq-printingBox .yq-contact {
	overflow: hidden;
	margin-right: -28px;
}
.yq-printingBox .yq-contact .yq-spacing{
	margin-right: 28px;
}
.yq-printingBox .yq-contact .yq-tableBox {
	float: left;
	width: 50%;
}
.yq-printingBox .yq-contact .yq-textBox {
	float: left;
	width: 50%;
}
.yq-printingTable{
	width: 100%;
	border: 1px solid #000000;
}
.yq-printingTable tr{border: 1px solid #000000;height: 50px;}
.yq-printingTable td {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #000000;
	text-align: center;
	font-size: 14px;
	color: #4d4d4d;
}
.tdColoer1 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.yq-printingTable td.first-child {
	font-weight: bold;
	background: #fbfbfb;
	font-size: 14px;
	color: #333333;
}
.yq-imgBox {
	position: relative;
}
.yq-imgBox img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
.yq-printingBox .yq-tips {
	padding: 15px;
	color: #ff0000;
	font-size: 14px;
}
.yq-spacing{
	margin-right: 28px;
}
.yq-text {
	border: 1px solid #000000;
	padding: 0 28px;
}

.yq-titleC {
	height: 48px;
	line-height: 48px;
	color: #686868;
	font-size: 18px;
	text-align: center;
	margin-bottom: 2px;
	font-weight: bold;
}
.yq-textC {
	line-height: 25px;
	color: #4d4d4d;
	font-size: 12px;
	padding-bottom: 10px;
}
.yq-printingBnt {
	padding-top: 30px;
}
.yq-printingBnt .yq-printingBntC {
	width: 400px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	background: #3788e3;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	opacity: 0.8;
}
.yq-printingBnt .yq-printingBntC:hover {
	opacity: 1;
}
/* 打印准考证 end */

@media (max-width:1366px) { 
	.yq-tc3{
		width: 1100px;
	}
	.yq-tc3Box{
		padding: 50px 65px;
		margin-right: -30px;
		overflow: hidden;
	}
	.yq-tc3 .yq-con{
		margin-right: 30px;
		margin-bottom: 20px;
		border: 1px solid #ececec;
		padding:0 16px 16px;
		height: 350px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.yq-tc3Btn {
	    width: 350px;
	    height: 40px;
	    line-height: 40px;
	    margin-left: 58px;
	}
	.yq-closeBtn3 {
	    position: absolute;
	    top: 10px;
	    right: 18px;
	    background: url(../images/yq-close1.png) no-repeat center center;
	    width: 30px;
	    height: 30px;
	    cursor: pointer;
	}
}