body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden; /* 禁止 body 的滚动 */
    background-color: #F8FAFF !important;
}

.page-content-0228 {
    margin-top: 68px; /* 留出顶部 68px 的空间 */
    height: calc(100% - 68px);
    overflow-y: auto; /* 允许内容滚动 */
    overflow-x: hidden;
}

p {
    margin: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.top_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 68px;
    background: #2D87C9;
}

.footer_com {
    width: 100%;
    height: 116px;
    margin: 0 auto;
    background: #161E30;
    padding-top: 0px !important;
}

.head {
    text-align: center;
    display: block;
    margin: 0 auto;
    height: 100%;
}

.english {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    border: 1px solid #ffffff;
    color: #fff;
    text-align: center;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    width: 60px;
}

.nav-header {
    height: 68px;
    line-height: 68px;
    display: flex
}

.logo {
    margin: auto 0;
    width: 30px;
    height: 30px;
}

.top_bg .logo-line {
    border-left: 1px solid #FFFFFF;
    float: left;
    color: #FFFFFF;
    margin: auto 12px;
    height: 23px;
    line-height: 23px;
}

.logo-title {
    float: left;
    font-weight: 600;
    font-size: 27px;
    color: #FFFFFF;
    text-transform: none;
    vertical-align: middle;
}

.nav_bg {
    float: left;
    margin-left: 10px;
    /*max-width: 510px;*/
    /*height: 100%;*/
    /*line-height: 64px;*/
    /*position: absolute;*/
    /*right: calc((100% - 80%) / 2 + 150px);*/
    position: absolute;
}

.nav_bg .nav {
    height: 100%;
}

.nav_bg li:not(:last-child) {
    padding-right: 5px;
}

.nav > li > a {
    padding: 0px 0px !important;
}

.nav-header .nav-header-user {
    min-width: 100px;
    max-width: 150px;
    padding: 0px 10px;
    height: 68px;
    text-align: center;
}

.nav-header .nav-header-user > span {
    /*width: 80%;*/
}

.nav-header .nav-header-user:hover,
.nav-header .nav-header-user:focus,
.nav-header .nav-header-user.active,
.nav-header .tenant-app:hover,
.nav-header .nav-header-user:active {
    background-color: #176DAC !important;
    font-weight: 600 !important;
    height: 68px;
}

.navbar-toggle .icon-bar {
    background-color: #FFF;
    border-radius: 0;
    width: 24px;
    margin-left: 7px;
}

.nav_btn {
    float: right;
    text-align: center;
}

.nav_btn .btn {
    width: 62px;
    background-color: #FFFFFF !important;
    color: #0271BB !important;
    font-size: 14px;
    border: none !important;
    border-radius: 4px;
}

.nav_btn .btn:hover {
    font-size: 16px;
    font-weight: bold;
    background-color: #FFFFFF !important;
}

.nav_btn .btn:focus,
.nav_btn .btn:active.focus {
    background-color: #FFFFFF !important;
    outline: 0px auto -webkit-focus-ring-color;
}

.nav_btn .btn:not(:last-child) {
    margin-right: 5px;
}

.nav {
    margin: auto 12px;
}

.nav li {
    float: left;
    padding: 0px;
}

.nav li a {
    display: block;
    color: #fff;
    font-size: 15px;
}


.nav_bg li.active a,
.nav li a:active,
.nav li a:hover {
    background: #176DAC;
    font-weight: bold;
    color: #FFFFFF;
}

.banner {
    width: 1200px;
    height: 425px;
    margin: 0 auto;
    position: relative;
}

.banner_c {
    overflow: hidden;
    width: 100%;
    height: 240px;
}

.banner_c img {
    width: 100%;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.footer_bg {
    width: 80%;
    margin: 0 auto;
    display: flex;
}

.div-flex {
    flex: 1;
    float: left;
}

.footer_com .logo-line {
    height: 79px;
    /* line-height: 116px; */
    margin: auto 45px;
    border-left: 1px solid #2F3749;
    float: left;
}

.footer-div1 {
    text-align: right;
    flex: 0.2;
}

.footer-div1 img {
    margin: 24px 0px;
}

.footer-div2 {
    margin: auto 0px;
    text-align: left;
    color: #FFFFFF;
    flex: 0.5;
}

.footer-div3 {
    margin: auto 0px;
    text-align: left;
    color: #FFFFFF;
    flex: 0.3;
}

.footer_com p.text-blod {
    height: 15px;
    font-weight: bold;
    font-size: 14px;
}

.footer_com p {
    margin-top: 12px;
    height: 12px;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 0px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer_com .footer-div3 p {
    height: 20px;
}

.footer_com span {
    font-size: 18px;
}

.footer_menu {
    display: inline-block;
    margin-top: 10px;
}

.footer_menu li {
    float: left;
    color: #4c4c4c;
}

.footer_menu li a {
    padding: 0 20px;
    font-size: 14px;
    color: #4c4c4c;
}

.footer_menu li a:hover {
    color: #1e4684;
    text-decoration: underline;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 0
}

::-webkit-scrollbar {
    width: 6px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #b8b8b8;
    -webkit-border-radius: 6px;
    outline: 2px solid #fff;
    outline-offset: -2px;
    border: 2px solid #fff;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
    opacity: 0.5
}

::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #878987;
    -webkit-border-radius: 6px
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.cursor {
    cursor: pointer;
}

.btn {
    border-radius: 2px !important;
    border: 1px solid #2D87C9 !important;
    text-align: center !important;
    background-color: #FFFFFF !important;
    color: #2D87C9 !important;
}

.btn:not(:last-child) {
    margin-right: 17px;
}

.btn-default,
.btn-default:focus,
.btn-default:hover,
.btn-default:active {
    background-color: #F8FAFF !important;
    color: #2D87C9 !important;
    font-weight: 600 !important;
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn-primary {
    background: #2D87C9 !important;
    color: #FFFFFF !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #2D87C9 !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
}

.form-actions > div {
    text-align: center !important;
}

#page.content-div-page {
    float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

#page .layui-laypage-limits {
    margin: 5px 10px !important;
}

#page .layui-laypage .layui-laypage-count, .layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-skip {
    margin-left: 0px;
}

.left {
    text-align: left;
}

.margin-left-7 {
    margin-left: 7px;
}

.margin-left-11 {
    margin-left: 11px;
}

.margin-right-11 {
    margin-right: 11px;
}

/*2024-12-26 已登录用户个人信息*/
.top_bg .user-center {
    /*display: none;*/
    position: absolute; /* 使用绝对定位 */
    box-shadow: 6px 2px 11px 1px rgba(51, 51, 51, 0.1);
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
    text-align: left;
    z-index: 1600;
    padding: 10px;
    width: 140px;
    transform: translateX(-72%); /* 水平居中修正 */
    right: calc((100% - 96%) / 2);
}

.top_bg .user-center ul {
    margin: 0px !important;
}

.top_bg .user-center ul li:not(.divider) {
    height: 35px !important;
    line-height: 35px !important;
}

.top_bg .user-center ul hr {
    margin: 0px;
}

.top_bg .user-center ul li:hover,
.top_bg .user-center ul li:active,
.top_bg .user-center ul li:focus {
    background: #ECF5FF;
    color: #333333 !important;
    font-weight: bold;
}

.top_bg .user-center ul li a:hover {
    text-decoration: none;
    color: #333333 !important;
}

.top_bg .user-center:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    -moz-border-bottom-colors: rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 40%;
    position: absolute;
    top: -7px;
}

.top_bg .user-center:after {
    border-bottom: 6px solid #FFF;
    -moz-border-bottom-colors: #FFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 40%;
    position: absolute;
    top: -6px;
}

.one-row {
    width: 100%;
}

.height-25 {
    height: 25px;
    line-height: 25px;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.border-bottom-1 {
    border-bottom: 1px solid #DCE0E8;
}

.text-color-333 {
    color: #333333;
}

.text-color-blue {
    color: #409EFF;
}

.ellipsis {
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏超出div宽度的文本 */
    text-overflow: ellipsis; /* 超出部分显示为省略号 */
}

/*------------------------------------*/
/*.login-overlay {*/
/*    display: none;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.5);*/
/*    z-index: 1;*/
/*}*/

.login-modal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.login-modal-container-close-btn {
    /*position: absolute;*/
    /*top: 50px;*/
    /*right: calc(20% / 2);*/
    /*background-color: white;*/
    /*padding: 5px;*/
    /*border-radius: 8px;*/
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);*/
    /*max-width: 90%; !* 可选：确保在小屏幕上不会超出屏幕宽度 *!*/
    font-size: 24px;
    cursor: pointer;
    color: #bababa;
    background: none;
    border: none;
    outline: none;
}

.login-close-btn:hover {
    color: #000;
}

.login-modal {
    background-color: white;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    width: 530px; /* 根据需要调整宽度 */
    max-width: 90%; /* 可选：确保在小屏幕上不会超出屏幕宽度 */
}

/*.login-modal {*/
/*    position: fixed;*/
/*    top: 380px;*/
/*    left: 47%;*/
/*    width: 500px;*/
/*    height: 370px;*/
/*    transform: translate(-50%, -50%);*/
/*    background-color: white;*/
/*    padding: 5px;*/
/*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);*/
/*    z-index: 2;*/
/*    border-radius: 8px;*/
/*}*/

.login-close-btn {
    float: right;
    cursor: pointer;
    font-size: 20px;
}

/*------------------------------------*/
.top-bg-login {
    background-image: url("../images/bg-login.png");
    background-size: 100%; /* 确保图片覆盖整个容器，宽度100%，高度自适应 */
    background-position: center; /* 图片居中显示 */
    background-repeat: no-repeat; /* 防止图片重复 */
    background-color: #F0F0F0;
    height: 305px;
}

.login-header {
    line-height: 28px;
    padding-bottom: 4px;
    border-bottom: 1px solid #CCC;
}

.login-top-bg {
    line-height: 25px;
}

.login-logo {
    float: left;
    margin-top: 10px;
    width: 25px;
    height: 25px;
    line-height: 28px;
}

.login-logo-title {
    float: left;
    height: 28px;
    font-weight: 600;
    font-size: 14px;
    color: #2f1a1a;
    line-height: 28px;
    /*font-style: italic;  斜体*/
    text-transform: none;
    vertical-align: middle;
    padding-top: 8px;
}

.login-logo-title-1 {
    float: left;
    font-weight: 600;
    font-size: 16px;
    color: #2f1a1a;
    height: 35px;
    line-height: 35px;
    text-transform: none;
    vertical-align: middle;
    text-align: left;
}

.login-logo-title-2 {
    float: left;
    height: 28px;
    font-weight: 600;
    font-size: 12px;
    color: #2f1a1a;
    line-height: 28px;
    text-transform: none;
    vertical-align: middle;
}

.login-logo-line {
    border-left: 1px solid #bababa;
    float: left;
    height: 28px;
    line-height: 28px;
    color: #2f1a1a;
    margin: 8px 5px 0px 5px;
}

.login-left-right {
    padding-left: 2px;
    padding-right: 2px;
}

.login-header-bott {
    border-bottom: 2px solid #2D87C9;
    width: 50px;
    margin: 0 auto;
}

.login-top-bott {
    padding-top: 8px;
    padding-bottom: 8px;
}

.login-toolbar {
    background: #fffefe;
    border-top: 0px solid #fffefe !important;
    font-size: 13px;
}

.btn-phone {
    padding: 6px 4px !important;
    text-align: center;
    width: 90px;
}

.input-form-control {
    border-radius: 3px !important;
}

.no-border {
    border-radius: 3px !important;
}

/*2025-1-16 统一修改dialog的弹出层样式*/
.ui-dialog.ui-dialog-20250115 {
    border-radius: 5px !important;
    padding: 17px 23px !important;
}

.ui-dialog.ui-dialog-20250115 .ui-dialog-titlebar {
    background: #FFFFFF !important;
    border: none !important;
    height: 35px !important;
    line-height: 35px !important;
    color: #333333 !important;
}

.ui-dialog.ui-dialog-20250115 .widget-header-flat {
    background: #FFFFFF !important;
    border: none !important;
    height: 35px !important;
    line-height: 35px !important;
    color: #333333 !important;
    padding: 0px !important;
}

.ui-dialog.ui-dialog-20250115 .ui-dialog-titlebar-close {
    top: 20% !important;
    right: 0px !important;
}

.ui-dialog.ui-dialog-20250115 h5.bigger {
    font-size: 15px !important;
    color: #333333 !important;
    font-weight: bold !important;
}

.ui-dialog.ui-dialog-20250115 .ui-dialog-buttonpane,
.ui-dialog.ui-dialog-20250115 .ui-jqdialog-buttonpane {
    background: #FFFFFF !important;
    border: none !important;
}

.ui-dialog.ui-dialog-20250115 .btn {
    width: 81px !important;
    height: 32px !important;
    border-radius: 2px !important;
    border: 1px solid #2D87C9 !important;
    text-align: center !important;
    background-color: #FFFFFF !important;
    color: #2D87C9 !important;
}


.ui-dialog.ui-dialog-20250115 .btn-primary {
    background: #2D87C9 !important;
    color: #FFFFFF !important;
}

.ui-dialog.ui-dialog-20250115 .btn-primary:hover,
.ui-dialog.ui-dialog-20250115 .btn-primary:active,
.ui-dialog.ui-dialog-20250115 .btn-primary:focus {
    background: #2D87C9 !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
}

.ui-dialog.ui-dialog-20250115.ui-dialog-20250115-reply .ui-dialog-content {
    padding: 0px !important;
}

.ui-dialog.ui-dialog-20250115 .ui-button-text-only .ui-button-text {
    padding: 0px !important;
}

.ui-dialog.ui-dialog-20250115 .ui-dialog-buttonpane {
    padding: 0px !important;
}

.ui-dialog.ui-dialog-20250115 .ui-dialog-content {
    /*padding: 0px !important;*/
}

.ui-dialog.ui-dialog-20250115 .ui-dialog-buttonpane button {
    margin: 12px 0 0 0 !important;
}

.ui-dialog.ui-dialog-20250115 .ui-dialog-buttonpane button:not(:last-child) {
    margin-right: 12px !important;
}

.ui-dialog.ui-dialog-20250115 .radio,
.ui-dialog.ui-dialog-20250115 .checkbox {
    margin: 0px !important;
}

.ui-dialog.ui-dialog-20250115 .radio.form-control {
    border: none !important;
}

.control-label-20250115 {
    height: 35px;
    line-height: 35px;
    font-weight: 500;
}

input::placeholder,
textarea::placeholder {
    color: #999999 !important;
}


.nav_bg li {
    width: 68px;
}

.navbar-toggle {
    position: relative;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    border: none;
    width: 35px;
    height: 68px;
    line-height: 68px;
    padding: 0 0 1px;
    text-align: center;
    margin: auto 3px auto 0px;
}

.login-toolbar-item {
    color: #9B9B9B;
    padding: 0 !important;
}

.login-toolbar-item1 {
    text-align: right !important;
    width: 40px !important;
    float: right !important;
}

.login-toolbar-item1 a {
    color: #333333;
}

.tool-bar-div {
    border-top: 1px solid #eee;
    margin-top: 6px;
    padding-right: 10px;
    display: flex;
    height: 36px;
    line-height: 36px;
}

.tool-bar-div .tool-bar-bg {
    width: 20%;
    text-align: left;
    flex: 1;
    display: flex;
    align-items: center;
}

.tool-bar-div .tool-bar-bg .phoenix-btn-item {
    background: url(../images/bd-acc-weixin.png) no-repeat center center / 100% 100%;
    display: block;
    color: #00c;
    text-decoration: underline;
    padding-left: 20px;
    cursor: pointer;
    font-size: 12px;
    list-style: none;
    width: 0;
    height: 20px;
    overflow: hidden
}

.tool-bar-div-login {
    height: 60px;
    line-height: 60px;
}

.tool-bar-div-login .tool-bar-bg .phoenix-btn-item {
    width: 40px;
    height: 40px;
}

.tool-bar-div .tool-bar-btn {
    text-align: right;
    flex: 1;
    color: #9B9B9B;
}

.login-modal-container a {
   text-decoration: none;
}

.login-modal-container a:hover {
   font-weight: bold;
}

/* 响应式页面样式 2025-2-26 yangxl */
/*手机端*/
@media (max-width: 767px) {
    .head {
        width: 99%;
    }

    .english {
        right: 80px;
        width: 35px;
        font-size: 16px;
    }

    .english span {
        font-weight: 500;
    }

    .head #logo {
        padding-left: 8px;
    }

    .logo {
        width: 23px;
        height: 23px;
    }

    .logo-title {
        font-size: 22px;
    }

    .nav_btn .btn {
        width: 50px;
    }

    .top_bg .user-center {
        right: -100px;
        z-index: 10000;
    }

    .top_bg .user-center:before {
        left: 105px;
    }

    .top_bg .user-center:after {
        left: 105px;
    }

    .nav_bg {
        margin: auto -2px;
        top: 68px;
        z-index: 9999;
        width: 100%;
        height: 279px;
    }

    .nav_bg .nav {
        width: 100%;
        height: 100%;
        border: 1px solid #ccc;
        margin: 0px;
    }

    .nav_bg .nav li {
        width: 100%;
        background: #f8f8f8;
        text-align: left;
        line-height: 46px;
        border-bottom: 1px solid #ccc;
    }

    .nav_bg .nav li:not(:last-child) {
        padding: 0;
    }

    .nav_bg .nav li a {
        color: #585858;
        padding: 0 12px !important;
    }

    .nav_bg .nav li.active a,
    .nav_bg .nav li a:active,
    .nav_bg .nav li a:hover {
        background: #ffffff;
        color: #2D87C9;
    }

    .footer_bg {
        width: 95%;
    }

    .footer_com .logo-line {
        margin: auto 12px;
    }

    .footer_com p {
        font-size: 8px;
        line-height: 1.5;
        margin-top: 6px;
        height: 20px;
    }

    .footer_com .footer-div3 p {
        height: 32px;
    }

    .ui-dialog.ui-dialog-20250115 {
        padding: 10px !important;
    }

    .tool-bar-div {
        padding-left: 15px;
    }
}

/*平板小屏幕*/
@media (min-width: 768px) and (max-width: 864px) {
    .head {
        width: 95%;
    }

    .nav_bg {
        right: 160px;
    }

    .top_bg .logo-line {
        margin: auto 8px;
    }
}

/*平板小屏幕*/
@media (min-width: 865px) and (max-width: 919px) {
    .head {
        width: 90%;
    }

    .nav_bg {
        right: calc((100% - 90%) / 2 + 140px);
    }
}

/*笔记本*/
@media (min-width: 920px) and (max-width: 1014px) {
    .head {
        width: 85%;
    }

    .nav_bg {
        right: calc((100% - 85%) / 2 + 140px);
    }

}

/*笔记本*/
@media (min-width: 1015px) and (max-width: 1079px) {
    .head {
        width: 80%;
    }

    .nav_bg {
        right: calc((100% - 80%) / 2 + 150px);
    }

    .nav_bg li {
        width: 72px;
    }
}

/*电脑端*/
@media (min-width: 1080px) {
    .head {
        width: 80%;
    }

    .nav_bg {
        right: calc((100% - 80%) / 2 + 150px);
    }

    .nav_bg li {
        width: 80px;
    }
}


