@charset "utf-8";
/* CSS Document */
*{padding:0; margin:0;}
html{height:100%;}
body{ width:100%; height:100%; margin:0 ;overflow-x: hidden; font-family:"Microsoft Yahei";color:#333;font-size:13px;background:#f6f6f6 !important; }
div,li,dt,dd,dl,i,label{display:block;text-decoration:none;}
.clear{ clear:both;}
#clear{height: 44px; clear:both;}
.none, #none{display:none;}
.show{ display:block}
img{ border:none}

/*======login===============  */ 

.b-login{ width:100%; background:url(../images/login_bg.jpg) no-repeat center   !important;}
#floater1 {width:100%; height:30%; margin-bottom:-190px;}
#floater1 a{ padding-left:30px;}
#content1 {clear:both; padding:0 30px; max-width:600px; margin:0 auto;}
.h-logo{ margin-bottom:50px; text-align:center;}
.h-logo img{ width:300px}

.login-text{ background:#fff; padding:50px; opacity:0.9}
.login-text h2{display: block; font-size:20px; padding:30px 80px 10px; color:#333;}
.login-text h2 small{color:#999; font-size:14px;}
.login-text .input{ margin:10px 140px 10px 80px; }

.ueer-box,.password-box{margin-bottom:10px;position:relative;}
.ueer_name,.password{display:block; width:100%; height:45px; line-height:45px; border:1px solid #ddd; background: #fff; color:#666; font-size:16px;text-indent:40px; border-radius:5px;}

/*input[type="text"]:focus,
input[type="password"]:focus {	border:1px solid #ab1715;	box-shadow: none !important}*/
.input img{width:20px; height:20px; }
.input .icon_user{	position: absolute;	top: 13px;	left: 9px;	z-index: 10}
.prompt{position: absolute;	top: 13px;	right:-40px;z-index: 10; color:#ab1715}
.verify{position: absolute;	top: 5px;	right:0; z-index: 10; width:65px; height:35px;cursor:pointer;}
.verify img{width:65px !important; height:35px !important; }

.input .icon_password{position: absolute;top:14px;left: 10px;	z-index: 10;}
.btn_box{padding:10px 0;}
.btn_login{width:100%; height:45px; line-height:45px; font-size:18px; display:block; background:#ab1715; color:#FFF; float:left; border:none; cursor:pointer;border-radius:5px; }
.btn_login:hover{background-color:#161415}
.checkbox{ height:20px; line-height:20px; position:relative;}
.checkbox .gx{ position:absolute; left:0; top:3.5px;}
.checkbox span{ position:absolute; left:20px; top:0;color:#666;}
.checkbox a{ position:absolute; right:0; top:0;color:#666; text-decoration:none;}

.another{ padding:20px 0; text-align:right; }
.another a{ color:#ab1715;text-decoration:none;}
.another a:hover{ color:#ab1111;}

input, textarea {
    border: solid 1px #ab1715;
    outline: 0;
}
