/*body {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	margin: 0px;*/
/*	!*overflow: hidden;*!*/
/*}*/
@media screen and (max-width: 700px)  {
	body {
		width: 100%;
		height: 100vh;
		margin: 0px;
		/*overflow: hidden;*/
		background:url("../../../images/web/login/loginbg02x.png") no-repeat;
		background-size: cover;
		background-attachment:fixed;
	}
	.ldivmain {
		min-width: 1380px;
		/*min-height: 2133px;*/
		/*background:url("../../../images/web/login/loginbg02x.png") no-repeat;*/
		/*background-size: cover;*/
		/*background-attachment:fixed;*/
	}
}
@media screen and  (min-width: 700px){
	body {
		width: 100%;
		height: 100vh;
		margin: 0px;
		/*overflow: hidden;*/
		background:url("../../../images/web/login/loginbg02.png") no-repeat;
		background-size: cover;
		background-attachment:fixed;
	}
	.ldivmain {
		min-width: 1380px;
		/*min-height: 940px;*/
		/*background:url("../../../images/web/login/loginbg02.png") no-repeat;*/
		/*background-size: cover;*/
		/*background-attachment:fixed;*/
	}
}
.ldiv {
	width: 1100px;
	margin: 0px auto 0px;
	position: relative;
}
.ldivleftbang {
	width:344px;
	height:123px;
	position: absolute;
	top: 380px;
	left: 100px;

}
.ldivleftmubiao {
	width: 680px;
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #034192;
	line-height: 60px;
	text-shadow: 0px 0px 20px #FFFFFF;
	position: absolute;
	top: 300px;
}
.ldivright {
	float: right;
	width: 480px;
	height: 560px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	margin-top: 65px;
}
.ldivrightbox {
	width: 400px;
	height:auto;
	margin: 115px auto 0;
}
.table1tr .logintit {
	width: 230px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #434343;
	text-indent: 4px;

}
.table1tr .skipregister p {
	width: 155px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #434343;
	line-height: 24px;
	display: inline-block;
	float: right;
	text-align:right;
	margin-right: 20px;
}
.table1tr .skipregister a {
	color: #003274;
	text-decoration-line: none;
}
.table1tr2 input {
	width: 392px;
	height: 46px;
	margin-bottom: 20px;
	border-radius: 6px;
	border: none;
	text-indent: 20px;
}

.table1tr2 input:last-child {
	margin-top: 20px;
}

.table1tr2 input:focus {
	outline:none;
}
.table1tr3 .checkbox {
	text-align: center;
	display: block;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #434343;
	line-height: 24px;
	margin-bottom: 10px;
}
.table1tr3 a {
	color: #003274;
	text-decoration:none;
}
.table1tr4 a{
	border:0px;
	display: block;
	width: 400px;
	height: 50px;
	background: #004FA7;
	text-align: center;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 47px;
	margin-top: 10px;
	border-radius: 6px;
}
.table1tr5 input {
	width: 230px;
	height: 46px;
	margin-bottom: 20px;
	border: none;
	border-radius: 6px;
	text-indent: 20px;
}
.table1tr5 input:focus {
	outline:none;
}
.table1tr5 td a.sendcode {
	display: block;
	width: 160px;
	height: 48px;
	background: #004FA7;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	border-radius: 6px;
	text-align: center;
	margin-bottom: 20px;
}
.table1tr5 a.returnlogin {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #003274;
	line-height: 24px;
}
.table1tr5 a.sendmail {
	width: 160px;
	height: 50px;
	display: inline-block;
	float: right;
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	background: url("../../../images/web/login/sendMbg.png");
	margin-top: -20px;
}
.table1tr6 td{
	border-top:1px solid #ffffff;
}
.table1tr6 p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7e7e7e;
	line-height: 24px;
}