.wq-loading {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10000;
    top: 0;
    left: 0;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -30px;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 10px;
    white-space: nowrap;
}

.spinner > div {
    background-color: #0168d1;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

html {
    height: 100%;
}

body {
    background-color: #f5f9fd;
    min-height: 100%;
    font-size: 16px;
}
li {
    list-style: none;
}
.ivu-spin-fix {
    background: transparent;
}

.ivu-spin-dot {
    background-color: #003ea5;
}

/* 移动端样式 */
@media screen and (max-width: 1000px) {
    body,
    a {
        -webkit-tap-highlight-color: transparent;
    }
    .van-cell--clickable:active {
        background-color: rgba(51, 181, 229, 0.4);
        background-color: rgba(0, 0, 0, 0.05);
    }
    a:active {
        background-color: rgba(51, 181, 229, 0.4);
        background-color: rgba(0, 0, 0, 0.05);
    }
}
/* 主页 */
.banner-bl {
    background: url('../images/zcxw/zcxw-pc-banner-2025.jpg') no-repeat top center #0280ff;
    height: 450px;
    position: relative;
}
.main-content {
    background: linear-gradient(180deg, #0280ff 0%, #c7e9ff 280px, #c7e9ff 100%);
    padding-bottom: 60px;
}

.dy-bl {
    width: 1180px;
    background: #fff;
    margin: 0 auto;
    border-radius: 16px;
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}
.dy-title {
    font-size: 28px;
    color: #fff;
    line-height: 52px;
    font-weight: 700;
    text-align: center;
    background: url('../images/zcxw/dy-bg-2025.png') no-repeat center center;
    background-size: 256px 52px;
}
.dy-text-inner {
    font-size: 18px;
    color: #2b2e33;
    line-height: 32px;
    padding: 0 64px 28px 64px;
    margin-top: 20px;
}

.tab-bl {
    position: relative;
    display: flex;
    margin-top: 40px;
    margin-bottom: -30px;
    z-index: 1;
}

.tab-title {
    background: linear-gradient(180deg, #029bff 0%, #0153ff 100%);
    padding: 0 64px;
    border-radius: 20px 0px 20px 0px;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
    /* text-align: center; */
    position: relative;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.tab-title.tab-title-jqqh{
    background: linear-gradient( 180deg, #FFBC81 0%, #FC8C28 100%);
}
.tab-title .dot {
    width: 5px;
    height: 5px;
    margin: 0 8px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.tab-title::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 30px solid #023db8;
    border-right: 12px solid transparent;
    top: 0;
    left: 100%;
}
.tab-title-jqqh::after{
    border-bottom: 30px solid #F38C28;
}

.cot-bl {
    background: #ffffff;
    border-radius: 16px;
}

.gjzc-list-top {
    display: flex;
    flex-wrap: wrap;
    margin: -13px -15px;
    padding: 40px 30px 13px 30px;
}
.gjzc-list-top .gjzc-top-item {
    width: 33.3%;
    padding: 13px 15px;
}
.gjzc-top-item-inner {
    height: 46px;
    line-height: 46px;
    background: #ebf7ff;
    border-radius: 23px;
    font-size: 18px;
    color: #2b2e33;
    padding-right: 53px;
}
.gjzc-top-item-inner a {
    color: #2b2e33;
}
.gjzc-top-item-inner a:hover {
    text-decoration: underline;
}
.gjzc-top-item-inner-2 {
    background: #dcf1ff;
    border-radius: 23px;
    padding-right: 60px;
}
.news-title {
    background: linear-gradient(180deg, #a3dbff 0%, #d8f0ff 100%);
    border-radius: 23px;
    text-align: center;
}
.news-title a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gjzc-list-bot-box {
    margin-top: 17px;
    border-top: 1px dashed #ccebff;
    padding: 24px 30px;
}
.gjzc-list-bot {
    display: flex;
    flex-wrap: wrap;
    margin: -12px -30px;
}
.gjzc-list-bot .gjzc-bot-item {
    width: 50%;
    padding: 12px 30px;
}
.gjzc-bot-item-inner {
    padding-left: 165px;
    font-size: 18px;
    color: #2b2e33;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.gjzc-bot-item-inner a {
    color: #2b2e33;
}
.gjzc-bot-item-inner a:hover {
    text-decoration: underline;
}
.gjzc-bot-item-inner::before {
    content: '';
    position: absolute;
    width: 26px;
    height: 20px;
    background: url('../images/zcxw/arrow-icon.png') no-repeat center center;
    background-size: 26px 20px;
    left: 130px;
    top: 3px;
}

.ivu-spin-fix {
    background: transparent;
}
.ivu-spin-dot {
    background-color: #003ea5;
}
/* 地方省份 */
.sf-bl {
    padding: 54px 30px 28px;
}
.sf-list {
    display: flex;
    flex-wrap: wrap;
    margin: -12px -10px;
}
.sf-item {
    width: 10%;
    padding: 12px 10px;
}
.sf-item:last-child {
    width: 20%;
}
.sf-item-inner {
    height: 46px;
    line-height: 46px;
    background: #d5efff;
    border-radius: 23px;
    font-size: 18px;
    color: #2b2e33;
    transition: all 0.2s ease;
}
.sf-item-inner:hover {
    background: #a3dbff;
}
.sf-item-inner a {
    color: #2b2e33;
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    text-decoration: none;
}
.empty-box {
    background: url('../images/empty.png') no-repeat center 40px;
    padding-top: 180px;
}
.empty-box .empty-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #93989e;
    padding-top: 14px;
    padding-bottom: 50px;
}
.no-p {
    text-align: center;
    color: #2b2e33;
}
/* 二级 */
.open-moe {
    display: block;
    width: 115px;
    margin: 0 auto;
    margin-top: 16px;
    background: #dfecf7;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    border-radius: 16px;
    cursor: pointer;
    color: #65696e;
}
.open-moe .ivu-icon {
    margin-left: 3px;
}
.sjzc-list-close {
    max-height: 195px;
    overflow: hidden;
}
.sjzc-list-open {
    max-height: auto;
    overflow: hidden;
}
.sjzc-list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -25px;
}
.sjzc-list .sjzc-item {
    width: 50%;
    padding: 10px 25px;
}
.sjzc-item-inner {
    font-size: 16px;
    color: #2b2e33;
    line-height: 24px;
    position: relative;
    padding-left: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8eaed;
}
/* 选择最后一个元素 - 处理奇数情况 */
/* .sjzc-item:last-child .sjzc-item-inner {
    border-bottom: none;
} */
/* 选择倒数第二个元素，但仅当它与最后一个元素在同一行时 */
/* .sjzc-item:nth-last-child(2):not(:nth-child(odd)) .sjzc-item-inner {
    border-bottom: none;
} */
.sjzc-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sjzc-item-inner::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #228ef7;
    left: 0;
    top: 9px;
}
.sjzc-item-inner a {
    color: #2b2e33;
}
.sjzc-item-inner a:hover {
    text-decoration: underline;
}
.bq-title {
    display: flex;
    margin-bottom: 20px;
}
.title-sp {
    height: 44px;
    line-height: 44px;
    background: linear-gradient(90deg, #a7d4ff 0%, rgba(255, 255, 255, 0) 100%);
    padding-left: 20px;
    font-weight: 700;
    font-size: 20px;
    color: #2b2e33;
}
.prolist-item + .prolist-item {
    margin-top: 36px;
}
.city-ul {
    display: flex;
    flex-wrap: wrap;
    margin: -12px -12px;
}
.city-ul .city-item {
    padding: 12px 12px;
}
.city-item-inner {
    height: 46px;
    line-height: 46px;
    background: #d5efff;
    border-radius: 23px;
    font-size: 18px;
    color: #2b2e33;
    transition: all 0.2s ease;
}
.city-item-inner:hover {
    background: #a3dbff;
}
.city-item-inner a {
    color: #2b2e33;
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 24px;
    text-decoration: none;
}

/* 三级 */
.bq-bl {
    display: flex;
    flex-wrap: wrap;
}
.bq-bl .bq-item {
    height: 40px;
    background: #d5efff;
    border-radius: 20px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    color: #2b2e33;
    margin-right: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}
.bq-bl .active {
    background: #228ef7;
    color: #fff;
}
.bq-bl-jqqh .bq-item {
    background: rgba(255,145,39,0.2);;
}
.bq-bl-jqqh .active {
    background: #FF9127;
    color: #fff;
}
.bq-bl {
    min-height: 40px;
}

.ds-list {
    position: relative;
    min-height: 45px;
    margin-top: 14px;
}
.ds-item {
    font-size: 16px;
    color: #2b2e33;
    line-height: 24px;
    position: relative;
    padding-left: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8eaed;
}
.ds-item + .ds-item {
    margin-top: 20px;
}

.ds-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ds-item::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #228ef7;
    left: 0;
    top: 9px;
}
.ds-item-jqqh::before {
    background: #F38C28;
}
.ds-item a {
    color: #2b2e33;
}
.ds-item a:hover {
    text-decoration: underline;
}
.list-bl {
    position: relative;
    min-height: 200px;
}
.spin-block {
    height: 100px;
    width: 100%;
    position: relative;
}
/* pc端样式 */
@media screen and (min-width: 1001px) {
    body {
        padding-bottom: 130px !important;
    }
    header,
    .banner-bl,
    footer,
    .news-date {
        display: block;
    }
    .banner-bl-mb,
    .more-wap-bl,
    .mb-footer,
    .wap-nav-bar {
        display: none !important;
    }
    .app-container {
        font-size: 16px;
    }
    .zcxw-cont {
        width: 1180px;
        margin: 0 auto;
    }
    .no-p {
        font-size: 20px;
        line-height: 300px;
    }
}
/* 移动端样式 */
@media screen and (max-width: 1000px) {
    body {
        padding-bottom: 1.173rem !important;
    }
    .app-container {
        font-size: 0.3733rem;
    }
    header,
    .banner-bl,
    footer,
    .news-date,
    .open-moe {
        display: none;
    }
    .banner-bl-mb,
    .more-wap-bl {
        display: block;
    }
    .wap-nav-bar,
    .mb-footer {
        display: flex;
    }
    .banner-bl-mb {
        width: 100%;
        position: relative;
    }
    .banner-bl-mb img {
        width: 100%;
    }
    .dy-bl {
        margin: 0 0.4267rem;
        width: unset;
        border-radius: 0.213rem;
        position: relative;
        top: -0.4rem;
        margin-bottom: -0.4rem;
    }
    .dy-title {
        font-size: 0.48rem;
        line-height: 0.773rem;
        background: url('../images/zcxw/dy-bg-mb-2025.png') no-repeat center center;
        background-size: 3.413rem 0.773rem;
    }
    .dy-text-inner {
        font-size: 0.373rem;
        line-height: 0.64rem;
        padding: 0 0.267rem 0.4rem 0.267rem;
        margin-top: 0.24rem;
    }

    .zcxw-cont {
        margin: 0 0.4267rem;
    }
    .tab-bl {
        margin-top: 0.48rem;
        margin-bottom: -0.4rem;
    }

    .tab-title {
        height: unset;
        padding: .107rem 0.64rem;
        border-radius: 0.267rem 0px 0.267rem 0px;
        line-height: .587rem;
        font-size: 0.48rem;
    }
    .tab-title::after {
        border-bottom: 0.4rem solid #023db8;
        border-right: 0.213rem solid transparent;
        top: 0;
        left: 100%;
    }
    .tab-title .dot {
        width: 0.106rem;
        height: 0.106rem;
        margin: 0 0.133rem;
    }
    .cot-bl {
        border-radius: 0.213rem;
    }
    .gjzc-list-top {
        margin: -0.187rem -0.173rem;
        padding: 0.587rem 0.267rem 0.187rem 0.267rem;
    }
    .gjzc-list-top .gjzc-top-item {
        width: 50%;
        padding: 0.187rem 0.173rem;
    }
    .gjzc-top-item-inner {
        height: 0.72rem;
        line-height: 0.72rem;
        border-radius: 0.347rem;
        font-size: 0.347rem;
        padding-right: 0.4rem;
    }
    .gjzc-top-item-inner-2 {
        background: unset;
        padding-right: 0;
    }
    .news-title {
        background: linear-gradient(180deg, #a3dbff 0%, #d8f0ff 100%);
        border-radius: 0.347rem;
    }
    .news-title a {
        padding: 0 0.213rem;
    }
    .gjzc-list-bot-box {
        margin-top: 0.24rem;
        border-top: 1px dashed #ccebff;
        padding: 0.267rem 0.267rem 0.373rem;
    }
    .gjzc-list-bot {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }
    .gjzc-list-bot .gjzc-bot-item {
        width: 100%;
        padding: 0;
    }
    .gjzc-list-bot .gjzc-bot-item + .gjzc-bot-item {
        margin-top: 0.267rem;
    }
    .gjzc-bot-item-inner {
        padding-left: 0.613rem;
        font-size: 0.373rem;
        line-height: 0.64rem;
    }
    .gjzc-bot-item-inner::before {
        width: 0.453rem;
        height: 0.36rem;
        background: url('../images/zcxw/arrow-icon-mb.png') no-repeat center center;
        background-size: 0.453rem 0.36rem;
        left: 0;
        top: 0.14rem;
    }
    .sf-bl {
        padding: 0.8rem 0.267rem 0.427rem 0.267rem;
    }
    .sf-list {
        margin: -0.187rem -0.2rem;
    }
    .sf-item {
        width: 25%;
        padding: 0.187rem 0.2rem;
    }
    .sf-item:last-child {
        width: 50%;
    }
    .sf-item-inner {
        height: 0.72rem;
        line-height: 0.72rem;
        border-radius: 0.347rem;
        font-size: 0.347rem;
    }

    .main-content {
        background: linear-gradient(180deg, #0280ff 0%, #c7e9ff 6.4rem, #c7e9ff 100%);
        padding-bottom: 0.533rem;
    }

    .more-wap-bl {
        height: 0.9333rem;
        line-height: 0.9333rem;
        text-align: center;
    }
    .more-wap-bl a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #ba6f51;
        font-size: 0.32rem;
    }
    .list-bl {
        min-height: 2.6667rem;
    }
    .no-p {
        font-size: 0.4rem;
        line-height: 2.6667rem;
    }
    .empty-box {
        background: url('../images/empty.png') no-repeat center 1.067rem;
        background-size: 2.667rem 1.867rem;
        padding-top: 2.933rem;
    }
    .empty-box .empty-text {
        text-align: center;
        font-size: .373rem;
        line-height: 1.5;
        color: #93989e;
        padding-top: .267rem;
        padding-bottom: 1.333rem;
    }

    /* 二级 */
    .sjzc-list-close {
        max-height: unset;
    }
    .sjzc-list {
        margin: -0.16rem 0;
    }
    .sjzc-list .sjzc-item {
        width: 100%;
        padding: 0.16rem 0;
    }
    .sjzc-item-inner {
        font-size: 0.32rem;
        line-height: 0.533rem;
        padding-left: 0.187rem;
        padding-bottom: 0.32rem;
    }
    .sjzc-item:last-child .sjzc-item-inner {
        border-bottom: none;
        padding-bottom: 0;
    }
    .sjzc-item-inner::before {
        width: 0.08rem;
        height: 0.08rem;
        top: 0.227rem;
    }
    .sjzc-title {
        white-space: normal;
    }
    .bq-title {
        margin-bottom: 0.32rem;
    }
    .title-sp {
        height: 0.64rem;
        line-height: 0.64rem;
        width: 3.067rem;
        padding-left: 0.267rem;
        font-size: 0.373rem;
    }
    .prolist-item + .prolist-item {
        margin-top: 0.48rem;
    }
    .city-ul {
        margin: -0.187rem -0.2rem;
    }
    .city-ul .city-item {
        padding: 0.187rem 0.2rem;
        width: 50%;
    }
    .city-item-inner {
        height: 0.72rem;
        line-height: 0.72rem;
        border-radius: 0.373rem;
        font-size: 0.347rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }
    .city-item-inner a {
        padding: 0 0.16rem;
    }

    /* 三级 */
    .bq-bl .bq-item {
        height: 0.72rem;
        border-radius: 0.373rem;
        line-height: 0.72rem;
        padding: 0 0.32rem;
        font-size: 0.347rem;
        margin-right: 0.213rem;
        margin-bottom: 0.267rem;
    }
    .bq-bl {
        min-height: 0.72rem;
    }

    .ds-list {
        min-height: 0.88rem;
        margin-top: 0.187rem;
    }
    .ds-item {
        font-size: 0.32rem;
        line-height: 0.533rem;
        padding-left: 0.187rem;
        padding-bottom: 0.32rem;
    }
    .ds-item + .ds-item {
        margin-top: 0.32rem;
    }
    .ds-title {
        white-space: normal;
    }
    .ds-item:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .ds-item::before {
        width: 0.08rem;
        height: 0.08rem;
        top: 0.227rem;
    }
    .spin-block {
        height: 2.667rem;
    }
}
@media screen and (max-width: 1000px) and (min-width: 560px) {
}
