* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.footertwo {
    display: none;
}

.sxbzxcg.main-container {
    width: 100%;
    min-width: 1440px;
    background-color: #cae1ff;
}

.sxbzxcg .banner-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1920px;
    margin: 0 auto;
}

.sxbzxcg .content-tabs {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}

.sxbzxcg .content-tabs a {
    display: block;
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0.6);
    color: #1d2129;
    font-size: 20px;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
    padding: 8px 24px;
}

.sxbzxcg .content-tabs a:hover {
    background-color: #185BF2;
    color: #ffffff;
}

.sxbzxcg .content-wrapper {
    width: 100%;
    max-width: 1340px;
    height: auto;
    margin: 0 auto;
    margin-top: -56px;
    position: relative;
    z-index: 2;
    padding-bottom: 80px;
}

.sxbzxcg .intro-text {
    border: 2px solid #ffffff;
    border-radius: 32px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 32px 40px;
    color: #1d2129;
    font-size: 20px;
    line-height: 32px;
}

.sxbzxcg .content-item {
    margin-top: 24px;
    border-radius: 32px;
    border: 2px solid #ffffff;
    background-color: #ffffff;
}

.sxbzxcg .content-item-inner {
    display: flex;
    align-items: center;
    padding: 32px 40px 32px 40px;
    min-height: 82px;
}

.sxbzxcg .content-item-sort {
    width: 64px;
    height: 54px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 54px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: 24px;
}

.sxbzxcg .content-item-title {
    flex: 1;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
}

.sxbzxcg .content-item-toggle {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    margin-left: 40px;
    cursor: pointer;
}

.sxbzxcg .content-item-toggle-icon {
    width: 48px;
    height: 48px;
    display: none;
}

.sxbzxcg .content-item.close .content-item-toggle-icon.open {
    display: block;
}

.sxbzxcg .content-item.open .content-item-toggle-icon.close {
    display: block;
}

.sxbzxcg .content-details {
    border-top: 1px solid #ebedf2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    padding: 40px;
    max-height: 10000px;
    overflow: hidden;
    transition:
        max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1),
        padding 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sxbzxcg .content-item.close .content-details {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
}

.sxbzxcg .detail-item {
    border: 1px solid #d9ebff;
    background-color: #f2f8ff;
    border-radius: 16px;
    padding: 28px 32px 20px 32px;
    display: flex;
    flex-direction: column;
}

.sxbzxcg .detail-title {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.sxbzxcg .detail-introduction-box {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sxbzxcg .detail-description {
    color: #4e5969;
    font-size: 16px;
    line-height: 26px;
    flex: 1;
}

.sxbzxcg .detail-description .highlight-text {
    color: #0860ff;
    font-size: 16px;
    font-weight: 700;
}

.sxbzxcg .grid-2 {
    flex-shrink: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
}

.sxbzxcg .detail-image {
    flex-shrink: 0;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 16px;
}

.sxbzxcg .detail-subtitle {
    margin-top: 12px;
    flex-shrink: 0;
    color: #1d2129;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}