@charset "utf-8";
/* CSS Document */
html{
	/* background: #f2b724 url(../images/body_bg_heban.jpg) no-repeat top center; */
	height:100%;
}
body{
	width: 100%;
	background: transparent;
}
.main{
	margin:0px auto;
	position:absolute;
	bottom:100px;
	left:140px;
}
.land{
	width: 346px;
	height: 359px;
	margin:0px auto;
	background: #fff;
	padding-top: 40px;
	border-radius: 10px;
}
.landtit{
	color: #2e2b5f;
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}
.landtext{
	padding-left: 40px;
}
.landtext li{
	margin-bottom: 10px;
}
.landtext li:nth-child(2){
	margin-bottom:0px;
}
.landtext li input{
	border:1px solid #a6a6a6;
	background: #fff;
	width: 260px;
	height: 34px;
	border-radius: 5px;
	padding-left: 8px;
	font-size: 15px;
	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: 265px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 5px;
	background: #37447e;
	color: #fff;
	border:none;
	font-size: 20px;
	margin: 15px 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;
}
*/


