body {
    background: #f6f6f6;
}

.bx-body .bx-banner {
    height: 480px;
    background: url(../../../images/pc/baoxian/bx-banner.png) center no-repeat;
    background-size: cover;
}

.bx-body .posi {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 44px;
}

.bx-body .bx-content {
    display: flex;
    flex-wrap: nowrap;
    margin-top: -58px;
    gap: 24px;
}


.bx-body .bx-content .bx-content-left {
    width: 900px;
}

.bx-body .bx-content .bx-content-left .bx-chuhan-card {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.bx-chuhan-card .bx-chuhan-c-header {
    display: flex;
    justify-content: space-between;
}

.bx-chuhan-card .bx-chuhan-c-header .bx-chuhan-c-header-left {
    display: flex;
    gap: 15px;
    align-items: center;
}

.bx-chuhan-card .bx-chuhan-c-header .bx-chuhan-c-header-left .bx-ch-upload-icon {
    width: 43px;
    height: 42px;
    background-image: url('../../../images/pc/baoxian/bx-ch-upload-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.bx-chuhan-card .bx-chuhan-c-header .bx-chuhan-c-header-left .bx-ch-upload-text {
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.bx-chuhan-card .bx-chuhan-c-header .bx-chuhan-c-header-right {
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
}

.bx-chuhan-card .bx-chuhan-c-header .bx-chuhan-c-header-right .bx-ch-liaojie-icon {
    width: 19px;
    height: 19px;
    background-image: url('../../../images/pc/baoxian/bx-ch-liaojie-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.bx-chuhan-card .bx-chuhan-c-header .bx-chuhan-c-header-right .bx-ch-liaojie-text {
    font-weight: 500;
    font-size: 18px;
    color: #7B7B7B;

}

.bx-chuhan-card .bx-chuhan-c-anjian-list {
    margin-top: 31px;
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: nowrap;
}

.bx-chuhan-card .bx-chuhan-c-anjian-list .c-item {
    padding: 25px 25px 25px 25px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #D3D3D3;
    position: relative;
}

.bx-chuhan-card .bx-chuhan-c-anjian-list .c-item:hover {
    border: 1px solid #2F7DD9;
}

.bx-chuhan-card .bx-chuhan-c-anjian-list .c-active {
    border: 1px solid #2F7DD9;
}

.bx-chuhan-card .bx-chuhan-c-anjian-list .c-item::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 4px;
    background: #ACACAC;
}

.bx-chuhan-card .bx-chuhan-c-anjian-list .c-active::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 4px;
    background: #2F7DD9;
}

.bx-chuhan-card .bx-chuhan-c-anjian-list .c-item .c-item-anjian {
    width: 100%;
    height: 243px;
    background: #F8F8F8;
}

.bx-chuhan-card .bx-chuhan-c-anjian-list .c-item .c-item-anjian .c-item-anjian-top {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    align-items: center;
    padding-top: 82px;
    box-sizing: border-box;
}

.bx-chuhan-card .bx-chuhan-c-anjian-list .c-active .c-item-anjian .c-item-anjian-top {
    padding-top: 40px;
}

.bx-chuhan-card .bx-chuhan-c-anjian-list .c-item .c-item-anjian .c-item-anjian-top .c-item-anjian-icon1 {
    width: 42px;
    height: 42px;
    background-image: url('../../../images/pc/baoxian/c-item-anjian-icon1.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.bx-chuhan-card .bx-chuhan-c-anjian-list .c-item .c-item-anjian .c-item-anjian-top .c-item-anjian-icon1-active {
    width: 42px;
    height: 42px;
    background-image: url('../../../images/pc/baoxian/c-item-anjian-icon1-active.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.bx-chuhan-card .bx-chuhan-c-anjian-list .c-item .c-item-anjian .c-item-anjian-top .c-item-anjian-icon2 {
    width: 42px;
    height: 42px;
    background-image: url('../../../images/pc/baoxian/c-item-anjian-icon2.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.bx-chuhan-card .bx-chuhan-c-anjian-list .c-item .c-item-anjian .c-item-anjian-top .c-item-anjian-icon2-active {
    width: 42px;
    height: 42px;
    background-image: url('../../../images/pc/baoxian/c-item-anjian-icon2-active.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.bx-chuhan-card .bx-chuhan-c-anjian-list .c-item .c-item-anjian .c-item-anjian-top .c-item-anjian-icon3 {
    width: 42px;
    height: 42px;
    background-image: url('../../../images/pc/baoxian/c-item-anjian-icon3.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.bx-chuhan-card .bx-chuhan-c-anjian-list .c-item .c-item-anjian .c-item-anjian-top .c-item-anjian-icon3-active {
    width: 42px;
    height: 42px;
    background-image: url('../../../images/pc/baoxian/c-item-anjian-icon3-active.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.bx-chuhan-card .bx-chuhan-c-anjian-list .c-item .c-item-anjian .c-item-anjian-top .c-item-anjian-text {
    font-weight: 500;
    font-size: 22px;
    color: #333;
}

.bx-chuhan-card .bx-chuhan-c-anjian-list .c-item .c-item-anjian .c-item-anjian-top .c-item-anjian-text-active {

    color: #2F7DD9;
}

.bx-chuhan-card .bx-chuhan-c-anjian-list .c-item .c-item-anjian .c-item-anjian-bottom {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

.bx-chuhan-card .bx-chuhan-c-anjian-list .c-item .c-item-anjian .c-item-anjian-bottom .c-item-anjian-btn {
    width: 148px;
    height: 42px;
    background-color: #E4393D;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-top: 58px;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    /* 默认隐藏所有按钮，由JavaScript控制显示 */
    display: none;
}

.bx-chuhan-card .bx-chuhan-c-anjian-list .c-item .c-item-desc {
    margin-top: 27px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bx-chuhan-card .bx-chuhan-c-anjian-list .c-item .c-item-desc>div {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
}

.bx-chuhan-card .bx-chuhan-c-changjin {
    margin-top: 60px;
}

.bx-chuhan-card .bx-chuhan-c-changjin .bx-chuhan-c-changjin-title {
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    text-align: center;
    margin-bottom: 36px;
}

.bx-chuhan-card .bx-chuhan-c-changjin .bx-chuhan-c-changjin-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.bx-chuhan-card .bx-chuhan-c-changjin .bx-chuhan-c-changjin-list .bx-chuhan-c-changjin-l-item {
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    font-weight: 500;
    font-size: 16px;
    color: #7B7B7B;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bx-chuhan-card .bx-chuhan-c-changjin .bx-chuhan-c-changjin-list .bx-chuhan-c-changjin-l-item-active {
    background: rgba(228, 57, 61, 0.1);
    border: 1px solid #E4393D;
    font-weight: 500;
    font-size: 16px;
    color: #E4393D;
}


.bx-content .bx-content-left .bx-driver-bg, .bx-content .bx-content-right .bx-driver-bg {
    height: 24px;
}

.bx-content .bx-content-left .bx-fayuan-card {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.bx-fayuan-card .bx-fayuan-c-header {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
}

.bx-fayuan-card .bx-fayuan-c-header .bx-fayuan-c-header-icon {
    width: 42px;
    height: 42px;
    background-image: url('../../../images/pc/baoxian/bx-fayuan-c-header-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.bx-fayuan-card .bx-fayuan-c-header .bx-fayuan-c-header-title {
    font-weight: bold;
    font-size: 26px;
    color: #333333;
}

.bx-fayuan-card .bx-fayuan-c-search {
    display: flex;
    gap: 0;
    align-items: center;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    overflow: hidden;
    background: white;
    margin-top: 30px;
}

.bx-fayuan-card .bx-fayuan-c-search .bx-fayuan-c-search-wrapper {
    position: relative;
    flex: 1;
    border-right: 1px solid #e0e0e0;
}

.bx-fayuan-card .bx-fayuan-c-search .bx-fayuan-c-search-wrapper:first-child {
    flex: none;
    width: 138px;
}

.bx-fayuan-card .bx-fayuan-c-search .bx-fayuan-c-search-wrapper:last-of-type {
    border-right: none;
}

.bx-fayuan-card .bx-fayuan-c-search .bx-fayuan-c-search-wrapper .bx-fayuan-c-select {
    width: 100%;
    height: 48px;
    padding: 0 40px 0 16px;
    border: none;
    background: transparent;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.bx-fayuan-card .bx-fayuan-c-search .bx-fayuan-c-search-wrapper:nth-child(3) .bx-fayuan-c-select,
.bx-fayuan-card .bx-fayuan-c-search .bx-fayuan-c-search-wrapper:nth-child(4) .bx-fayuan-c-select {
    color: #bbb;
}

.bx-fayuan-card .bx-fayuan-c-search .bx-fayuan-c-search-wrapper:nth-child(3) .bx-fayuan-c-select.has-value,
.bx-fayuan-card .bx-fayuan-c-search .bx-fayuan-c-search-wrapper:nth-child(4) .bx-fayuan-c-select.has-value {
    color: #444;
}

/* 自定义下拉箭头 */
.bx-fayuan-card .bx-fayuan-c-search .bx-fayuan-c-search-wrapper::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #bbb;
    border-right: 2px solid #bbb;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
    transition: all 0.3s ease;
}

/* 悬停效果 */
.bx-fayuan-card .bx-fayuan-c-search .bx-fayuan-c-search-wrapper::before {
    border-top-color: #666;
    border-right-color: #666;
}

.bx-fayuan-card .bx-fayuan-c-search .bx-fayuan-c-search-wrapper::after {
    border-bottom-color: #666;
    border-right-color: #666;
}

.bx-fayuan-card .bx-fayuan-c-search .bx-fayuan-c-search-btn {
    height: 48px;
    padding: 0 32px;
    background: #E4393D;
    color: white;
    border: none;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.bx-fayuan-card .bx-fayuan-c-search .bx-fayuan-c-search-wrapper.bx-fayuan-c-search-wrapper--with-icon .bx-fayuan-c-select {
    padding-left: 44px;
}


/* 法院信息查询输入框样式 */
.bx-fayuan-c-input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    color: #444;
    background: transparent;
    outline: none;
    transition: all 0.3s ease;
}

.bx-fayuan-c-input:focus {
    color: #444;
}

/* 名称搜索区域的样式 */
.bx-fayuan-name-search {
    display: flex;
    align-items: center;
    gap: 0;
}

.bx-fayuan-name-search .bx-fayuan-c-input {
    flex: 1;
}

.bx-fayuan-name-search .bx-fayuan-c-search-btn {
    flex-shrink: 0;
    width: 100px;
}

/* 按名称查的搜索按钮不要箭头 */
.bx-fayuan-name-search .bx-fayuan-c-search-btn.bx-fayuan-name-search-btn {
    /* 确保按钮没有下拉箭头的样式 */
    background-image: none !important;
}

/* 移除按名称查搜索区域的下拉箭头伪元素 */
.bx-fayuan-c-search-wrapper.bx-fayuan-name-search::after {
    display: none;
}

/* 动画效果 */
.bx-fayuan-card .bx-fayuan-c-search {
    animation: slideUp 0.6s ease-out;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.bx-content .bx-content-right {
    width: 300px;
    overflow: hidden;
}

.bx-c-section-title {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    padding-left: 16px;
    padding-bottom: 10px;
    position: relative;
}

.bx-c-section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 5px;
    height: 25px;
    background: #2F7DD9;
}

/* 服务卡片 */
.bx-content-right .bx-service-card {
    background: #fff;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.bx-service-card .bx-service-c-header {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
}

.bx-service-card .bx-service-c-header .bx-service-c-stats-number {
    font-weight: bold;
    font-size: 60px;
    color: #E4393D;
}

.bx-service-card .bx-service-c-header .bx-service-c-stats-label {
    font-weight: 500;
    font-size: 14px;
    color: #ACACAC;
}

.bx-service-card .bx-service-body {
    margin-top: 40px;
}

/* 标准费率部分 */
.bx-service-body .bx-service-c-fee-section {
    margin-top: 20px;
    padding: 0px 15px;
    box-sizing: border-box;
}

.bx-service-body .bx-service-c-fee-section .bx-service-c-fee-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
}

.bx-service-body .bx-service-c-fee-section .bx-service-c-fee-header .bx-service-c-fee-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bx-service-body .bx-service-c-fee-section .bx-service-c-fee-header .bx-service-c-fee-title .bx-service-c-fee-icon {
    width: 40px;
    height: 40px;
    background-image: url('../../../images/pc/baoxian/bx-service-c-fee-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.bx-service-body .bx-service-c-fee-section .bx-service-c-fee-header .bx-service-c-fee-title .bx-service-c-fee-icon2 {
    width: 40px;
    height: 40px;
    background-image: url('../../../images/pc/baoxian/bx-service-c-fee-icon2.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.bx-service-body .bx-service-c-fee-section .bx-service-c-fee-header .bx-service-c-fee-title .bx-service-c-fee-icon3 {
    width: 40px;
    height: 40px;
    background-image: url('../../../images/pc/baoxian/bx-service-c-fee-icon3.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.bx-service-body .bx-service-c-fee-section .bx-service-c-fee-header .bx-service-c-fee-title .bx-service-c-fee-label {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}

.bx-service-body .bx-service-c-fee-section .bx-service-c-fee-header .bx-service-c-expand-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bx-service-body .bx-service-c-fee-section .bx-service-c-fee-header .bx-service-c-expand-icon:hover {
    color: #FE5D4D;
}

.bx-service-body .bx-service-c-fee-section .bx-service-c-fee-header .bx-service-c-expand-icon::after {
    content: '⌃';
    font-size: 16px;
    font-weight: bold;
    transform: rotate(0deg);
    color: #FE5D4D;
}

.bx-service-body .bx-service-c-fee-section .bx-service-c-fee-header .bx-service-c-expand-icon.collapsed::after {
    transform: rotate(180deg);
    color: #666;
}

/* 为标准费率和保司直连选项添加底部下划线 */
.bx-service-body .bx-service-c-fee-section.bx-service-c-fee-header-underline {
    padding-bottom: 14px;
    margin-bottom: 8px;
    position: relative;
}

.bx-service-body .bx-service-c-fee-section.bx-service-c-fee-header-underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #E6E6E6;
}

.bx-service-body .bx-service-c-fee-section .bx-service-c-fee-details {
    padding: 20px 15px 10px 50px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    user-select: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.bx-service-body .bx-service-c-fee-section .bx-service-c-fee-details.hidden {
    display: none !important;
}

.bx-service-body .bx-service-c-fee-section .bx-service-c-fee-details .bx-service-c-fee-details-title {
    font-size: 13px;
    color: #7B7B7B;
    margin-bottom: 15px;
    font-weight: 500;
}

.bx-service-body .bx-service-c-fee-section .bx-service-c-fee-details .bx-service-c-fee-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bx-service-body .bx-service-c-fee-section .bx-service-c-fee-details .bx-service-c-fee-list li {
    font-size: 13px;
    color: #7B7B7B;
    font-weight: 500;
    margin-bottom: 6px;
    padding-left: 12px;
    position: relative;
    line-height: 1.6;
}

.bx-service-body .bx-service-c-fee-section .bx-service-c-fee-details .bx-service-c-fee-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #999;
}

.bx-service-body .bx-service-c-fee-section .bx-service-c-fee-details .bx-service-c-fee-list li:last-child {
    margin-bottom: 0;
}

/* 接入机构 */
.bx-content-right .bx-jigou-card {
    padding: 22px 0px 33px 0px;
    box-sizing: border-box;
    background-color: #fff;
}

.bx-jigou-card .bx-jigou-list {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* 一行两列，每列等宽 */
    gap: 2px 10px;
    padding: 0px 15px;
    box-sizing: border-box;
    max-height: 558px;
    /* 初始高度，显示18个图标（9行） */
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.bx-jigou-card .bx-jigou-list.expanded {
    max-height: 1000px;
    /* 展开时的高度，足够显示所有图标 */
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item {
    background-color: white;
}

.bx-jigou-card .bx-jigou-toggle {
    text-align: center;
    margin-top: 15px;
    color: #ACACAC;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    font-weight: 500;
    padding: 8px 0;
}

.bx-jigou-card .bx-jigou-toggle:hover {
    color: #ACACAC;
}

.bx-jigou-icon {
    width: 100%;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-taipin-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-taiping.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-zheshang-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-zheshang.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-zijin-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-zijin.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-huanong-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-huanong.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-libao-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-libao.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-bohai-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-bohai.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-dadi-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-dadi.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-dajia-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-dajia.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-dinghe-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-dinghe.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-dubang-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-dubang.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-fude-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-fude.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-guoren-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-guoren.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-huaan-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-huaan.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-huiyou-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-huiyou.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-jd-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-jd.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-pingan-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-pingan.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-qianhai-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-qianhai.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-renming-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-renming.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-shenneng-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-shenneng.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-yangguang-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-yangguang.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-yatai-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-yatai.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-yongan-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-yongan.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-yongcheng-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-yongcheng.png);
}

.bx-jigou-card .bx-jigou-list .bx-jigou-item .bx-zhonghua-icon {
    background-image: url(../../../images/pc/baoxian/jigou/jigou-icon-zhonghua.png);
}

.bx-jigou-card .bx-jiegou-desc {
    margin-top: 46px;
}

.bx-jigou-card .bx-jiegou-desc .bx-jigou-miaoshu {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    padding: 13px 20px 23px 20px;
    box-sizing: border-box;
}

.bx-jigou-card .bx-jiegou-desc .bx-jigou-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}

.bx-jigou-card .bx-jiegou-desc .bx-jigou-bottom .bx-jigou-bottom-btn {
    width: 230px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ACACAC;
    font-weight: 400;
    font-size: 16px;
    color: #7B7B7B;
    cursor: pointer;
}

.bx-jigou-card .bx-jiegou-desc .bx-jigou-bottom .bx-jigou-bottom-btn:hover {
    border: 1px solid #E4393D;
    color: #E4393D;
}

/* 法院查询结果表格样式 */
.court-result-container {
    max-width: 1000px;
    margin: 0px auto;
    background: white;
    overflow: hidden;
    display: none;
    /* 默认隐藏，搜索结果显示时再显示 */
}

.court-result-header {
    font-weight: 500;
    font-size: 14px;
    color: #444444;
    padding-left: 6px;
}

.court-result-count {
    color: #ff0000;
    /* 红色数字 */
    font-weight: bold;
    margin: 0 3px;
}

#courtResultTableContainer {
    margin-top: 20px;
}

.court-result-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    border: 1px solid #dee2e6;
    border-radius: 1px;
}

.court-result-table:last-child {
    margin-bottom: 0;
}

.court-result-table td {
    padding: 20px;
    border: 1px solid #E6E6E6;
    vertical-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #444444;

}

.court-result-label-cell {
    background-color: #F5F5F5;
    color: #444444;
    width: 120px;
    text-align: center;
}

.court-result-content-cell {
    background-color: white;
    color: #333;
}

.court-name-cell {
    background-color: #F5F5F5;
    text-align: center;
}

.court-name {
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

.court-details {
    font-size: 14px;
    color: #444444;
    line-height: 1.5;
}

.court-website-link {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
}

.court-website-link:hover {
    text-decoration: underline;
}

.court-sub-courts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.court-sub-court {
    text-align: left;
    font-size: 14px;
    color: #495057;
    line-height: 1.6;
}

.court-multi-row-cell {
    position: relative;
}

/* 分页容器样式 */
.court-pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    margin-top: 20px;
}

.court-pagination-controls {
    display: flex;
    align-items: center;
    gap: 5px;
}

.court-page-input {
    width: 50px;
    height: 30px;
    margin: 0 5px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    /* 隐藏上下箭头 */
    -moz-appearance: textfield;
    appearance: textfield;
}

/* 隐藏Webkit浏览器的上下箭头 */
.court-page-input::-webkit-outer-spin-button,
.court-page-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.court-page-numbers {
    display: flex;
    align-items: center;
    gap: 2px;
}

.court-page-number {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
    margin-left: 5px;
}

.court-page-number:hover {
    background-color: #f5f5f5;
    border-color: #ccc;
}

.court-page-number.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.court-page-ellipsis {
    margin: 0 5px;
    color: #666;
}

.court-page-btn {
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.court-page-btn:hover:not(:disabled) {
    background-color: #f5f5f5;
    border-color: #ccc;
}

.court-page-btn:disabled {
    background-color: #f9f9f9;
    color: #aaa;
    cursor: not-allowed;
    border-color: #eee;
}

.court-page-jump {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

/* 金融机构准入机制弹窗样式 */

/* 弹窗遮罩层 */
.institution-dialog-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 弹窗主体 */
.institution-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    /* border-radius: 8px; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

/* 弹窗头部 - 固定不滚动 */
.institution-dialog-header {
    flex-shrink: 0;
    /* 防止压缩 */
    background: white;
    padding: 30px;
    border-bottom: 1px solid #e9ecef;
    text-align: center;
    border-radius: 8px 8px 0 0;
    position: relative;
}

.institution-dialog-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.institution-dialog-close {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 22px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.institution-dialog-close:hover {
    color: #333;
}

/* 弹窗内容 - 可滚动区域 */
.institution-dialog-content {
    flex: 1;
    overflow-y: auto;
    padding: 30px;
    line-height: 1.8;
    color: #333;
    font-size: 14px;
}

/* 文档结构样式 */
.institution-document-section {
    margin-bottom: 25px;
}

.institution-section-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    font-size: 15px;
}

.institution-section-content {
    margin-left: 0;
    color: #555;
}

/* 条目样式 */
.institution-item {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.institution-item-number {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    color: #333;
}

.institution-item-content {
    color: #555;
}

/* 子条目样式 */
.institution-sub-item {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.institution-sub-item-number {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    color: #333;
    min-width: 25px;
}

.institution-sub-item-content {
    color: #555;
    text-align: justify;
}

/* 特殊强调文本 */
.institution-highlight {
    /* background-color: #fff3cd; */
    padding: 2px 4px;
    border-radius: 3px;
    /* color: #856404; */
}

/* 滚动条样式 - 只应用于内容区域 */
.institution-dialog-content::-webkit-scrollbar {
    width: 8px;
}

.institution-dialog-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.institution-dialog-content::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.institution-dialog-content::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .institution-dialog {
        width: 95%;
        margin: 20px auto;
    }

    .institution-dialog-content {
        padding: 20px;
        font-size: 13px;
    }

    .institution-dialog-header {
        padding: 15px 20px;
    }

    .institution-dialog-title {
        font-size: 18px;
    }
}

/* 申请入驻弹窗样式 */

/* 弹窗遮罩层 */
.dialog-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    overflow-y: auto;
}

/* 弹窗主体 - 固定宽度1100px */
.dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    /* border-radius: 12px; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    width: 1100px;
    min-height: 600px;
}

/* 弹窗头部 */
.dialog-header {
    position: relative;
    padding: 30px 40px 20px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}

.dialog-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.dialog-close {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 22px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.dialog-close:hover {
    /* background-color: #f5f5f5; */
    color: #666;
}

/* 步骤条容器 */
.steps-container {
    padding: 30px 40px;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}

/* 步骤条样式 */
.stepsContent {
    list-style: none;
    width: 100%;
    padding: 0px 10px 0px 20px;

}

.stepsContent .clearfix {
    clear: both;
}

.stepsContent ul {
    list-style: none;
    width: 100%;
}

.stepsContent li {
    position: relative;
    float: left;
    width: 26%;
    /* 使用百分比平均分配宽度 */
    height: 40px;
    margin-bottom: 10px;
    margin-left: -12px;
    list-style: none;
}

.stepsContent .less {
    top: 0;
    border-color: transparent transparent transparent #E4393D;
    border-style: dashed dashed dashed solid;
    border-width: 25px 0 15px 18px;
    transition: all 0.5;
}

.stepsContent .less1 {
    top: 0;
    border-color: transparent transparent transparent #fff;
    border-style: dashed dashed dashed solid;
    border-width: 25px 0 15px 18px;
}

.stepsContent .right {
    right: 0;
}

.stepsContent .left {
    left: 0;
}

.stepsContent samp {
    position: absolute;
    z-index: 2;
    display: block;
}

.stepsContent span {
    position: relative;
    z-index: 3;
    display: block;
    float: left;
}

.stepsContent .block {
    z-index: 1;
    float: left;
    width: calc(100% - 20px);
    /* 使用calc计算宽度，留出空间给箭头 */
    height: 40px;
    color: #222222;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    background: #E4393D;
}

.stepsContent .bgColor {
    background: #F5F5F5;
}

.stepsContent .bgBorderColor {
    border-color: transparent transparent transparent #F5F5F5;
}

.stepsContent .active {
    color: #fff;
}

/* 弹窗内容 */
.dialog-content {
    padding: 40px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* 表单样式 */
#applicationForm {
    width: 100%;
    max-width: 800px;
}

.form-group {
    margin-bottom: 25px;
}

.form-label {
    width: 120px;
    text-align: left;
    margin-right: 20px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    display: inline-block;
}

.form-input {
    width: 600px;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    font-size: 16px;
    color: #333;
    transition: border-color 0.3s ease;
    vertical-align: middle;
}

.form-input:focus {
    outline: none;
    border-color: #e74c3c;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.1);
}

.form-input::placeholder {
    color: #ccc;
}

/* 验证码区域 */
.verification-group {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.verification-input {
    width: 475px;
    margin-right: 15px;
    vertical-align: middle;
}

.get-code-btn {
    padding: 12px 20px;
    background-color: #e74c3c;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}

.get-code-btn:hover {
    background-color: #c0392b;
}

.get-code-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* 底部按钮 */
.dialog-footer {
    text-align: center;
    padding: 20px 40px 40px;
    display: flex;
    justify-content: center;
}

.submit-btn {
    padding: 15px 60px;
    background-color: #e74c3c;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #c0392b;
}

/* 成功提示 */
.success-content {
    text-align: center;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.success-icon {
    font-size: 80px;
    color: #27ae60;
    margin-bottom: 20px;
}

.success-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.success-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* 表单验证错误提示 */
.form-error {
    color: #ff3333;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 140px;
    text-align: left;
    display: block;
}

.form-input.error {
    border-color: #e74c3c;
}


/* ==================== 弹窗选择器样式 ==================== */

/* 弹窗遮罩层 */
.bx-dialog-c-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

/* 弹窗主体 */
.bx-dialog-c-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    /* border-radius: 12px; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
}

/* 弹窗头部 */
.bx-dialog-c-header {
    position: relative;
    padding: 24px 24px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.bx-dialog-c-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-align: left;
}

.bx-dialog-c-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.bx-dialog-c-close:hover {
    background-color: #f5f5f5;
    color: #666;
}

/* 弹窗内容 */
.bx-dialog-c-content {
    padding: 24px;
}

/* 选项网格 */
.bx-dialog-c-options-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 20px;
    margin-bottom: 32px;
}

.bx-dialog-c-option-item {
    padding: 12px 16px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bx-dialog-c-option-item:hover {
    border-color: #e74c3c;
    background-color: #fef7f7;
}

.bx-dialog-c-option-item.selected {
    border-color: #e74c3c;
    background-color: #e74c3c;
    color: white;
}


/* 底部按钮 */
.bx-dialog-c-footer {
    text-align: center;
    padding-bottom: 24px;
}

.bx-dialog-c-next-btn {
    padding: 12px 48px;
    background-color: #e74c3c;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.bx-dialog-c-next-btn:hover {
    background-color: #c0392b;
}

.bx-dialog-c-next-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* 选中数量显示 */
.bx-dialog-c-selected-count {
    display: none;
    /* 隐藏选中数量显示 */
}

/* 响应式设计 */
@media (max-width: 768px) {
    .bx-dialog-c-container {
        width: 95%;
        margin: 20px;
    }

    .bx-dialog-c-options-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .bx-dialog-c-header,
    .bx-dialog-c-content {
        padding: 20px 16px;
    }

    .bx-dialog-c-option-item {
        padding: 14px 12px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .bx-dialog-c-options-grid {
        grid-template-columns: 1fr;
    }
}

/* 动画效果 */
.bx-dialog-c-overlay.show {
    animation: bx-dialog-c-fadeIn 0.3s ease;
}

.bx-dialog-c-overlay.hide {
    animation: bx-dialog-c-fadeOut 0.3s ease;
}

.bx-dialog-c-container.show {
    animation: bx-dialog-c-slideIn 0.3s ease;
}

.bx-dialog-c-container.hide {
    animation: bx-dialog-c-slideOut 0.3s ease;
}

@keyframes bx-dialog-c-fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes bx-dialog-c-fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes bx-dialog-c-slideIn {
    from {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }

    to {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

@keyframes bx-dialog-c-slideOut {
    from {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    to {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }
}

/* 错误信息提示弹窗样式 */
.short_pop_x_20210826 {
    line-height: 50px;
    border-radius: 1px;
    color: #fff;
    display: inline-block;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: -100px;
    margin: 0 auto;
    width: 60%;
    max-width: 250px;
    padding: 5px 5px;
    left: 0;
    right: 0;
    z-index: 99;
    font-size: 16px;
    text-align: center;
    opacity: 0;
    transition: all .3s;
}

.short_pop_x_20210826.active {
    bottom: 200px;
    opacity: 1; }

/* 弹窗 登录和支付 */
.c_tc_20220210{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.c_tc_20220210 input{border:none;}
.c_tc_20220210 .yinying{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    z-index: 2;
}
.c_tc_20220210 .tcContent{
    position: relative;
    z-index: 3;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    width: 460px;
    padding: 40px 50px;
    box-sizing: border-box;
}

.tcLogin_20220210 .tcContent .tctit{
    font-size: 30px;
    color: rgb(53, 53, 53);
}
.tcLogin_20220210 .tcContent .tcdesc{
    font-size: 12px;
    color: rgb(184, 184, 184);
    margin-top: 16px;
}
.tcLogin_20220210 .tcContent .sjh{
    margin-top: 40px;
    border-bottom: 1px solid #eeeeee;
}
.tcLogin_20220210 .tcContent .sjh .shuru{
    outline: none;
    line-height: 40px;
    height:40px;
    width: 240px;
    font-size:16px;
    border-bottom: 1px solid #eeeeee;
}
.tcLogin_20220210 .tcContent .sjh .sendCode{
    border-radius: 5px;
    background-color: #0d8cff;
    width: 90px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    float: right;
    margin-top: 8px;
    cursor: pointer;
}
.tcLogin_20220210 .tcContent .dlBtn{
    border-radius: 4px;
    background-color: rgb(29, 112, 210);
    box-shadow: 0px 2px 6px 0px rgba(29, 112, 210, 0.2);
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 56px auto 0;
    display: block;
}
.tcLogin_20220210 .tcContent .xieyiBox{font-size: 14px;padding: 15px 0;color: #858585;display: inline-block;overflow: hidden;}
.tcLogin_20220210 .tcContent .yzm{
    margin-top: 32px;
    outline: none;
    line-height: 40px;
    height:40px;
    width: 240px;
    font-size:16px;
}
.tcLogin_20220210 .tcContent .yzm::-webkit-input-placeholder,.tcLogin_20220210 .tcContent .sjh .shuru::-webkit-input-placeholder{color:#b8b8b8;}{}
.tcLogin_20220210 .errorText {
    font-size: 14px;
    color: #ff3333;
    text-align: left;
    margin: 10px 0 18px;
    height: 14px;
    line-height: 14px;
}
.xieyi_checkbox_20240409 input{display: inline-block;width: 12px;height: 12px;border: 0;outline: 0!important;background-color: transparent;-webkit-appearance: none;background-image: none;position: relative;float: left;margin: 2px 4px 2px 0;}
.xieyi_checkbox_20240409 input:before{content:"";width: 12px;height: 12px;background: url(../../../images/pc/icon/dui.png) no-repeat left center;background-size:100% 100%; position: absolute;top: 0;left: 0;}
.xieyi_checkbox_20240409 input:checked:before{background: url(../../../images/pc/icon/dui_.png) no-repeat left center;background-size:100% 100%;}
.tcPay_20220210 .tcContent{padding-bottom: 104px;}
.tcPay_20220210 .tcdesc{
    font-size: 12px;
    color: rgb(184, 184, 184);
}
.tcPay_20220210 .price{text-align: center;margin-top: 32px;}
.tcPay_20220210 .price .desc{
    font-size: 12px;
    color: #b8b8b8;
}
.tcPay_20220210 .price small{
    font-size: 24px;
    color: #ff0000;
}
.tcPay_20220210 .price big{
    font-size: 36px;
    color: #ff0000;
}
.tcPay_20220210 .payway .tit{
    font-size: 16px;
    color: rgb(102, 102, 102);
    margin-top: 24px;
    margin-bottom: 12px;
}
.tcPay_20220210 .payway .oneBox{
    position: relative;
    float: left;
    border-width: 2px;
    border-color: rgb(40, 160, 57);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    width: 116px;
    padding: 8px;
    box-sizing: border-box;
    margin: 0 28px;
}
.tcPay_20220210 .payway .oneBox .wx-pay-time{
    display: none;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.tcPay_20220210 .payway .oneBox .wx-pay-time .bg{
    /*display: none;*/
    background:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    position: absolute;
    z-index: 2;
}
.tcPay_20220210 .payway .oneBox .wx-pay-time .cont-c{
    /*display: none;*/
    color:#fff;
    font-size:14px;
    position: absolute;
    z-index:99;
    text-align: center;
    width:100%;
    height:100%;
    line-height: 1.6;
}
.tcPay_20220210 .payway .oneBox .wx-pay-time .cont-c a{
    color:#22e13d;
    text-decoration: underline;
}
.tcPay_20220210 .payway .oneBox .wx-pay-time .cont-c a:hover{color:#39f754;}
.tcPay_20220210 .payway .oneBox .wx-pay-time .cont-c .f-ico{
    width:36px;
    height:36px;
    display: block;
    margin:20px auto 5px auto;
    background: url(../../../images/pc/fanben/icon1.png);
}
.tcPay_20220210 .payway .oneBox .wx-pay-ds{
    position:absolute;
    width:200px;
    margin-left:-50px;
    margin-top:20px;
    text-align: center;
    color:#858585;
    font-size:14px;
}
.tcPay_20220210 .payway .oneBox .wx-pay-ds i{
    color:#f00;
    padding-right:5px;
}
.tcPay_20220210 .payway .oneBox img{width: 100%;}
.tcPay_20220210 .payway .oneBox span{
    font-size: 12px;
    color: rgb(102, 102, 102);
    text-align: center;
    display: block;
    margin: 8px 0 0 0;
}
.tcPay_20220210 .tishi{
    font-size: 14px;
    color: rgb(29, 112, 210);
    background-color: rgb(242, 242, 242);
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    border-radius: 0 0 6px 6px;
}
.tcPay_20220210 .payway .oneBox:last-child{border-color: #009fe8;}
.tcPay_20220210 .payway .btn-aliplay{width:90px;margin:0 4px;height:24px;background:#009fe8;display:inline-block;text-align:center;line-height:24px;border-radius:4px;font-size:14px;color:#fff;}
.c_tc_20220210 .closeBtn{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -30px;
    top: -30px;
    background: url(../../../images/pc/fanben/tcclose.png) center no-repeat;
    background-size: cover;
    cursor: pointer;
}


/* 诉保服务流程弹窗样式 */
.bx-dialog-fuwu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    overflow-y: auto;
}
.bx-dialog-fuwu-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    width: 1100px;
    display: flex;
    flex-direction: column;
}
.bx-dialog-fuwu-header {
    position: relative;
    padding: 30px 40px 20px;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
}
.bx-dialog-fuwu-header-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0;
}
.bx-dialog-fuwu-close {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 22px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.bx-dialog-fuwu-close:hover {
    color: #666;
}
.bx-dialog-fuwu-img-wrapper {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.bx-dialog-fuwu-img-container {
    width: 1000px;
    height: 266px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.bx-dialog-fuwu-img-container img {
    width: 1000px;
    height: 266px;
    object-fit: contain;
    border-radius: 8px;
    display: block;
    background-color: white;
}

