* {
	margin: 0;
	padding: 0;
}

.logoBox {
	width: 100%;
	height: 130px;
	background-color: #fff;
	padding: 0 60px;
	display: flex;
	align-items: center;
	box-shadow: 0px 3px 18px rgb(34 79 143 / 42%);
	z-index: 1;
    position: relative;
}

.logoBox img {
	width: 505px;
	height: 58px;
}

.login {
	width: 100%;
	min-height: calc(100vh - 130px);
	background: url(/stu/assets/global/img/loginBg1-ceb80ac367adfd9c13718ebe69760bc7.png) no-repeat;
	background-size: 100% 100%;
	background-attachment: scroll;
	box-sizing: border-box;
	padding-top: 1px;
	position: relative;
}
.login2 {
	background-image: url(/stu/assets/global/img/loginBg2-3c4b0281d50e84dedf3085252a067fce.png);
	position: relative;
}


.loginBox {
	width: 25%;
	height: 70%;
	background-color: #fff;
	box-shadow: 0px 3px 18px 0px rgba(34, 79, 143, 0.42);
	border-radius: 10px;
	position: absolute;
	right: 15%;
	top: 15%;
}



.loginForm{
	width: 100%;
	text-align: center;
	position: relative;
}
.loginForm h3 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-top: 60px;
}
.loginForm>div{
	width: 70%;
	padding: 10px 0;
	/* margin: 0 auto 10px; */
	margin-bottom: 15px;
	margin-left: 15%;
	background-color: #E8EAF1;
	display: flex;
	align-items: center;
	padding-left: 10px;
	border-radius: 10px;
}

.loginForm input {
	width: 90%;
	border: none;
	outline: none;
	font-size: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: rgba(0,0,0,0);
	padding: 0 10px;
}
.login .register{
	text-align: right;margin-right: 15%;margin-top: 6%;
}
.login .register a{
	text-decoration: none;color: #333;
}
.login .register a:hover{
	color: #224F8F;
	text-decoration: underline;
}
#yzm {
	width: calc(70% - 100px);
	position: relative;
}

.yzmimg{
	position: absolute;
	right: 15%;
	bottom: 90px;
	width: 90px;
	height: 40px;
}
.loginForm p {
	text-align: right;
	margin-top: 10px;
	margin-right: 15%;
}

.loginForm p a{
	text-decoration: none;
	color: #757575;
}

.loginForm p a:hover {
	color: #224F8F;
	text-decoration: underline;
}

.loginForm button {
	width: 70%;
	height: 40px;
	background-color: #224F8F;
	border: none;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
}







.topNav{
	width: 100%;
	height: 64px;
	background-color: #224F8F;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}
.leftLogo{
	display: flex;
	align-items: center;
	height: 64px;
}
.leftLogo img{
	height: 46px;
}
.leftLogo p{
	color: #fff;
	font-size:26px;
	margin-left: 10px;
	border-left: #fff 2px solid;
	padding-left: 10px;
	line-height: 40px;
	margin-top: 10px;
}
.rightCon>ul{
	display: flex;
	align-items: center;
	height: 64px;
}
.rightCon>ul>li{
	color: #fff;
	list-style: none;
	position: relative;
	padding: 20px 10px;
	height: 64px;
	box-sizing: border-box;
}
.topUser{
	display: flex;
	align-items: center;
}
.topUser img{
	margin-right: 10px;
	width: 30px;
	height: 30px;
}
.topTime span{
	display: block;
	text-align: center;
}

.topXx ul{
	position: absolute;
	background-color: #fff;
	width: 200px;
	right: 0;
	top: 64px;
	display: none;
	color: #000000;
	box-shadow: 0px 2px 8px 0px rgba(11, 33, 65, 0.32);
}
.topXx ul li{
	list-style: none;
	line-height: 30px;
}
.topXx:hover{
	background-color: rgba(0,0,0,0.2);
}
.topXx:hover>ul{
	display: block;
}
.topUser ul{
	position: absolute;
	background-color: #fff;
	width: 150px;
	right: 0;
	top: 64px;
	color: #000;
	display: none;
	box-shadow: 0px 2px 8px 0px rgba(11, 33, 65, 0.32);
	padding: 10px 0;
}
.topUser ul li{
	line-height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	
}
.topUser ul li img{
	width: 20px;
	height: 20px;
}
.topUser ul li:hover{
	background-color: #224F8F;
}
.topUser:hover{
	background-color: rgba(0,0,0,0.2);
}
.topUser:hover>ul{
	display: block;
}
.topUser ul li{
	list-style: none;
}




.footer{
	width: 100%;
	height: 40px;
	background-color: #224F8F;
}
.footer p{
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 40px;
}


.main{
	min-height: calc(100vh - 104px);
	display: flex;
}
.leftNav{
	width: 300px;
	min-height: calc(100vh - 104px);
	background-color: #fff;
	position: relative;
	border-right: #CCCCCC 1px solid;
}
.content{
	width: 100%;
	min-height: calc(100vh - 104px);
	background-color: #f4f6f9;
	/* padding: 25px 20px; */
	box-sizing: border-box;
}

.navItem{
	height: 50px;
	line-height: 50px;
}
.navItem a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	margin-top: 5px;
	color: #000;
}
.navItem a:hover{
	text-decoration: none;
	background-color: #224F8F;
	color: #fff;
}
.navItem a span{
	font-size: 16px;
	display: flex;
	align-items: center;
}
.navItem a span img{
	margin-right: 20px;
}
.navItem.on{
	background-color: #224F8F;
}
.navItem.on a span{
	color: #fff;
}

.qh{
	position: absolute;
	bottom: 0;
	height: 50px;
	border-top: #ccc 1px solid;
	width: 100%;
}
.qh div{
	width: 24px;
	height: 24px;
	background: url(../imgs/qh.png) no-repeat left center;
	margin: 10px 20px;
}
.qh div:hover{
	cursor: pointer;
}


.red{
	color: red;
}


.title{
	width: 100%;
	height: 50px;
	background-color: #E9EBEF;
	display: flex;
	align-items: center;
	padding-left: 30px;
}
.title span{
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
}
.mainTxt{
	box-sizing: border-box;
	width: 100%;
	height: calc(100% - 50px);
	background-color: #fff;
	padding: 20px 30px;
}
.mainTxt p{
	line-height: 50px;
	font-size: 20px;
}










.opt{
	width: 100%;
	min-height: calc(100vh - 130px);
	background: url(/stu/assets/global/img/optbg-24e76c88e63f98b5ba632a23e9378544.png) no-repeat;
	background-size: 100% 100%;
	background-attachment: scroll;
	box-sizing: border-box;
	padding-top: 1px;
	position: relative;
}
.optUser{
	position: absolute;
	right:200px;
	font-size: 20px;
}
.opt1,.opt2{
	position: absolute;
	width: 25%;
	height: 50%;
}
.opt1{
	top: 15%;
	left: 23%;
}
.opt2{
	top: 25%;
	right: 23%;
}
.opts p{
	position: absolute;
	bottom: 5%;
	width: 100%;
	text-align: center;
	font-size: 18px;
}





.mainTable{
	width: 96%;
	height: calc(100% - 120px);
	background-color: #fff;
	padding: 30px 100px;
	margin: 30px auto;
}
.tableTitle span{
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.bmTable{
	margin: 30px 0 50px;
}
.bmTable td{
	border: #3C5F90 1px solid;
	height: 80px;
	/* line-height: 80px; */
	font-size: 18px;
}
.bmTable tr:nth-child(1) td{
	background-color: red;
	border: none;
	height: 1px;
}

.bmTable td:nth-child(odd){
	background-color: rgba(60, 95, 144, .1);
	text-align: center;
	padding: 0px 20px;
}
.bmTable td:nth-child(even){
	padding: 0 20px;
}
.bmTable td:nth-child(even) input{
	line-height: 30px;
	width: 100%;
	outline: none;
	max-width: 550px;
}

.upfile{
	background-color: #224F8F;
	width: 100px;
	height: 35px;
	color: #fff;
	margin: 0 auto 20px;
}
.upfile label{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
}
.upfile label img{
	width: 20px;
	height: 20px;
}
.upfile label span{
	font-weight: 100;
	margin-left: 10px;
}

.ycz{
	padding: 30px 0;
}
.ycz p{
	text-align: justify;
	margin: 0;
}
.blueTip{
	color: #3C5AC9;
}


.choice{
	display: flex;
	align-items: center;
	justify-content: left;
}
.bmTable td .choice input{
	width: 20px !important;
	height: 20px !important;
}
.choice label{
	padding: 0 10px;
	margin: 0;
	font-weight: 100;
}

.zjUp{
	width: 100%;
	display: flex;
	/* justify-content: space-between; */
	padding: 20px 0;
	flex-wrap: wrap;
}
.zjUpItem{
	width: 20%;
	margin: 0 20px;
}
.zjUpItem>img{
	width: 100%;
	margin-bottom: 20px;
}


.byz{
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 20px 0;
}
.byz img{
	width: 20%;
}
.byz .upfile{
	margin: 0 30px;
}


.bmTable td select{
	width: 100%;
	text-align: center;
	max-width: 600px;
	height: 34px;
}


.mscl{
	padding: 20px 0;
}
.mscl span{
	margin-right: 10px;
}
.mscl>div{
	display: flex;
	align-items: center;
	margin: 10px 0 20px;
}
.mscl .upfile{
	margin: 0 20px;
	min-width: 200px;
}
.mscl>img{
	width: 20%;
}





.bottom{
	height: 60px;
	background-color: #fff;
	margin-top: 20px;
	clear: both;
	border-top: #ccc 1px solid;
	text-align: right;
	box-sizing: border-box;
	padding-right: 100px;
	padding-top: 13px;
}
.bottom button{
	width: 76px;
	height: 34px;
	border: none;
	color: #fff;
	margin-right: 10px;
	border-radius: 5px;
}
.bottom button.zc{
	background-color: #B38855;
}
.bottom button.bm{
	background-color: #224F8F;
}



















.mainResult{
	width: 96%;
	height: calc(100% - 60px);
	background-color: #fff;
	padding: 30px 100px;
	margin: 30px auto;
}
.resultBox{
	width: 90%;
	height: 100%;
	margin: 0 auto;
	background: url(../imgs/resultBg1.png) no-repeat;
	background-size: 100% 100%;
	padding: 100px 0;
}
.resultBox2{
	background-image: url(../imgs/resultBg2.png);
	padding-bottom: 150px;
}
.resultBox3{
	background-image: url(../imgs/resultBg3.png);
	padding: 130px 0;
}
.resultCon{
	width: 500px;
	margin: 0 auto;
	position: relative;
}
.resultTitle{
	width: 100%;
	text-align: center;
	color: #1d4783;
	font-size: 24px;
	font-weight: bold;
}
.resultBox3 .resultTitle{
	color: #B98516;
}
.resultTitle p{
	font-size: 32px;
	font-weight: 600;
	margin-top: 10px;
}

.resultUser{
	/* display: flex;
	justify-content: space-between; */
	position: relative;
}
.resultBox3 .resultUser{
	margin: 30px 0;
}
.resultUser>div{
	display: flex;
	flex-direction: column;
	font-size: 16px;
}
.resultUser .ycz{
	position: absolute;
	top: -20px;
	right: 0;
}
.resultBox3 .ycz{
	top: -30px;
}
.resultUser>div>img{
	width: 120px;
	height: 160px;
}
.resultUser p{
	line-height: 40px;
	width: 100%;
}
.resultUser span{
	display: block;
	float: left;
}
.resultUser span:nth-child(1){
	width: 80px;
	text-align-last: justify;
}
.resultUser span:nth-child(2){
	border-bottom: #000000 1px solid;
	padding-left: 10px;
	margin-left: 10px;
	white-space: nowrap;
	min-width: 200px;
}

.resultCon table{
	width: 100%;
	margin: 30px auto;
}
.resultCon table td{
	border: #000000 1px solid;
	padding: 10px;
	font-size: 16px;
}
.resultCon table td:nth-child(odd){
	width: 90px;
}
.resultBox3 td{
	text-align: center;
}

.resultTip p{
	font-size: 16px;
	text-indent: 32px;
}
.resultTip p:nth-child(1){
	text-indent: 0;
}
.resultTip img{
	padding-left: 32px;
}

.resultTime{
	position: absolute;
	right: -80px;
	text-align: center;
	font-size: 16px;
}

























/* 注册界面 */
.leftText {
	position: absolute;
	top: 36%;
	left: 14%;
	width: 327px;
	height: 208px;
	font-size: 16px;
	font-family: Source Han Serif CN;
	font-weight: bold;
	color: #FEFEFE;
	line-height: 32px;
}
.leftTop>span{
	display: inline-block;
}
.loginZc .hqyzm{
	position: absolute;
	right: 0%;
	width: 110px;
	height: 48px;
	background: #B38854 !important;
}
.return{
	position: absolute;
    top: 6%;
    left: 6%;
    cursor:pointer;
}

.loginZc #yzm{
	width: 70%;
}


/* 退役人员申请 */
/* .applicant{
	width: 385px !important;
} */
.certificate{
	justify-content: space-around;
	flex-wrap: wrap;
}
.certificate>div{
	width: 48%;
	margin: 20px 0;
	display: flex;
	align-items: center;
}
.certificate>div span{
	display: block;
	width: 100px;
}
