*{
	margin:0;
	padding:0;
	border:0;
	font-family: 微软雅黑;
	font-size:12px;
}
input:focus{
	outline: none;
}
::-webkit-input-placeholder{
	color:#c5c5c5 !important;
}
::-moz-input-placeholder{
	color:#c5c5c5 !important;
}
::-o-input-placeholder{
	color:#c5c5c5 !important;
}
a{
	text-decoration: none;
}
.top_header{
	width:100%;
	height: 780px;
	background: url(../../images/homepage_img.png) no-repeat;
	background-size: 100% 100%;
}
.top_header>.top_header_center{
	width: 900px;
	margin: auto;
	position: relative;
	padding-top: 10%;
}
.top_header>.top_header_center .title_yun{
	font-size:52px;
	color:white;
	font-weight:500;
	text-align: center;
}
.top_header>.top_header_center .center_c{
	height:340px;
	width: 100%;
	margin-top: 40px;
	background-color: white;
	position: relative;
	overflow: hidden;
}
.top_header>.top_header_center .center_c>img{
	float: left;
	display: block;
	margin: 12% 0 12% 10%;
}
.top_header>.top_header_center .center_c .register_text{
	float: right;
	width: 45%;
	padding-top: 60px;
	padding-right: 12px;
    margin-right: 12px;
}
.top_header>.top_header_center .center_c .register_text>input,.top_header>.top_header_center .center_c .register_text>a{
	display: block;

}
.top_header>.top_header_center .center_c .register_text>input{
	width: 340px;
	height:42px;
	border:1.5px solid #dcdcdc;
	color:black;;
	font-size:14px;
    font-weight: bolder;
	margin-bottom: 18px;
	padding-left: 40px;
	font-family: 微软雅黑;
}
.top_header>.top_header_center .center_c .register_text .account{
	background: url(../../images/account.jpg) 12px no-repeat;
}
.top_header>.top_header_center .center_c .register_text .password{
	background: url(../../images/password.png) 12px no-repeat;
}
.top_header>.top_header_center .center_c .register_text .submit{
	display: block;
	width: 340px;
	height: 42px;
	text-align: center;
	background-color: #40bbed;
	line-height: 42px;
	font-size: 18px;
	color: white;
}
.top_header>.top_header_center .center_c .register_text .submit:hover{
	background-color: #38b4e6;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
}
.top_header>.top_header_center .center_c .register_text .remember{
	margin-top: 20px;
}
.top_header>.top_header_center .center_c .register_text .remember span{
	margin-left: 15px;
	float: left;
	font-size: 13px;
}
.top_header>.top_header_center .center_c .register_text .remember input{
	float: left;
	display: inline-block;
	margin-top: 2px;
}
.top_header>.top_header_center .center_c{
/* 	background-image: url(../../images/img_centerline.png);
background-repeat: no-repeat;
background-position: 423px 17px; */
background: url(../../images/back_big.png) no-repeat;
background-size: 100%;
}
