.mt-30 {
    margin-top: 30px;
}

.s_more1 {
    text-align: right;
    color: #c21003;
}

.text-right {
    text-align: right;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #f3f4f6;
    font-family: "Microsoft Yahei", SimHei, sans-serif;
    padding: 16px;
}
.c-container{ flex-wrap: wrap;}
.container {
    max-width: 1200px;

}

.row {
    display: flex;
    justify-content: space-between;
}

.row img {
    max-width: 100%;
}
 .c-left {
        width: 100%;
    }

    .c-right {
        width: 100%;
    }

.box-card1 {
    background: #ecf2f8;
    border-radius: 10px;
    background: #ecf2f8;
    padding: 15px;
    margin-bottom: 10px;
}

.home_container .feedback_link1 {
    display: flex;
    justify-content: space-between;
}

.home_container .feedback_link1 a {
    display: block;
    flex: 1;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
}

.home_container .feedback_link1 a.s_item1 {
    background-color: #d03636;
}

.home_container .feedback_link1 a:hover.s_item1 {
    background-color: #f16565;
}

.home_container .feedback_link1 a.s_item2 {
    background-color: #005bac;
}

.home_container .feedback_link1 a:hover.s_item2 {
    background-color: #267dcb;
}

.home_container .feedback_link1 a.s_item3 {
    background-color: #eaad17;
}

.home_container .feedback_link1 a:hover.s_item3 {
    background-color: #f8c445;
}

.home_container .feedback_link1 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    max-width: 21%;
}

.s_contact {
    padding: 13px 15px;
    background-color: #1475c6;
    color: #fff;
    margin-top: 6px;
}

.s_contact span {
    display: flex;
    margin: 2px 0;
    line-height: 26px;
}

.home_container .feedback_link a:hover.s_item3 {
    background-color: #f8c445;
}

.s_contact img {
    margin-right: 5px;
}



/* 桌面端：768px以上两栏布局 */
@media (min-width:1200px) {
    .c-left {
        width: 47%;
    }

    .c-right {
        width: 50%;
    }

    .row {
        grid-template-columns: 1fr 1fr;
    }
}

.box-card {
    background: url(../images/index20260824.png) no-repeat center top;
    background-size: 100%;
    margin-bottom: 16px;
    border-radius: 10px;
    padding-bottom: 28px;
}

.box-title-bar {
    position: relative;
    color: #fff;
    padding: 2px 0 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;

}

.box-title-bar h3 {
    font-size: 30px;
    font-weight: normal;
    color: #333;
    cursor: pointer;

}

.box-title-bar h3.active {
    border-bottom: 3px solid #005aac;
    font-weight: bold;
}

.more-link {
    position: absolute;
    bottom: 15px;
    right: 20px;
    width: 50px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    border-radius: 3px;
    background: #fff;
}

.more-link a {
    display: block;
    color: #666;
    font-size: 14px;
}

.tylist {
    padding: 0 20px;
}

.box-content.hide {
    display: none;
}

.list-item {
    padding: 8px 12px;
    line-height: 1.2;
    margin-bottom: 7px;
    font-size: 18px;
    color: #222;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-item:last-child {
    border-bottom: none;
}

.list-item a {
    color: #222;
    text-decoration: none;
    
}

.list-item a:hover {
    color: #c8102e;
}

.banner-item {
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    display: block;
}

.banner-more {
    text-align: right;
    padding-right: 12px;

    font-size: 14px;
}

.banner-more a {
    color: #333;
    text-decoration: none;
}

.banner-more a:hover {
    color: #c8102e;
}

.two-col-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.small-card {
    background: #fff;

    border-radius: 4px;
}

.small-card-header {
    padding: 6px 0;
    font-weight: normal;
    font-size: 30px;
    border-bottom: 1px solid #eee;
    position: relative;
    color: #005aac;
}

.small-card-header::after {
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 3px;
    content: '';
    background: #005aac;
    width: 80px;
}

.small-card-body {
    padding: 10px;
    box-shadow: 0 0 6px 0 #bbc3c7;
    border-radius: 10px;
    display: block;
}

.placeholder-img {
    background-color: #e5e7eb;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    margin-bottom: 8px;
}

.small-text {
    font-size: 18px;
    color: #333;
}

.three-col-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    margin-top: 12px;
}

.report-block-1 {
    background-color: #dc2626;
    color: #fff;
    text-align: center;
    padding: 12px 4px;
    font-size: 18px;
}

.report-block-2 {
    background-color: #1d4ed8;
    color: #fff;
    text-align: center;
    padding: 12px 4px;
    font-size: 18px;
}

.report-block-3 {
    background-color: #eab308;
    color: #fff;
    text-align: center;
    padding: 12px 4px;
    font-size: 18px;
}

.footer-bar {
    background: #2c4b84;
    color: #fff;
    font-size: 16px;
    padding: 10px 12px;
    margin-top: 12px;
    line-height: 1.6;
}

@media (max-width:768px) {
   .box-title-bar h3{ font-size: 18px;}
   .more-link{ right: 10px; bottom: 5px;}
   .list-item{ font-size: 16px;}
   .box-card{ padding-bottom: 10px;}
   .small-card-header{ font-size: 18px;}
   .two-col-wrap{grid-template-columns:1fr}
   .home_container .feedback_link1{ flex-wrap: wrap;}
   .home_container .feedback_link1 a { flex:auto}
   .small-text{ font-size:16px}
   .list-item{ margin-bottom: 4px;}
}

/* 飘窗悬浮层 右下角固定 */
        .float-popup{
            position: fixed;
            right:20px;
            top:40%;
            width:180px;
            background:#ffffff;
            border-radius:12px;
            box-shadow: 0 4px 16px rgba(0,0,0,0.18);
            z-index:9999;
            padding:16px;
            box-sizing: border-box;
        }
        .float-popup .close-btn{
            position:absolute;
            right:10px;
            top:8px;
            width:24px;
            height:24px;
            text-align:center;
            line-height:24px;
            font-size:22px;
            color:#666;
            cursor:pointer;
            border:none;
            background:transparent;
        }
        .float-popup .title{
            font-size:16px;
            color:#333;
            text-align:center;
            margin-bottom:12px;
        }
        .float-popup .qrcode-wrap{
            text-align:center;
        }
        .float-popup .qrcode{
            width:140px;
            height:140px;
        }
        .float-popup .name{
            text-align:center;
            margin-top:10px;
            font-size:17px;
            color:#222;
        }