/*标准代码移动端不卡顿*/
body,html{
	width:100%;
}
body{
	position:relative;
}
*{
	font-family: "微软雅黑" !important;	
	}
a,input,span,label,li,select,button,dl,div,table{
	-webkit-tap-highlight-color:transparent;
	-webkit-appearance: none;
}
input,select{
	padding: 0;
	border:none;
	background:none;
}





/*pc端*/
.big_box1{
	width:100%;
	height:100%;
	background:url(/Content/images/bg1.png) no-repeat center 0;
	background-size:cover;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Content/images/bg.png', sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Content/images/bg.png',sizingMethod='scale');
	overflow: hidden;
	position:relative;
}
.box_login{
	width:1000px;
	height:590px;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	right:0;
	/*transform: translate(-50%,-50%);*/
}
.box_login h1{
	float: left;
	width: 100%;
	height:60px;
	line-height: 60px;
    text-align:center;
}
.box_login h1 img{
	float: left;
	margin-left:30px;
}
.box_login h1 b{
    font-size:36px;
}
.login_item{
	margin-top:30px;
	float:left;
	width:100%;
	background: #fff;
	border-radius: 4px;
	box-shadow:1px 2px 8px 4px #e0e0e0;
	height:500px;
}
.box_left{
	width:500px;
	height:500px;
	float:left;
	background: url(/Content/images/img2.png) no-repeat center center;
}
.box_right{
	width:380px;
	padding:60px 60px;
	float:right;
}
.login_box_item{
	float:left;
	width:100%;
	position:relative;
}
.mess{
	float:left;
	width:100%;
	margin-bottom: 10px;
}
.mess:last-child{
	margin-bottom: 0;
}
.mess>label{
	width:100%;
	height:34px;
	line-height: 34px;
	float:left;
	color:#676767;
	font-size: 14px;
	font-family: "微软雅黑";
}
.mess span{
	float:left;
	width:99.7%;
	border:1px solid #ddd;
}
.mess span input{
	float:left;
	outline: none;
	border:none;
	padding:14px 0;
	font-size:14px;
	color:#333;
}
.mess span input::-webkit-input-placeholder{ /*WebKit 对placeholder起作用*/
	color: #a9a9a9;
}
.user{
	width:97%;
	background:url(/Content/images/userbicon.png) no-repeat 3% center;
	text-indent: 35px;
}
.pass{
	width:97%;
	background:url(/Content/images/passicon.png) no-repeat 3% center;
	text-indent: 35px;
}
.veri{
	width:55%;
	background:url(/Content/images/verification_icon.png) no-repeat 5% center;
	text-indent: 35px;
}
.mess>span>label{
	float:right;
	height:35px;
}
.mess>span>label>img{
	width:130px;
	height:47px;
}
.loginest {
    float: left;
    outline: none;
    border: none;
    width: 100%;
    margin-top: 30px;
    height: 47px;
    font-size: 16px;
    line-height: 47px;
    font-family: "微软雅黑";
    color: #fff;
    background: #0092dc;
    cursor: pointer;
}





























































































