﻿body {
    position: absolute;
    width: 100%;
}

h1 {
    text-align: center;
    padding-top: 25px;
}

a {
    color: #fff;
}

img {
    display: block;
    width: 100%;
}

.clbth {
    clear: both;
}

.ovfl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new_content {
    padding: 0 10px;
    min-height: 400px;
}

.options {
    background-color: #006de4;
    margin: 0 0 10px 0;
    padding: 0;
}

.top3 .options_ul_li,
.cyfc .options_ul_li,
.cyzn .options_ul_li {
    width: calc(100% / 3);
    font-size: 16px;
    padding: 15px 0;
    color: #fff;
    transition: all 0.3s ease;
}

.tj .options_ul_li {
    width: calc(100% / 2);
    font-size: .7rem;
    padding: 6px 0;
}

.options_ul_li {
    float: left;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    position: relative;
}

    .options_ul_li::before,
    .top3 .options_ul_li::before,
    .cyfc .options_ul_li::before,
    .cyzn .options_ul_li::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        border-right: 1px solid rgba(255,255,255,0.3);
        z-index: 10;
        height: 20px;
    }

    .options_ul_li:last-child::before,
    .top3 .options_ul_li:last-child::before,
    .cyfc .options_ul_li:last-child::before,
    .cyzn .options_ul_li:last-child::before {
        display: none;
    }

    .options_ul_li::before:last-of-type {
        display: none;
    }

.options_ul_li_in {
    background-color: #fff;
    color: #006de4 !important;
    font-weight: bold;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .options_ul_li_in::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 40%;
        height: 3px;
        background: #006de4;
        border-radius: 2px;
    }

    .options_ul_li_in a {
        color: #006de4 !important;
    }

.tj .options_ul_li div:first-of-type {
    font-size: 1rem;
}

.showdata {
    width: 90%;
    height: 18px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: auto;
    position: relative;
}

    .showdata span {
        position: absolute;
    }

    .showdata::-webkit-scrollbar {
        display: none;
    }

.down {
    margin: 0;
    margin-top: 25px;
}

    .down img {
        float: left;
        width: 26px;
        margin-right: 10px;
    }

    .down a {
        color: #494949;
    }

    .down span {
        display: block;
        padding: 3px 0;
        box-sizing: border-box;
        font-size: .8rem;
    }

.box4_tips {
    line-height: normal;
}

    .box4_tips p {
        text-align: right;
        margin-top: 40px;
        font-size: .8rem;
        color: #494949;
    }

        .box4_tips p:last-of-type {
            margin-top: 15px;
        }

.cyzn .options_ul_li {
    width: calc(100% / 4);
}

.srch_input {
    width: calc(100% - 60px);
    margin: 25px auto;
    border: 2px solid #bfbfbf;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 1rem;
}

.srch_input_left {
    width: calc(67% - 20px);
    height: 100%;
    float: left;
    padding-left: 20px;
}

.srch_input_txt {
    width: 97%;
    border: none;
    color: #828282;
    padding: 13px 0;
    outline: none;
    font-size: .8rem;
    background-color: transparent;
}

.srch_input_right {
    width: 33%;
    height: 100%;
    float: right;
    cursor: pointer;
    padding-right: 20px;
    box-sizing: border-box;
}

    .srch_input_right img {
        float: right;
        width: 23px;
        display: inline-block;
        padding-top: 10px;
    }

.srch_input_btn {
    font-size: .8rem;
    float: right;
    display: inline-block;
    color: #494949;
    font-weight: bold;
    margin-left: 5px;
    line-height: 40px;
}

.box_2, .cyds {
    display: block;
    padding: 0 10px;
}

    .box_2 ul li {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        height: auto;
        border: 1px solid #bfbfbf;
    }

.box_2top {
    background-color: #bb000f;
    position: relative;
}

    .box_2top .box_2tit {
        font-size: 1rem;
        font-weight: bold;
        float: right;
        overflow: hidden;
        width: calc(100% - 115px);
        color: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-right: 5px;
        box-sizing: border-box;
    }

.box_2ul p {
    border-bottom: 1px solid #bfbfbf;
}

    .box_2ul p span {
        color: #494949;
        width: auto;
        max-width: 55%;
    }

    .box_2ul p font {
        color: #bb000f;
    }

.box_2a {
    background-color: #bb000f;
}

    .box_2a a {
        color: #fff;
    }

.box_2ul {
    height: auto;
}

.box_2img img {
    margin: 5px !important;
}

.page-box {
    text-align: center;
}

.pre-btn {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 7px;
    margin-bottom: 20px;
    margin-left: 5px;
}

    .pre-btn:first-of-type {
        margin-left: 0;
    }

    .pre-btn a {
        color: #494949;
        font-size: .7rem;
        text-align: center;
        display: block;
        cursor: pointer;
        padding: 8px 13px;
        box-sizing: border-box;
    }

.num-btn {
    display: inline-block;
}

.num-btn-ul-li {
    float: left;
    margin-left: 5px;
    border: 1px solid #bfbfbf;
    list-style-type: none;
    border-radius: 7px;
    padding: 8px 13px;
    box-sizing: border-box;
}

    .num-btn-ul-li a {
        color: #494949;
        font-size: .7rem;
        text-align: center;
        display: block;
        border-radius: 7px;
    }

.pagecurr {
    border: 1px solid #bb000f;
    background-color: #bb000f;
}

    .pagecurr a {
        color: #fff;
    }

.page-box span {
    font-size: .7rem;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
}

.turntopages_num {
    font-size: .7rem;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bfbfbf;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 7px;
    text-align: center;
    outline: none;
    width: 52px;
    margin: 0 5px;
}

.jc_logo {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
}

.box_3jl .box_li:nth-child(1) {
    border-top: 3px solid #ffdc92;
}

.box_3jl .box_li:nth-child(2) {
    border-top: 3px solid #ffc341;
}

.box_3jl .box_li:nth-child(3) {
    border-top: 3px solid #ffae00;
}

.box_3jl .box_li {
    border-right: 1px solid #bfbfbf;
    color: #494949;
}

.box_3con {
    color: #494949;
}

.qzdt_li {
    border-radius: 15px;
}

.box_3a {
    background-color: #bb000f;
    border-radius: 0 0 14px 14px;
}

    .box_3a a {
        color: #fff;
    }

.box_3top {
    background: url(../images/per_top_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 14px 14px 0 0;
    position: relative;
}

.box_3zw {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}

.cyds ul li {
    float: left;
    width: 100%;
    border: 1px solid #bfbfbf;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 40px;
    /*cursor: pointer;*/
}

    .cyds ul li a {
        color: #494949;
    }

.cyds_top {
}

    .cyds_top img {
        float: left;
        width: 80px;
        border: 1px solid #bfbfbf;
        box-sizing: border-box;
        margin-right: 17px;
    }

.cyds_content {
    color: #494949;
    max-height: 200px;
    overflow: auto;
    word-break: break-all;
    padding-right: 5px;
    box-sizing: border-box;
    margin-top: 5px;
}

.cyds_top_info {
    float: left;
    width: calc(100% - 80px - 17px);
}

.cyds_top span {
    display: block;
    margin-top: 10px;
}

    .cyds_top span:first-of-type {
        color: #bb000f;
        font-size: 1.4rem;
        font-weight: bold;
        margin: 0;
    }

.cyds_content p {
    margin-left: 0 !important;
}

.cyds_content::-webkit-scrollbar { /*滚动条整体样式*/
    width: 3px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.cyds_content::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    /*background: #bfbfbf;*/
}

.cyds_content::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.ckyq {
    float: right;
    color: #bb000f;
    font-weight: bold;
}

.gqzp {
    margin-bottom: 40px;
}

    .gqzp ul li {
        font-size: 1rem;
        padding: 13px;
        border: 1px solid #bfbfbf;
        box-sizing: border-box;
        border-radius: 5px;
        margin-bottom: 15px;
    }

        .gqzp ul li:last-of-type {
            margin-bottom: 0;
        }

        .gqzp ul li a {
            color: #494949;
        }

.title_time {
}

    .title_time span {
        display: block;
    }

        .title_time span:nth-child(2) {
            color: #919191;
            font-size: .8rem;
        }

.ovfl p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.title_time div:nth-child(1) {
    font-weight: bold;
}

.title_time div:nth-child(2) {
    font-size: 14px;
    color: #aaaaaa;
}

.bottom_tips {
    display: block;
    color: #5094d5;
    text-align: center;
}

.qy {
    margin-top: 15px;
    margin-bottom: 8px;
    font-family: 'Microsoft YaHei';
    letter-spacing: 1px;
    font-size: 0.75rem;
    line-height: 2;
}

.readline {
    background-color: #006de4;
    height: 20px;
    margin-top: 15px;
}

.normals {
    font-family: 'Microsoft YaHei';
    font-size: 0.7rem;
    position: relative;
    line-height: 2.5;
}

    .normals span {
        display: block;
    }

        .normals span:first-of-type {
            font-size: 0.9rem;
            font-weight: bold;
        }

.qrbox {
    position: absolute;
    bottom: -23px;
    left: 95px;
    display: flex;
    align-items: center;
}

.ti20 {
    text-indent: 1.5rem;
}

.tyjr_rz {
    display: block;
    position: absolute;
    background-color: #bb000f;
    top: 8px;
    left: 8px;
    line-height: 1;
    padding: 5px 8px;
    border-radius: 15px;
}

.box_2tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

    .box_2tags span {
        color: #fff;
        background-color: #ff9d00;
        line-height: 1;
        padding: 4px 5px 5px 5px;
        border-radius: 3px;
    }

.box_2right {
    float: left;
    width: calc(100% - 115px - 5px);
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.box_2tit {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    line-height: unset !important;
}

.cyfc .options_ul_li {
    width: calc(100% / 4);
    font-size: 0.9rem;
}

.reg_entrance_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 25px;
}

    .reg_entrance_box a {
        line-height: 1;
        background-color: #fe8000;
        color: #fff;
        font-size: 1rem;
        padding: 10px 15px 11px 15px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .reg_entrance_box a img {
            display: block;
            width: 12px;
        }

/* 添加加载动画样式 */
.loading-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #006de4;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-container.show {
    display: flex;
}