body{
    font:14px 'Microsoft YaHei','Arial','Open Sans', Arial, sans-serif;
    color:#333;
}

a{
    text-decoration: none;
    color:#999;
}

img{
    border:0;
}
.login-bg{
    background: url(../images/bg-body.jpg) no-repeat;
}
.login-container{
    width:1004px;
    height:600px;
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-502px;
    margin-top:-300px;
}
.logo-container{
    width:490px;
    height:140px;
    margin:0 auto;
}
.login-logo{
    float:left;
    width:350px;
}
.login-project-name{
    float:right;
    font-weight: bold;
    font-size:26px;
    margin-top:70px;
}

.form-container{
    width:490px;
    height: 410px;
    margin:0 auto;
    background:#fff;
}
.login-tab{
  /*   width:375px;
    margin-left:28px; */
    font-size:16px;
}
.login-tab a{
    display: block;
    float: left;
    height:40px;
   /*  line-height: 40px; */
    margin-bottom:20px;
    margin-right:25px;
    /* margin-top:10px; */
    cursor: pointer;
}
.login-tab a.active{
    border-bottom:4px solid #e60012;
    color:#666;
}
.login-username{
    clear:both;
}
.login-QRcode{
    clear: both;
    display: none;
    text-align: center;
    margin-top: 10px;
}
/*
.login-QRcode img{
    margin-top:20px;
}
.form-title{
    display: block;
    font-size:20px;
    font-weight: bold;
    text-align: center;
    padding-top:30px;
}
*/
.login-kickout {
	margin-left: 16px;
}

.form-group{
    width:420px;
    margin-left:28px;
    margin-top:15px;
    clear:both;
    float:left;
}
.login-input{
    float:right;
    display: block;
    height:50px;
    line-height: 50px;
    width:370px;
    border:1px solid #b7b7b7;
    font-size:16px;
    padding-left:5px;
    background: transparent;
    -moz-box-sizing:content-box; /* Firefox */
    -webkit-box-sizing:content-box; /* Safari */
    line-height:50px;
    font-family: 'Microsoft YaHei','Arial','Open Sans', Arial, sans-serif;
}

.login-input:hover{
    border-color:#f65e44;
}
 .login-input:focus{
     outline:none;
 }
 .login-icon{
    float: left;
    display: block;
    width: 40px;
    height: 32px;
    margin-top: 8px;
    margin-left: -8px;
 }
.icon-user{
    background:url(../images/iocn-user.png) 5px center no-repeat;
}
.icon-lock{
    background:url(../images/icon-lock.png) 5px center no-repeat;
}
.icon-check {
    background:url(../images/icon-check.png) 5px center no-repeat;
}
.input-check{
    float:left;
    width:220px;
    margin-left:12px;
}
.input-msg{
    float:left;
    width:220px;
}
.checkcode{
    float:right;
    display: block;
    height:50px;
    margin-right:29px;
    margin-top:-52px;
}
.checkcode a:hover{
    color:#e60012;
}

.button-box {
	clear: both;
	width: 395;
	margin: 10px auto 0 auto;
}
.login-btn {
	display: block;
	width: 145px;
	height: 45px;
	opacity: 0.8;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	cursor: pointer;
}
.login-btn:hover{
    opacity: 1;
}
.bg-red{
    float: left;
    background-color: #e60012;
}
.bg-blue{
    float: left;
    background-color: #5C9BD1;
}
.bg-grey {
    float: right;
    background-color: #ccc;
    color:#666;
}
.login-error{
     float: right; 
    color:#e7505a;
    margin-top:10px;
   /*  line-height: 4;
    margin-left:35px; */
}
.forgetpsw{
    float: right;
    width:150px;
    margin-right:29px;
    line-height: 4;
    text-align: right;
}
.forgetpsw a:hover{
    color:#e60012;
}
.login-footer{
    position: absolute;
    width: 600px;
    left:50%;
    margin-left:-300px;
    bottom:10px ;
    text-align: center;
    color:#999;
}
.login-checkcode{
    display: none;
    float：left;
    padding-top:115px;
}
.page-403{
        width:100%;
        text-align:center;}
    .page-403 .number{
        display: inline-block;
        margin-top:100px;
        letter-spacing: 1px;
        line-height: 128px;
        font-size: 40px;
        color: #e7505a;
        text-align: right;}
    .page-403 .details{
        margin-left: 40px;
        display: inline-block;
        text-align: left;}
    .page-403 .btn-relogin{
        cursor:pointer;
        border-radius:4px;
        padding:8px 12px;       
        color: #fff;
        background-color: #ed6b75;
        border-color: #ea5460; 
        }   
        
  .page-403 .btn-relogin:hover {
        color: #fff;
        background-color: #e73d4a;
        border-color: #e31d2d; }
  
.page-403 h3 {
        font-weight:500;
        font-size:20px;
        margin-bottom : 20px;
         }
.label-ie9{
  position: absolute;
  height: 50px;
  line-height:50px;
  margin-left:17px;
  font-size:16px;
  color: #6d6d6d;
  display: none;
}

input {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	margin-top:15px;
	margin-right:2px;
	margin-bottom:15px;
	margin-left:2px;
}

.container {
	height : 90%;
	width: 1200px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
/*logo*/
.logo {
	width: 239px;
	height: 75px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 50px;
	margin-left: 60px;
}
/*��¼*/
.box {
	width: 390px;
	/*background:rgba(255,255,255,0.35);
	border-radius:12px;
    box-shadow: 0px 0px 5px rgba(4,11,84,0.25);*/
	float: right;
	margin-right: 410px;
	margin-top: 120px;
}

.sys {
	width: 100%;
	line-height: 56px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	/* font-family:"΢���ź�"; */
	/*border-bottom:1px solid #d7d7d7;*/
}

.form-box {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right:20px;
}

.num_box, .psw_box {
	width: 330px;
	height: 42px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
}

.num_img {
	display: inline-block;
	width: 42px;
	height: 42px;
	background-image: url(../images/name.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 4px;
	float: left;
}

.psw_img {
	display: inline-block;
	width: 42px;
	height: 42px;
	background-image: url(../images/psw.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 4px;
	float: left;
}

.num, .psw {
	border: none;
	display: inline-block;
	line-height: 22px;
	width: 270px;
	float: left;
	font-size: 14px;
	margin-top: 8px;
	height: 28px;
	outline: none;
}

.code_box {
	width: 330px;
	height: 44px;
	overflow: hidden;
	margin-bottom: 20px;
}

.code_container, .code_img {
	float: left;
}

.code_container {
	width: 200px;
	height: 42px;
	border-radius: 4px;
	border: 1px solid #d7d7d7;
}

.code {
	width: 180px;
	border: none;
	line-height: 22px;
	margin-left: 8px;
	margin-top: 8px;
	height: 28px;
	outline: none;
}

.code_img {
	display: inline-block;
	width: 120px;
	height: 42px;
	margin-left: 8px;
	background-image: url(../images/code.png);
	background-repeat: no-repeat;
}

.login_btn {
	display: inline-block;
	width: 330px;
	line-height: 45px;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	background-image: url(../images/btn.png);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
/*�������*/
.choose_box {
	width: 330px;
	/* font-family:"΢���ź�"; */
	font-size: 12px;
}

.remb, .login {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 4px;
}

.remb_text, .login_text {
	margin-left: 5px;
}

.forget {
	text-decoration: none;
	line-height: 0px;
	margin-top:10px;
}

.login, .forget {
	margin-left: 0px;
}

.num_box, .psw_box, .code_box, .login_btn, .choose_box {
	margin-left: 30px;
}

.remb_text, .forget {
	color: #333333;
	display: inline-block;
	line-height: 14px;
}

.footer {
	width: 100%;
	text-align: center;
	font-size: 12px;
	/* font-family:"΢���ź�"; */
	color: #333333;
	position: fixed;
	bottom: 50px;
}

input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
border: 0px solid !important;
}

a:hover {
    color: #2c6795;
    text-decoration: underline;
    font-weight: normal;
}
a:visited {
   /*  color: #2c6795; */
    text-decoration: none;
    font-weight: normal;
}
