html{font-size:50px;-webkit-tap-highlight-color:transparent;height:100%;min-width:320px;overflow-x:hidden}
body{font-family:"Microsoft YaHei";font-size:.28em;line-height:1;color:#333;background-color:white;}
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img{
　margin:0;
　padding:0;
}
a{color:#0399d3;text-decoration:none;outline:0}

ul{
	display: block;
}
li{
	list-style: none;
}
.logo{
	float: left;
	width: 240px;
	height: 85px; 
	margin-top:5px;
	margin-bottom: 5px;
}
.logotit{
	float: right;
	display: block;
	width: 100px;
	height: 30px;
	margin-top:30px;
	margin-bottom: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	color:#dc301d;
	border: 1px solid #dc301d;
	border-radius: 5px;
}

.top_r{
	float: right;
	
	height: 30px;
	line-height: 30px;
	text-align: right;
}

.login_bg{height: 600px; background: url(../images/login_bg.jpg); background-size: 100% 100%;}
.login_con{width: 300px; height: 300px;background: #fff;border-radius: 5px; float: right;margin-top:150px;margin-bottom: 150px; display: block;}
.login_con_l{width: 500px; height: 500px; margin: 50px 0px 50px 20px;float: left;}
.login_con h2{border-bottom: 1px solid #eee;display: block;padding: 12px 0px 12px 20px;margin: 0; font-size: 16px; font-family: "Microsoft YaHei";}

.login_con .content{padding: 20px;}

.login-print {
    width: 45px;
    height: 32px;
    left: 16px;
    top: 1px;
    position: absolute;
    background-color: #efefef;
    background-image: url(../images/login-print_01.png);
    border-radius: 5px 0px 0px 0px;
    background-repeat: no-repeat;
    background-position: 13px 5px;
    background-size: 42%;
}

#passwords .login-print {
    background-position: 13px -61px;
}
.col-center-block{
	padding-left: 46px;
}
@media(max-width: 768px){
	.login_con_l{display: none;}
	.login_con{width: 100%; height: 100%;background: #fff;border-radius: 5px; float: right;margin-top:50px;margin-bottom: 50px; display: block;}
}