/*导航栏*/
.navBoxa{
	width: 100%;
	height: 62px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	background-color: rgba(51,51,51,1);
}
.nava{
	width: 1425px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.navSelf{
	width: 85%;
	min-width: 700px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	/*border: 1px solid red;*/
}
.navSelf a{
	color: white;
}
.logo{
	width: 123px;
	height:42px;
	background-image: url(../img/after/logo-hover.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.navSelf span{
	font-size: 16px;
}
.navSelf img{
	width: 12px;
	height: 7px;
}
.navSelf>div{
	color: white;
	display: inline-block;
}
.wela{
	width: 140px;
	height: 1.5px;
	display: inline-block;
	background:linear-gradient(to left,#2b98d0,white);
}
.welaa{
	width: 140px;
	height: 1.5px;
	border-radius: 1px;
	display: inline-block;
	background:linear-gradient(to right,#2b98d0,white);
}
.wel_name{
	width: 1125px;
	height:20px;
	margin-top: 150px;
	margin-bottom: 30px;
	/*border: 1px solid red;*/
	text-align: center;
	color: #2b98d0;
	font-size: 36px;
}
.tipsaaa{
	font-size: 14px;
	margin: 15px 0px;
	color: rgb(253,180,43);
}
.textareaa{
    width:742px;
    height:300px;
}
#ffff::-webkit-input-placeholder{
    color:#cbcbcb;
    font-size: 22px;
}
#ffff1::-webkit-input-placeholder{
    color:#cbcbcb;
    font-size: 22px;
}
