﻿@charset "utf-8";
html,body,p,dl,dt,dd,table,td,th,input,img,form,div,span,ul,ol,li,h1,h2,h3,h4,h5,h6,select,fieldset,fieldset,button,sub,sup,textarea{margin:0;padding:0;}
html, body {height: 100%;line-height: 1.6;}
body{font:14px/1.5 微软雅黑, 'Microsoft YaHei', 华文中宋, 宋体;background:#fff;color:#575757;}
.text-l{text-align:left}.text-r{text-align:right}.text-c{text-align:center}
.cl:after,.clearfix:after{content:"\20";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}

.login-body{position: relative;background:#fff;min-width:1250px;min-height:676px;}

.layout-login-header{height:55px;position: absolute;left: 0;top: 0;width: 100%;box-sizing: border-box;background:#fff;}
    .login-pro{background:url('../images/login-pro.png') no-repeat;width:125px;height:25px;margin: 16px 0 0 26px;float:left;}
    .login-logo{background:url('../images/login-logo.png') no-repeat;width:148px;height:18px;margin: 20px 18px 0 0;float:right;}
    .login-bg_title{position: absolute;left: 11.5%;top: 8%;color: #fff;width: 44%;z-index: 9;}
.layout-login-body {height: 100%;padding: 55px 0 0 0;box-sizing: border-box;}
    .login-body-bg{background: #093972;height: 100%;background-size: 100% 100%;-moz-background-size: 100% 100%;position: relative;z-index:1}
    .login-img{width:51.2%;height:auto;position: absolute;top: 15%;left: -33%;right: 0;bottom:0;margin:0;z-index:2;margin: auto;}
            .login-img_body{width:100%;height:auto;}
    /*box-shadow:0 0 15px #cacaca;*/
    .layout-login-main {box-sizing: border-box;width: 345px;height: 375px;position: absolute;top: 0;left: 0;right: -48%;bottom: 50px;margin: auto;background-color:#fff;z-index:3;padding: 37px 30px 46px}
        .login-box {box-sizing: border-box;background-color: #fff;border-radius: 10px;width: 100%;height: 100%;color: #A2A7AC;}
        .login-form{}
            .login-title {font-size: 18px;color: #009EFF;padding-bottom: 5px;border-bottom: 1px solid #009eff;}
            .txt-ico-box{position:relative;border-radius:5px;margin-top: 20px;}
            .txt-ico-box .iconfont {font-size: 22px;position: absolute;left: 10px;top:5px;}
            .txt-ico-box input.login-input {border: 1px solid #E5E5E5;padding-left: 35px;color: #A2A7AC;height: 40px;line-height:40px;font-size: 16px;width: 100%;border-radius: 5px;box-sizing: border-box;background:#E8F0FC}     
            .txt-ico-box .login-label {position: absolute;padding-left: 35px;line-height: 40px;color: #7F7983;}
            input.login-password:-webkit-autofill{font-size: 24px;}
            .ver-code{float:right;margin-top: 20px;border-radius:5px;overflow: hidden;width: 100px;height: 38px;border: 1px solid #ccc;text-align: center;background-color: #E8F0FC;cursor: pointer;}
            .btn-box {margin-top: 20px;} 
                .login-btn{background-color: #009EFF;border-radius: 4px;padding: 7px 0px;font-size: 18px;color: #fff;text-decoration: none;width: 100%;display: inline-block;text-align: center;}
                a.login-btn:hover{color:#fff;text-decoration:none;}
        
        .login-tips{position: absolute;text-align: center;bottom: 65px;font-size: 12px;width: 100%;color: red;z-index:4;}
        .login-loading {position: absolute;text-align: center;line-height: 400px;color: #fff;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,.3);display: none;}
    .layout-login-bottom {box-sizing: border-box;width: 700px;height: 50px;position: absolute;left: 0;right: 0;bottom: 18px;margin: auto;color: #fff;z-index:4;}

.return-index{float:right;color:#25ACFF;padding-right: 10px;top: 18px;position: relative;text-decoration: none;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow:0 0 0 60px white  inset;
  -webkit-text-fill-color: #878787;
}