.content{
	background:linear-gradient(to top, rgba(218,235,253,1),rgba(135,174,220,1));
	padding: 35px 0 52px;
}
.box1{
	width:1200px;
	min-height:906px;
	background:rgba(255,255,255,.6);
}
.box1 .tab_top{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0 15px;
}
.box1 .tab_top ul li{
	float: left;
	font-size:26px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:26px;
	opacity:0.8;
	margin:0 41px;
	position: relative;
}
.box1 .tab_top ul li:after{
	display: none;
	content: '';
	width:52px;
	height:6px;
	background:rgba(28,97,179,1);
	position: absolute;
	bottom: -15px;
}
.box1 .tab_top ul li.on{
	color: #185DA9;
}
.box1 .tab_top ul li.on:after{
	display: block;
}

.box1 .form {
	margin-top: 95px;
	text-align: center;
}
.box1 .form label{
	width:533px;
	display: block;
	margin: 0 auto 16px;
	position: relative;
	border:1px solid rgba(61,121,192,1);
}
.box1 .form label span{
	padding: 24px 0 24px 30px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(52,52,53,1);
	line-height:10px;
	opacity:0.8;
}
.box1 .form .noImg label span img{
	opacity: 0;
}
.box1 .form label span img{
	width:14px;
	height:16px;
	margin-right: 13px;
}
.box1 .form label input{
	width:533px;
	height:62px;
	border: none;
	background:rgba(61,121,192,0.21);
	text-align: center;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:10px;
	opacity:0.6;
	padding: 0 136px 0 136px;
	box-sizing: border-box;
}
.box1 .form label input::placeholder{
	color: #343435;
}
.box1 .form button{
	display: block;
	margin: 90px auto 0;
	width:465px;
	height:69px;
	background:linear-gradient(0deg,rgba(175,27,27,1) 0%,rgba(243,72,72,1) 100%);
	box-shadow:0px 8px 18px 0px rgba(186,44,45,0.63), 0px 1px 0px 0px rgba(254,201,201,0.47);
	border-radius:14px;
	border: none;
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	cursor: pointer;
}

.box1 .form h3{
	display: block;
	width:533px;
	font-size:22px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:22px;
	margin: 0 auto 20px;
	text-align: left;
}

.box1 .form label textarea{
	width:533px;
	height:131px;
	border: none;
	background:rgba(61,121,192,0.21);
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height: 22px;
	opacity:0.6;
	padding: 22px 10px 0 146px;
	box-sizing: border-box;
	text-align: left;
}

.upload{
	width:533px;
	height:241px;
	background:rgba(61,121,192,0.2);
	border:1px solid rgba(61,121,192,1);
	
}
.upload .up-section{
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.upload .up-section h6{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
}


#select_input{
	position: relative;
}
.select:after{
	z-index: 9999999;
	display: block;
	content: '';
	width:15px;
	height:8px;
	background-image: url(../images/duoxuankuang.png);
	position: absolute;
	right: 30px;
	top: 30px;
}
.select ul{
	display: none;
	position: absolute;
	width: 100%;
	left:-1px;
	top: 62px;
	background: #fff;
	z-index: 999999999;
	border: 1px solid rgba(61,121,192,1);
}
.select ul li{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(52,52,53,1);
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}
.select ul li:nth-last-child(1){
	border-bottom: none;
}
.select ul li:hover{
	cursor: pointer;
	background: rgba(61,121,192,0.21);
	transition: all .5s;
}


.model{position: relative;padding-top: 167px;box-sizing: border-box;}
.model .close{position: absolute;top: 30px;right: 30px;}
.model .img {display: block;margin:0 auto;}
.model h3{font-size:22px;font-family:Microsoft YaHei;font-weight:400;color:rgba(52,52,53,1);line-height:22px;margin-top: 27px;text-align: center;}