.header{
    background-color: #fefefe;
}
.header .h-left .logo{
    /* background-image: url(../images/logo.png); */
}
.login-collect{
    line-height: 100px;
    font-size: 14px;
    color: #888888;
    text-decoration: none;
}
.login-collect::before{
    display: inline-block;
    content: '';
    width: 17px;
    height: 15px;
    background: url(../images/collect-icon.png) no-repeat center;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 5px;
}
.main{
    position: relative;
    height: 723px;
}
.main::before{
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../images/login-bg-repeat_01.png);
    z-index: -1;
}
.main::after{
    position: absolute;
    content: '';
    display: block;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../images/login-bg-repeat_02.png);
    z-index: -1;
}
.main .wrap{
    height: 100%;
    background: url(../images/login-bg.jpg) no-repeat center;
    background-size: 100%;
    position: relative;
}
.login-box{
    position: absolute;
    right: 20px;
    top: 200px;
    width: 332px;
    /* height: 264px; */
    background-color: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-sizing: border-box;
    overflow: hidden;
}
.login-box label.login-item{
    display: block;
    position: relative;
    color: #1d173e;
    font-size: 14px;
    padding: 0 30px;
}
.login-box label.login-item .label-name{
    position: absolute;
    display: block;
    bottom: 1px;
    left: 30px;
    height: 34px;
    line-height: 34px;
}
.login-box input[type='text'],
.login-box input[type='password']{
    width: 100%;
    line-height: 34px;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
    padding: 0 0 0 3em;
    box-sizing: border-box;
    outline: none;
    box-shadow: 0 0 0 1000px #fff inset;
}
.login-box .rb-box{
    font-size: 12px;
    color: #f13131;
    margin-top: 10px;
    padding: 0 30px;
}
.login-box .rb-box label{
    display: inline-block;
}
.login-box .rb-box label input{
    vertical-align: text-bottom;
}
.login-box .rb-box .forget-btn{
    font-size: 12px;
    color: #63616e;
    float: right;
    text-decoration: none;
}
.login-box .btn-box{
    padding: 20px 0;
    background-color: #eff6ff;
    margin: 15px 0 0;
}
.login-box .btn-box .login-btn{
    display: inline-block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(70, 130, 250);
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 6px 0px rgba(70, 158, 249, 0.34);
    outline: none;
    padding: 0;
    text-decoration: none;
    color: #156ad7;
}
.public-footer{
    background-color: #fff;
}
.public-footer .all-rights{
    color: #888;
}