html {
    height: 100%
}

* {
    box-sizing: border-box;
}

body.signin {
    height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: url('../img/fm.png');
}

.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: 24px;
    text-align: center;
}

.form-control-feedback {
    top: 0 !important;
}

#loginByMobileForm {
    display: none;
}

#loginByUsername {
    display: none;
}

.signinpanel {
    width: 340px;
    margin: 12% auto 0;
}

.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);
}

.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: 100%;
}

.login-header img {
    padding: 30px;
    width: 160px;
    height: 160px;
}

.login-header span {
    color: #ffffff;
    font-size: 36px;
}

.login-footer {
    text-align: right;
    position: absolute;
    bottom: 0;
    height: 20px;
    padding-right: 10px;
    right: 0;
    color: #ffffff;
}

label.error {
    position: inherit;
}
label.error{
    left: 138px!important;
    top: 50px!important;
}
.main-box {
    width: 100%;
    height: 100%;
}

/*new*/
.main-box {
    background: url("../img/login-bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 2% 12%;
    display: flex;
    flex-flow: wrap;
    align-content: space-between;
    font-family: '思源黑体';
    line-height: normal;
}

.login-header {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-right: 40px;
}

.login-header .login-title {
    width: 237px;
    height: 30px;
    background: url("../img/login-title.png") no-repeat;
    background-size: 100% 100%;
}

.login-header .title-right {
    /*width: 237px;*/
    /*height: 30px;*/
    color: #fff;
    /*background: url("../img/login-title.png") no-repeat;*/
    /*background-size: 100% 100%;*/
}

.login-header .title-right div {
    text-align: right;
    font-size: 8px;
}

.login-header .title-right div:nth-of-type(1) {
    font-size: 22px;
}

.login-body {
    width: 100%;
    height: auto;
    display: flex;
}

.login-body .login-content {
    width: calc(100% - 40px);
    height: 717px;
    background: url("../img/login-bg2.png") no-repeat;
    background-size: 100% 100%;
    display: flex;

}

.body-name {
    font-size: 2.5em;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.login-body .body-left {
    width: 53%;
    height: 100%;
}

.login-body .body-form {
    width: 50%;
    height: 100%;
    padding: 12% 7% 2% 6%;
    display: flex;
    flex-flow: wrap;
    align-content: space-around;

}

#loginByUsernameForm {
    width: 100%;
}

.version {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    color: #ddd;
}

.login-body .body-form .form-group {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
}

.login-body .body-form .form-group .form-name {
    width: 126px;
    background-color: #f0f0f0;
    font-size: 18px;
    color: #000;
    font-weight: bolder;
    border-radius: 22px;
    line-height: 46px;
    padding-left: 5%;
    margin-right: 15px;
}

.login-body .body-form .form-group input {
    width: 62%;
    height: 90%;
    outline: none;
    border: none;
    font-size: 18px;
}

.checkboxone {
    display: flex;
    align-items: center;
}

.login-body .body-form .form-group .checkboxTime {
    width: 17px;
    height: 17px;
    background-color: #fff;
    /*-webkit-appearance: none;*/
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
    zoom: 120%;
    /*vertical-align: middle;*/
}

.login-body .body-form .form-group .checkboxone .sign {
    margin-left: 10px;
}

.login-body .body-form .form-group:nth-last-of-type(1) {
    display: flex;
    justify-content: space-between;
    border: none;
}

.login-body .body-form .form-group select {
    width: 62%;
    height: 100%;
    outline: none;
    border: none;
    font-size: 18px;
}

.login-body .body-form .form-group .code {
    /*width: 62%;*/
    /*height: 100%;*/
    outline: none;
    /*border: none;*/
    font-size: 18px;
    padding: 0;
    border: 2px solid #f0f0f0;
    border-radius: 22px;
}

.login-body .body-right {
    width: 40px;
    height: 100%;
    display: flex;
    flex-flow: wrap;
    align-content: center;
}

.login-body .body-right .loginRole {
    width: auto;
    /*height: 100px;*/
    padding: 20px 10px;
    border-radius: 0 14px 14px 0;
    background-color: #bbb;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.login-body .body-right .loginRole:nth-of-type(1) {
    margin-bottom: -10px;
}

.login-body .body-right .loginRole.active {
    background: #2979ff;
    border-bottom: none;
    z-index: 3;
    transition: background 600ms;
}

.login-body .body-right .loginRole:hover {
    /*background: #0b57bc;*/
    border-bottom: none;
}


.n-login-footer {
    width: 100%;
    height: auto;
    font-size: 1.2em;
    color: white;
}

.n-btn {
    background-color: #2979ff;
    font-size: 18px;
    padding: 16px 80px;
    border-radius: 30px;
}

/*old*/
/*.left-box {*/
/*    float: left;*/
/*    width: 60%;*/
/*    height: 100%;*/
/*    background: url("../img/loginimg/loginbackground.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*}*/

/*.right-box {*/
/*    float: left;*/
/*    width: 40%;*/
/*    height: 100%;*/
/*    background-color: white;*/
/*}*/

/*.left-box-logo {*/
/*    width: 20%;*/
/*    height: auto;*/
/*    margin: 12% auto 0;*/

/*}*/

/*.logo-img {*/
/*    max-width: 90%;*/
/*    max-height: 90%;*/
/*}*/

/*.left-box-title {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    margin: 15% auto 0;*/
/*}*/

/*.welcomeTitle {*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*    max-height: 100%;*/
/*    text-align: center;*/
/*    font-size: 3.5em;*/
/*    font-weight: bold;*/
/*    color: white;*/
/*}*/

/*.welcomeTitleTwo {*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*    text-align: center;*/
/*    font-size: 2.5em;*/
/*    color: white;*/
/*}*/

/*.left-box-down {*/
/*    width: 55%;*/
/*    float: left;*/
/*    height: auto;*/
/*    text-align: center;*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*}*/

/*.down-logo-img {*/
/*    width: 135px;*/
/*    height: auto;*/

/*}*/

/*.downTitle {*/
/*    margin-top: 1em;*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*    text-align: center;*/
/*    font-size: 1em;*/
/*    color: white;*/
/*}*/

/*.rightTitle {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    margin: 15% auto 50px;*/
/*}*/

/*.titleOne {*/
/*    font-size: 3em;*/
/*    color: black;*/
/*}*/

/*.minTitle {*/
/*    font-size: 1.5em;*/
/*    color: black;*/
/*}*/

/*.only {*/
/*    width: auto;*/
/*    margin-left: 20%;*/
/*}*/

/*.two {*/
/*    margin-left: 1em;*/
/*}*/

/*.mainLoadBoxlength {*/
/*    width: 55%;*/
/*    height: auto;*/
/*}*/

/*.login-form-control-feedback {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    !*right: 0;*!*/
/*    z-index: 2;*/
/*    display: block;*/
/*    width: 25px;*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*    font-size: 18px;*/
/*    text-align: center;*/
/*    pointer-events: none*/
/*}*/

/*.rightdown {*/
/*    width: 66%;*/
/*    height: auto;*/

/*}*/

/*.right-left {*/
/*    text-align: center;*/
/*    float: left;*/
/*    width: 50%;*/
/*    height: 5em;*/
/*    line-height: 5em;*/
/*    background-color: #c3cefb;*/
/*}*/

/*.login-form-control {*/
/*    background: #FFFFFF none;*/
/*    border: 1px solid #e5e6e7;*/
/*    border-radius: 1px;*/
/*    color: inherit;*/
/*    display: block;*/
/*    padding: 6px 25px;*/
/*    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;*/
/*    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;*/
/*    width: 100%;*/
/*    height: 40px;*/
/*    font-size: 16px;*/
/*}*/

/*.login-form-controlone {*/
/*    background: #FFFFFF none;*/
/*    border: 1px solid #e5e6e7;*/
/*    border-radius: 1px;*/
/*    color: inherit;*/
/*    display: block;*/
/*    padding: 6px 25px;*/
/*    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;*/
/*    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;*/
/*    width: 100%;*/
/*    font-size: 16px;*/
/*}*/

/*.onClickBox {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    margin-top: 50px;*/
/*}*/

/*.checkboxone {*/
/*    height: 100%;*/
/*    vertical-align: middle;*/
/*}*/

/*.buttonO {*/
/*    width: 100px;*/
/*    height: 35px;*/
/*    line-height: 35px;*/
/*    padding: 0;*/
/*    font-size: 18px;*/
/*}*/

/*.checkboxTime {*/
/*    width: 17px;*/
/*    height: 17px;*/
/*    background-color: #fff;*/
/*    !*-webkit-appearance: none;*!*/
/*    border: 1px solid #c9c9c9;*/
/*    border-radius: 2px;*/
/*    outline: none;*/
/*    zoom: 120%;*/
/*    vertical-align: middle;*/
/*}*/

/*.sign {*/
/*    vertical-align: middle;*/
/*    font-size: 20px;*/
/*}*/


/*.downTitleOne {*/
/*    width: 80%;*/
/*    height: auto;*/
/*    text-align: center;*/
/*    margin-left: 15%;*/
/*    background-color: #c3cefb;*/
/*}*/

/*.downTitleTwo {*/
/*    width: 50%;*/
/*    height: 100%;*/
/*    float: left;*/
/*    text-align: center;*/
/*    line-height: 78.16px;*/
/*}*/

/*.fontchange {*/
/*    font-size: 25px;*/
/*    color: white;*/
/*}*/

/*.fontchangeone {*/
/*    font-size: 25px;*/
/*}*/

/*.rightDownBox {*/
/*    width: 45%;*/
/*    float: left;*/
/*    height: auto;*/
/*    text-align: center;*/
/*    position: fixed;*/
/*    bottom: 2%;*/
/*}*/