body {
    min-width: 1200px;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.exhibit-header {
    width: 100%;
    height: 275px;
    position: relative;
    min-width: 1200px;
    overflow: hidden;
}

.banner {
    min-width: 1200px;
    position: absolute;
    left: 52%;
    top: 0;
    height: 275px;
    transform: translate(-50%, 0);
}

.header-title {
    bottom: 0px;
    position: absolute;
    height: 140px;
    z-index: 999999999;
    left: 50%;
    transform: translate(-50%, 0);
    box-sizing: border-box;
}

.yh1 {
    position: absolute;
    top: 10px;
    left: 30px;
}

.yh2 {
    position: absolute;
    bottom: 10px;
    right: 30px;
}

.header-title span {
    display: block;
    font-size: 20px;
    color: #fff;
    width: 800px;
}

.list {
    margin-top: 50px;
    float: left;
}

.list li {
    width: 200px;
    float: left;
    height: 140px;
    font-size: 24px;
    line-height: 80px;
    box-sizing: border-box;
    margin-left: 46px;
    position: relative;
}

.list li a {
    display: block;
    color: #000;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}

.list li a span {
    height: 60px;
    display: block;
    line-height: 200px;
}

.sj {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #bd1a2d;
    border-right: none;
    border-bottom: none;
    bottom: -11px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    z-index: 9999999999999;
}

.list li:hover {
    background-color: #bd1a2d;
}

.list li:nth-child(3) {
    background-color: #bd1a2d;
}

.list li:nth-child(3) a {
    color: #fff
}

.list li:hover a {
    color: #fff;
}

.list i {
    display: block;
    height: 75px;
    width: 1px;
    background-color: #D8D8D8;
    float: left;
    margin: 27px 0px 0px 50px;
}

.list li:nth-child(1) a {
    background: url(../images/bszn.png) no-repeat 80px 20px;
}

.list li:nth-child(3) a {
    background: url(../images/fwgl.png) no-repeat 80px 20px;
}

.list li:nth-child(5) a {
    background: url(../images/ljbl.png) no-repeat 80px 20px;
}

.list li:nth-child(7) a {
    background: url(../images/jdcx.png) no-repeat 80px 20px;
}

.list li:nth-child(1) a:hover {
    background: url(../images/bszn_b.png) no-repeat 80px 20px;
}

.list li:nth-child(3) a {
    background: url(../images/fwgl_b.png) no-repeat 80px 20px;
}

.list li:nth-child(5) a:hover {
    background: url(../images/ljbl_b.png) no-repeat 80px 20px;
}

.list li:nth-child(7) a:hover {
    background: url(../images/jdcx_b.png) no-repeat 80px 20px;
}

.title {
    font-weight: 700;
    float: left;
    margin: 70px 0px 35px 0px;
    background: url(../images/title.png) no-repeat -6px 0px;
    font-size: 34px;
    width: 100%;
    text-align: center;
    height: 48px;
    line-height: 36px;
}

.blsx-title {
    overflow: hidden;
    width: 100%;
    height: 53px;
    line-height: 53px;
    background-color: #bd1a2d;
    float: left;
    color: #fff;
    padding: 0px 30px;
    box-sizing: border-box;
}

.blsx-title span {
    font-size: 24px;
}

.blsx-title i {
    font-size: 38px;
    margin-right: 10px;
    float: right;
    font-style: normal;
}

.blsx-title font {
    float: right;
    font-size: 20px;
    line-height: 60px;
}

.blsx-inner {
    float: left;
    box-sizing: border-box;
    padding: 30px 0px;
    width: 100%;
}

.cyq,
.cyh {
    position: relative;
    width: 1160px;
    min-height: 100px;
    border: 2px dashed #bd1a2d;
    margin: 0 auto;
    border-radius: 5px;
    box-sizing: border-box;
}

.cy-left {
    float: left;
    width: 40%;
    background-color: #ffefeb;
    color: #000;
    height: 177px;
    margin: 0px 0px -5px 0px;
    box-sizing: border-box;
}

.cy-right {
    float: left;
    width: 100%;
    position: relative;
}

.cy-right li {
    float: left;
    width: 33%;
    box-sizing: border-box;
    font-size: 18px;
    color: #333333;
    margin-top: 30px;
    padding-left: 100px;
}

.cy-right li img {
    display: block;
    float: left;
}

.cy-right li span {
    display: block;
    float: left;
    margin: 5px 0px 0px 20px;
}

.cyh .cy-right li div {
    width: 200px;
    position: absolute;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 20px;
    border: 1px solid #bd1a2d;
}

.cyh .cy-right li div li {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.cyh .cy-right li div a {
    display: block;
    width: 100%;
    height: 100%;
}

.cyh .cy-right li div a:hover {
    background-color: #ffefeb;
}

.bllc-box {
    width: 100%;
    height: 190px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    float: left;
    font-size: 16px;
}

.img-box {
    margin: 40px 0px 0px 150px;
}

.img-box img {
    margin-right: 2px;
}

.jd {
    width: 220px;
    margin-bottom: 15px;
}

.bllc-box span {
    display: block;
    float: left;
    text-align: center;
    margin-left: 73px;
    margin-top: 30px;
    width: 200px;
}

.bllc-box a {
    color: #333333;
}

.cjwt-box {
    float: left;
    width: 100%;
}

.cjwt-box ul {
    min-height: 300px;
}

.cjwt-box li {
    margin-top: 20px;
    float: left;
    width: 100%;
    min-height: 86px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    background: url(../images/ask.png) no-repeat 20px 10px;
    padding: 15px 10px 20px 90px;
    box-sizing: border-box;
    position: relative;
}

.cjwt-box li span {
    display: block;
}

.sp1 {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
}

.sp2 {
    color: #9F9F9F;
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pop-up {
    position: absolute;
    width: 1000px;
    min-height: 20px;
    border: 1px solid #bd1a2d;
    background-color: #fff;
    padding: 10px;
    left: 20%;
    top: 80px;
    box-sizing: border-box;
    z-index: 9999999999999;
    line-height: 34px;
    font-size: 14px;
    display: none;
}

.pop-up div {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #bd1a2d;
    background-color: #fff;
    border-right: none;
    border-bottom: none;
    transform: rotate(45deg);
    top: -11px;
    left: 30%;
    z-index: 9999999999999;
}

.cjwt-box li:hover .pop-up {
    display: block;
}

#more,
#sq,
#xgzc-more,
#xgzc-sq {
    font-size: 18px;
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin: 30px auto 0px;
    text-align: center;
    color: #fff;
    background-color: #bd1a2d;
}

#xgzc-sq,
#xgzc-more {
    margin-bottom: 80px;
}

.xgzc-box {
    width: 100%;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    float: left;
    padding: 20px;
    box-sizing: border-box;
    /* margin-bottom: 80px; */
    min-height: 160px;
}

.xgzc-box li {
    width: 100%;
    float: left;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px dashed rgba(192, 192, 192, 1);
}

.xgzc-box li a {
    display: flex;
    justify-content: space-between;
    color: #333333;
    font-weight: 700;
    font-size: 18px;
}

.xgzc-box li a .xq {
    float: right;
    color: #bd1a2d;
}

.xgzc-box li a .zcmc {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    ;
}

#ljbl {
    display: none;
    position: fixed;
    bottom: 340px;
    right: 0;
}

.sy,
.xy {
    width: 33px;
    height: 32px;
    display: block;
    float: left;
}

.sy {
    background: url(../images/sy_b.png) no-repeat;
}

.xy {
    background: url(../images/xy_b.png) no-repeat;
}

.sy:hover {
    background: url(../images/sy_h.png) no-repeat;
}

.xy:hover {
    background: url(../images/xy_h.png) no-repeat;
}

.page {
    float: right;
}

.bllct-box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    border-radius: 5px;
    box-sizing: border-box;
}

.bllct-box span {
    display: block;
    float: left;
    font-size: 24px;
    text-align: center;
    height: 100px;
    line-height: 40px;
    box-sizing: border-box;
    padding-top: 5px;
}

.bllct-box span:nth-child(1) {
    width: 40%;
    background-color: #ffefeb;
    color: #000;
    height: 97px;
    margin: 0px 0px -5px 0px;
}

.bllct-box span:nth-child(2) {
    width: 60%;
    color: #000;
}

.blSx-box {
    position: relative;
    height: 100px;
    border: 2px dashed #bd1a2d;
    margin: 0 auto;
    border-radius: 5px;
    box-sizing: border-box;
}

.blSx-box span {
    display: block;
    float: left;
    font-size: 24px;
    text-align: center;
    height: 100px;
    line-height: 87px;
    box-sizing: border-box;
    padding-top: 5px;
}

.blSx-box span:nth-child(1) {
    width: 40%;
    background-color: #ffefeb;
    color: #000;
    height: 96px;
    margin: 0px 0px -5px 0px;
    font-weight: 700;
}

.blSx-box span:nth-child(2) {
    width: 60%;
    color: #000;
}

.blSx-box-bottom {
    border-top: none;
}


.banshi-bannerImg {
    position: relative;
    min-height: 100px;
    height: 607px;
    width: 100%;
    min-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.banshi-bannerImg .bannerBack {
    width: 100%;
    min-width: 1920px;
    height: 607px;
    position: absolute;
    z-index: -1;
    right: 0px;
    background: rgb(167, 162, 162);
}

.banner-main {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.login {
    margin-top: 150px;
}

.login p {
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 4px;
}

.content {
    width: 600px;
    margin: 0 auto;
    margin-top: 60px;
}

.content .personal {
    width: 200px;
    height: 50px;
    line-height: 50px;
    float: left;
    background: #bd1a2d;
    color: #ffffff;
    cursor: pointer;
}

.content .legalPerson {
    width: 200px;
    height: 50px;
    line-height: 50px;
    float: right;
    background: #bd1a2d;
    color: #ffffff;
    cursor: pointer;
}

.content .personal img,
.content .legalPerson img {
    position: relative;
    top: 8px;
    left: 10px;
}

.content .personal span,
.content .legalPerson span {
    margin-left: 25px;
}

.clear {
    clear: both
}

.tip {
    width: 600px;
    margin: 0 auto;
    margin-top: 10px;
}

.tip .personal_tip {
    width: 200px;
    line-height: 50px;
    float: left;
    color: #ffffff;
}

.tip .legalPerson_tip {
    width: 200px;
    line-height: 50px;
    float: right;
    color: #ffffff;
}

.nsrxxqr {
    position: relative;
}

.nsrxxqr div {
    display: none;
}

.nsrxxqr:hover div {
    display: block;
}

.dkfw .jiao,
.nsrxxqr .jiao {
    position: absolute !important;
    width: 15px !important;
    height: 15px !important;
    border: 1px solid #bd1a2d !important;
    background-color: #fff !important;
    border-right: none !important;
    border-bottom: none !important;
    transform: rotate(45deg) !important;
    top: -9px !important;
    left: 47% !important;
    z-index: 9999999999999 !important;
    margin-top: 0px !important;
}

.blqd-alert {
    font-size: 14px;
    position: absolute;
    border: 1px solid #bd1a2d;
    left: 108rem;
    top: 70rem;
    min-height: 60px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 1;
    width: 402px;
    line-height: 1.5em;
    display: none;
    text-align: left;
}

/* .list li.jdcx:has(.blqd-alert[style*="display: block"]) {
    background-color: #fff !important;
} */

.blqd-alert .jiao {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #bd1a2d;
    background-color: #fff;
    border-right: none;
    border-bottom: none;
    transform: rotate(45deg);
    top: -8px;
    left: 49%;
    z-index: 9999999999999;
}

.list li {
    width: 200px;
    float: left;
    height: 140px;
    font-size: 24px;
    line-height: 80px;
    box-sizing: border-box;
    margin-left: 46px;
    position: relative;
}

.ljbl-alert {
    font-size: 14px;
    position: absolute;
    border: 1px solid #bd1a2d;
    left: 50%;
    top: 150px;
    padding: 7px;
    min-height: 60px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 1;
    width: 402px;
    line-height: 1.5em;
    text-align: left;
    transform: translate(-50%, 0);
    display: none;
}

.ljbl-alert .jiao {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #bd1a2d;
    background-color: #fff;
    border-right: none;
    border-bottom: none;
    top: -8px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    z-index: 9999999999999;
}

#babyljbl:hover .ljbl-alert {
    display: block;
}

.ljbl-alert span {
    display: block;
    width: 100%;
    float: left;
}

.ljbl-alert span img {
    width: 100%;
}

.ljbl-alert span a {
    font-size: 16px;
    font-weight: 700;
    color: #000 !important;
}

.jdcx {
    position: relative;
}

.jdcx:hover .blqd-alert {
    /* 移除hover显示效果，由点击控制 */
}

.ljbla {
    position: relative;
}

.ljblho {
    position: relative;
}

.ljblho:hover .ljbla-alert {
    display: block;
}

.gzwm {
    position: relative;
}

.qxyd {
    float: left;
    margin-top: 40px;

}

.qxyd-t {
    float: left;
    width: 100%;
    border-bottom: 1px solid #9F9F9F;
}

.qxyd-t h3 {
    font-size: 28px;
    font-weight: 700;
    float: left;
    padding: 5px 0px;
    border-bottom: 5px solid #bd1a2d;
}

.qxyd-t span {
    float: right;
    margin-top: 23px;
    color: rgba(150, 150, 150, 1);
    font-size: 18px;
}

.qxyd-data {
    float: left;
    background-color: #f8f8f8;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 3px;
    font-size: 18px;
}

.conditionMain {
    float: left;
    width: 100%;
}

.condition {
    font-size: 18px;
    font-weight: bolder;
}

.answer {
    margin: 10px 0 5px 25px;
    font-size: 18px;
    cursor: pointer;
    float: left;
    min-width: 172px;
}

.answer i {
    font-style: normal;
    display: block;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    float: right;
    background: url(../images/gantan.png) no-repeat top center;
    position: relative;
}

.answer i span {
    display: none;
    position: absolute;
    width: 328px;
    height: 173px;
    background: url(../images/ts-bg.png) no-repeat top center;
    left: -155px;
    top: 10px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 16px;
}

.answer i:hover span {
    display: block;
}

.answer img {
    vertical-align: top;
    margin: 0px 10px 0 0;
}

.btsp-d {
    float: right;
    margin-top: 40px;
}

.spone {
    background-color: #bd1a2d;
    color: #FFFFFF;
}

.sptwo {
    color: #bd1a2d;
    margin-right: 60px;
}

.btsp {
    display: inline-block;
    width: 123px;
    height: 44px;
    border: 1px solid #c50016;
    text-align: center;
    line-height: 44px;
    margin: 0 30px 30px 15px;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.qsbox {
    float: left;
    width: 100%;
}

.dabox {
    float: left;
    margin-left: 50px;
    margin-top: 10px;
    width: 600px;
}

.dabox .answer img {
    width: 19px;
}

.lbsx,
.yxq-section {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.yxq-container {
    position: relative;
    background-color: #f8f8f8;
    /* 背景颜色 */
    padding: 20px;
    padding-bottom: 130px;
    /* 为底部按钮留出空间 */
    border-radius: 4px;
}

.yxq-content {
    float: left;
    width: 100%;
}

.yxq-footer {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.yxq-reset {
    color: #bd1a2d; 
}
._hidden {
    display: none !important;
}

/* 决策树样式 - 支持任意层级 */
.level-container {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dashed #e0e0e0;
}

.level-container:last-child {
    border-bottom: none;
}

.result-box {
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.result-message {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    border-left: 4px solid #bd1a2d;
}

.result-action {
    float: left;
    width: 100%;
    text-align: center;
}

.result-btn {
    display: inline-block;
    padding: 12px 40px;
    background-color: #bd1a2d;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.result-btn:hover {
    background-color: #c50016;
}

.multi-url-list {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.url-item {
    float: left;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.url-item .item-name {
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    width: calc(100% - 120px);
}

.url-item .item-btn {
    float: right;
    padding: 8px 20px;
    background-color: #bd1a2d;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.url-item .item-btn:hover {
    background-color: #c50016;
}

/* 选中状态 */
.answer.open {
    font-weight: bold;
    color: #bd1a2d;
}

.sxlist table {
    float: left;
    width: 100%;
}

.sxlist th {
    border: 1px solid #aeaeae;
    background-color: #f8f8f8;
    font-size: 20px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-weight: 700;
}

.sxlist td {
    border: 1px solid #aeaeae;
    font-size: 20px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
}

.sxlist td a {
    display: block;
    width: 94px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    background-color: #bd1a2d;
    border-radius: 3px;
    font-size: 18px;
    margin: 0 auto;
}

/* 立即办理弹窗样式 */
.zxzrjd-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zxzrjd-title {
    padding: 10px 0px;
    background: linear-gradient(to right, #fff5f7, #ffffff);
    font-size: 20px;
    font-weight: 600;
}

.zxzrjd-modal-content {
    background-color: #fff;
    width: 1300px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.zxzrjd-modal-header {
    background-color: #bd1a2d;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zxzrjd-modal-header h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.close-zxzrjd-modal {
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.close-zxzrjd-modal:hover {
    opacity: 1;
}

.zxzrjd-modal-body {
    padding: 20px;
    max-height: 60vh;
    overflow-y: auto;
}

.zxzrjd-section {
    border-top: 2px dashed #ccc;
    padding-top: 16px;
    margin-top: 10px;
}

.zxzrjd-section:last-child {
    margin-bottom: 0;
}

.zxzrjd-row {
    display: flex;
    margin-bottom: 10px;
}

.zxzrjd-value {
    flex: 1;
    padding: 12px 15px;
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}

.zxzrjd-row:last-child .zxzrjd-value {
    margin-bottom: 0;
}

.zxzrjd-value:last-child {
    margin-right: 0;
}

.zxzrjd-btn-wrap {
    text-align: center;
    margin-top: 20px;
}

.zxzrjd-btn {
    display: inline-block;
    padding: 12px 40px;
    background-color: #bd1a2d;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.zxzrjd-btn:hover {
    background-color: #c50016;
}

.zxzrjd-district-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.zxzrjd-district {
    /* flex: 0 0 8%; */
    width: 84px;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid transparent;
    text-align: center;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.zxzrjd-district:hover {
    border: 1px solid #bd1a2d;
    background-color: #fbf3f4;
}

.zxzrjd-district.disabled {
    background-color: #f5f5f5;
    color: #999;
    cursor: not-allowed;
    pointer-events: none;
}

/* 树形内联展开组件样式 */

/* 问题块 */
.question-block {
    margin-bottom: 8px;
    padding: 6px 0;
    border-bottom: 1px dashed #eee;
}

.question-block:last-child {
    border-bottom: none;
}

/* 并行包裹 */
.parallel-wrapper {
    margin: 6px 0 8px 0;
    padding: 10px 12px;
}

.parallel-item {
    border-bottom: 1px dashed #e8e8e8;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.parallel-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* ----- 6.3 问题文本 ----- */
.question-text {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    padding: 4px 0;
    line-height: 1.6;
}

.q-level {
    font-size: 16px;
    color: #999;
    font-weight: 400;
    background: #f0f0f0;
    padding: 0 8px;
    border-radius: 3px;
    margin-right: 8px;
}

.q-content {
    font-weight: 500;
}

/* ----- 6.4 选项组 ----- */
.options-group {
    padding: 4px 0 6px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.option-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background 0.2s;
    font-size: 18px;
    color: #333;
    user-select: none;
}

.option-btn:hover {
    background: #f0f0f0;
}

.option-btn.selected {
    color: #bd1a2d;
    font-weight: 500;
}

.option-btn .option-icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.option-label {
    vertical-align: middle;
}

/* ----- 6.5 子问题容器 ----- */
.children-container {
    margin-top: 4px;
    padding-left: 0;
}

/* ----- 6.6 已选情形展示 ----- */
.selected-question {
    float: left;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin: 4px 0;
    padding: 4px 8px;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 20px;
}

.selected-answer {
    font-size: 18px;
    color: #bd1a2d;
    margin: 2px 0 6px 25px;
    padding: 2px 8px;
    border-left: 3px solid #bd1a2d;
    background: #fef6f6;
    border-radius: 0 4px 4px 0;
}

.result-message {
    font-size: 14px;
    color: #bd1a2d;
    margin: 8px 0 4px 0;
    padding: 8px 12px;
    background: #fff3f3;
    border-radius: 4px;
    font-weight: 500;
}

/* ----- 6.7 按钮 ----- */
.btn-primary {
    display: inline-block;
    padding: 6px 20px;
    background: #bd1a2d;
    color: #fff !important;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s;
    cursor: pointer;
    border: none;
}

.btn-primary:hover {
    background: #a01626;
    color: #fff !important;
    text-decoration: none;
}

/* ----- 6.8 表格 ----- */
.sxlist table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.sxlist table th {
    background: #f5f5f5;
    padding: 10px 12px;
    text-align: left;
    border-bottom: 2px solid #ddd;
    font-weight: 600;
}

.sxlist table td {
    padding: 10px 12px;
    vertical-align: middle;
}

/* ----- 6.9 隐藏工具 ----- */
._hidden {
    display: none !important;
}

/* 办事需知、温馨提示和立即办理提示弹窗样式 ----- */
.bsxz-modal,
.wstx-modal,
.ljbl-modal,
.ts-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bsxz-modal-content,
.wstx-modal-content,
.ljbl-modal-content {
    background-color: #fff;
    padding: 0;
    width: 800px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.bsxz-modal-header,
.wstx-modal-header,
.ljbl-modal-header {
    background-color: #bd1a2d;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bsxz-modal-header h3,
.wstx-modal-header h3,
.ljbl-modal-header h3 {
    margin: 0;
    font-size: 20px;
}

.close-bsxz-modal,
.close-wstx-modal {
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
}

.close-bsxz-modal:hover,
.close-wstx-modal:hover {
    opacity: 0.8;
}

.bsxz-modal-body {
    border: 2px dashed #bd1a2d;
    border-radius: 8px;
    margin: 20px;
    padding: 20px 10px;
}

.wstx-modal-body,
.ljbl-modal-body {
    border: 2px dashed #bd1a2d;
    border-radius: 8px;
    margin: 20px;
    padding: 20px 40px;
}

.bsxz-content,
.wstx-content,
.ljbl-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.bsxz-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 160px;
    margin-top: 30px;
}

.wstx-buttons,
.ljbl-buttons {
    text-align: right;
    margin-top: 30px;
}

.bsxz-btn,
.wstx-btn,
.ljbl-btn {
    padding: 10px 50px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.bsxz-yes {
    background-color: #bd1a2d;
    color: #fff;
}

.bsxz-yes:hover {
    background-color: #a01525;
}

.bsxz-no {
    border: 2px solid #bd1a2d;
    color: #bd1a2d;
    background-color: #fff;
}

.bsxz-no:hover {
    background-color: #fef6f6;
}

.wstx-close,
.ljbl-close-btn {
    background-color: #bd1a2d;
    color: #fff;
}

.wstx-close:hover,
.ljbl-close-btn:hover {
    background-color: #a01525;
}

.wstx-close-btn {
    background-color: #bd1a2d;
    color: #fff;
}

.wstx-close-btn:hover {
    background-color: #a01525;
}

/* ========== 进度查询弹窗样式 ========== */
.progress-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-modal-content {
    background: #fff;
    width: 1000px;
    max-width: 90%;
    max-height: 85%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.progress-modal-header {
    background: #bd1a2d;
    flex-shrink: 0;
    font-size: 20px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.progress-modal-header h3 {
    margin: 0;
    font-size: 20px;
    color: #fff;
}

.close-progress-modal {
    font-size: 28px;
    cursor: pointer;
    color: #fff;
    font-family: system-ui;
}

.close-progress-modal:hover {
    color: #f0f0f0;
}

.progress-modal-body {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

/* ========== 专项准入阶段进度查询弹窗样式 ========== */
.special-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.special-modal-content {
    background: #fff;
    width: 1000px;
    max-width: 90%;
    max-height: 85%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.special-modal-header {
    background: #bd1a2d;
    flex-shrink: 0;
    font-size: 20px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.special-modal-header h3 {
    margin: 0;
    font-size: 20px;
    color: #fff;
}

.close-special-modal {
    font-size: 28px;
    cursor: pointer;
    color: #fff;
    font-family: system-ui;
}

.close-special-modal:hover {
    color: #f0f0f0;
}

.special-modal-body {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

.progress-section {
    border-top: 2px dashed #ccc;
    padding-top: 16px;
    margin-top: 16px;
}

.progress-section:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}

.progress-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    line-height: 1.5;
}

.progress-value {
    width: 450px;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #f1f1f1;
    background: #fafafa;
}

.progress-btn-wrap {
    text-align: right;
    margin-top: 10px;
}

.progress-btn {
    display: inline-block;
    padding: 8px 24px;
    background: #bd1a2d;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
}

.progress-btn:hover {
    background: #a01525;
    color: #fff;
    text-decoration: none;
}

/* ========== 进度查询下拉菜单样式 ========== */
.jdcx .blqd-alert {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #bd1a2d;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 100;
    width: 400px;
    padding: 20px;
}

.jdcx-content {
    display: flex;
    justify-content: space-around;
}

.jdcx-item {
    flex: 1;
    text-align: center;
    padding: 15px;
    cursor: pointer;
}

.jdcx-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
}

.jdcx-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.jdcx-text {
    font-size: 20px;
    color: #333;
    line-height: 1.4;
}

.fwdx-inner {
    float: left;
    box-sizing: border-box;
    width: 100%;
}

.fwdx-inner li {
    float: left;
    width: 35%;
    padding: 13px 0px 13px 0px;
    box-sizing: border-box;
    margin: 10px 0px 10px 0px;
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.fwdx-inner ul {
    display: flex;
    justify-content: center;
}

.fwdx-inner li span {
    display: block;
    margin-top: 10px;
}

.blsx-title {
    overflow: hidden;
    width: 100%;
    height: 53px;
    line-height: 53px;
    background-color: #bd1a2d;
    float: left;
    color: #fff;
    padding: 0px 30px;
    box-sizing: border-box;
}

.blsx-title span {
    font-size: 24px;
}

.blsx-title i {
    font-size: 38px;
    margin-right: 10px;
    float: right;
    font-style: normal;
}

.blsx-title font {
    float: right;
    font-size: 20px;
    line-height: 60px;
}

.blsx-inner,
.bljg-box {
    display: flex;
    width: 1160px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    border: 2px dashed #bd1a2d;
}

.blsx-inner div {
    height: 40px;
}

.blsx-inner li {
    border-radius: 5px;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    margin: 10px 0px 10px 9px;
    font-size: 18px;
    color: #333333;
}

.blsx-inner li img {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.blsx-list-right {
    flex: 1;
}

.blsx-inner li span {
    display: block;
    margin-left: 10px;
    float: left;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.bllct-box {
    text-align: center;
}

.bllct-box img {
    width: 1200px;
}

.blsx-list {
    width: 90%;
    padding: 30px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #f8f0f2, #fdfcfc);
}

.blsx-list li:nth-child(1) {
    margin-top: 0px;
}

.blsx-list-left {
    padding: 0 100px;
}

.blsx-title {
    overflow: hidden;
    width: 100%;
    height: 53px;
    line-height: 53px;
    background-color: #bd1a2d;
    float: left;
    color: #fff;
    padding: 0px 30px;
    box-sizing: border-box;
}

.blsx-title span {
    font-size: 24px;
}

.blsx-title i {
    font-size: 38px;
    margin-right: 10px;
    float: right;
    font-style: normal;
}

.blsx-title font {
    float: right;
    font-size: 20px;
    line-height: 60px;
}

.blsx-inner,
.bljg-box {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 30px 0px;
    position: relative;
}

.blsx-inner div {
    width: 100%;
    height: 60px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.blsx-inner ul {
    box-sizing: border-box;
    padding: 10px 40px;
    width: 647px;
    margin: 0 auto;
}

.blsx-inner li {
    float: left;
    padding: 13px 0px 13px 0px;
    box-sizing: border-box;
    margin: 10px 10px;
    font-size: 20px;
    color: #333333;
    text-align: center;
    width: 166px;
}

.blsx-inner li span {
    display: block;
}

.blsx ul {
    width: 100%;
    margin-left: 28px;
    border-left: 2px dashed #bd1a2d;
    padding: 30px 0px 30px 20px;
    float: left;
}

.blsx ul:last-child {
    padding-bottom: 10px;
}

.blsx li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    margin-top: 20px;
    padding: 20px;
}


.blsx li div span {
    font-size: 20px;
    color: #bd1a2d;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.blsx li div p {
    font-size: 18px;
    line-height: 1.5em;
}

.blsx li a {
    font-size: 16px;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #bd1a2d;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
}

.blsx-step-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}

.blsx-step-item a {
    height: 45px;
    margin-right: 40px;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 30px;
    background-color: #bd1a2d;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    line-height: 45px;
}

.blsx-step-item-img {
    display: flex;
    align-items: center;
    padding: 0 19px;
}

.blsx-step-item-img img {
    /* width: 27px; */
    height: 32px;
    margin-right: 10px;
}

.step-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #bd1a2d;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    position: relative;
}

.step-icon::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
}

.blsx-step-item-img-icon {
    height: 60px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.blsx-step-item-img-title {
    height: 50px;
}

.btn-bllc-ljbl {
    padding: 10px 40px;
    text-align: center;
    color: #fff;
    background-color: #bd1a2d;
    border-radius: 3px;
    font-size: 18px;
    margin: 0 auto;
}


/* 添加这个样式，覆盖 hover 效果 */
.list li.jdcx.no-hover {
    background-color: #fff !important;
}

.list li.jdcx.no-hover a {
    color: #000 !important;
}

.list li.jdcx.no-hover a:hover {
    color: #000 !important;
}

/* 如果进度查询的图标也要保持原样 */
.list li.jdcx.no-hover a {
    background: url(../images/jdcx.png) no-repeat 80px 20px !important;
}

.ts-content {
    float: left;
    padding: 20px 10px 10px 10px;
    font-size: 18px;
    color: #bd1a2d;
}

.yxq-container {
    background-color: #f8f8f8;
    margin-top: 20px;
    float: left;
}

.blsx-step-item-text {
    font-family: "KaiTi_GB2312", "楷体_GB2312", "KaiTi", "楷体", serif;
}