.container-box {
    width: 100%;
    height: 100%;
}

.fastLoginTitle {
    margin-top: 19px;
    margin-bottom: -14px;
    font-weight: 400;
}

.container-fluid {
    /*background: #000;*/
    display: flex;
    justify-content: center;
    align-items: center;

}

.rowStyle {
    width: 1200px;
}

@media screen and (min-width: 960px) {
    .rowStyle {
        width: 960px;
    }
}

.rowStyle h1 {
    width: 245px;
    height: 54px;
    margin: 0;
    padding: 0;
}

.rowStyle p {
    font-size: 24px;
    color: #5c5c5c;
    margin: 0 0 0 10px;
}

.page-top {
    height: 130px;
    min-height: 100px;
}

@media screen and (min-width: 960px) {
    .page-top {
        min-height: 80px;
        padding-top: 35px;
    }
}

.page-top .rowStyle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.page-center {
    background: #1891ff;
    height: 600px;

}

@media screen and (min-width: 960px) {
    .page-center {
        background: #1891ff;
        height: 550px;
    }
}


.page-center .rowStyle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-img {
    width: 35%;
    min-width: 410px;
    height: 100%;
}

.login-box-warp {
    padding: 10px;
    width: 350px;
    height: auto;
    border: 1px solid #eee;
    background: #FFF;
    /*overflow: hidden;*/
    border-radius: 5px
}

.login-box {
    position: relative;
    display: flex;
    justify-content: center;
}

.login-switch {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    background-image: url(../img/switch_qr_code.png);
    cursor: pointer;
}

.login-switch.active {
    background-image: url(../img/switch_account.png);

}

.common-login-box {
    width: 290px;
    margin-top: 30px;
}

.tab-pane {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.password-operate {
    line-height: 30px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.password-operate label {
    font-weight: normal;
}

.password-operate input {
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
}

.input-box {
    width: 100%;
    height: 40px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-bottom: 15px;
    padding-left: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/*.tab-pane .input-mobile {*/
/*margin-top: 30px;*/
/*}*/
/*.tab-pane .input-username {*/
/*margin-top: 30px;*/
/*}*/

.input-box i {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
}

.input-box input {
    width: calc(100% - 30px);
    border: 0;
    outline: none;
}

.input-username i {
    background: url("../img/user.png");
}

.input-password i {
    background: url("../img/password.png");
}

.input-password input {
    width: calc(100% - 110px);
}

.input-password a {
    color: #1891ff
}

.input-password a:hover {
    text-decoration: none;
}

.input-mobile i {
    background: url("../img/mobile.png");
}

.input-btn {
    border: 0;
    background: #1891ff;
    padding: 0;
}

.input-btn button {
    border: 0;
    outline: none;
    background: #1891ff;
    color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    font-size: 18px;
}

.verification-code {
    border: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.verification-code input {
    width: 140px;
    height: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding-left: 15px;
}

.verification-code span {
    width: 70px;
    height: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #1891ff
}

.verification-code a {
    line-height: 32px;
    height: 34px;
    padding: 0 10px;
}

.verification-code a:hover {
    text-decoration: none;
}

.login-links {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.other-login a {
    color: #1891ff
}

.other-login a:hover {
    text-decoration: none;

}

.other-login a:focus {
    text-decoration: none;

}

.other-login span {
    padding: 0 20px;
    color: #eee;
    margin-top: -5px;
}

.other-login {
    height: 50px;
    /*text-align: center;*/
    color: #bcbcbc;
    font-size: 12px;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.other-login .title {
    margin: 15px 0;
}

.other-login .title:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #eee;
    margin-right: 30px;
    margin-bottom: 5px;
}

.other-login .title:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #eee;
    margin-left: 30px;
    margin-bottom: 5px;
}

.other-login-link {
    line-height: 32px;
    display: flex;
    justify-content: space-between;
}

.login-links a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    vertical-align: middle;
}

.other-login-link .register-link {
    width: 60px;
    float: right;
    font-size: 14px;
}

.other-login-link .qq-link {
    /*display: none;*/
    background: url("../img/login_icon.png") 0 -100px;
}

.qq-link:hover {
    background: url("../img/login_icon.png") 0 -100px;
}

.other-login-link .zfb-link {
    /*display: none;*/
    background: url("../img/login_icon.png") 0 -140px;
}

.zfb-link:hover {
    background: url("../img/login_icon.png") 0 -140px;
}

.wx-link {
    /*background: url("../img/login_icon.png") 0 -96px;*/
    background: url("../img/login_icon.png") 0 -40px;
}

.wx-link:hover {
    background: url("../img/login_icon.png") 0 -40px;
}

.qr-login {
    width: 290px;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.qr-login .title {
    line-height: 35px;
    height: 35px;
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
}

.qr-img {
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qr-img > div {
    width: 200px;
    height: 200px;
}

.qr-login .input-btn {
    margin-bottom: 10px;
    margin-top: 5px;
    width: 95%;
    height: 50px;
    border-radius: 10px;
    justify-content: center;
}

.qr-login .success, .qr-login .cancel {
    margin-bottom: 10px;
    height: 50px;
    justify-content: flex-start;
}

.qrcode-tips {
    padding: 5px 0;
    height: 100%;
    border-radius: 20px;
}

.qr-login .input-btn p {
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff
}

.qr-login .success .p1, .qr-login .cancel .p1 {
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff
}

.qr-login .success p, .qr-login .cancel p {
    line-height: 20px;
    text-align: left;
    font-size: 14px;
    color: #fff
}

.qr-login .input-btn i {
    width: 38px;
    height: 38px;
    /*border: 1px solid #000;*/
    border-radius: 50%;
    margin: 0 0 0 15px;
    display: none;
}

.qr-login .success i {
    display: inline-block;
    background: url("../img/icon_popup.png") 0 -46px no-repeat;
    background-size: cover;

}

.qr-login .cancel i {
    display: inline-block;
    background: url("../img/icon_popup.png") 0 -87px no-repeat;
    background-size: cover;

}

.nav-tabs {
    border-bottom: 30px;
    font-size: 16px;
    color: #555;
    margin-left: -15px;
}

.nav-tabs a {
    color: #333
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0;
    color: #1891ff;
}

.nav-tabs > li > a {
    border: 0;
}

.nav-tabs > li > a:hover {
    background: #fff;
}

.org-select > .title {
    font-size: 18px;
    font-weight: bold;
}

.org-select form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.org-select select {
    margin: 10px 0px;
    width: 100%;
    height: 40px;
}

.org-select .hint {
    margin: 10px 0px;
    display: inline-block;
}

/*.nav-tabs li:nth-child(1).active a:after {*/
/*content: "";*/
/*display: inline-block;*/
/*width: 1px;*/
/*height: 20px;*/
/*background: #eee;*/
/*margin-left: 30px;*/
/*margin-bottom: 5px;*/
/*vertical-align: middle;*/
/*}*/

/*.nav-tabs li:nth-child(2).active a:before {*/
/*content: "";*/
/*display: inline-block;*/
/*width: 1px;*/
/*height: 20px;*/
/*background: #eee;*/
/*margin-right: 30px;*/
/*margin-bottom: 5px;*/
/*vertical-align: middle;*/
/*}*/

.nav-tabs i {
    float: left;
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #eee;
    margin-top: 10px;
}

.errorMsg {
    color: red;
    /*line-height: 30px;*/
    height: 30px;
    display: inline-block;
    width: 100%;
}

.searchable-select {
    margin: 10px 0px;
    width: 100%;
    height: 40px;
}

.searchable-select-items {
    max-height: 300px;
}

.searchable-select .searchable-select-dropdown {
    z-index: 99;
}

.searchable-select-item.selected {
    background: #1891ff;
}






