@charset "utf-8";
/* CSS Document */
html{
	background: #02BCEB url(../images/login_bg_new.jpg) no-repeat;
	background-size:100% 100%;
	background-position:center;
}
body{
	width: 100%;
	background: transparent;
}
.main{
	width: 1000px;
	margin:0px auto;
	padding-top: 0px;
}
.land{
	width: 420px;
	height: 410px;
	margin:0px auto;
	background: #fff;
	padding-top: 5px;
	border-radius: 5px;
}
.landtit{
	color: #2e2b5f;
	font-size: 30px;
	text-align: center;
	margin-bottom: 5px;
}
.landtit_new{
	color: #02BCEB;
	font-size: 30px;
	text-align: center;
	margin-bottom: 5px;
}
.landtext{
	padding-left: 30px;
}
.landtext li{
	margin-bottom: 5px;
}
.landtext li:nth-child(2){
	margin-bottom:0px;
}
.landtext li input{
	border:1px solid #a6a6a6;
	background: #fff;
	width: 360px;
	height: 54px;
	border-radius: 5px;
	padding-left: 8px;
	font-size: 20px;
	color: #595757;
}
.landtext .yzmimg{
	margin-top: 3px;
}
.landtext .yzmimg input{
	height:32px;
	width:143px;
}
.landtext .yzmimg img{
	position: relative;
    top: 10px;
    left: 2px;
}

.landbtn{
	display: block;
	width: 365px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 5px;
	background: #37447e;
	color: #fff;
	border:none;
	font-size: 25px;
	margin: 25px auto 0px;
	font-weight: bold;
}
.landbtn_new{
	display: block;
	width: 365px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 5px;
	background: #02BCEB;
	color: #fff;
	border:none;
	font-size: 25px;
	margin: 25px auto 0px;
	font-weight: bold;
}
.rowts{
	color: #ff304f;
	font-size: 12px;
	margin-top: 2px;
	margin-left: 3px;
}
.remeb{
	font-size: 16px;
	color: #595757;
	padding-left: 40px;
}
.remeb input{
	width: 16px;
	height: 16px;
	position: relative;
	top:4px;
	margin-right: 3px;
}
/*.footer{
	height: 90px;
	background: #fff;
}
.fotmain{
	width: 1000px;
	margin:0px auto;
	padding-top: 22px;
}
.fotmain p{
	font-size: 12px;
	color: #000;
	text-align: center;
	margin-bottom:15px;
}
*/


