html {
    height: 100%
}

body.signin {
    height: auto;
    /*background:url(../img/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)*/
}

.wxlogo img {
    width: 100%;
}

.cd-switcher:after {
    content: "";
    display: table;
    clear: both;
}

.cd-switcher li {
    list-style-type: none;
    width: 33.3%;
    float: left;
    text-align: center;
}

.cd-switcher li:first-child a {
    border-radius: .25em 0 0 0;
}

.cd-switcher li:last-child a {
    border-radius: 0 .25em 0 0;
}

.cd-switcher a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #d2d8d8;
    color: #809191;
}

.cd-switcher a.selected {
    background: #FFF;
    color: #505260;
}

.login-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.login-box-msg {
    font-size: 20px;
    text-align: center;
}

.form-control-feedback {
    top: 0 !important;
}

#loginByMobileForm {
    display: none;
}

#loginByUsername {
    display: none;
}

#login_form {
    width: 360px;
    float: right;
}

.banner {
    width: 100%;
    height: 350px;
    background-image: url(../img/banner_bg.png);
    background-position: 50% 0;
}

.signuppanel {
    width: 960px;
    margin: 0 auto;
    /*height: 350px;*/
    position: relative;
    padding: 30px 20px;
}

.signinpanel {
    width: 960px;
    margin: 0 auto;
    height: 350px;
    position: relative;
}

.signinpanel .switch-tab {
    height: 50px;
    background-color: white;
}

.signinpanel .switch-tab ul {
    padding: 0;
    background: #d2d8d8;
}

.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);
    /*-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);*/
}

.qrcode_panel {
    top: 20px;
    right: -137px;
}

.qrcode_panel {
    position: absolute;
    top: 24px;
    right: -141px;
    background-color: #fff;
    padding: 16px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
    color: #717375;
    font-size: 12px;
}

.signup-footer {
    border-top: solid 1px rgba(255, 255, 255, .3);
    margin: 20px 0;
    padding-top: 15px;
    text-align: center;
}

@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
    }
}

.login-header {
    width: 960px;
    margin: 0 auto;
}

.login-news {
    width: 960px;
    margin: 0 auto;
    padding-top: 30px;
}

.news-label {
    height: 40px;
}

.news-label span {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    width: 100px;
    float: left;
    border-radius: 10px;
}

.news-label button {
    width: 80px;
    float: right;
    border-radius: 10px;
    font-size: 14px;
}

.news-list {
    padding: 10px 20px;
}

.news-list li {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
}

.news-list li span {
    float: right;
}

.login-header img {
    width: 65px;
    height: 65px;
}

.login-header span {
    font-size: 30px;
}

.login-footer {
    text-align: right;
    position: absolute;
    bottom: 0;
    height: 20px;
    padding-right: 10px;
    right: 0;
    color: #1a1a17;
}
