.ms-nav {
    border-bottom-color: #EBEEF5;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    border-bottom-style: solid;
    padding-top: 0px;
    border-bottom-width: 1px;
    justify-content: center;
    height: 60px;
    margin-left: 0px;
    min-width: 1200px;
}

.ms-nav .body {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 1200px;
    box-sizing: border-box;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.ms-nav .body .logo {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: flex-start;
    width: 60px;
    margin-right: 20px;
    height: 100%;
}

.ms-nav .body .logo .logo-pic {
    height: 40px;
    width: fit-content;
}

.ms-nav .body .logo .logo-desc {
    padding-right: 0px;
    width: unset;
    padding-left: 0px;
    height: unset;
}

.ms-nav .body .nav-h5 {
    padding-bottom: 0px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: none;
    width: 100px;
    box-sizing: border-box;
    padding-top: 0px;
    position: relative;
    right: 0px;
    justify-content: center;
    height: 100%;
}



.ms-nav .body .nav-h5 .nav-h5-icon {
    font-size: 28PX;
}

.ms-nav .body .nav-h5 .nav-h5-body {
    padding-bottom: 10px;
    align-items: flex-start;
    top: 80px;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    position: absolute;
    justify-content: center;
    height: 100px;
}

.ms-nav .body .nav-h5 .nav-h5-body .nav-h5-item {
    cursor: pointer;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    font-size: 18PX;
    padding-top: 0px;
    padding-left: 0px;
}

.ms-nav .body .nav-item {
    margin-right: 0px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    padding-right: 40px;
    box-sizing: border-box;
    padding-left: 40px;
    /* justify-content: space-between; */
    justify-content: flex-end
    ;
    height: 100%;
}

.ms-nav .body .nav-item .item {
    cursor: pointer;
    margin:0px 20px;
    flex-direction: row;
    word-wrap: break-word;
    display: block;
    height: 35px;
    line-height: 40px;
    padding-right: 0px;
    font-size: 15PX;
    padding-left: 0px;
    color: #000;
}
.lianglian{
    display: block;
    line-height: 18px;
    color: #af090b;
    font-weight: 600;
}
.ms-nav .body .nav-item .sel{
    color: #6f6b6a;
    font-weight: 600;
    height: 35px;
    line-height: 40px;
    /* border-bottom: 2px solid #89B8DD; */
    position: relative;
}
.ms-nav .body .nav-item .sel span:after {
    position: absolute;
    height: 2px;
    background: #89B8DD;
    width: 100%;
    content: '';
    bottom: 0;
    left: 0;
}
.ms-nav .body .nav-item .sel .lianglian:after {
    bottom: -8px;
}

.ms-nav .body .nav-login {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: flex-end;
    height: 100%;
    margin-left: 0px;
}

.ms-nav .body .nav-login .header-btn {
    border: 1px solid #8AB8DD;
    color: #8ab8dd;
    border-radius: 4px;
    width: 50px;
    text-align: center;
    padding: 5px 6px;
    font-size: 16px;
    box-sizing: content-box;
    cursor: pointer;
    background-color: #fff;
}

.ms-nav .body .nav-login .login:hover {
    color: #fff;
    background-color: #8ab8dd;
}

.ms-nav .body .nav-login .register {
    margin-left: 10px;
    color: #fff;
    background-color: #8ab8dd;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-input-div {
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: flex-start;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 100%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding-left: 0px;
    height: 100%;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input {
    border: 0px;
    background-color: #FFFFFF;
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 4px;
    box-sizing: border-box;
    justify-content: space-between;
    border-top-left-radius: 2px;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    border-bottom-left-radius: 2px;
    width: 90%;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    padding-top: 0px;
    padding-left: 4px;
    height: 30px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input span {
    color: #DCDFE6;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    border-top-left-radius: 0px;
    padding-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14PX;
    padding-top: 0px;
    padding-left: 0px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button {
    cursor: pointer;
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 80px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    background-repeat: no-repeat;
    padding-left: 0px;
    height: 100%;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button:hover {
    background-color: #E6E6E6;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button i {
    color: #409EFF;
    border-bottom-left-radius: 0px;
    padding-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding-left: 0px;
    border-top-left-radius: 0px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button span {
    color: #409EFF;
    border-bottom-left-radius: 0px;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14px;
    padding-left: 0px;
    border-top-left-radius: 0px;
}

.ms-footer {
    background-color: #F2F2F2;
    align-items: center;
    flex-direction: column;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: center;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    margin-top: 0px;
}

.ms-footer .border-top {
    width: 100%;
    height: 5px;
    background-image: -webkit-gradient(linear,left top,right top,from(#fde6c0),color-stop(#F8BD7D),color-stop(#0a3886),to(#00317d));
    background-image: -webkit-linear-gradient(left,#fde6c0,#F8BD7D,#0a3886,#00317d);
    background-image: linear-gradient(to right,#fde6c0,#F8BD7D,#0a3886,#00317d);
}

.ms-footer .body {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    padding: 33px 0;
    width: 1200px;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: space-between;
    height: 100%;
    color: #00307c;
}

.ms-footer .body .left {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    display: flex;
    box-sizing: border-box;
    padding-top: 0px;
    padding-left: 0px;
    font-size: 24px;
    font-family: ARVFJXHeiG30Wr;
    font-weight: 400;
    padding-right: 16px;
}

.ms-footer .body .left img{
   width: 68px;
   height: 68px;
   margin-right: 30px;
}

.ms-footer .body .middle {
    flex-direction: row;
    display: flex;
    font-size: 18PX;
    padding: 10px 20px;
    border-left: 2px solid #A1B1CC;
    border-right: 2px solid #A1B1CC;
}

.ms-footer .body .middle > div {
    display: flex;
    padding-right: 20px;
    font-size: 12px;
}


.ms-footer .body .middle .phone-list {
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    font-size: 16px;
}

.ms-footer .body .right {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    box-sizing: border-box;
    padding-left: 20px;
    height: 100%;
    flex: 1 1 0;
}

.ms-footer .body .right img {
    width: 60px;
    height: 60px;
}

.ms-footer .body .right .wechat{
    margin-left: 16px;
}

.ms-footer .body .right .company-info{
    display: flex;
    flex-direction: column;    
    font-size: 12px;
    font-family: ARVFJXHeiG30Wr;
    font-weight: 400;
    letter-spacing: .18px;
    line-height: 18px;
    color: #00307c;
    white-space: break-spaces;
    padding-right: 20px;
}


/* @media (max-width: 768px) {
    .ms-nav {
        border-bottom-color: #EBEEF5;
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        border-bottom-style: solid;
        padding-top: 0px;
        border-bottom-width: 1px;
        justify-content: center;
        height: 80px;
        margin-left: 0px;
    }

    .ms-nav .body {
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        justify-content: space-between;
        height: 100%;
    }

    .ms-nav .body .logo {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        padding-right: 0px;
        width: 60%;
        box-sizing: border-box;
        padding-left: 0px;
        justify-content: center;
        height: 100%;
    }

    .ms-nav .body .logo .logo-pic {
        width: 50px;
        height: 50px;
    }

    .ms-nav .body .logo .logo-desc {
        width: unset;
        height: unset;
    }

    .ms-nav .body .nav-h5 {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100px;
        box-sizing: border-box;
        justify-content: center;
        height: 100%;
    }

    .ms-nav .body .nav-h5 .nav-h5-icon {
        font-size: 28PX;
        padding-top: 0px;
        padding-left: 0px;
    }

    .ms-nav .body .nav-h5 .nav-h5-body {
        background-color: #F2F6FC;
        flex-direction: column;
        display: none;
        box-sizing: border-box;
        right: 0px;
        justify-content: flex-start;
        padding-bottom: 0px;
        top: 80px;
        flex-wrap: nowrap;
        width: 140px;
        padding-top: 10px;
        position: absolute;
        padding-left: 10px;
        height: 100vh;
        z-index: 2;
    }

    .ms-nav .body .nav-h5 .nav-h5-body .nav-h5-item {
        cursor: pointer;
        color: #303133;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        font-size: 18PX;
        padding-top: 8px;
        padding-left: 0px;
        height: 40px;
    }

    .ms-nav .body .nav-item {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: none;
        padding-right: 40px;
        width: 50%;
        box-sizing: border-box;
        padding-left: 40px;
        /* justify-content: space-between; */
        justify-content: flex-end;
        height: 100%;
    }

    .ms-nav .body .nav-item .item {
        cursor: pointer;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        font-size: 18PX;
        padding-left: 0px;
        color: #898989;
    }

    .ms-nav .body .nav-search {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: none;
        padding-right: 0px;
        width: 40%;
        box-sizing: border-box;
        padding-left: 0px;
        justify-content: center;
        height: 100%;
        margin-left: 0px;
    }

    .ms-nav .body .nav-search .ms-search-input {
        border-color: #CCCCCC;
        align-items: flex-end;
        flex-direction: row;
        border-width: 1px;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        border-style: solid;
        justify-content: center;
        height: 40%;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-input-div {
        flex-direction: row;
        border-right-width: 1px;
        display: flex;
        padding-right: 0px;
        width: 100%;
        box-sizing: border-box;
        border-right-color: #CCCCCC;
        border-right-style: solid;
        height: 100%;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input {
        border: 0px;
        background-color: #FFFFFF;
        align-items: center;
        flex-direction: row;
        display: flex;
        padding-right: 4px;
        box-sizing: border-box;
        justify-content: space-between;
        border-top-left-radius: 2px;
        padding-bottom: 0px;
        flex-wrap: nowrap;
        border-bottom-left-radius: 2px;
        width: 90%;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
        padding-top: 0px;
        padding-left: 4px;
        height: 30px;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input span {
        color: #DCDFE6;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        border-top-left-radius: 0px;
        padding-bottom: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        font-size: 14PX;
        padding-top: 0px;
        padding-left: 0px;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-button {
        flex-direction: row;
        display: flex;
        width: 40px;
        box-sizing: border-box;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-button i {
        border-bottom-left-radius: 0px;
        padding-right: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        padding-left: 0px;
        border-top-left-radius: 0px;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-button span {
        border-bottom-left-radius: 0px;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        font-size: 14px;
        padding-left: 0px;
        border-top-left-radius: 0px;
    }

    .ms-footer {
        background-color: #F2F2F2;
        align-items: center;
        flex-direction: row;
        display: flex;
        padding-right: 0px;
        box-sizing: border-box;
        justify-content: center;
        padding-bottom: 0px;
        flex-wrap: nowrap;
        width: 100%;
        padding-top: 0px;
        padding-left: 0px;
        margin-top: 0px;
        height: unset;
    }

    .ms-footer .body {
        padding-bottom: 10px;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        padding-right: 10px;
        width: 100%;
        box-sizing: border-box;
        padding-top: 10px;
        padding-left: 10px;
        margin-top: 0px;
    }

    .ms-footer .body .top {
        padding-bottom: 0px;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        padding-right: 0px;
        width: 100%;
        box-sizing: border-box;
        padding-top: 0px;
        padding-left: 0px;
        justify-content: space-between;
        margin-top: 0px;
    }

    .ms-footer .body .top .top-left {
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
        padding-top: 0px;
        padding-left: 0px;
        justify-content: flex-start;
        height: unset;

    }

    .ms-footer .body .top .top-left .foot-nav {
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        width: 50%;
        box-sizing: border-box;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .ms-footer .body .top .top-left .foot-nav .nav-item {
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 18PX;
        padding-top: 6px;
        height: 32px;
    }

    .ms-footer .body .top .top-left .foot-nav div .item {
        color: #767676;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 16PX;
        padding-top: 6px;
        height: 32px;
    }

    .ms-footer .body .top .top-right {
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding-top: 0px;
        padding-left: 0px;
    }

    .ms-footer .body .top .top-right .qr {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        width: 50%;
        box-sizing: border-box;
        padding-left: 0px;
        justify-content: center;
        height: 100%;
    }

    .ms-footer .body .top .top-right .qr .pic {
        width: 120px;
        height: 120px;
    }

    .ms-footer .body .top .top-right .qr .text {
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 14px;
    }

    .ms-footer .body .copyright {
        text-align: center;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 14px;
        padding-top: 6px;
        height: unset;
    }

    .ms-footer .body .power {
        color: #5B5B5B;
        text-align: center;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 14px;
        padding-top: 0px;
    }
} */
.login-box .el-tabs__nav-scroll::after {
    display: none;
}
.footer-bar{
    width: 100%;
    height: 310px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: #004C97;
}
.footer-container{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #fff9;
    padding: 50px 0;
    position: relative;
}
.footer-container-top{
    width: 1100px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-left-ul{
    display: flex;
    flex-direction: row;
}
.footer-bar .el-image__inner{
    width: 100% !important;
    height: 100% !important;
}
.login-box .el-button.code-but:hover,
.resetPassword .el-button.code-but:hover{
    color: #9e080a !important;
    border-color: #9e080a !important;
    background: #fff !important;
}
.login-box .el-button.code-but.is-disabled:hover,
.resetPassword .el-button.code-but.is-disabled:hover{
    color: #c0c4cc !important;
    border-color: #e4e7ed !important;
    background: #fff !important;
}
.login-box .el-button.el-button--primary,
.resetPassword .el-button.el-button--primary {
    color: #fff !important;
    border-color: #9e080a !important;
    background: #9e080a !important;
}

.login-box .el-button.el-button--primary.is-disabled {
    color: #fff !important;
    border-color: rgb(215, 132, 133) !important;
    background: rgb(215, 132, 133) !important;
}

.login-box .login-box-right .navigation[data-v-dcef19d8] .is-active,
.login-box .login-box-right .el-tabs__item:hover,
.login-box .login-box-right  .el-checkbox__input.is-checked+.el-checkbox__label {
    color: #9e080a !important;
}
.login-box .login-box-right .el-tabs__active-bar {
    background-color: #9e080a !important;
}
.login-box .login-box-right .el-checkbox__inner:hover {
    border-color: #9e080a !important;
}
.login-box .login-box-right .el-checkbox__input.is-checked .el-checkbox__inner {
    border-color: #9e080a !important;
    background-color: #9e080a !important;
}

.login-but .el-dropdown-link[data-v-f3d1721e] {
    display: flex;
    align-items: center;
}

.login-but .el-dropdown-link .el-dropdown-link-name[data-v-f3d1721e] {
    display: flex;
    width: 100px;
}

.el-popover.el-popper {
    background: var(--el-popover-bg-color);
    min-width: 150px;
    border-radius: var(--el-popover-border-radius);
    border: 1px solid var(--el-popover-border-color);
    padding: var(--el-popover-padding);
    z-index: var(--el-index-popper);
    color: var(--el-text-color-regular);
    line-height: 1.4;
    text-align: justify;
    font-size: var(--el-popover-font-size);
    box-shadow: var(--el-box-shadow-light);
    word-break: break-all
}

.el-popover.el-popper--plain {
    padding: var(--el-popover-padding-large)
}

.el-popover__title {
    color: var(--el-popover-title-text-color);
    font-size: var(--el-popover-title-font-size);
    line-height: 1;
    margin-bottom: 12px
}

.el-popover__reference:focus:not(.focusing),
.el-popover__reference:focus:hover {
    outline-width: 0
}

.el-popover.el-popper:focus:active,
.el-popover.el-popper:focus {
    outline-width: 0
}
.el-popper {
    --el-popper-border-radius: var(--el-popover-border-radius, 4px)
}

.el-popper {
    position: absolute;
    border-radius: var(--el-popper-border-radius);
    padding: 10px;
    z-index: 2000;
    font-size: 12px;
    line-height: 1.2;
    min-width: 10px;
    word-wrap: break-word;
    visibility: visible
}

.el-popper.is-dark {
    color: var(--el-color-white);
    background: var(--el-text-color-primary)
}

.el-popper.is-dark .el-popper__arrow:before {
    background: var(--el-text-color-primary);
    right: 0
}

.el-popper.is-light {
    background: var(--el-color-white);
    border: 1px solid var(--el-border-color-light)
}

.el-popper.is-light .el-popper__arrow:before {
    border: 1px solid var(--el-border-color-light);
    background: var(--el-color-white);
    right: 0
}

.el-popper.is-pure {
    padding: 0
}

.el-popper__arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: -1
}

.el-popper__arrow:before {
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: -1;
    content: " ";
    transform: rotate(45deg);
    background: var(--el-text-color-primary);
    box-sizing: border-box
}

.el-popper[data-popper-placement^=top]>.el-popper__arrow {
    bottom: -5px
}

.el-popper[data-popper-placement^=bottom]>.el-popper__arrow {
    top: -5px
}

.el-popper[data-popper-placement^=left]>.el-popper__arrow {
    right: -5px
}

.el-popper[data-popper-placement^=right]>.el-popper__arrow {
    left: -5px
}

.el-popper.is-light[data-popper-placement^=top] .el-popper__arrow:before {
    border-top-color: transparent;
    border-left-color: transparent
}

.el-popper.is-light[data-popper-placement^=bottom] .el-popper__arrow:before {
    border-bottom-color: transparent;
    border-right-color: transparent
}

.el-popper.is-light[data-popper-placement^=left] .el-popper__arrow:before {
    border-left-color: transparent;
    border-bottom-color: transparent
}

.el-popper.is-light[data-popper-placement^=right] .el-popper__arrow:before {
    border-right-color: transparent;
    border-top-color: transparent
}

.el-backtop.Upload.pointer {
    position: static !important;
}

.header-dropdown-link {
    height: 35px;
    line-height: 40px;
    display: block;
    padding-right: 0px;
    font-size: 15px;
    padding-left: 0px;
    color: #000;
}

.drop-down-item-link {
    font-size: 15px;
}

.drop-down-item:hover .drop-down-item-link,
.drop-down-item.selected .drop-down-item-link{
    color: #8ab8dd;
}