/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
  Author's custom styles
  ========================================================================== */

/* ==========================================================================
  Helper classes
  ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.mvw-header {
    background-color: #2683EA;
}

a:hover .text-muted {
    color: #007bff !important;
}


.bg-dark-black {
    background: #262626 !important
}

.font-size-14 {
    font-size: 0.875rem;
}

.text-mvw-gray {
    color: #8C8C8C;
}

.padding-left-right-52 {
    padding: 0 3.25rem;
}

#tab1-2 {
    padding-left: 35px;
}

.eye-img {
    position: absolute;
    right: 18px;
    cursor: pointer;

    top: 0;
    bottom: 0;
    margin: auto;
}


/*去除ie edge的密码框默认出现的小眼睛
给人添乱这一块，巨硬从来都没让我失望过*/
input[type="password"]::-ms-reveal {
    display: none;
}

input[type="password"]::-ms-clear {
    display: none;
}

input[type="password"]::-o-clear {
    display: none;
}


i {
    font-style: normal;
}

.login-footer {
    /* position: fixed; */
    /* bottom: 0; */
    /* width: 100%; */

}

.login-footer>.row {
    margin: 0;
}

#toast-container {
    top: 5vh;
}

#toast-container>.toast {
    opacity: 1;
}

/* .modal-backdrop.show.backdrop-dark-black {
    opacity: .95 !important;
} */
/* .modal-backdrop.show {
    opacity: .85 !important;
} */
.modal-backdrop-dark-black .modal-backdrop.show {
    opacity: .95 !important;
}

#content-form {
    /*background-image: url("/static/img/banner_bg.png");*/
    /*min-height: 80%;*/
    /*width: 100%;*/
    /*position: absolute;*/
    /* height: 81.6605vh; */
    /* background: #F8F8F8; */
    /* display: flex; */
    /* align-items: center; */
    /* padding-top: 43px; */
    padding-top: 5.369vh;
}

#content-form .login-logo {
    text-align: center;
    width: 54.32%;
    border-top-left-radius: 2rem;
    background-color: #3384F7;
    display: flex;
    align-items: center;
    justify-content: center;
}


#content-form .login-form {
    background: #fff;
}

#content-form .login-form>.container {
    padding: 0 3.125rem;
}

#content-form .login-form .login-switch {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#content-form .login-form .login-switch>div {
    font-size: medium;
    cursor: pointer;
    font-weight: 700;
    color: #D2E5FF;
    overflow: hidden;
    /* margin-bottom: 1.5625rem; */
    margin-top: 1.875rem;
    margin-bottom: 2rem;
}

#content-form .login-form .more-function-btn {
    margin-bottom: 1.25rem;
}

#content-form .login-form .more-function-btn>input {
    background: none;
    border: none;
    font-size: 16px;
    color: #D2E5FF;
    font-weight: 400;
}

#content-form .login-form .login-form-input {
    margin-bottom: 1.25rem;
}

#content-form .login-form .login-form-input#verifyCodeGroup {
    /* margin-bottom: 1.125rem !important; */
}


#content-form .login-form #loginCaptchaGroup {
    display: none;
}

#content-form .login-form .login-form-input>div {
    display: flex;
    align-items: center;
    position: relative;
}

#content-form .login-form .login-form-input>div>i {
    position: absolute;
    margin: 0;
    left: 0.625rem;
    color: rgba(0, 0, 0, 0.45);
}

#content-form .login-form .login-form-input>div>i:nth-child(1) {
    padding-right: 0.8125rem;
}

#content-form .login-form .login-form-input>div>i:nth-child(1)::after {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #6B6B6B;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


#content-form .login-form .login-form-input>div>i:nth-last-child(1) {
    left: auto;
    right: 1.125rem;
}

#content-form .login-form .login-form-input input {
    /* border: 1px solid #D8D8D8; */
    /* border: 1px solid rgba(216, 216, 216, 1); */
    border-radius: 4px;
    height: 3.125rem;
    padding-left: 3rem;
    border: none;
}

#content-form .login-form .login-form-input .verify-code-img {
    height: 3.125rem;
    padding-left: 0.5rem;
    cursor: pointer;

    position: absolute;
    right: 0.5rem;
    height: 2.5rem;

    top: 0;
    bottom: 0;
    margin: auto;
}

#content-form .login-form .login-form-input .login-icon {
    position: absolute;
    width: 3rem;
    padding-left: 12px;
    display: flex;
    align-items: center;
    padding-right: 9px;
    justify-content: space-between;

    top: 0;
    bottom: 0;
    margin: auto;
}

#content-form .login-form .login-form-input .login-icon .divider {
    color: #6B6B6B;
    height: 18px;
    display: inline-block;
    background-color: #6B6B6B;
    width: 1px;
}

#content-form .login-form .login-btn {
    /* background-image: linear-gradient(270deg, #096DD9 0%, #3F9BFF 100%);
    box-shadow: 0 2px 4px 0 rgba(9, 109, 217, 0.30);
    border-radius: 4px; */

    background: #FFFFFF;
    box-shadow: 0 8px 7px 0 #096DD9;
    border-radius: 4px;

    font-size: 18px;
    color: #3384F7;
    font-weight: 700;
    padding-top: 0.65625rem;
    padding-bottom: 0.65625rem;
}




#content-form .login-form #toWxLoginBtn {
    margin-top: 20px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
}

#content-form .login-form #toWxLoginBtn span {
    padding-left: 0.625rem;
}

#content-form .login-form .login-btn:hover {
    opacity: 0.8;
}

#content-form .login-form #toWxLoginBtn:hover {
    opacity: 0.7;
}

#content-form input::placeholder,
#content-form input::-webkit-input-placeholder {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 24px;
    font-weight: 400;
}

.error-message {
    font-size: medium !important;
}

/*html {*/
/*height: 100%;*/
/*}*/

/*body {*/
/*min-height: 100%;*/
/*!*position: relative;*!*/
/*}*/

/*footer {*/
/*position: absolute;*/
/*top: 80%;*/
/*width: 100%;*/
/*}*/


/* 新版样式 */
/* 头部 */
#header {
    background: #01407F;
    height: 67px;

    display: flex;
    justify-content: space-between;
    /* align-items: center; */

    padding-left: 14.233%;
    padding-right: 19.8125%;
}

#header .header-logo {
    display: flex;
    align-items: center;
}

#header .header-content {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 24px;
}

#header .header-content .header-left,
#header .header-content .header-right {
    display: flex;
    align-items: center;
}

#header .header-content .header-left h1 {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 400;
    padding-left: 20px;
    margin: 0;
}

#header .header-content .header-right p,
#header .header-content .header-right p a {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

#header .header-content .header-right p:nth-child(1) {
    padding-right: 58.57px;
}

#header .header-content .header-right p span {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
    padding-left: 12px;
}

/* 内容容器 */
#mvw-main-content-box {
    /* height: calc(100vh - 67px); */

    width: 100%;
    padding-left: 12.5%;
    padding-right: 16.25%;

    background-image: url("/static/img/new-version/bg_02.png?v=2023081501");
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: 100% 100%;
    background-position-y: -23px;
}



/* 内容 */
#mvw-main-content {
    display: flex;
    height: calc(100vh - 67px - 90px);

    overflow: hidden;
    /* min-height: calc(737px - 67px - 90px); */
}

#mvw-main-content p {
    margin: 0;
}

#mvw-main-content .digital-box {
    display: flex;
    overflow: hidden;

    height: 33px;
}

#mvw-main-content .digital-digit-item {
    display: flex;
    flex-direction: column;

    line-height: 33px;
}


/* 内容-左边 */
#mvw-main-content #content-introduce {
    width: 63.25%;
    /* padding-top: 35px; */
    padding-top: 3.468vh;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


#mvw-main-content #content-introduce p.title {
    font-size: 0;
    display: flex;
    align-items: center;
    /* padding-bottom: 30px; */
    /* padding-bottom: 25px; */
}


#mvw-main-content #content-introduce p.title~div {
    /* padding: 3.3557vh 0 ; */
    padding: 3.132vh 0;
}


#mvw-main-content #content-introduce p.title span {
    font-size: 18px;
    color: #96C0FB;
    font-weight: 700;
    padding-left: 9px;
}


#mvw-main-content #content-introduce #our-customers .our-customers-num {
    display: flex;
    justify-content: space-between;
}

#mvw-main-content #content-introduce #our-customers .our-customers-num:before,
#mvw-main-content #content-introduce #our-customers .our-customers-num:after {
    content: '';
    display: block;
}

#mvw-main-content #content-introduce #our-customers .our-customers-num>div {
    display: flex;
    align-items: flex-end;
}

#mvw-main-content #content-introduce #our-customers .our-customers-num .num {
    font-size: 24px;
    color: #4A4A4A;
    font-weight: 700;
    display: flex;
    align-items: center;
}

#mvw-main-content #content-introduce #our-customers .our-customers-num .num-tips {
    font-size: 12px;
    color: #999999;
    line-height: 22.84px;
    font-weight: 400;
    padding-left: 6px;
}

#mvw-main-content #content-introduce #our-customers .our-customers-num>div:nth-child(2) .num-tips {
    padding-left: 12px;
}


#mvw-main-content #content-introduce #system-introduce .title {
    /* padding-bottom: 23px; */
}

#mvw-main-content #content-introduce #system-introduce .sub-title {
    font-size: 16px;
    color: #3384F7;
    text-align: center;
    line-height: 28px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    margin-bottom: 2px;
}

#mvw-main-content #content-introduce #system-introduce .details {
    font-size: 14px;
    color: #4A4A4A;
    line-height: 32px;
    font-weight: 400;
    /* padding-bottom: 3.3vh; */
}

#mvw-main-content #content-introduce #system-introduce .details span {
    white-space: nowrap;
}

/* #mvw-main-content #content-introduce #system-introduce .details span:nth-child(1) {
    padding-left: 0;
}
#mvw-main-content #content-introduce #system-introduce .details span:nth-last-child(1) {
    padding-right: 0;
} */

#mvw-main-content #system-use-profile .profile-num .num-row {
    display: flex;
    /* padding-bottom: 3.678vh; */
    justify-content: space-between;
    /* padding-right: 52px; */
}


#mvw-main-content #system-use-profile .profile-num .num-row .num-row-column {
    display: flex;
    flex-direction: column;
    /* width: 20%; */
}


#mvw-main-content #system-use-profile .profile-num .num-row .num-row-column {
    display: flex;
    flex-direction: column;
    /* width: 20%; */
}

#mvw-main-content #system-use-profile .profile-num .num-row p {
    display: flex;
    flex-direction: column;
}

#mvw-main-content #system-use-profile .profile-num .num-row p:nth-last-child(1) {
    padding-top: 20px;
}


#mvw-main-content #system-use-profile .profile-num .num-row .num {
    font-size: 24px;
    color: #4A4A4A;
    font-weight: 700;

    display: flex;
    line-height: 33px;
}

#mvw-main-content #system-use-profile .profile-num .num-row .title {
    font-size: 12px;
    color: #999999;
    line-height: 22.84px;
    font-weight: 400;
}


#mvw-main-content #contact-way {
    background: #FFFFFF;
    border: 1px solid rgba(206, 240, 250, 1);
    box-shadow: 0px 2px 0px 0px rgba(183, 234, 250, 1);


    display: flex;
    padding: 18px 14px 15px 15px;

    justify-content: space-between;

    margin-bottom: 2px;
}

#mvw-main-content #contact-way div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex: 1; */
    width: auto;
}

#mvw-main-content #contact-way p {
    display: inline-block;
    padding-left: 15px;
}

#mvw-main-content #contact-way p span {
    display: block;
    font-size: 14px;
    color: #4A4A4A;
    font-weight: 400;
}

/* 内容-右边 */
#mvw-main-content #content-form {

    /* background: #FFFFFF;
    border: 1px solid rgba(206, 240, 250, 1);
    box-shadow: 0px 2px 0px 0px rgba(183, 234, 250, 1); */

    margin-left: 1.667%;
    flex: 1;

    max-width: 450px;
}

#mvw-main-content #content-form .login-form {
    background-image: linear-gradient(180deg, #0363C4 0%, #5098FF 100%);
    box-shadow: -1px 19px 22px 0px rgba(24, 116, 199, 0.34);
    border-radius: 12px;

    /* height: 455px; */
    height: 555px
}


/* 底部 */
#footer {
    /* height: 75px; */
    height: 90px;
    text-align: center;
    /* padding-top: 32px; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 63.25%;
}

#footer a {
    text-decoration: none;
}

#footer .bottom-words {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 400;
}

#footer .bottom-words .divider {
    margin: 0 6px;
}

#footer .bottom-words.ga-words {
    padding-left: 8px;
}

#wxBindYthModal .mvw-main {
    display: flex;
    height: auto;
    background: #fff;
    width: 100%;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 3rem;
}

#wxBindYthModal .mvw-main .login-form {
    width: 80%;
}

#loadingModal .container {
    text-align: center;
}

#loadingModal .modal-content {
    background-color: transparent;
    border: none;
}

#loadingModal .spinner-border {
    color: #fff;
}

#loadingModal.show {
    background-color: rgba(0, 0, 0, 0.5);
}


#wxBindYthModal .login-form {
    background: #fff;
}

#wxBindYthModal .login-form>.container {
    padding: 0 3.125rem;
}

#wxBindYthModal .login-form .login-switch {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#wxBindYthModal .login-form .login-switch>div {
    font-size: medium;
    cursor: pointer;
    font-weight: 700;
    color: #D2E5FF;
    overflow: hidden;
    /* margin-bottom: 1.5625rem; */
    margin-top: 1.875rem;
    margin-bottom: 2rem;
}

#wxBindYthModal .login-form .more-function-btn {
    margin-bottom: 1.25rem;
}

#wxBindYthModal .login-form .more-function-btn>input {
    background: none;
    border: none;
    font-size: 16px;
    color: #D2E5FF;
    font-weight: 400;
}

#wxBindYthModal .login-form .login-form-input {
    margin-bottom: 1.25rem;
}

#wxBindYthModal .login-form .login-form-input#verifyCodeGroup {
    margin-bottom: 1.125rem !important;
}


#wxBindYthModal .login-form #verifyCodeGroup {
    /* display: none; */
}

#wxBindYthModal .login-form .login-form-input>div {
    display: flex;
    align-items: center;
    position: relative;
}

#wxBindYthModal .login-form .login-form-input>div>i {
    position: absolute;
    margin: 0;
    left: 0.625rem;
    color: rgba(0, 0, 0, 0.45);
}

#wxBindYthModal .login-form .login-form-input>div>i:nth-child(1) {
    padding-right: 0.8125rem;
}

#wxBindYthModal .login-form .login-form-input>div>i:nth-child(1)::after {
    content: '';
    width: 1px;
    height: 18px;
    background-color: #6B6B6B;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


#wxBindYthModal .login-form .login-form-input>div>i:nth-last-child(1) {
    left: auto;
    right: 1.125rem;
}

#wxBindYthModal .login-form .login-form-input input {
    border: 1px solid rgba(216, 216, 216, 1);
    border-radius: 4px;
    height: 3.125rem;
    padding-left: 3rem;
}

#wxBindYthModal .login-form .login-form-input .verify-code-img {
    height: 3.125rem;
    padding-left: 0.5rem;
    cursor: pointer;

    position: absolute;
    right: 0.5rem;
    height: 2.5rem;

    top: 0;
    bottom: 0;
    margin: auto;
}

#wxBindYthModal .login-form .login-form-input .login-icon {
    position: absolute;
    width: 3rem;
    padding-left: 12px;
    display: flex;
    align-items: center;
    padding-right: 9px;
    justify-content: space-between;

    top: 0;
    bottom: 0;
    margin: auto;
}



#wxBindYthModal .login-form .login-form-input .login-icon .divider {
    color: #6B6B6B;
    height: 18px;
    display: inline-block;
    background-color: #6B6B6B;
    width: 1px;
}

#wxBindYthModal .login-form .login-btn {
    background-image: linear-gradient(270deg, #096DD9 0%, #3F9BFF 100%);
    box-shadow: 0 2px 4px 0 rgba(9, 109, 217, 0.30);
    border-radius: 4px;


    border-radius: 4px;

    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    padding-top: 0.65625rem;
    padding-bottom: 0.65625rem;
}


/* 微信扫码弹窗 */
#wxScanCodeModal .modal-dialog {
    /* transform: translateY(50%); */
    height: 100%;
    display: flex;
    align-items: center;

    margin-top: 0;
    margin-bottom: 0;
}

#wxScanCodeModal .modal-content {
    /* background-image: linear-gradient(180deg, #0363C4 0%, #5098FF 100%);
    box-shadow: -1px 19px 22px 0px rgb(24 116 199 / 34%); */
    border: none;

    background-color: #f5f5f5;
}

#wxScanCodeModal .modal-content .modal-header {
    padding-bottom: 0;
    border: none;
}

#wxScanCodeModal .modal-content .modal-header button {
    /* color: #fff; */
    opacity: 1;
    color: #000;
}

#wxScanCodeModal #wxScanCodeContainer {
    text-align: center;
}

.impowerBox .qrcode {
    width: 200px;
}

.impowerBox .title {
    display: none;
}

.impowerBox .info {
    width: 200px;
}

.status_icon {
    display: none
}

.impowerBox .status {
    text-align: center;
}


@media (max-width: 1200px) {
    #header {
        padding-left: 8.233%;
        padding-right: 13.8125%;
    }

    #mvw-main-content-box {
        padding-left: 2.5%;
        padding-right: 4.25%;
    }

    #content-form .login-form>.container {
        padding: 0 1.25rem;
    }
}

@media (min-width: 1200px) {
    #header {
        padding-left: 10.233%;
        padding-right: 13.8125%;
    }

    #mvw-main-content-box {
        padding-left: 6.5%;
        padding-right: 10.25%;
    }

    #content-form .login-form>.container {
        padding: 0 1.875rem;
    }
}

@media (min-width: 1400px) {
    #header {
        padding-left: 14.233%;
        padding-right: 19.8125%;
    }

    #mvw-main-content-box {
        /* padding-left: 10.5%;
        padding-right: 14.25%; */
        padding-left: 8.5%;
        padding-right: 12.25%;
    }

    #content-form .login-form>.container {
        padding: 0 2.5rem;
    }
}

@media (min-width: 1600px) {
    #header {
        padding-left: 14.233%;
        padding-right: 19.8125%;
    }

    #mvw-main-content-box {
        padding-left: 12.5%;
        padding-right: 16.25%;
    }

    #content-form .login-form>.container {
        padding: 0 3.125rem;
    }
}

@media (max-height: 887px) and (min-width: 790px) {
    #mvw-main-content #content-introduce p.title~div {
        padding: 2.132vh 0;
    }

    #footer {
        height: 60px;
    }

    #mvw-main-content {
        height: calc(100vh - 67px - 60px);
    }
}

@media (max-height: 790px) and (min-width: 737px) {
    #mvw-main-content #content-introduce p.title~div {
        padding: 1.132vh 0;
    }

    #footer {
        height: 60px;
    }

    #mvw-main-content {
        height: calc(100vh - 67px - 60px);
    }
}

@media (max-height: 737px) {
    #mvw-main-content {
        min-height: calc(737px - 67px - 60px);
    }
}

/* 连云港医院定制需求改造样式 */
.lianyungang-header {
    background-color: #fff!important;
}

/* 内容容器 */
.lianyungang-mvw-main-content-box {
    /* height: calc(100vh - 67px); */

    width: 100%;
    padding-left: 12.5%;
    padding-right: 16.25%;

    background-image: url("/static/img/lianyungang/bg_02.png?v=2023081501")!important;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: 100% 100%;
    background-position-y: -23px;
}


.lianyungang-header .header-content .header-left > h1 {
    color: #4A4A4A!important;
}
.lianyungang-mvw-main-content-box #content-form .login-form {
    background-image: none!important;
}
.lianyungang-mvw-main-content-box #content-form .login-form .login-switch>div {
    font-size: medium;
    cursor: pointer;
    font-weight: 700;
    color: #4A4A4A;
    overflow: hidden;
    /* margin-bottom: 1.5625rem; */
    margin-top: 1.875rem;
    margin-bottom: 2rem;
}
.lianyungang-mvw-main-content-box #content-form .login-form .login-form-input input {
    /* border: 1px solid #D8D8D8; */
    border: 1px solid rgba(216, 216, 216, 1);
    border-radius: 4px;
    height: 3.125rem;
    padding-left: 3rem;
}
.lianyungang-mvw-main-content-box #content-form .login-form .more-function-btn>input {
    background: none;
    border: none;
    font-size: 16px;
    color: #3384F7;
    font-weight: 400;
}
.lianyungang-mvw-main-content-box #content-form .login-form .login-btn {
    background-image: linear-gradient(270deg, #096DD9 0%, #3F9BFF 100%);
    box-shadow: 0 2px 4px 0 rgba(9, 109, 217, 0.30);
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding-top: 0.65625rem;
    padding-bottom: 0.65625rem;
}
.lianyungang-mvw-main-content-box #content-form .login-form #toWxLoginBtn {
    background-image: none;
    box-shadow: 0 2px 4px 0 #5EB72C;
    margin-top: 20px;
    background-color: #5EB72C;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.lianyungang-mvw-main-content-box #content-form .login-form #register {*/
/*    margin-top: 20px;*/
/*}*/
.lianyungang-footer {
    width: 100%!important;
}