@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding:0;
	list-style: none;
	text-decoration: none;
	font-size: 12px;
	font-family:"宋体";
}

/*head*/
.head {
	width: 100%;
	height: 310px;
	background-color: #3b447b;
	text-align: center;
	padding-top: 50px;
}
.head .logo {
	width: 706px;
	height: 108px;
	margin-left: auto ;
	margin-right: auto ;
	background-image: url(../images/logo1.png);
	background-repeat: no-repeat;
}
.head p {
	color: #fff;
	font-family: '微软雅黑';
	font-size: 46px;
	line-height: 46px;
	margin-top: 50px;
}
/*register*/
.register {
	width: 450px;
	margin-left: auto ;
	margin-right: auto ;
	overflow: hidden;
}
.register-title {
	width: 435px;
	height: 37px;
	padding-left: 10px;
	margin-top: 10px;
	border-left: 5px #ff9000 solid;
	border-bottom: 1px #dfdfdf solid;
	color: #0d293f;
	font-family: '微软雅黑';
	font-size: 14px;
	line-height: 38px;
}
.register-form {
    clear: both;
	margin: 0 auto;
	overflow: hidden;
}
.first-row {
    margin-top: 20px;
}
.form-span {
	/* display: inline-block; */
	float: left;
	width: 70px;
	height: 38px;
	line-height: 40px;
	text-align: right;
	margin-right: 10px;
}
.form-p {
	float: left;
	margin-left: 78px;
	color: red;
	line-height: 20px;
        height: 20px;
        margin-bottom: 10px;
}
.register-form input {
	float: left;
	width: 318px;
	height:38px;
	/*line-height: 40px;*/
	padding-left: 10px;
	margin-right: 20px;
	border: 1px #c2c5d1 solid;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #9f9f9f;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9f9f9f;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9f9f9f;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #9f9f9f;
}
.form-red {
	float: left;
	color: red;
	margin-top: 18px;
	margin-left: 10px;
}
.register-button {
	display: inline-block;
	width: 305px;
	height: 43px;
	margin: 25px 0 40px 90px;
	border: none;
	background-image: url(../images/btn-bg_03.png);
	background-repeat: no-repeat;
	color: #fefeff;
	font-family: '微软雅黑';
	font-size: 16px;
	line-height: 43px;
	text-align: center;
	cursor: pointer;
	outline: none;
}
/*foot*/
.foot {
	width: 100%;
	height: 53px;
	border-top:1px #dcdee6 solid;
	text-align: center;
}
.foot p,
.foot p a{
	color: #b4b4b4;
	line-height: 64px;
}
.foot p a:hover {
	text-decoration: underline;
}

.login-form {
	height: 40px;
	margin-left: auto ;
	margin-right: auto ;
	margin-top: 20px;
}
.form-label {
    display: inline-block;
    width: 105px;
    text-align: right;
    font-size: 14px;
    line-height: 40px;
}
.form-icon {
	float: left;
	width: 40px;
	height: 40px;
	background: #4a57a5 url(../images/icon_01.png) no-repeat;
}
.icon1 {
	background-position:-38px -94px;
}
.icon2 {
	background-position:-77px -93px;
}
.icon3 {
	background-position:-141px -87px;
}
.login-form input {
	width: 320px;
	height:38px;
	line-height: 40px;
	padding-left: 10px;
	/*margin-right: 20px;*/
	border: 1px #c2c5d1 solid;
}
.login-btn {
	width: 410px;
	margin-left: auto ;
	margin-right: auto ;
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
}
.login-register {
	float: left;
	width: 190px;
	height: 44px;
	/* background-image: url(../images/login-btn.png); */
	background-repeat: no-repeat;
	border: none;
	color: #48698b;
	font-family: '微软雅黑';
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	outline: none;
	margin-right: 20px;
}
.login-login {
	width: 185px;
	height: 44px;
	background-color: #4b56a5;
	border: none;
	color: #e2e2e2;
	font-family: '微软雅黑';
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	outline: none;
}

/*apply-info*/
.apply-head{
	width: 100%;
	height: 78px;
	background-color: #3b447b;
}
.apply-head-main {
	width:990px;
	margin-left: auto;
	margin-right: auto;
}
.apply-head-logo {
	float: left;
	width: 390px;
	height: 78px;
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
}
.apply-head-border {
	float: left;
	width: 1px;
	height: 46px;
	border-left: 1px #bfbfca solid;
	margin: 19px 20px;
}
.apply-head-title {
	float: left;
	color: #fff;
	font-size: 28px;
	font-family: '微软雅黑';
	line-height: 78px;	
}
.apply-head-main span {
	float: right;
	color: #fff;
	font-size: 12px;
	font-family: '微软雅黑';
	line-height: 78px;	
}
.apply-main {
	width: 100%;
	/*height: 100%;*/
	background-color: #edf2f6;
	padding-top: 20px;
	padding-bottom: 20px;
}
.apply-info {
	/*width: 1200px;*/
	width: 988px;
	min-height: 1300px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border:1px #d6d9e9 solid; 
	color:#888f97;
	padding-bottom: 50px;
}
.apply-info .info-left-list input ,
.apply-info .info-left-list select{
	float: left;
	width: 358px;
	height: 38px;
	border:1px #dee0e6 solid;
	margin-top: 10px;
	padding-left:10px;
        line-height: 40px;
}
.apply-info textarea {
	float: left;
	width: 860px;
	height: 150px;
	border:1px #dee0e6 solid;
	margin-top: 10px;
	padding-left:10px;

}
.apply-info-title {
	width: 968px;
	height: 35px;
	border-bottom: 1px #d6d9e9 solid;
	background-color: #f7f8f9;
	padding-left: 20px;
	color: #6a727b;
	line-height: 36px;
}
.apply-info-status {
	 width: 948px;
	 margin: 20px 20px 0 20px;
}
.apply-info-status span {
	float: left;
	line-height: 30px;
	margin-right: 10px;
}
.apply-info-status hr {
	float: left;
	width: 948px;
	border: 1px #d6d9e9 solid;
	margin-top: 10px;
}
.info-status-reason {
	width: 936px;
	height: 88px;
	border: 1px #959595 solid;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 10px;
}
.info-status-btn {
	float: left;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 20px;
}

.apply-info-left {
	float: left;
	_width:386px;
	margin-left: 20px;
	margin-top: 50px;
}
.info-left-list {
	/*float: left;*/
	_width: 386px;
	margin-top: 20px;
	overflow: hidden;
}
.info-left-p {
	color: red;
}
.list-record {
	width:888px; ;
}

.apply-info-right {
	float: right;
	_width:386px;
	margin-right: 20px;
	margin-top: 30px;
}
.preview-box {
	display: inline-block;
        position: relative;
	margin-top: 40px;
	margin-left: 20px;
}
.apply-preview {
	width: 84px;
	height: 24px;
	background-color: #f2f7fd;
	text-align: center;
	line-height: 26px;
	border: 1px #c2c5d1 solid;
	cursor: pointer;
}
#upload-file {
	opacity: 0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    position: absolute;
    width: 86px;
    height: 26px;
    top: 0;
    left: 0;
    margin: 0;
    cursor: pointer;
    padding: 0;
}

.apply-info-btn {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.apply-submit {
	/* display:inline-block; */
	float: left;
	width: 118px;
	height: 46px;
	margin-top: 50px;
	background-image: url(../images/apply-reserve.png);
	background-repeat: no-repeat;
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: '微软雅黑';
	border:none;
	outline: none;
	cursor: pointer;
}
.apply-sign {
	float: right;
	width: 188px;
	height: 46px;
	margin-top: 50px;
	background-image: url(../images/apply-sign.png);
	background-repeat: no-repeat;
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: '微软雅黑';
	border:none;
	outline: none;
	cursor: pointer;
}
.apply-score {
	display: none;
	width: 180px;
	height: 38px;
	margin: 70px auto 0;
	background-color: #fff;
	border:1px #00a0e9 solid;	
	border-radius: 20px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
	line-height: 40px;
	text-align: center;
	color: #ff4e00;
	font-size: 16px;
	font-family: '微软雅黑';
	outline: none;
	cursor: pointer;
}
#upload-div {
	float: left;
	width: 142px;
	height: 176px;
	margin-top: 5px;
}
.explain {
	/*width: 200px;*/
	color: #ff4e00;
	line-height: 20px;
	margin-top: 70px;
}

/*.nosign {
	background-color: #e1e1e1;
}
.reject {
	background-color: #dc2b39;
}
.checking {
	background-color: #7cc14d;
}
.passed {
	background-color: #f19149;
}*/

/*style*/
.juice {
	color: #ff4e00;
	/*line-height: 40px;*/
}
.readonly {
	background-color: #eeeeee;
}
.grey {
	background-color: #e1e1e1;
}
.red {
	background-color: #dc2b39;
	color: #fff;
}
.green {
	background-color: #7cc14d;
	color: #fff;
}
.orange {
	background-color: #f19149;
	color: #fff;
}
.btn-green {
	background-image: url(../images/already.png);
}
/*style end*/
.table-score {
	display: none;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	border-left:2px #9a9a9a solid;
	border-top:2px #9a9a9a solid;
}
.table-score td {
	width: 140px;
	height: 60px;
	border-right:2px #9a9a9a solid;
	border-bottom:2px #9a9a9a solid;
	text-align: center;
	color: #9a9a9a;
	font-weight: bold;
}

/*bg-login*/
.bg-login {
	position: absolute;
	top:300px;
	left: 50%;
	margin-left: -410px;
	z-index: 99;
	width: 820px;
	height:354px;
	border:1px #d6dade solid;
	background-color: #fff;
}

.bg-login-shadow {
	position: absolute;
	top:350px;
	/*_top:320px;*/
	left: 50%;
	z-index: 90;
	width: 815px;
	height: 340px;
	margin-left: -407.5px;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
}
/*@-moz-document url-prefix() {
	.bg-login-shadow {
		top:350px;
	}
}*/
.bg-login-title {
	width: 820px;
	height: 46px;
	margin-top: 20px;
	background-color: #394067;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	font-family: '微软雅黑';
}
.bg-login-left {
	float: left;
	width: 220px;
	height: 164px;
	margin:  60px 60px 60px 80px;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	_margin-left:45px;
}
.bg-login-border {
	float: left;
	width: 1px;
	height: 164px;
	border-left: 1px #5f6aa8 solid;
	margin: 60px 20px;
	_margin-left:-30px;
}
.bg-login-right {
	float: left;
	width: 260px;
	margin:  60px 0 60px 80px;
}
.bg-login-form {
	float: left;
	width: 260px;
	height: 26px;	
	margin-bottom: 20px;
}
.bg-login-form  label {
	float: left;
	margin-right:10px; 
	line-height: 26px;
	color: #2f3237;
	font-size: 14px;
	font-family: '微软雅黑';
}
.bg-login-form  input {
	float: right;
	width: 184px;
	height: 24px;
	padding-left: 10px;
	border: 1px #a6a6a6 solid;
}
#code-input {
	width: 82px;
}
.code {
	float: right;
	width: 80px;
	height: 24px;
	margin-left: 18px;
	background-color: #eeeeee;
	border: 1px #a6a6a6 solid;
	cursor: pointer;
}
.bg-login-btn {
	float: left;
	width: 124px;
	height: 30px;
	margin-left:80px;
	background-color:#ffae00;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	font-family: '微软雅黑';
	border:none;
	outline: none; 
}

/*stu-info*/
.stu {
	margin: 50px 0 50px 100px;
}
.stu-left {
	float: left;
	margin-right: 80px;
}
.stu-left-img {
	margin-bottom: 20px;
}
.stu-left p {
	line-height: 30px;
}
.stu-left span {
	color: #000;
	margin-left: 20px;
}
.stu-right {
	margin-top: 76px;
}
.record {
	float: left;
	width: 692px;
	height: 152px;
	margin-top: 30px;
}
.record-div {
	width: 690px;
	height: 150px;
	margin-top: 10px;
	border:1px #c2c5d1 solid;
}

/*stu-manager*/
.stu-manager {
	width: 1170px;
	border:1px #bbbfd2 solid;
	margin: 14px 14px 0 14px;
}
.stu-manager-title {
	width: 1150px;
	height: 70px;
	padding-left: 10px;
	padding-right: 10px;
}
.stu-manager-title b {
	float: left;
	color: #6a727b;
	font-size: 24px;
	font-family: '微软雅黑';
	line-height: 70px;
}
.stu-manager-button {
	float: right;
	height: 36px;
	margin-top: 17px;
}
.form-button {
	float: left;
	width: 112px;
	height: 36px;
	background-image: url(../images/import.png);
	background-repeat: no-repeat;
	margin-left: 20px;
	cursor: pointer;
}
.form-button-icon {
	float: left;
	width: 24px;
	height: 24px;
	margin-left: 5px;
	margin-top: 6px;
}
.bt1,
.bt2,
.bt3 {
	background-image: url(../images/icon_01.png);
	background-repeat: no-repeat;
}
.bt1 {background-position:-42px -39px;}
.bt2 {background-position:-76px -43px;}
.bt3 {background-position:-111px -44px;}
.form-button span{
	float: left;
	color: #fff;
	line-height: 36px;
	margin-left: 5px;
}
.table-stu {
	width: 100%;
}
.table-stu td {
	border-right:1px #d6d9e9 solid;
	text-align: center;
	color: #686868;
	height: 40px;
} 
#tr1 {
	background-color: #53719c;
}
#tr1 td {
	color: #fff;
}
.even  {
	background-color: #e9eff5;
}
.td-a {
	color: #06F;
}
.handle-btn {
	/*position: relative;*/
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.btn-operate ,
.btn-operate1{
	display: inline-block;
	/*float: left;*/
	width: 40px;
	height: 20px;
	margin-right: 5px;
	color: #fff;
	text-align: center;
	line-height: 20px;	
	border-radius: 2px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.btn-operate1 {
	background-color:#56a4f6; 
}
.detail {background-color:#8fc31f; }
.check {background-color:#56a4f6; }
.reject {background-color:#eb6100; }

/*zkz*/
.big-div {
	width: 680px;
	height: 930px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 60px;
	border:2px #000 solid;
	/*overflow: hidden;*/
	/*margin-left: 145px;*/
}
.small-div {
	
	width: 610px;
	height: 894px;
	border:1px #000 solid;
	margin: 5px 3px;
	padding: 10px 30px;
	font-size: 14px;
	/*overflow: hidden;*/
}
.zkz-title1 {
	font-size: 18px;
	text-align: center;
}
.zkz-title2 {
	font-size: 28px;
	text-align: center;
	margin-top: 5px;
}
.zkz-left,
.zkz-time,
.zkz-notice{
	float: left;
	/*margin-top: 30px;*/
	margin-bottom: 10px;
}
.zkz-notice {width:610px;}
.zkz-time {
	width:100%;
}
.zkz-left p {
	line-height: 2;
}
.zkz-right {
	float: right;
	/*margin-top: 50px;*/
	width: 142px;
	height: 176px;
	border:1px #d2d2d2 solid;
	font-size: 18px;
	text-align: center;
	line-height: 176px;

}
.zkz-right b {
	width: 22px;
	display: inline-block;
	line-height: 20px;
}
.table-zkz {
	width: 100%;
	border-left:1px #000 solid;
	border-top:1px #000 solid;
	margin-top: 10px;
	margin-bottom: 10px;
}
.table-zkz td {
	height: 40px;
	text-align: center;
	border-right:1px #000 solid;
	border-bottom:1px #000 solid;
}
.zkz-notice-p1 {
	/*margin-bottom: 20px;*/
}
.zkz-notice p {
	line-height: 2;
}

/*弹窗*/
.alert-box{
	display: none;
	position: absolute;
	top:50%;
	left: 50%;
	z-index: 9999;
	width: 530px;
	padding-bottom: 20px;
	background-color: #fff;
	margin-left: -265px;
	margin-top: -109px;
}
.alert-title {
	width: 510px;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	background-color: #8aa0bf;
}
.alert-title b{
	float: left;
	color: #fff;
	font-size: 16px;
	font-family: '微软雅黑';
	line-height: 40px;
}
.alert-bulb {
	padding: 10px;
	max-height: 250px;
	overflow-y: scroll;
	_overflow-y: scroll;
	_height: 250px;
}

.alert-bulb p {
	line-height: 2;
	font-size: 14px;
	font-family: "微软雅黑";
}
.btn-close {
	width: 132px;
	height: 34px;
	margin-left:  199px;
	margin-top:20px;
	border:0;
	background-image: url(../images/btn-makesure.png);
	color: #fff;
	text-align: center;
	line-height: 34px;
	outline: none;
	cursor: pointer;
}
.alert-box textarea {
	width: 488px;
	height: 134px;
	margin: 20px;
	padding-left: 5px;
	padding-top: 5px;
	border:1px #80fbff solid;
}
body,html{
	height:100%;
	position: relative;	
}
.grey-box {
	display: none;
	position: fixed;
	z-index: 9998;
	width: 100%;
	height: 100%;
/*	background: #000;
	opacity:0.4; 
	filter:Alpha(opacity=0.4);
	-moz-opacity:0.4;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#66000000',EndColorStr='#66000000'); 
*/	
	background: rgba(0,0,0,.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);

	_position: absolute;
	_right: 0;

}

/*监考表*/
.monitor {
	float: left;
	width:125px;
	/*height: 190px;*/
	margin: 20px 8px 20px 0;
	/*padding: 10px;*/
}
.monitor p {
	line-height: 20px;
	text-align: center;
	font-size: 12px;
}

/* page */
.links { 
	float: right;
	text-align: center; 
	margin-top: 10px;
	margin-right: 10px; 
}
.links a, 
.links b {  
	display: inline-block; 
	padding: 0px 15px; 
	height: 30px; 
	line-height: 30px;  
	text-align: center; 
	background: #FFF; 
	color: #4090ce; 
	font-size: 16px; 
	border: 1px #dddddd solid; 
	margin-left: -7px;
}
.links b {
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #53719c;
    color:#fff;
}
.links span {
	color:#686868;
	margin-right: 15px;
}

.color-green {
	color: green;
}
.printbox {
	width: 665px;
	margin: auto;
}
.clearfix { clear: both; }

a.icon {
    color: #505050;
    padding-left: 12px;
    background: url(../images/login_icon.png) no-repeat 0 1px;
}
a.icon:hover {
    color: #5070ba;
}

.show_box { height: 500px; padding:20px; border:1px solid #ccc; background-color:#eee; }
.show_box h3 { font-size: 18px; font-weight: bold; text-align: center; line-height: 30px; }
.show_box p { line-height: 26px; font-size: 14px; text-indent: 2em; }

.scoreBox { position: fixed; top: 50%; left: 50%; background-color: #fff; border: 1px solid #ccc; border-radius: 5px; width: 400px; padding: 10px 0; margin-left: -200px; margin-top: -150px; display: none }
.scoreTable td { padding: 5px 15px; }
.scoreTable td input { width: 90%; height: 24px; text-indent: 1em }
.btnBox { text-align: center; margin-top: 15px }
.btnBox button { padding: 6px 10px }

/*2021-06-16*/
.stu {
	overflow: hidden;
}

/*2021-06-17*/
#search span {
	margin-left: 44px;
}

.search-detail {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	width: 500px;
	height: 300px;
	margin-top: -150px;
	margin-left: -250px;
	padding-top: 20px;
	background-color: #ffffff;
}

.search-detail>div {
	overflow: hidden;
}

.search-detail>div>span {
	float: left;
	width: 100px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 40px;
	text-align: right;
}

.search-detail>div>input {
	float: left;
	width: 358px;
	height: 38px;
	border:1px #dee0e6 solid;
	margin-top: 10px;
	padding-left:10px;
	line-height: 40px;
}

.search-btn , .cancel-btn {
	display:inline-block;
	float: left;
	width: 118px;
	height: 46px;
	margin-top: 30px;
	background-image: url(../images/apply-reserve.png);
	background-repeat: no-repeat;
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: '微软雅黑';
	border:none;
	outline: none;
	cursor: pointer;
	margin-left: 110px;
}
#info-exam-type {
	margin-right: 18px;
}
#info-exam-type, #info-ti-type1, #info-ti-type2 {
	width: 170px !important;
}
