html {
    height: 100%;
    /*color: #0d0d0d;*/

}

body.signin {
    height: 100%;
    background: url(../img/bu_login.png) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: rgba(255, 255, 255, .95)
}

.row {
    height: 100%;
}

.flexbox {

    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.login-item {
    margin: 43px 47px 67px;
    display: flex;

}

.login-item > div:nth-child(2) {
    margin-left: auto;
    display: flex;
}

.login-item > div:nth-child(2) > img {
}

.login-item > div:nth-child(2) > img:nth-child(2) {
    margin-left: 20px;
}

.login-title {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    margin-left: 86px;
}

.form-group {
    margin-top: 30px;
    position: relative;
}

.form-group label {
    color: #7A818B;
    font-size: 20px;
    margin-bottom: 15px;

}

.form-group input {
    border: none;
    font-size: 26px;
    border-bottom: 1px solid #D8DFE9;
    padding-left: 0;
}

.checkbox {
    margin-top: 30px;
    color: #7A818B;
    font-size: 16px;
    display: flex;
}

.checkbox > div {
    margin-left: auto;
}

.checkbox > div a {
    color: #1FC6B1;
}

#signupForm {
    color: #0d0d0d;
}

.btn-login {
    width: 100%;
    height: 70px;
    background: #1FC6B1;
    opacity: 1;
    border-radius: 50px;
    font-size: 28px;
    margin-top: 51px;
    color: #FFFFFF;
}

/*.flexbox img{position: absolute;top: 50%;margin-top: -50px;}*/
.right-item {
    height: 100%;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 100px 0px 0px 100px;
}

.popup {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    /*opacity: 0.5;*/
    z-index: 2;
    display: none;
    width: 100%;
    /*line-height: auto;*/
}
.popup2 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    /*opacity: 0.5;*/
    z-index: 2;
    display: none;
    width: 100%;
    /*line-height: auto;*/
}

.form-item {
    margin: 0 90px 0;
}
.form-item2 {
    margin: 0 90px 0;
}

.popup > div {
    width: 900px;
    height: 720px;
    /*background: #FFFFFF;*/
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -450px;
    margin-top: -360px;
    background: url(../img/popup-bg.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 30px;
    color: #0d0d0d;
}

.popup .title {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1FC6B1;
    text-align: center;
    margin: 43px 0 58px;
}

.popup .test-form {
    margin: 0 143px 0 137px;
}

.popup .test-form .form-group {
    margin-top: 0;
    margin-bottom: 26px;
}

.popup .test-form input {
    border: 1px solid #D8DFE9;
    height: 70px;
    line-height: 70px;
    border-radius: 50px;
    font-size: 20px;
    padding-left: 30px;
}

.popup .test-form .getcode {
    width: 100%;
    border: 1px solid #1FC6B1;
    /*opacity: 1;*/
    height: 70px;
    line-height: 70px;
    border-radius: 50px;
    color: #1FC6B1;
    font-size: 20px;
    text-align: center;
    background: none;
    padding: 0;
}

.popup #submit-success {
    margin: 0 143px 0 137px;
    text-align: center;
    display: none;
}

#submit-success img {
    margin: 130px auto 31px;
}

#submit-success .tip {
    color: #7A818B;
    font-size: 20px;
}

#submit-success .tip > div {
    font-size: 30px;
    color: #1FC6B1;
}

#info {
    position: absolute;
    top: 50%;
    left: 0;
}

.signinpanel {
    width: 750px;
    margin: 10% auto 0
}

.signinpanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: 0 0
}

.signinpanel .signin-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0
}

.signinpanel .form-control {
    display: block;
    margin-top: 15px
}

.signinpanel .uname {
    background: #fff url(../img/user.png) no-repeat 95% center;
    color: #333
}

.signinpanel .pword {
    background: #fff url(../img/locked.png) no-repeat 95% center;
    color: #333
}

.signinpanel .code {
    background: #fff no-repeat 95% center;
    color: #333;
    margin: 0 0 15px 0
}

.signinpanel .btn {
    margin-top: 15px
}

.signinpanel form {
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, .03);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 30px
}

.signup-footer {
    border-top: solid 1px rgba(255, 255, 255, .3);
    margin: 20px 0;
    padding-top: 15px
}

.formcode-item {
    display: flex;
    border-bottom: 1px solid #D8DFE9;
    padding-bottom: 10px
}

.tiptext {
    text-align: center;
    font-size: 16px;
    color: #7A818B;
    margin: 37px 0 71px;
}

.info-fixed {
    position: fixed;
    top: 30%;
    left: 0;
}

.info-fixed > div {
    background: white;
    color: #7A818B;
    font-size: 16px;
    text-align: center;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 18px 20px;
}

.info-fixed > div:first-child > img {
    width: 140px;
}

.info-fixed > div:nth-child(2) {
    margin-top: 14px;
}

.info-fixed > div:nth-child(2) img {
    display: inline-block;
    margin-right: 10px;
    width: 26px;
}

.img-left-item >  img {
    width: 863px;
    height: 646px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -323px;
    margin-left: -431px;
}

@media (max-width: 1024px) {
    /*body{font-size: 18px}*/
    .login-item {
        margin: 20px 20px;
    }

    .login-title {
        color: #000;
        font-size: 20px;
        font-weight: bold;
        margin-left: 46px;
    }
    .login-item > div:nth-child(2) > img:nth-child(2) {
        margin-left: 0;
    }
    .form-group {
        margin-top: 15px;
    }

    .checkbox {
        margin-top: 10px;
        font-size: 8px;
    }

    .btn-login {
        height: 35px;
        opacity: 1;
        font-size: 14px;
        margin-top: 10px;
    }

    .form-item {
        margin: 0 50px 0;
    }
    .form-item2 {
        margin: 0 50px 0;
    }

    .form-group label {
        /*color: #7A818B;*/
        font-size: 10px;
        margin-bottom: 10px;

    }

    .form-group input {
        /*border: none;*/
        font-size: 14px;
        /*border-bottom: 1px solid #D8DFE9;*/
        /*padding-left: 0;*/
    }

    .tiptext {
        /*text-align: center;*/
        font-size: 8px;
        /*color: #7A818B;*/
        margin: 37px 0 50px;
    }
    .right-item{
        width: 50%;
    }
    .info-fixed > div {
        /*background: white;*/
        /*color: #7A818B;*/
        font-size: 8px;
        /*text-align: center;*/
        /*box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);*/
        /*border-radius: 20px;*/
        padding: 9px 10px;
    }

    .info-fixed > div:first-child > img {
        width: 70px;
        margin: auto;
    }

    .info-fixed > div:nth-child(2) {
        margin-top: 14px;
    }

    .info-fixed > div:nth-child(2) img {
        /*display: inline-block;*/
        margin-right: 5px;
        width: 13px;
    }
    .img-left-item >  img {
        width: 431px;
        height: 343px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -215px;
        margin-left: -171px;
    }
    .popup > div {
        width: 900px;
        height: 620px;
        /*background: #FFFFFF;*/
        margin: 0 auto;
        position: absolute;
        top: 0;
        /*bottom: 0;*/
        left: 50%;
        margin-left: -450px;
        /*margin-top: -360px;*/
        background: url(../img/popup-bg.png) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        border-radius: 30px;
        color: #0d0d0d;
    }
}

/*>=1024的设备*/

@media (max-width: 1152px) {
    /*body{font-size: 20px}*/

    .login-title {
        color: #000;
        font-size: 30px;
        font-weight: bold;
        /*margin-left: 46px;*/
    }
    .login-item > div:nth-child(2) > img:nth-child(2) {
        margin-left: 0;
    }
    .form-group {
        margin-top: 15px;
    }

    .checkbox {
        margin-top: 10px;
        font-size: 8px;
    }

    .btn-login {
        height: 45px;
        opacity: 1;
        font-size: 14px;
        margin-top: 10px;
    }

    .form-item {
        /*margin: 0 50px 0;*/
    }

    .form-group label {
        /*color: #7A818B;*/
        font-size: 10px;
        margin-bottom: 10px;

    }

    .form-group input {
        /*border: none;*/
        font-size: 14px;
        /*border-bottom: 1px solid #D8DFE9;*/
        /*padding-left: 0;*/
    }

    .tiptext {
        /*text-align: center;*/
        font-size: 8px;
        /*color: #7A818B;*/
        margin: 37px 0 50px;
    }
    .right-item{
        width: 50%;
    }
    .info-fixed > div {
        /*background: white;*/
        /*color: #7A818B;*/
        font-size: 8px;
        /*text-align: center;*/
        /*box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);*/
        /*border-radius: 20px;*/
        padding: 9px 10px;
    }

    .info-fixed > div:first-child > img {
        width: 70px;
        margin: auto;
    }

    .info-fixed > div:nth-child(2) {
        margin-top: 14px;
    }

    .info-fixed > div:nth-child(2) img {
        /*display: inline-block;*/
        margin-right: 5px;
        width: 13px;
    }
    .img-left-item >  img {
        width: 431px;
        height: 343px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -215px;
        margin-left: -171px;
    }
}

/*>=1100的设备*/
@media (min-width: 1280px) {
    /*body{font-size: 22px;}*/
    .login-item {
        margin-bottom: 67px;
    }
}

/*>=1280的设备*/

@media (min-width: 1366px) {

    /*body{font-size: 24px;}*/
    .login-item {
        margin-bottom: 67px;
    }
}

@media (min-width: 1440px) {
    /*body{font-size: 25px !important;}*/
    .login-item {
        margin-bottom: 67px;
    }
}

@media (min-width: 1680px) {
    .login-item {
        margin-bottom: 67px;
    }

    /*body{font-size: 28px;}*/
}

@media (min-width: 1920px) {
    /*body{font-size: 33px;}*/
    .login-item {
        margin-bottom: 67px;
    }
}

@media screen and (max-width: 768px) {
    .signinpanel, .signuppanel {
        margin: 0 auto;
        width: 420px !important;
        padding: 20px
    }

    .signinpanel form {
        margin-top: 20px
    }

    .signup-footer, .signuppanel .form-control {
        margin-bottom: 10px
    }

    .signup-footer .pull-left, .signup-footer .pull-right {
        float: none !important;
        text-align: center
    }

    .signinpanel .signin-info ul {
        display: none
    }
}

@media screen and (max-width: 320px) {
    .signinpanel, .signuppanel {
        margin: 0 20px;
        width: auto
    }
}