/* 选择考试 */
.page-nav{
	margin-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-bottom: 4px solid #3C9DFE;
}
.page-nav > a{
	color: #3C9DFE;
}

.page-nav>.right-greeting {
	float:right; 
}

.page-step{
	margin: 20px 0 25px;
}
.page-step .step{
	float: left;
	position: relative;
	width: 239px;
	height: 48px;
	line-height: 48px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
	color: #999;
	/* cursor: pointer; */
	box-sizing: border-box;
}
.page-step .step-1{
	border-left: 1px solid #ebebeb;
}
.page-step .step-5{
	border-right: 1px solid #ebebeb;
}
.page-step .step > em{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	color: #3C9DFE;
	border: 1px solid #3C9DFE;
	border-radius: 50%;
	line-height: normal;
}
.step .arrow-right:after,.step .arrow-right:before{
	content: "";
	position: absolute;
	top: -1px;
	right: -38px;
	border: 24px solid transparent;
	border-left: 15px solid #fff;
	width: 0;
	height: 0;
}
.step .arrow-right:before{
	border-left-color: #EBEBEB;
	right: -39px;
}
.step .arrow-left:after, .step .arrow-left:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid transparent;
}
.step .arrow-left:before {
	border-width: 24px 15px
}
.step.active{
	background-color: #3C9DFE;
	border-color: #3C9DFE;
	color: #fff;
}
.step.active .arrow-right:after,.step.active .arrow-right:before{
	border-left-color: #3C9DFE;
}
.step.active .arrow-left:after, .step.active .arrow-left:before{
	border-left-color: #fff;
}
.step.active > em{
	background-color: #fff;
	color: #3C9DFE;
}


.tab-title{
	border-bottom: 2px solid #3C9DFE;
}
.tab-title .tit{
	display: inline-block;
	margin-right: 10px;
	padding: 12px 25px;
	color: #333;
	border: 1px solid #ddd;
	border-bottom: none;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	cursor: pointer;
}
.tab-title .tit.active{
	color: #fff;
	background-color: #3C9DFE;
}

.tab-content{
	margin-top: 30px;
	margin-bottom: 150px;
}
.tab-content .conditions{
	border-bottom: 1px solid #ebebeb;
}
.conditions .group{
	margin-bottom: 12px;
}
.conditions .group .select-view{
	width: 170px;
}
.conditions .group .row-ipt{
	width: 170px;
}
.conditions .btn-search{
	margin-left: 60px;
	padding: 6px 36px;
	background: none;
	border: 1px solid #3C9DFE;
	border-radius: 3px;
	color: #3C9DFE;
	cursor: pointer;
}
.tab-content .provinces li{
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	padding: 5px 13px;
	color: #333;
	background-color: #f5f5f5;
	cursor: pointer;
}
.tab-content .provinces li.active{
	color: #fff;
	background-color: #3C9DFE;
}

.tab-content .exam-list{
	margin-top: 40px;
}
.tab-content .table{
	width: 100%;
	border: 1px solid #dededf;
}
.tab-content .table tr{
	border-top: 1px solid #DEDEDF;
}
.tab-content .table tbody tr:nth-child(odd){
	background-color: #f4f9ff;
}
.tab-content .table tbody tr:nth-child(even){
	background-color: #fff;
}
.tab-content .table thead th{
	padding: 25px 0;
	font-weight: normal;
}
.tab-content .table tbody td{
	padding: 20px 0;
	text-align: center;
}
.table .btn{
	padding: 10px 20px;
}
.tab-content .table a{
	color: #3C9DFE;
}


/* 报考信息录入 */
.form-box{
	position: relative;
	padding-bottom: 60px;
}
.row{
	margin-top: 30px;
	margin-left: -40px;
}
.group{
	float: left;
	margin-left: 65px;
}
.row-lb{
	display: inline-block;
	width: 120px;
	vertical-align: middle;
}
.row-ipt{
	display: inline-block;
	width: 220px;
	height: 38px;
	padding: 0 12px;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-sizing: border-box;
	vertical-align: middle;
}
.row-ipt:focus{
	border-color: #0e9bef;
}
.ipt-lg{
	/* width: 625px; */
	width: 1030px;
}
.group-2, .group-3{
	margin-left: 34px;
}
.group-1 .row-lb{
	width: 90px;
	margin-top: 7px;
}
.group-1 .group-img{
	width: 66px;
	height: 94px;
}
.group-2 .row-lb{
	width: 136px;
	margin-top: 7px;
}
.group-2 .group-img{
	width: 146px;
	height: 94px;
}
.group-3 .row-lb{
	width: 204px;
	margin-top: 7px;
}
.group-3 .group-img{
	width: 146px;
	height: 94px;
}
.group-4{
	margin-left: 60px;
}
.group-4 .row-lb{
	width: 130px;
	margin-top: 7px;
}
.group-4 .group-imgs{
	margin-left: 132px;
	margin-top: 20px;
}
.group-img {
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
.group-img img{
	width: 100%;
	height: 100%;
}
.group-4 .group-imgs .img-group{
	position: relative;
	float: left;
	width: 56px;
	height: 56px;
	margin-right: 10px;
}
.group-4 .img-group .img-group-ipt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
	cursor: pointer;
}
.group-4 .img-group > img{
	width: 100%;
	height: auto;
}
.group .icon-close{
	position: absolute;
	top: -9px;
	right: -9px;
	width: 24px;
	height: 24px;
	background: url(../images/icon_close_circle_blue.png) no-repeat;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	cursor: pointer;
	z-index: 9;
}

.row-txtarea{
	width: 1020px;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-sizing: border-box;
	vertical-align: top;
}


.form-box .btns{
	position: absolute;
	right: 10px;
	bottom: 25px;
}
.btns .btn{
	min-width: 100px;
	padding: 10px 16px;
	margin-right: 10px;
}

.icon-date{
	position: absolute;
	right: 1px;
	top: 1px;
	width: 36px;
	height: 36px;
	/* background: #fafafa; */
	background-color: #f5f5f5;
	text-align: center;
	z-index: 0;
}
.icon-date:after{
	content: "";
	display: inline-block;
	width: 16px;
	height: 15px;
	background: url(../images/icon_date.png) no-repeat center;
	vertical-align: bottom;
}

/* modal */
.layui-layer{
	border-radius: 6px !important;
}
.modal-layer{
	position: relative;
}
.modal-hd:after, .modal-bd:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.modal-hd{
	padding: 25px 20px 0px 0px;
}
.modal-hd .title{
	position: relative;
	padding-left: 18px;
	color: #000;
	font-size: 16px;
	font-weight: normal;
}
.modal-hd .title:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 26px;
	background-color: #3C9DFE;
}
.modal-hd .btn-close{
	color: #999;
	font-size: 18px;
	cursor: pointer;
}
.modal-hd .btn-close:hover{
	color: #ccc;
}
.modal-bd{
	padding: 25px 40px 40px 30px;
}
.modal-bd .upload-box{
	margin-right: 40px;
}
.imageBox {
	position: relative;
	/*height: 320px;*/
	height: 307px;
	width: 230px;
	margin-bottom: 20px;
	overflow: hidden;
	background-repeat: no-repeat;
	cursor: move;
}
.imageBox .thumbBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/upload_avatar_pre.png);
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.modal-bd .upload-box .zoom{
	margin-right: 12px;
	padding: 8px 12px;
	border: 1px solid #3C9DFE;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.modal-bd .upload-box .zoom:before{
	content: "";
	display: inline-block;
	width: 19px;
	height: 18px;
	margin-right: 8px;
	vertical-align: text-top;
}
.modal-bd .upload-box .zoom-in{
	
}
.modal-bd .upload-box .zoom-in:before{
	content: url(../images/icon_zoomin.png);
}
.modal-bd .upload-box .zoom-out:before{
	content: url(../images/icon_zoomout.png);
}
.modal-bd .desc{
	max-width: 280px;
}
.modal-bd .desc > p{
	font-size: 15px;
	color: #333;
	line-height: 2.2;
}
.modal-bd .btns{
	position: absolute;
	right: 30px;
	bottom: 40px;
	/*margin-top: -40px;
	text-align: right; */
}



/* 准考核准 */
.review{
	/* height: 680px;
	padding-top: 210px; */
	padding-top: 200px;
	color: #333;
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
}
.review .tip > p{
	line-height: 2.5;
}
.btn-modify{
	margin-right: 20px;
	padding: 16px 54px;
	font-size: 18px;
}
.btn-download{
	margin-top: 80px;
	padding: 16px 54px;
	font-size: 18px;
}

.modal-ticket{
	
}
.modal-ticket .modal-bd{
	padding-bottom: 80px;
}
.modal-ticket .modal-bd .pos-rel{
	width: 940px;
}
.modal-ticket .modal-bd .btns{
	right: 18px;
	bottom: 18px;
}
.modal-ticket .row{
	margin-left: 0;
	margin-top: 20px;
}
.modal-ticket .ticke-bg{
	width: 940px;
	height: auto;
}
.ticket-info-box {
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: "宋体";
}
.ticket-info-box > h2{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}
.ticket-info-box > h1{
	color: #000;
	font-size: 25px;
	font-weight: bold;
}
.ticket-info-box .info{
	position: relative;
	width: 500px;
	margin-left: 60px;
	margin-top: 22px;
	text-align: left;
	font-size: 15px;
}
.ticket-info-box .row-lb{
	width: 80px;
	vertical-align: text-top;
}
.ticket-info-box .row-span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	max-width: 320px;
	vertical-align: text-top;
	word-wrap: break-word;
}
.ticket-info-box .img-avatar{
	position: absolute;
	top: 15px;
	right: 65px;
	width: 126px;
	height: 176px;
}
.ticket-info-box .qrcode-box{
	position: absolute;
	top: -12px;
	left: 60px;
	/* width: 64px;
	height: 64px; */
}
.ticket-info-box .qrcode-box canvas{
	width: 100%;
	height: 100%;
}

.ticket-info-box .desc{
	position: relative;
	top: 10px;
	width: 320px;
	font-size: 14px;
}
.ticket-info-box .desc::before{
	content: " ";
	position: absolute;
	top: 10%;
	left: -32px;
	width: 1px;
	height: 80%;
	background-color: #999;
}
.ticket-info-box .desc h3{
	margin-bottom: 10px;
}
.ticket-info-box .desc li{
	text-align: left;
	margin: 4px 0;
}