body,html{
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    font-size:16px;
    font-family: '微软雅黑';
}
/**{*/
/*box-sizing: border-box;*/
/*}*/
input{
    outline: none;
}
h1{
    margin:0;
    padding:0;
}

.fl{
    float: left;
}
.fr{
    float:right;
}
.cbo{ /*兼容 IE*/
    zoom: 1;
}
.cbo:after{
    content: "";
    display: block;
    clear: both;
}
.f12{
    font-size:12px;
}
.f15{
    font-size:13px;
}
.f16{
    font-size:14px;
}
.f18{
    font-size:16px;
}
.f24{
    font-size:20px;
}
.c-white{
    color:#fff;
}
.c-orange{
    color:#ff7900;
}
.c-blue{
    color:#42dbe8;
}
.centerY{
    position:absolute;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    top:50%;
}
.row{
    display:flex;
    display:-webkit-flex;
    display:-webkit-box;
}
.col{
    flex:1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}
.pr{
    position:relative;
}
.tc{
    text-align: center;
}
.header{
    height:66px;
    background: #2b3643;
    padding:0 20px;
}
.header-right{
    line-height:66px;
}
.logo-text{
    margin-top:15px;
    height:34px;
}
.login-wrap{
    width:100%;
    height:100%;
    min-height:600px;
    display:flex;
    display:-webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;

}
.login-main{
    height:100%;
    min-height:600px;
    background: url(/assets/pages/img/login/bg_login.jpg) no-repeat center;
    background-size:cover;
}
.login-mid-wrap{
    width:100%;
    height:49%;
    min-height:327px;
    max-height:479px;
    background: rgba(255,255,255,.5);
    box-shadow: 0 -1px 7px 0 #999,0 1px 7px 0 #999;
    /*ie8*/
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#50ffffff,endColorstr=#50ffffff)\0;
    position: absolute;
    top:28%;
}
.login-mid{
    width:58%;
    max-width:1200px;
    min-width:768px;
    height:100%;
    min-height:300px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
}
.desc{
    width:62%;
    height:100%;
}
.panel{
    width:38%;
    height:100%;
    background: #7c7d7d;
    box-shadow: -1px 0 7px 0 #999,1px 0 7px 0 #999;
}
.panel-main{
    width:80%;
    padding-left:10%;
    margin-top:10%;
}
.text{
    height: 62%;
    width:100%;
    line-height: 1.7em;
    background: #fff;
    top:20%;
    position: absolute;
}
.text-desc{
    font-size:18px;
    text-shadow: 2px 2px 7px rgba(0,0,0,.2);
}
.logo{
    margin:60px auto 20px;
    width: 100%;
}
.tj{
    text-align: justify;
}
.w100{
    width:100%;
}
.logo img{
    width:36%;
}
.login-form{
    width:100%;
    margin-top:6%;
}
.login-form>div{
    margin-bottom:11%;
}
.input-text{
    width:85%;
    height:30px;
    line-height:30px;
    font-size:14px;
    background: #fff;
    border:none;
}
.user{
    width:32px;
    height: 32px;
    background: #fff url(/assets/pages/img/login/user.jpg) no-repeat 10px center;
    background-size:17px;
}
.password{
    width:32px;
    height: 32px;
    background: #fff url(/assets/pages/img/login/pwd.jpg) no-repeat 10px center;
    background-size:17px;
}
.btn-login{
    width:100%;
    height:30px;
    line-height:30px;
    background: #42dbe8;
    border:none;
}
.notice{
    height:20px;
    margin-top:4%;
}
.pointer{
    cursor: pointer;
}
@media screen and (min-width: 1600px){
    .text{
        font-size:18px;
    }
    .input-text,.btn-login{
        height:42px;
        line-height: 42px;
    }
    .user,.password{
        height: 44px;
    }
    .text-desc{
        font-size:25px;
    }

}
.footer{
    position:absolute;
    bottom:45px;
    width:100%;
}
input:-webkit-autofill {
    background-color: #fff;
}

