.login-page {
    overflow: hidden;
}

.head-line {
    height: 10px;
    width: 100%;
    background: #3d74eb;
}

.logo-line {
    height: 100px;
    background: #fff;
    overflow: hidden;
}

.header-logo {
    box-sizing: border-box;
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.logos {
    float: left;
    width: 250px;
    height: 55px;
}

.header-logo-box {
    margin-top: 15px;
    /*margin-top:13px;*/
}

.vertical-line {
    width: 2px;
    height: 55px;
    background: #a5a5a5;
    float: left;
}

.websitename {
    float: left;
    font-size: 36px;
    color: #848282;
    font-weight: bold;
    margin-left: 20px;
}

.login-center {
    overflow: hidden;
   height:843px;
    /* background: #3d74eb; */
    background: url(../images/login_img.png) no-repeat;
    background-size: 100%;
}

.login-center-center {
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}

.login-center-center>img {
    width: 732px;
    float: left;
    overflow: hidden;
    margin-top: 50px;
}

.login-footer {
    overflow: hidden;
    background: #fff;
}

.footer-center {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
}

.footer-center>p {
    font-size: 13px;
    color: #666666;
    letter-spacing: 1px;
    margin-top: 5px;
    text-align: center;
}

.footer-content {
    width: 880px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 20px auto 0 auto;
    overflow: hidden;
}

.footer-content>a {
    font-size: 13px;
    color: #666666;
    letter-spacing: 1px;
}

.footer-content>span {
    font-size: 13px;
    color: #666666;
    letter-spacing: 1px;
}

.login-box-bg {
    width: 378px;
    height: 338px;
    background: rgba(255, 255, 255, 0.5);
    margin-top: 250px;
    margin-right: 60px;
    float: right;
    overflow: hidden;
}

.login-box {
    width: 360px;
    height: 320px;
    background: #fff;
    margin: 9px auto 0 auto;
    overflow: hidden;
}

.login-title {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    /*padding: 20px 15px;*/
    padding-left: 45px;
    box-sizing: border-box;
    color: #232526;
    border-bottom: solid #ddd 1px;
}

.login-form {
    margin: 20px auto;
    width: 290px;
}

.input-box {
    overflow: hidden;
    margin-bottom: 15px;
}

.login-input {
    display: inline-block;
    width: 100%;
    height: 38px;
    line-height: 1.5;
    padding: 0 3px 0 28px;
    font-size: 12px;
    border: 1px solid #dddee1;
    border-radius: 4px;
    color: #495060;
    background-color: #fff;
    outline: none;
    box-sizing: border-box;
}

.yan-input {
    width: 170px;
    height: 36px;
    border-radius: 5px;
    line-height: 36px;
    outline: none;
    border: 1px solid #cccccc;
    text-indent: 13px;
    color: #cccccc;
    float: left;
    overflow: hidden;
}

.yan-input:focus {
    color: #333333;
}

.verification {
    width: 95px;
    float: left;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #2b85e4;
    background: #2b85e4;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    letter-spacing: 6px;
    margin-top: 2px;
    text-indent: 5px;
    text-align: center;
    outline: none;
    cursor: pointer;
    overflow: hidden;
}

.login-in {
    width: 290px;
    margin-top: 10px;
    height: 40px;
    font-size: 16px;
    letter-spacing: 6px;
    border: 0;
    border-radius: 4px;
    background: #f29100;
    color: #fff;
}

.login-title-box {
    position: relative;
    height: 65px;
    line-height: 65px;
    width: 100%;
}

.header-icon {
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 20px;
}

.input-icon {
    display: inline-block;
}

.name {
    background: url(../images/ren.png) 7px no-repeat;
}

.pwd {
    background: url(../images/suo.png) 7px no-repeat;
}