/*home*/
.banner-h {
    width: 100%;
    height: 100%;
}


body{
	overflow: auto;
}




/*登录*/
.login-box{
	width: 488px;
	/*height: 384px;*/
	border-radius: 20px;
	overflow: hidden;

	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'GOTHICB';
	background:rgba(255,255,255,0.7);
}
.login-box .title{
	margin: 47px 0 27px;
	line-height: 24px;
	font-size: 26px;
	color: #31515c;
	text-transform: uppercase;
}
.login-form{
	margin: 0 12.3%;
}
.login-form li{
	margin-bottom: 12px;
}
.login-form input{
	height: 50px;
	width: 100%;
	padding: 0 20px;
	border-radius: 50px;
	background: #e1edf3;
	border:none;
	font-size: 16px;
	outline-style: none;
	color: #385f73;
}
.login-form .btns{
	text-align: right;
	margin-bottom: 30px;
}
.login-form .btns button{
	width: 74px;
	height: 40px;
	border-radius: 50px;
	background: #f45b4b;
	color: #ffffff;
	font-size: 16px;
	border:none;
}
.enterprice{
	line-height: 92px;
	color: #ffffff;
	font-size: 16px;
	text-align: right;
	background: #305160;
	padding: 0 12.3%;
}












/*注册*/
.european-box{
	width: 1254px;
	margin: 0 auto;
	/*padding-top: 125px;*/
	font-family: 'GOTHICB';
}
.european-box .title{
	font-size: 24px;
	font-weight: bold;
	color: #286d8a;
	margin: 75px 0 35px;
}
.upload-btn{
	min-width: 75px;
	width: 75px;
	height: 37px;
	line-height: 37px;
	background: #286d8a;
	border-radius: 8px;
	position: relative;
	color: #ffffff;
	font-size: 12px;
}
.upload-btn .file{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}


.input-right{
	width: 254px;
	height: 37px;
	line-height: 37px;
	background: #fff;
	border-radius: 8px;
}
.european-form{
	padding: 20px 80px 60px;
	margin-bottom: 80px;
	overflow: hidden;
	background: #efefef;
	border-radius: 8px;
	position: relative;
}
.european-form label{
	width: 157px;
	margin-right: 20px;
	text-align: right;
	color: #757575;
	font-size: 16px;
	margin-bottom:0;
}
.european-form li{
	margin-bottom: 15px;
	line-height: 37px;
}
.flex{
	display: flex;
}
.input-right{

}
.input-right .input{
	width: 100%;
	flex: 1;
	padding: 0 15px;
	color: #286d8a;
	font-size: 16px;
}
.european-form .text-r{
	color: #286d8a;
	font-size: 14px;
}
.select-right select{
	width: 221px;
	height: 33px;
	border-radius: 8px;
	margin-right: 5px;
	border:none;
	padding: 0 20px;
	color: #286d8a;
	font-size: 14px;
	background:#fff url('../images/arrow-bottom.png') no-repeat 92%;
}
.area-right textarea{
	width: 664px;
	height: 100px;
	border-radius: 8px;
	background:#fff;
	border:none;
	padding: 15px;
	color: #333;
	font-size: 16px;
}


.submit-btn{
	margin: 40px 0 70px 200px;
    position: absolute;
    bottom: 40px;
    right: 115px;
}
.submit-btn button{
	width: 159px;
	height: 42px;
	background: #286d8a;
	border-radius: 8px;
	color: #ffffff;
	font-size: 16px;
	margin-left: 10px;
}

.european-form .text{
	color: #9f9f9f;
	font-size: 14px;
	padding: 0 20px;
	line-height: 37px;
}
.european-form .text2{
	color: #9f9f9f;
	font-size: 16px;
	padding: 0 20px;
	line-height: 37px;
}
.european-form .text2 .green{
	color: #286d8a;
	font-size: 16px;
	margin-left: 25px;
}

.form-title{
	color: #286d8a;
	font-size: 24px;
	font-weight: bold;
	line-height: 42px;
	margin-bottom: 24px;
	margin-top: 30px;
	border-bottom: 1px solid #e1e1e1;
}