html,body{
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei", Arial, Verdana, sans-serif !important;
    color: #000;
}
/*layui-layer-lan皮肤下的窗口关闭按钮样式*/
.layui-layer-lan .layui-layer-setwin .layui-layer-close1 {
    background-position: -187px -38px;
}
/*-----------------------------------*/
/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
    background:none;
    border: 0;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(204,204,204,.8);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(204,204,204,.8);
}
a{
    cursor: pointer;
}
a:hover{
    color:#000;
    font-weight: bold;
}
img{
    vertical-align: middle;
}
.bigSize{
    font-size: 24px;
}
.fontSize22{
    font-size: 22px;
}
.fontSize20{
    font-size: 20px;
}
.fontSize16{
    font-size: 16px;
}
.fontSize15{
    font-size: 15px;
}
.mediumSize{
    font-size: 22px;
}
.smallSize{
    font-size: 14px;
}
.miniSize{
    font-size: 12px;
}
/*首页框架样式*/
.head-side{
   /* background: url(../img/headbg.jpg) no-repeat;
    background-size: 100% 100%;*/
    background-color: #ffffff;
}
.menu-side{
    height: 50px;
    background: #1859B4;
    text-align: center;
}
.menu{
    /* width: 80%; */
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.iframeContent{
  /*  width: 1200px;*/
    margin: auto;
}
.menu div{
    float: left;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 50px;
    padding: 0 32px;
    align-content: center;
}

.menu div:hover{
    background-color: #E7EEF7;
    color: #1859B4 !important;
}

.menu .nav_bar{
    position: absolute;
    left: calc(50% - 465px);
    top: 317px;
    width: 115px;
    height: 5px;
    background-color: #21b9bb;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.active{
    background-color: #E7EEF7;
    color: #1859B4 !important;
}
.childrenMenus {
    background: #FFF;
    position: relative;
    top: 0px;
    width: 80%;
    text-align: left;
    line-height: 36px;
    padding: 10px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    border: 1px solid #d2d2d2;
    z-index: 100;
    border-top: 0;
    border-radius: 2px;
    transition: all .2s;
    -webkit-transition: all .2s;
    display: none;
    max-height: 400px;
    overflow-y: auto;
    margin: auto;
}
.childrenMenuBtn {
    color: #333;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #E6E4E3;
    margin: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.childrenMenuBtn:last-child{
    border: 0;
}
.childrenMenuBtn:hover{
    background-color: #f2f2f2;
    color: #21b9bb;
}

/* 三级分类样式 - 重新设计 */
.category-item {
    margin: 0;
    padding: 0;
}

/* 一级分类样式 */
.level-1 {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 50px;
}

.level-1:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.level-1 .category-header {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    border-left: 3px solid #21b9bb;
    transition: background-color 0.2s;
}

.level-1 .category-icon {
    margin-right: 10px;
    font-size: 16px;
    color: #21b9bb;
    width: 20px;
    text-align: center;
}

.level-1 .category-name {
    font-size: 16px;
    color: #1859B4;
    font-weight: bold;
}

/* 二级分类样式 */
.level-2 {
    margin-bottom: 15px;
}

.category-section {
    margin-bottom: 10px;
    display: flex;
}

.category-title {
    min-width: fit-content;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    padding-left: 15px;
    line-height: 1.8;
    min-width: fit-content;
}

/* 三级分类样式 */
.category-items {
    padding-left: 15px;
    line-height: 1.8;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    word-break: break-all;
}

.category-tag {
    display: inline-block;
    font-size: 13px;
    color: #666;
    margin-right: 20px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: color 0.2s;
    white-space: nowrap;
    position: relative;
}

.category-tag:hover {
    color: #21b9bb;
}

.category-tag:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #ddd;
}

.category-tag:last-child:after {
    display: none;
}

/* 子分类容器 */
.category-children {
    background-color: #ffffff;
}

.main-content{
    min-height: calc(100% - 442px);
    /* background: url(../img/iframebg.png) no-repeat; */
    background-size: 100% 100%;
}

.bottom-side{
    /* height: 100px; */
    background-color: #1859B4;
    padding: 20px 0px 25px 0px;
    color: #FFF;
    text-align: center;
}
.bottom-side div{
    margin: 5px 0;
}
.right-menu{
    width: 60px;
    text-align: center;
    position: fixed;
    /* left: calc(50% + 610px); */
    right: 20px;
    bottom: 121px;
    background: #FFF;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    z-index: 2;
}
.rightMenus div{
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    cursor: pointer;
}

/* 微信小程序菜单项样式 */
.rightMenuItem {
    width: 60px;
    height: 39px;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.rightMenuItem:hover {
    background-color: #f0f9ff;
    color: #1859B4;
}

.rightMenuItem i {
    font-size: 18px;
    margin-bottom: 2px;
    color: #666;
    transition: color 0.3s ease;
}

.rightMenuItem:hover i {
    color: #1859B4;
}

.rightMenuItem span {
    font-size: 10px;
    color: #666;
    transition: color 0.3s ease;
}

.rightMenuItem:hover span {
    color: #1859B4;
}

/* 线上测额图标样式 */
#onlineCredit .menu-icon {
    width: 18px;
    height: 18px;
    margin-bottom: 2px;
    content: url('../img/ce-u.png');
}

#onlineCredit:hover .menu-icon {
    content: url('../img/ce-a.png');
}

/* 微信小程序二维码弹窗样式 */
#wxQRCodePopup {
    position: absolute;
    right: 60px; /* 调整到左侧显示，增加一些间距 */
    top: 100%;
    transform: translateY(-50%) translateX(10px);
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 20px;
    z-index: 1000;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 150px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#wxQRCodePopup::before {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    filter: drop-shadow(1px 0 1px rgba(0,0,0,0.1));
}

#wxQRCodePopup::after {
    content: '';
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #e6e6e6;
}

#wxQRCodePopup.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

#wxQRCodePopup img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

#wxQRCodePopup.show img {
    transform: scale(1.02);
}

#wxQRCodePopup .qr-text {
    text-align: center;
    margin-top: 12px;
    font-size: 12px;
    color: #666;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* 添加一个微妙的动画效果 */
@keyframes qrFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-50%) translateX(10px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(-50%) translateX(0) scale(1);
    }
}

#wxQRCodePopup.show {
    animation: qrFadeIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* 服务热线弹窗样式 */
#hotlinePopup {
    position: absolute;
    right: 80px; /* 调整到左侧显示，增加一些间距 */
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 0;
    z-index: 1000;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 200px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#hotlinePopup::before {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    filter: drop-shadow(1px 0 1px rgba(0,0,0,0.1));
}

#hotlinePopup::after {
    content: '';
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #e6e6e6;
}

#hotlinePopup.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
    animation: qrFadeIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

#hotlinePopup .hotline-content {
    padding: 20px;
}

#hotlinePopup .hotline-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

#hotlinePopup .hotline-number {
    font-size: 18px;
    font-weight: 700;
    color: #1859B4;
    text-align: center;
    margin-bottom: 8px;
    letter-spacing: 1px;
    font-family: 'Arial', sans-serif;
}

#hotlinePopup .hotline-desc {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.4;
}

#hotlinePopup .hotline-actions {
    text-align: center;
}

#hotlinePopup .call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background: linear-gradient(135deg, #1859B4 0%, #1E6FD9 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(45, 140, 240, 0.3);
}

#hotlinePopup .call-btn:hover {
    background: linear-gradient(135deg, #1E6FD9 0%, #1859B4 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(45, 140, 240, 0.4);
    color: #fff;
    text-decoration: none;
}

#hotlinePopup .call-btn i {
    margin-right: 6px;
    font-size: 11px;
}
.backTop{
    width: 60px;
    height: 60px;
    cursor: pointer;
    font-size: 10px;
    color: #666;
    font-weight: bold;
}
.backTop .fa{
    color: #02418c;
    font-size: 34px;
}
.loginBoxF {
    width: 100%;
    background-color: #1859B4;
}
.loginBox{
    width: 1390px;
    margin: auto;
    clear: both;
    background: #1859B4;
    height: 48px;
}
.fl{
    float: left;
    display: flex;
    align-items: center;
    gap: 26px;
    padding-top: 9px;
}
.fr{
    float: right;
    /*display: none;*/
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    display: flex;
    align-items: center;
}
.titleBoxF {
    width: 100%;
    background-color: #ffffff;
    position: relative;
}
.titleBox{
    height: 150px;
    margin: auto;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 94px;
}
.logo-div{
    display: flex;
    align-items: center;
    gap: 50px;
    height: 66px;
}
.logo-img{
    cursor: pointer;
}
.logo-right{
    height: 30px;
    width: 163px;
    background-color: #C21920;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.logo-right:hover{
    color: #fff !important;
}
.logo-right-icon{
    width: 18px;
    height: 18px;
    background: url('../img/logo-right-icon.png') no-repeat center center;
    background-size: cover;
}
.search {
    width: 679px;
    background: rgba(255,255,255,0.9);
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #1859B4;
}
/* 位置定位按钮样式 */
.locationBtn {
    height: 20px;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding: 8px 12px;
    background: #F9AE3D;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    vertical-align: middle;
}

.locationBtn:hover {
    background: #E89B2A;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(249, 174, 61, 0.3);
}

.location-icon {
    font-size: 14px;
    color: #ffffff;
    margin-right: 6px;
}

.dropdown-icon {
    font-size: 12px;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.locationBtn:hover .dropdown-icon {
    transform: rotate(180deg);
}

/* 下拉面板样式 */
.location-dropdown {
    position: absolute;
    /* top: 100%;
    left: 50%; */
    width: 900px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    /* transform: translateX(-50%) translateY(-10px); */
    transition: all 0.3s ease;
    z-index: 1000;
    margin-top: 5px;
}

.locationBtn:hover .location-dropdown {
    opacity: 1;
    visibility: visible;
    /* transform: translateX(-50%) translateY(0); */
}

.location-dropdown::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 5%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
}

.location-dropdown::after {
    content: '';
    position: absolute;
    top: -7px;
    left: 5%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e6e6e6;
}

/* 地区旗舰店下拉面板样式 */
.dqqjd-section {
    margin: 15px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

.dqqjd-section:last-child {
    margin-bottom: 0;
}

.dqqjd-title {
    font-size: 14px;
    font-weight: bold;
    color: #1859B4;
    margin-right: 15px;
    padding: 8px 10px;
    border-left: 3px solid #1859B4;
    flex-shrink: 0;
    white-space: nowrap;
}

.dqqjd-items {
    width: 90%;
}
.dqqjd-item {
    position: relative;
    padding: 8px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 5px;
    display: inline-block;
}

.dqqjd-item:hover {
    background-color: #f0f9ff;
    color: #1859B4 !important;
}

.dqqjd-item-text {
    color: #333333 !important;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.dqqjd-item:hover .dqqjd-item-text {
    color: #1859B4 !important;
}

.dqqjd-dropdown-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px !important;
    color: #999999 !important;
    transition: all 0.3s ease;
}

.dqqjd-item:hover .dqqjd-dropdown-icon {
    color: #1859B4 !important;
    transform: translateY(-50%) rotate(180deg);
}

.dqqjd-platform-dropdown {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 150px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1001;
    margin-top: 5px;
}

.dqqjd-item:hover .dqqjd-platform-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dqqjd-platform-dropdown::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
}

.dqqjd-platform-dropdown::after {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e6e6e6;
}

.dqqjd-platform-item {
    padding: 8px 12px;
    color: #333333 !important;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f5f5f5;
}

.dqqjd-platform-item:last-child {
    border-bottom: none;
}

.dqqjd-platform-item:hover {
    background-color: #f0f9ff;
    color: #1859B4 !important;
}

.searchDiv{

}
.searchType{
    margin: 0 0 15px 10px;
}
.clicked{
    color: #e42326;
}
.searchContent{
    width: 338px;
    height: 41px;
    border: none;
    /*background-image: url(../img/search_bg.png);*/
    background-size: 16px 16px;
    background-color: rgba(255,255,255,.6);
    padding-left: 40px;
    font-size: 14px;
}
/* 搜索输入框包装器样式 */
.search-input-wrapper {
    position: relative;
    display: inline-block;
}
.search-input-wrapper .layui-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 24px;
    pointer-events: none;
}
.search_btn{
    width: 134px;
    height: 41px;
    float: right;
    cursor: pointer;
    background-color: #1859B4;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN-Bold;
    font-weight: normal;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 43px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.ifm{
    z-index: 100;
    width: 100%;
    border: 0;
    margin: 0 0 8px 0;
    vertical-align:bottom
}
.activeIfm{
    z-index: 200;
}
.sonSystem{
    width: 335px;
    position: absolute;
    right: 60px;
    top: 25px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    padding: 10px;
    z-index: 100;
    display: none;
}
.sys{
    width: 83px;
    height: 83px;
    float: left;
    text-align: center;
    cursor: pointer;
}
.sys img{
    width:36px
}
.sys p{
    margin: 0;
}
.wz {
    width: 88px;
    height: 25px;
    background: #F9AE3D;
    border-radius: 50px 50px 50px 50px;
    display: inline-block;
    cursor: pointer;
}
.wz span {
    font-family: SourceHanSansCN-Regular, SourceHanSansCN-Regular;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.fwrx span {
    font-family: SourceHanSansCN-Regular, SourceHanSansCN-Regular;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.login {
    height: 35px;
    margin-top: 9px;
    font-size: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
}
.login_span{
    font-family: SourceHanSansCN-Regular, SourceHanSansCN-Regular;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
a.logout {
    color: #fff;
    padding-right: 10px;
}
.toCenter{
    cursor: pointer;
}
.toCenter:hover{
    font-weight: bold;
}

/* 统计面板样式 */
.statistics-container {
    width: 100%;
    /* height: 363px; */
    background-image: url(../img/statisticsBgSmall.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.top-button {
    height: 244px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-button-item{
    width: 464px;
    height: 108px;
    background: url(../img/top-btn-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    font-size: 30px;
    color: #1858B3;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.top-button-item:hover{
    background: url(../img/top-btn-bg-active.png);
    color: #ffffff;
    cursor: pointer;
    transform: scale(1.1);
}
.top-button-item .btn-content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-button-item .btn-content span{
    font-weight: bold;
}
.top-button-item:hover .btn-search {
    background-image: url(../img/top-search-active.png);
}
.top-button-item:hover .btn-look {
    background-image: url(../img/top-look-active.png);
}
.top-button-item:hover .btn-loan {
    background-image: url(../img/top-loan-active.png);
}
.top-button-item .desc{
    font-size: 14px;
    color: #6e94cb;
    position: absolute;
    left: 210px;
    bottom: 10px;
}
.top-button-item:hover .desc{
    color: #ffffff;
}
.btn-icon{
    margin-right: 10px;
}
.btn-search{
    width: 34px;
    height: 34px;
    background-image: url(../img/top-search.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.btn-look{
    width: 34px;
    height: 34px;
    background-image: url(../img/top-look.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.btn-loan{
    width: 34px;
    height: 34px;
    background-image: url(../img/top-loan.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.statistics-overlay {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 300px;
    height: 122px;
    background: rgba(0, 0, 0, 0.41);
}

.statistics-item {
    text-align: center;
    flex: 1;
    padding: 0 20px;
    /* position: relative; */
}

.statistics-number{
    display: flex;
    align-items: center;
}

.statistics-number .value{
    font-size: 25px;
    font-weight: bold;
    color: #F9AE3D;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-family: "Microsoft Yahei", Arial, sans-serif;
    line-height: 1.2;
}

.statistics-number .unit {
    font-size: 20px;
    font-weight: bold;
    margin-left: 4px;
    opacity: 1;
    color: #fff;
}

.statistics-label {
    font-size: 20px;
    color: #ffffff;
    opacity: 1;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-family: "Microsoft Yahei", Arial, sans-serif;
    line-height: 1.4;
    text-align: start;
}

/* 面包屑导航样式 */
.breadcrumb-container {
    padding: 12px 0;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    width: 1200px;
    margin: auto;
    text-align: left;
}

.breadcrumb-text {
    color: #666;
    margin-right: 5px;
}

.breadcrumb-link {
    color: #1859B4;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb-link:hover {
    color: #1859B4;
    text-decoration: underline;
    font-weight: normal;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: #999;
}

/* 温馨提示弹窗标题样式 */
.baywindow-layer .layui-layer-title {
    background: #1859B4 !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: bold !important;
    text-align: left !important;
    border: none !important;
}

.baywindow-layer .layui-layer-content {
    border-top: none !important;
}
.baywindow-layer .layui-layer-setwin .layui-layer-close{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}