@charset "utf-8";
.main{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background: url(../images/apply_bg.png);
	background-size: cover;
}
/*****************登录************/
.loginBox{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -250px;
	width: 600px;
	height: 500px;
}
.loginBox .login-logo{
	text-align: center;
}
.loginBox .login-title{
	margin-top: 22px;
	font-family: "g1","PingFang SC",sans-serif !important;
	font-size: 40px;
	color: #000;
	text-align: center;
	font-weight: 500;
}
.login-form{
	margin-top: 70px;
}
.login-form .lable{
	position: relative;
	margin-left: 85px;
	width: 430px;
	height: 50px;
}
.login-form .lable2{
	margin-top: 10px;
}
.login-form .lable3{
	margin-top: 50px;
}
.login-form .lable input{
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.login-form .lable img{
	position: absolute;
	left: 12px;
	top: 14.5px;
}
.login-form .lable1 input,.login-form .lable2 input{
	font-size: 18px;
	border: 1px solid #eee;
	text-indent: 40px;
	color: #666;
}
.login-form .lable3 input{
	background: #ac0809;
	color: #fff;
	font-size: 18px;
	box-sizing: border-box;
	outline: none;
}
.login-form .lable3 input:focus{
	outline: none;
}
/******************申请*********************/
.applyBox{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 3;
}
.applyBox .apply-logo{
	padding-top: 50px;
	text-align: center;
}
.applyBox .apply-title{
	margin-top: 15px;
	font-family: "g1","PingFang SC",sans-serif !important;
	font-size: 40px;
	color: #000;
	text-align: center;
	font-weight: 500;
}
.apply-infos{
	margin-top: 15px;
	width: 100%;
	background: #f8f8f8;
	padding: 20px 35px;
	border-radius: 3px;
}
.apply-infos p{
	font-size: 16px;
	color: #666;
	line-height: 26px;
	margin-bottom: 0;
}
.apply-infos p:first-child{
	color: #222;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 6px;
}
.apply-form{
	margin-top: 30px;
	width: 100%;
}
.apply-form .title{
	margin-top: 25px;
	font-size: 18px;
	color: #222;
	line-height: 1;
	margin-bottom: 18px;
	font-weight: 600;
}
.apply-form .kehu{
	width: 100%;
}
.apply-form .kehu input{
	height: 50px;
}
.apply-form .lable{
	position: relative;
	display: flex;
	width: 100%;
	margin-bottom: 10px;
}
.apply-form .lable input{	
	flex: 1;
	margin-left: 10px;
	line-height: 50px;
	font-size: 18px;
	color: #666;
	border:1px solid #EEEEEE;
	border-radius: 3px;
	padding: 0 15px;
}
.apply-form .lable label{
	flex:1;
	margin-left: 10px;
	font-weight: normal;
}
.apply-form .lable label:first-child{
	margin-left: 0;
}
.apply-form .lable input:first-child{
	margin-left: 0;
}
.apply-form .peijian textarea{
	width: 100%;
	height: 100px;
	font-size: 18px;
	color: #666;
	border:1px solid #EEEEEE;
	border-radius: 3px;
	padding: 12px 15px;
	resize: none;
}
.apply-form .lable label input{
	width: 100%;
}
.apply-form .lable label:last-child{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #666;
	border:1px solid #EEEEEE;
	border-radius: 3px;
	background: #fff;
	padding-left:15px;
}
.apply-form .lable label:last-child input{
	float: right;
	width: 100px;
	height: 48px;
	background: #EEEEEE;
	border: none;
}
.apply-form .submit{
	margin-top: 25px;
	padding-bottom: 50px;
}
.apply-form .submit .btn{
	background: #ac0809;
	color: #fff !important;
	font-size: 18px;
	box-sizing: border-box;
	outline: none;
}
.apply-form .submit input:focus{
	outline: none;
}
.apply-form .subFiles{
	position: relative;
	width: 100%;
	height: 150px;
	border: 1px solid #eee;
	font-size: 18px;
	padding: 10px 12px;
	color: #666;
	font-weight: normal !important;
	background: #fff;
}
.apply-form .subFiles button{
	width: 120px;
	text-align: center;
	background: #EEEEEE;
	border: none;
	margin-left: 20px;
	line-height: 35px;
	outline: none;
}
.apply-form .subFiles label{
	display: inline-block;
	/*width: 100%;*/
}
.apply-form .subFiles label input{
	position: absolute;
	top: 10px;
	left: 69px;
	opacity: 0;
	width: 120px;
	height: 35px;
}
.apply-form .subFiles .filesList{
	margin-top: 10px;
	padding-left: 70px;
	min-height: 30px;
}
.apply-form .subFiles .filesList div{
	font-size: 14px;
	line-height: 18px;
}
.apply-form .subFiles .filesList .delBtn{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #eee;
}
.apply-form .subFiles .filesList .delBtn svg{
	width: 18px;
	height: 18px;
}

.applySuccessBox{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 10;
}
.applySuccessBox .applySuccess{
	position: absolute;
	width: 800px;
	height: 280px;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -140px;
	background: #fff;
	border: 3px solid #ac0809;
	border-radius: 25px;
}
.applySuccessBox .applySuccess .btns{
	position: absolute;
	left: -3px;
	bottom: -3px;
	width: calc(100% + 3px);
	height: 50px;
}
.applySuccessBox .applySuccess .successTit{
	margin-top: 75px;
	font-size: 40px;
	text-align: center;
	font-weight: 600;
	color: #ac0809;
}
.applySuccessBox .applySuccess .successFonts{
	margin-top: 20px;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	color: #666;
}
.applySuccessBox .applySuccess .btns button{
	height: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	border: none;
	outline: none;
}
.applySuccessBox .applySuccess .btns .close1{
	width: calc(50% - 1.5px);
	float: left;
	background: #313131;
	border-bottom-left-radius: 25px;
}
.applySuccessBox .applySuccess .btns .continue{
	width: calc(50% + 1.5px);
	float: right;
	background: #AC0809;
	border-bottom-right-radius: 25px;
}


@media screen and (max-width: 768px) {

	.main{
		padding: 0 20px;
		
	}
	.loginBox{
		width: 100%;
		top: 50%;
	    left: 0%;
	    margin-left: 0px;
	    margin-top: -250px;
	    padding: 0 20px;
	}
	.login-form .lable{
		width: 100%;
		margin-left: 0;
	}
	.applyBox{
		width: 100%;
		
		overflow: hidden;
	}
	.apply-form .lable{
		margin-bottom: 0;
		flex-direction: column;
	  justify-content: space-between;
	  align-items: center;
	}
	.apply-form .lable input{
		flex: 1;
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.apply-form .lable label{
		width: 100%;
		margin-left: 0;
	}
	.apply-form .lable label:first-child{
		margin-top: 10px;
	}
	.applySuccessBox .applySuccess{
		width: 90%;
		height: 280px;
		top: 50%;
		left: 5%;
		margin-left: 0px;
		margin-top: -140px;
	}
	.applySuccessBox .applySuccess .successTit{
		font-size: 30px;
	}
}

