.modal-content {
    background: #FFFFFF;
}

/* 优化滚动条样式*/
::-webkit-scrollbar {
    width: 18px;
    height: 14px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

html {
    height: 100%;
}

.login {
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
    align-items: center;
    justify-content: space-between;
    overflow: auto;
    /*padding-top: 11%;*/
}


#content {
    /*!*text-align: center;*!*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 58%;*/
    /*transform: translate(-50%, -50%);*/
    width: 100%;
    height: 100%;
    padding: 0;
    /*margin-top: 10%;*/
}

.body-content-view {
    width: 100%;
    height: 100%;
    display: flex;
}

.left-view {
    width: 65.7vh;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.right-view {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 60px;
    margin-left: 2%;
}

.text {
    padding-left: 2%;
}

.text h1 {
    margin-bottom: 40px;
    font-size: 62px;
    /*font-weight: bold;*/
    margin-bottom: 60px;
}

.text p {
    font-size: 20px;
    /*font-weight: 600;*/
    margin-left: 20px;
}

.title-line {
    position: absolute;
    top: 68px;
    width: 100%;
    margin: 0;
}

.form-box {
    width: 480px;
    height: 500px;
    /*margin-top: 18%;*/
    /*margin-left: 15%;*/
    position: relative;
}

.form-box .form-control {
    height: 45px;
    border-radius: 0;
    /*border: 0;*/
}

.form-top {
    /* margin-bottom: 30px; */
    height: 68px;
    line-height: 68px;
    margin-bottom: 20px;
}

.form-top span {
    font-size: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
    cursor: pointer;
    color: #272727;
}

.form-top .active {
    color: #3569B8;
    border-bottom: 3px solid #3569B8;
}

.form-content {
    padding: 0 25px 20px 25px;
    text-align: left;
}

input {
    margin-left: 1px;
}

input.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.input-group {
    margin-bottom: 24px;
}

.input-group-addon {
    border-radius: 0;
    background: #FFFFFF;
    border: none;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;

    display: none;
}

.copyright {
    display: none;
}

#login-btn,
#sms-login-btn,
#identify-confirm-btn,
#confirm-password-btn {
    background: #3569B8 !important;
    border: none !important;
    color: #FFFFFF !important;
    height: 42px;
    width: 100%;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    /*font-size: 16px;*/
    /*letter-spacing: 15px;*/
}

#sms-login-btn {
    letter-spacing: 0;
}


.flex-view {
    display: flex;
}

.send-sms, .sms-btn {
    border: 0;
    padding: 0;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    background: #3569B8;
    color: #FFFFFF;
    font-size: 14px;
    width: 100px;
}

.send-sms:hover,
.sms-btn:hover,
.send-sms:active,
.sms-btn:active,
.send-sms:focus,
.sms-btn:focus,
.btn-default:active:focus,
.btn-default:active:hover {
    background: #3569B8;
    color: #FFFFFF;
}

.btn-default[disabled] {
    color: #FFFFFF;
    background: #ccc;
    opacity: 1;
    font-size: 16px;
}

.btn-default[disabled]:hover {
    color: #FFFFFF;
    background: #ccc;
}

.input-group-sms-addon {
    padding-right: 4px;
}

/*//找回密码滑动切换相关*/

.scroller {
    overflow: hidden;
}

.scroller .content {
    width: 1500px;
}

.scroller .identify-form, .scroller .change-password-form {
    width: 430px;
    float: left;
}

#findPassWordModal {
    margin-top: 5%;
}

.form-group .tip  {
    margin-bottom: 10px;
    margin-top: -20px;
    font-size: 12px;
    /*color: #ffffff !important;*/
}

.form-group .tip span {
    color: #333333 !important;
}

.error-msg {
    color: #a94442;
    text-align: left;
    height: 15px;
    margin-bottom: 4px;
    margin-top: 24px;
}

.copyright {
    /*text-align: center;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*bottom: 10px;*/
    /*transform: translate(-50%);*/
    /*color: #efeded;*/
    /*opacity: 0.7;*/
    /*z-index: -1;*/
    text-align: center;
    color: #efeded;
    opacity: 0.7;
    margin-bottom: 20px;
}

#verificationCode {
    width: 100%;
}

.sms-form{
    width: 100%;
}

.copyright a {
    color: #efeded;
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
    .logo-img {
        text-align: center;
    }

    .text {
        text-align: center;
    }

    .form-box {
        margin: 0 auto;
    }

    .form-top {
        text-align: center;
    }

    .form-top span {
        color: #272727;
    }

    .form-top .active {
        color: #3569B8;
        border-bottom: 3px solid #3569B8;
    }

    .form-content .login-corner {
        top: -5px;
        right: 38%;
    }

    .team-content {
        text-align: center;
        margin-top: 10px;
    }

    #team-list {
        margin-top: 20px;
    }
}

.login-corner {
    width: 123px;
    height: 28px;
    background: #3569B8;
    border-radius: 0px 10px 0px 10px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 0;
}

.w-full {
    width: 100%;
}

.input-border-view {
    width: 100%;
    border: 1px solid #E5E6EB!important;
    box-shadow: inset 0 0 0 rgba(0,0,0,0.08)!important;
    margin: 0;
}

.team-content {
    width: 100%;
    height: 600px;
    overflow: auto;
    padding: 30px 20px;
}

#team-list {
    margin-top: 10px;
}

.team-list-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    background: #F4F4F4;
    border-radius: 4px;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #3569B8!important;
    background-color: #3569B8!important;
}

.item-content {
    display: flex;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3569B8;
    line-height: 40px;
}

.item-icon {
    width: 40px;
    height: 40px;
    background-image: url("../../../images/team.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-color: #3569B8;
    background-position: center;
    margin-right: 10px;
}

.item-btn {
    width: 24px;
    height: 24px;
    background-image: url("../img/common/arrow.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.operation-view {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.register-view {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1D2129;
    /*cursor: pointer;*/
}

.register-text {
    color: #1D2129;
    display: none;
}

.register-url {
    color: #3569B8;
    text-decoration: none;
    cursor: pointer;
}

.register-text:hover {
    color: #1D2129;
    text-decoration: none;
}

#back-home:hover {
    color: #3569B8;
    text-decoration: none;
}

.forget-password {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3569B8;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
}

.primary-green-text {
    color: #3569B8;
    cursor: pointer;
}

input[type="checkbox"]{cursor: pointer;width:16px;height:16px;margin: 0 8px 0 0; display: inline-block;text-align: center;vertical-align: middle; line-height: 16px;position: relative;}
input[type="checkbox"]::before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 100%;height: 100%;border: 1px solid #E5E6EB}
input[type="checkbox"]:checked::before{
    content: "\2713";
    display: flex;
    justify-content: center;
    align-items: center;background-color: #3569B8;position: absolute;top: 0;left: 0;width:100%;border: 1px solid #3569B8;color:#ffffff;font-size: 12px;font-weight: bold;}

.agreement-view{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.agreement-content {
    padding: 15px;
    max-height: 600px;
    overflow: auto;
}

.user-agreement {
    background: #fff;
    padding: 10px 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.agreement-title {
    text-align: center;
    font-size: 24px;
    color: black;
    font-weight: bold;
    padding: 30px;
    border-bottom: 2px solid #aa0000;
    margin-bottom: 32px;
}

.title-text {
    font-size: 18px;
    color: black;
    font-weight: bold;
}

.font-bold {
    font-weight: bold;
}

.primary-text {
    color: #0066cc;
}

.danger-text {
    color: #aa0000;
}

p {
    line-height: 1.4;
}

.show-password-img {
    position: absolute;
    z-index: 2;
    margin: auto;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 26px;
    cursor: pointer;
}

.password-input {
    padding-right: 50px!important;
}