.d-none {
    display: none !important;
}

@media (min-width: 576px) {
    .d-p-block {
        display: block !important;
    }
}

@media (max-width: 576px) {
    .d-m-block {
        display: block !important;
    }

    .reset-content {
        box-shadow: none;
    }
}

.mbody {
    /*margin: 0 20px;*/
}

.cas-html {
    height: 100%;
}

.cas-login {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    /*justify-content: center;*/
    position: relative;
    background-image: url("../images/loginBG_default.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cas-content {
    position: absolute;
    top: 50%;
    right: 200px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    /*box-shadow: 0 20px 40px 0 rgba(0,0,0,0.38);*/
}

.cas-content > .img {
    width: 442px;
    height: 585px;
    flex-shrink: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
}

.cas-content > .img > span {
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 41px;
    width: 168px;
    position: absolute;
    bottom: 100px;
    left: 43px;
}

.cas-content > .cas-tips{
    width: 640px;
    padding: 34px 40px;
    justify-content: center;
    margin-right: 20px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(1px);
}

.cas-content > .cas-form {
    width: 460px;
    height: 100%;
    padding: 34px 40px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 24px;
}


.cas-footer {
    display: none;
    text-align: center;
    margin-top: 100px;
    font-size: 14px;
    color: #333;
}

.cas-footer-schoolName {
    color: #1b72b2;
}

.cas-tabs-logo {
    display: block;
    height: 42px;
}

.cas-tabs-title {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    margin-top: 8px;
}

.cas-tabs-nav {
    margin-top: 20px;
    display: flex;
    /*margin: 0;*/
    padding: 0;
    /*border-bottom: 1px solid #eee;*/
}

.cas-tabs-item {
    /*margin: 20px 0 6px 0;*/
    /*padding: 15px 0;*/
    box-sizing: border-box;
    list-style: none;
    font-size: 17px;
    color: #666;
    letter-spacing: 0;
    cursor: pointer;
    transition: all .3s ease;
}

.cas-tabs-item:hover {
    color: #4f85dd;
}

.cas-tabs-item.is_active {
    color: #4f85dd;
    font-weight: 700;
}

.cas-tabs-item::before {
    display: inline-block;
    content: '';
    width: 1px;
    height: 16px;
    background: #e5e5e5;
    margin: 0 20px;
}

.cas-tabs-item:first-child::before {
    display: none;
}

.tabs-content > .tabs-pane {
    display: none;
}

.tabs-content > .tabs-pane.is-show {
    display: block;
}


h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

.alert-cas-primary {
    color: #0b202a;
    background-color: #d0d8dc;
    border-color: #bdc9ce;
}

.alert-cas-primary hr {
    border-top-color: #aebdc3;
}

.alert-cas-primary .alert-link {
    color: #000102;
}

.alert-cas-secondary {
    color: #3c6433;
    background-color: #e3f3e0;
    border-color: #d8eed3;
}

.alert-cas-secondary hr {
    border-top-color: #c8e7c1;
}

.alert-cas-secondary .alert-link {
    color: #284222;
}

.alert-btn-submit {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-btn-submit hr {
    border-top-color: #b1dfbb;
}

.alert-btn-submit .alert-link {
    color: #0b2e13;
}

.form-group {
    margin-bottom: 24px;
}

.form-group1 {
    margin-bottom: 10px;
}

.form-group2 {
    margin-bottom: 20px;
    margin-top: 9px;
}

.mbt2 {
    margin-bottom: 20px;
}

.mbt36 {
    margin-bottom: 36px;
}

.form-group5 {
    margin-bottom: 25px;
}

.form-group4 {
    margin-bottom: 40px;
}

.login-forget-psw {
    color: #999999 !important;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.form-group label {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-block;
    /*margin-bottom: 12px;*/
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

.input {
    padding: 17px 45px !important;
}

.select{
    padding: 17px 45px !important;
}

.m-select{
height: 28px;
    border: none !important;
    outline: none;

}
.m-select:focus{
    box-shadow:  none !important;
}

.m-input {
    padding: 13px 35px 13px 0 !important;
}

.form-control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #979797;
    background-clip: padding-box;
    border: 1px solid #dedede;
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control:active, .form-control:focus {
    background: #FFFFFF;
    box-shadow: 0 9px 18px 0 rgba(168, 172, 185, 0.62);
    border-radius: 5px;
    outline: none;
    color: #4F5362;
}

.mform-control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    letter-spacing: 2px;
    background-clip: padding-box;
    border-bottom: 1px solid #e8e9ed;
    border-top: none;
    border-left: none;
    border-right: none;
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.mform-control:active, .mform-control:focus {
    border-bottom: 1px solid #e8e9ed;
    outline: none;
    /*color: #4F5362;*/
}

.password-field {
    position: relative;
}

.password-field .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
}

.password-field.icon .fa-lock {
    left: 10px;
}

.password-field.icon .fa-eye-slash {
    right: 10px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

input {
    background: none;
    outline: none;
    border: 1px solid #ccc;
}

input:focus {
    border: none;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    /*line-height: 1.5;*/
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.btn-login-submit {
    background: #3f7adb;
    /*box-shadow: 0 7px 15px 0 rgba(45,28,163,0.32);*/
    border-radius: 4px;
    padding: 12px 0;
    color: #fff;
    font-size: 18px;
}

.login-custom-control a {
    color: #3f7adb;
    font-size: 14px;
    text-decoration: none;
}

.mobil-container {
    width: 100vw;
    height: 100%;
    position: relative;
    /* background-image: url(../images/mobilBG.jpg); */
    background-color: #fff;
    background-repeat: no-repeat;
    /*background-position: 0 152px;*/
    padding: 0 20px;
    box-sizing: border-box;
    background-size: 100% auto;
}

.mobil-logo {
    padding: 28px 0 18px 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.mobil-sys-name {
    padding-left: 20px;
    font-weight: 600;
    font-size: 22px;
    color: #333333;
}

.mobil-login-btn {
    width: calc(100% - 60px);
    margin: 0 10px;
    position: absolute;
    bottom: 108px;

}

.m-login-title {
    margin: 60px 10px;
    font-size: 20px;
    color: #100045;
}

.login-title {
    margin: 35px 0px 0 50px;
    font-size: 26px;
    font-weight: 700;
    color: #333333;
    display: flex;
}

.login-img {
    height: 54px;
    background-repeat: no-repeat;
}

.m-login {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.m-login-content {
    /*width: 100%;*/
    height: 492px;
    background: #FFFFFF;
    border-radius: 24px 24px 0 0;
    padding: 26px 30px;
    position: relative;
    margin-top: -30px;
}

.m-login-content > img {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.m-sys-name {
    padding: 14px 0 25px 0;
    font-weight: 600;
    font-size: 22px;
    color: #333333;
}

.login-text {
    padding-left: 10px;
    line-height: 54px;
}

form-control {
    padding-left: 25px;
}

.input-box {
    position: relative;
}

.icon-box {
    position: absolute;
    left: 17px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.icon-box-eye {
    position: absolute;
    right: 0;
    margin-top: -35px;
    width: 30px;
    /*background: rgba(63, 122, 219, .2);*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    z-index: 99;
}

.icon-box-cancel {
    position: absolute;
    right: 0;
    margin-top: -35px;
    width: 30px;
}

.icon-box-cancel img {
    height: 16px;
}

.icon-box-icon {
    height: 19px;
}

input {
    padding-left: 30px;

}

.input__getCode {
    display: flex;
    align-items: center;
    border: 1px solid #dedede;
    border-left: 0;
    padding: 0 16px;
    font-size: 14px;
    color: #3f7adb;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
}

.input__getCode::before {
    content: "";
    width: 1px;
    height: 26px;
    background: #dedede;
    margin-right: 14px;

}

.input__getCode:disabled {
    color: #999;
}


.cas-sys-text {
    font-size: 24px;
    color: #3f7adb;
    font-weight: 700;
    letter-spacing: 2px;
}

.cas-pws-tips {
    width: 100%;
    height: 44px;
    background: rgba(255, 156, 29, 0.12);
    font-size: 16px;
    line-height: 44px;
    color: #ff9c1d;
    margin-top: 16px;
    border-radius: 4px;
}

.cas-pws-tips > img {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 2px;
    padding-right: 8px;
    padding-left: 14px;
}

/*底部样式*/
.cas-login-copyright {

    font-size: 14px;
    text-align: center;
    padding-bottom: 5px;
    align-items: center;
    color: #333333;
}

.m-login-btn {
    width: calc(100% - 40px);
    position: absolute;
    bottom: 150px;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
    z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: 4px;
    border: 1px solid #dfdfdf;
    width: 160px;
}

.input-group-append .btn-secondary {
    background-color: #0d67bc;
    color: #fff;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*找回密码*/
.reset-content {
    max-width: 480px;
    margin: 70px auto;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.38);
}

.reset-content > h3 {
    text-align: center;
    margin: 0;
    height: 78px;
    line-height: 78px;
    background: #0d67bc;
    border-radius: 6px 6px 0 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #FFFFFF;
}

.reset-content > .card {
    padding: 30px 74px;
}

.reset-content .bottom-text {
    margin: 40px 0 20px;
    text-align: center;
    font-size: 14px;
    color: #272727;
}

.bottom-text > a {
    color: #6654DB;
    cursor: pointer;
}

/*登录页面第三方登录*/
#fm1 .form-group ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    justify-content: center;
}

#fm1 .form-group ul li {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /*padding: 20px;*/
    /*align-items: center;*/
    width: 2.5vw;
    left: 50%;
}

#fm1 .form-group ul li .nav-img {
    display: inline-block;
    width: 1.5vw;
    height: 1.5vw;
}

.form-other-login {
    color: #666;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.form-other-login::before {
    content: "";
    display: block;
    height: 1px;
    flex: 1;
    background: #bdbdbd;
    margin-right: 20px;
}

.form-other-login::after {
    content: "";
    display: block;
    height: 1px;
    flex: 1;
    background: #bdbdbd;
    margin-left: 20px;
}

.form-other-login-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.form-other-login-list-item {
    width: 48px;
    height: 48px;
    margin-left: 30px;
    cursor: pointer;
}

.form-other-login-list-item:first-child {
    margin-left: 0;
}

.form-other-login-list-item-img {
    width: 100%;
    height: 100%;
}

.form-other-login-btn-img {
    width: 100%;
    height: 100%;
}

.modal-header {
    display: flex;
    justify-content: space-between;

}

.modal {
    width: 600px;
    margin-left: -5%;
    margin-top: -20%;
    background: #fff;
    z-index: 9999;
    padding: 15px;
    position: fixed;
    color: #000000;
}

.modal-agree-title {
    margin: 10px auto;
    width: 200px;
}

.modal-agree-text {
    height: 400px;
    overflow-y: auto;
}

.modal-footer {
    margin: 10px auto;
    width: 200px;
}
.goal {
    display: flex;
    align-items: center;
}

.scoreColor {
    flex: 1;
    display: flex;
    gap: 6px;
    margin-left: 9px;
}

.score-li {
    flex: 1;
    height: 12px;
}

.weak {
    background-color: #F56C6C;
    border-radius: 6px 0 0 6px;
    position: relative;
}

.middle {
    background-color: #FF9C1D;
    position: relative;
}

.strong {
    background-color: #0FAE56;
    border-radius: 0 6px 6px 0;
    position: relative;
}

.is-active {
    position: relative;
    --after-color: #F56C6C;
}

.is-active::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--after-color);
}