﻿@charset "UTF-8";

:root {
    --main-color-one: #2685f9;
    --secondary-color: #111d5c;
    --heading-color: #0a1121;
    --paragraph-color: #666666;
    --heading-font: "黑体", sans-serif;
    --body-font: "Microsoft YaHei", sans-serif;
    filter: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: var(--body-font);
    font-size: 16px;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
}

body {
    margin: 0;
    color: var(--paragraph-color);
    font-family: var(--body-font);
    font-size: 14px;
    width: 100%;
    height: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    color: var(--paragraph-color);
}

    a,
    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        outline: none;
        color: inherit;
    }

ul,
li {
    list-style: none;
}

ul {
    padding: 0px;
}

.searchinput::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.searchinput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.searchinput::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}
/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* border: 1px solid #ddd; */
}

code {
    color: #faa603;
}

.dark-bg {
    background-color: #111d5c;
}

.section-bg-1 {
    background-color: #f4f7fc;
}

.check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .check-list li {
        display: block;
        padding-left: 20px;
        position: relative;
        z-index: 0;
    }

        .check-list li:after {
            position: absolute;
            left: 0;
            top: 0;
            font-family: "fontawesome";
            content: "\f105";
            color: var(--main-color-one);
        }

.container {
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}

.indexlogo {
    display: block;
    float: left;
    margin-right: 20px;
}

.logo {
    display: block;
    float: left;
    margin-right: 10px;
}

.logotext {
    display: block;
    float: left;
    color: #fff;
    font-size: 34px;
    margin-top: 5px;
}

.loginlogotext {
    text-align: center;
    display: block;
    float: right;
    color: #fff;
    font-size: 34px;
    margin-top: 18px;
}

.radius-4 {
    border-radius: 4px;
}

.radius-8 {
    border-radius: 8px;
}

.transparentbg {
    /* background-color: rgba(0,0,0,.5); */
    position: relative;
    visibility: visible;
    z-index: 1;
}

    .transparentbg:before {
        backdrop-filter: blur(10px) saturate(125%);
        -webkit-backdrop-filter: blur(10px) saturate(125%);
        -ms-backdrop-filter: blur(10px) saturate(125%);
        bottom: 0;
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(0);
        width: 100%;
        z-index: -1;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR…VEZFjiTK6ZGRwvrKF5G0wbJs+t9+Zgeral8zinvX779u3pf6Ar4821qINrAAAAAElFTkSuQmCC);
        background: rgba(0, 0, 0, 0.3);
    }

    .transparentbg.radius-8:before {
        border-radius: 8px;
    }

    .transparentbg .alert.m-alert--outline.alert-danger {
        background: rgba(253, 57, 122, 0.1);
        border-color: transparent;
        color: #bb716f;
        position: relative;
        z-index: 1;
        border-radius: 8px;
    }

        .transparentbg .alert.m-alert--outline.alert-danger::before {
            backdrop-filter: blur(10px) saturate(125%);
            -webkit-backdrop-filter: blur(10px) saturate(125%);
            -ms-backdrop-filter: blur(10px) saturate(125%);
            bottom: 0;
            content: " ";
            display: block;
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            transform: translate(0);
            width: 100%;
            z-index: -1;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR…VEZFjiTK6ZGRwvrKF5G0wbJs+t9+Zgeral8zinvX779u3pf6Ar4821qINrAAAAAElFTkSuQmCC);
            background: rgba(0, 0, 0, 0.3);
            border-radius: 8px;
        }

.title {
    font-size: 22px;
    color: #fff;
    line-height: 31px;
    font-weight: 500;
}

.titletwo {
    font-size: 16px;
    color: #ffb727;
    line-height: 31px;
}

.pd-16 {
    padding: 16px;
}

.infoul {
    color: #fff;
    line-height: 32px;
}

    .infoul li {
        overflow: hidden;
        display: flex;
        align-items: center;
    }

.infodate {
    display: block;
    float: left;
    background-color: #18a9e5;
    border-radius: 4px;
    font-size: 12px;
    padding: 5px 5px;
    line-height: 12px;
    margin-top: 4px;
    margin-right: 10px;
}

.loginwidth {
    margin: 0px auto;
}

@media (min-width: 700px) {
    .infotext {
        width: 80%;
    }

    .loginwidth {
        width: 314px;
    }
}

@media (max-width: 1200px) {
    .infotext {
        width: 70%;
    }
}

@media (max-width: 700px) {
    .infotext {
        width: 65%;
    }

    .loginwidth {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .margin-top-15-xs {
        margin-top: 15px;
    }
}

.infotext {
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infomore {
    color: #00b5ff !important;
    display: block;
    padding: 5px 20px;
    border: 1px solid #00b5ff;
    background-color: transparent;
    border-radius: 100px;
    width: 110px;
    margin: 0px auto;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

    .infomore:hover {
        border: 1px solid #00b5ff;
        background-color: #00b5ff;
        color: #fff !important;
    }

.usernameinput {
    height: 40px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eeeeee;
    padding-left: 40px;
    background-image: url(../../../../img/Login/admin.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    position: relative;
}

.pwdinput {
    height: 40px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eeeeee;
    padding-left: 40px;
    background-image: url(../../../../img/login/pwd.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.yzminput {
    height: 40px;
    width: 48%;
    background-color: #fff;
    border: 1px solid #eeeeee;
    padding-left: 40px;
    background-image: url(../../../../img/Login/safe.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.f-l {
    float: left;
}

.yzm {
    width: 48%;
    height: 40px;
    background: #e6e6e6;
    overflow: hidden;
    margin-left: 4%;
    cursor: pointer;
}

    .yzm > img {
        width: 100%;
        height: 40px;
    }

.usernameinput:hover {
    border: 1px solid #00deff;
}

.pwdinput:hover {
    border: 1px solid #00deff;
}

.yzminput:hover {
    border: 1px solid #00deff;
}

.logininput {
    height: 40px;
    width: 100%;
    background-color: #00b5ff;
    color: #fff;
    text-align: center;
    border: 0px;
    font-size: 16px;
    outline: none !important;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .logininput:hover {
        background-color: #009cdc;
        color: #fff;
    }

.btn-login,
.btn-return {
    width: 48%;
}

.btn-return {
    background-color: #ff8041;
}

    .btn-return:hover {
        background-color: #ea6a2b;
    }

.show {
    display: block;
}

.btntype {
    display: none;
}

.has-danger .field-validation-valid,
.has-error .field-validation-valid {
    color: #ec0000 !important;
    font-size: 12px;
    width: 100%;
    padding-left: 40px;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    -webkit-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    -moz-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    margin-bottom: 6px;
    font-weight: 400;
}

.errorone {
    color: #ec0000;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    width: 100%;
    visibility: hidden;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    -webkit-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    -moz-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    *filter: Glow(color=#fff, strength=1);
}

.visible {
    visibility: visible;
}

.f-r {
    float: right;
}

.tishi {
    width: 100%;
    text-align: center;
}

.forgetpwd {
    color: #cde0ff;
}

    .forgetpwd:hover {
        text-decoration: underline;
        color: #cde0ff;
    }

.footer-area {
    height: auto;
    padding: 20px;
    color: #fff;
    text-align: center;
    /* background: url(../../../../img/Login/footer-bg.png) repeat; */
    font-weight: 500;
}

.loginlogobox {
    width: 556px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.logininputone {
    height: 40px;
    width: 48%;
    background-color: #00b5ff;
    color: #fff;
    text-align: center;
    border: 0px;
    font-size: 16px;
    outline: none !important;
}

.logininone:hover {
    background-color: #009cdc;
}

.logininputtwo {
    height: 40px;
    width: 48%;
    margin-left: 4%;
    background-color: #ff8041;
    color: #fff;
    text-align: center;
    border: 0px;
    font-size: 16px;
}

    .logininputtwo:hover {
        background-color: #ea6a2b;
    }

@media (min-width: 601px) {
    .loginbg {
        margin-top: 20px !important;
    }
}

@media (min-width: 600px) {
    .loginbg {
        width: 556px;
        height: 376px;
        margin: 0px auto;
    }
}

@media (max-width: 600px) {
    .loginbg {
        width: 95%;
        margin: 10px;
        height: 376px;
        margin: 0px auto;
    }

    .loginlogobox {
        width: 100%;
    }

    .logo,
    .indexlogo {
        display: block;
        float: none;
        margin: 0px auto;
    }

    .loginlogobox {
        flex-wrap: wrap;
    }

    .loginlogotext {
        width: 100%;
        margin-top: 20px;
        font-size: 1.6rem;
    }

    .logo,
    .indexlogo {
        margin-top: 0px !important;
    }

    .menubox {
        margin-top: 0px !important;
    }

    .logotext {
        width: 100%;
        text-align: center;
        font-size: 1.8rem;
    }
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-top-20 {
    padding-top: 20px;
}

header.probootstrap-header .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 996px) {
    header.probootstrap-header .container {
        justify-content: center;
    }
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.c-verification-container {
    display: flex;
}

form.c-form .help-block {
    visibility: visible;
    height: 20px;
    display: flex;
    align-items: center;
}

form.c-form .form-group {
    margin: 0;
}

    form.c-form .form-group.is-invalid input {
        border-color: #fd397a !important;
    }

form.c-form .kt-spinner.kt-spinner--right:before {
    right: 12px;
}

@-webkit-keyframes kt-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes kt-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.kt-spinner.kt-spinner--right:before {
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    -webkit-animation: kt-spinner 0.5s linear infinite;
    animation: kt-spinner 0.5s linear infinite;
    left: auto;
    right: 0;
    border: 2px solid #fff;
    border-right: 2px solid transparent;
}

form.c-form {
    clear: both;
}

.infoul .kt-link:hover:after {
    border-bottom: 1px solid #18a9e5;
    opacity: 0.6;
}

.footer-area .kt-link.c-link {
    color: #fff;
}

.alert.m-alert--outline.alert-danger.m-alert--icon-solid .m-alert__icon {
    display: none;
}

.alert.m-alert--outline.alert-danger {
    display: flex;
    align-items: center;
    border-color: transparent;
    color: #fd397a;
}

.alert.m-alert--icon .m-alert__close {
    display: flex;
    width: 45px;
    justify-content: center;
    padding: 0;
}

.alert.m-alert--icon.m-alert--outline.m-alert--icon-solid .m-alert__text {
    flex: 1;
}

ul.c-model-error-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kt-link {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

    .kt-link:hover {
        text-decoration: none !important;
    }

    .kt-link:after {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        top: 1rem;
        left: 0;
        width: 0%;
        -webkit-transition: width 0.3s ease;
        transition: width 0.3s ease;
        background-color: #00b5ff;
        height: 1px;
    }

    .kt-link:hover:after {
        width: 100%;
    }

.c-login-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-info-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 100;
    flex-wrap: wrap;
}

    .footer-info-container > .footer-info {
        margin: 2px;
    }

@media (min-width: 768px) {
    .footer-info-container > .footer-info {
        margin-left: 24px;
    }

        .footer-info-container > .footer-info:first-child {
            margin-left: 0;
        }
}

@media (max-width: 767px) {
    .footer-info-container {
        flex-direction: column;
        font-size: 15px;
    }

        .footer-info-container > .footer-info {
            margin: 6px 6px;
        }
}

.footer-area .kt-link.c-link:after {
    top: 1.3rem;
    border-color: #dcdcfb;
}

.footer-area .kt-link.c-link:hover:after {
    border-bottom: 1px solid #dcdcfb;
    opacity: 0.6;
}
