@charset "UTF-8";
html,
body {
    height: 100%;
    background-color: white;
}

ul {
    list-style: none;
}

.box {
    background-color: #b3e3f9;
    margin: 0 auto;
    border: none;
    position: relative;
    width: 100%;
    height: 615px;
    padding: 0;
}

/*中间登录内容*/

.box-main {
    position: relative;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
    border: none;
}

/* .box-main > img {
    position: absolute;
    top: 50%;
    margin-left: 100px;
    margin-top: -152.5px; } */

.backgroundbox {
    position: absolute;
    top: 50%;
    width: 50%;
    margin-top: -164px;
}

.backgroundbox img {
    margin: 0 auto;
    display: block;
}

/*登录选择*/

#login-changes {
    margin-left: 20px;
}

#login-changes>input {
    margin-left: 10px;
    margin-right: 2px;
}

.form-group {
    text-align: center;
}

#login-button {
    width: 330px;
    margin: 10px auto 10px auto;
}

#login-button>a {
    color: white;
}

#box-banner {
    float: left;
    width: 565px;
    height: 305px;
}

/*中间登录内容*/

.login-box {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 50%;
    background-color: #fff;
    margin-top: -200px;
    /*垂直水平居中*/
    /*设置负值，为要定位子盒子的一半高度*/
    position: absolute;
    width: 360px;
    right: 114px;
}

.header-title {
    text-align: center;
    color: #2fade8;
    height: 60px;
}

.header-title h2 {
    line-height: 100px;
}

.form {
    width: 100%;
    max-width: 500px;
    height: 275px;
    margin: 0 auto 0px auto;
}

.login-content {
    height: 300px;
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    float: left;
}

.login-title {
    height: 70px;
    padding: 5px 10px;
    background-color: rgba(0, 0, 20, 0.7);
}

.login-title h1 {
    margin-top: 10px !important;
    letter-spacing: 1px;
}

.login-title small {
    font-size: 20px;
    margin-left: 10px;
    color: #fff;
    font-family: "黑体";
}

.input-group {
    margin: 0px 0px 30px 0px !important;
}

input#remember {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin: 0 5px;
}

.form-control,
.input-group {
    height: 40px;
}

.login-box .form-group {
    margin-bottom: 0px !important;
    position: relative;
}

.form {
    padding: 0 30px;
}

.link p {
    line-height: 20px;
    margin-top: 30px;
}

.btn-sm {
    padding: 8px 24px !important;
    font-size: 16px !important;
}

.btn-info {
    background-color: #00A1E9;
    width: 100%;
}

.glyphicon {
    color: #5bc0de;
    position: absolute;
    top: 13px;
    left: 10px;
}

.form-group input.form-control {
    padding-left: 50px;
    outline: none;
    box-shadow: none;
    border-radius: 0;
}

#login-button {
    width: 100%;
    border-radius: 5px;
}

.forget {
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
    text-align: right;
    cursor: pointer;
}

#login-error {
    height: 20px;
    padding: 0;
    border: 0;
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 10px;
}

#login-error-msg {
    color: #ff0000;
}

#login-error>i {
    color: #ff0000;
    margin-right: 10px;
}

#login-error:focus {
    /*border-color: red;*/
}

/* 忘记密码 */

.changepsw .box-main h2 {
    padding: 30px 0;
    color: #00a0e9;
    margin: 0;
}

.changepsw .form-group input.form-control {
    padding-left: 20px;
}

.change-box {
    margin: 0 auto;
    background: #fff;
    height: 450px;
}

.box-header {
    padding: 50px 0;
    margin: 0 auto;
}

.flowstep,
.stepname li {
    width: 24%;
    display: inline-block;
    text-align: center;
    position: relative;
    /*width: 191px;position: relative;display: inline-block;height: 8px;background: #ccc;*/
}

.stepnum {
    z-index: 9999;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    /* Firefox */
    -webkit-border-radius: 40px;
    /* Safari 和 Chrome */
    display: inline-block;
    background-color: #e0e0e0;
    line-height: 40px;
    text-align: center;
}

.line {
    height: 8px;
    background: #e0e0e0;
    width: 100%;
    top: 15px;
    right: 50%;
    margin-right: 20px;
    z-index: 0;
    position: absolute;
}

.flow,
.stepname {
    padding: 0;
}

/*.flow{padding-left: 96px;}*/

/*.stepname{padding:  30px 0 0;}*/

/*.stepname li{    width: 191px;text-align: center;display: inline-block;    font-weight: bold; font-size: 16px;}*/

/*.flow li:first-child{width: 0;}*/

.flowstep.active .stepnum,
.flowstep.active .line {
    background-color: #00a0e9;
    color: #fff;
}

.stepname li.active {
    color: #00a0e9;
}

.box-content {
    margin: 0 auto;
    max-width: 360px;
}

.box-content input.form-control,
.el-input {
    width: 250px;
    display: inline-block;
    text-align: left;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    font-size: 16px;
}

/*.step_one  .form-footer{    margin-top: 50px;}*/

.step_one {
    margin-top: 50px;
}

.step_two label,
.steptwo_error label {
    font-size: 16px;
}

.form-footer {
    margin: 10px auto 0;
    width: 100%;
    max-width: 320px;
}

.step_two,
.steptwo_error,
.step_three,
.step_four {
    display: none;
}

input[disabled="disabled"] {
    background-color: #ccc !important;
    border: none;
}

.step_four .content {
    width: 300px;
    margin: 50px auto;
    padding-left: 80px;
    position: relative;
}

.step_four .tip {
    font-size: 28px;
}

.step_four i {
    position: absolute;
    left: 0;
    font-size: 80px;
    top: -18px;
}

.errormsg {
    margin-left: 20px;
    height: 20px;
}

.errormsg .msg {
    color: #ff0000;
    font-size: 15px;
    display: none;
}

.formveri {
    margin-left: 20px;
    padding: 0;
    width: 96px;
    height: 40px;
}

.changepsw .form-group input.code {
    width: 140px;
    padding-left: 10px;
}

/*header*/

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .login-box {
        width: 35%;
    }
    #login-button {
        width: 90%;
    }
}

/*接近苹果设备的分辨率适配*/

@media screen and (max-width: 450px) {
    .box-main img,
    #logo-left {
        display: none;
    }
    .login-box {
        position: static;
        width: 100%;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
    }
    #login-button {
        letter-spacing: 5px;
        width: 95%;
    }
    .box {
        height: auto;
    }
    .form-group {
        text-align: center;
    }
    .change-box {
        margin: 0 5px;
        height: 300px;
        margin-bottom: 5px;
    }
    .step_two label,
    .steptwo_error label {
        font-size: 14px;
    }
    .changepsw .step_two .form-group {
        margin-bottom: 0;
    }
    .changepsw .form-group input.code {
        width: 80px;
    }
    .stepnum {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        -moz-border-radius: 20px;
        /* Firefox */
        -webkit-border-radius: 20px;
        /* Safari 和 Chrome */
        line-height: 20px;
    }
    .line {
        height: 4px;
        top: 7px;
        margin-right: 10px;
    }
    .box-header {
        padding: 20px 0 0;
    }
    .box-content {
        padding: 0 10px;
    }
    .box-content input.form-control,
    .el-input {
        width: 150px;
    }
    .changepsw .form-group {
        margin-bottom: 10px;
    }
}

/*!*适配安卓手机的分辨率*!*/

@media (max-width: 320px) {
    .login-box {
        margin: auto;
        left: 0;
        right: 0;
    }
}

@media screen and (min-width: 767px) and (max-width: 1160px) {
    .backgroundbox img {
        max-height: 220px;
    }
    .backgroundbox{
      margin-top: -140px;
    }
    .box {
        height: 550px;
        ;
    }
    .change-box {
        margin: 0 10px;
    }
    .login-box {
        right: 5%;
        width: 33%;
    }
}