.banner {
    margin-top: 9.0625rem;
    width: 100%;
    height: 49rem;
    background: url("../assets/img/aggregationHomePage/banner-bg.png") no-repeat center center;
    background-size: 100% 100%;
}

.banner .up-down-w {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-left-title {
    font-weight: 800;
    font-size: 68px;
    color: #FFFFFF;
}


.title-color {
    display: flex;
    line-height: 1;
}

.title-color span {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: glow 15s infinite linear;
    background-image: linear-gradient(210.39deg, #5fff6f 0%, #5fff6f 0%, #14e3ff 7.29%, #4a9dff 15.1%, #aa82ff 21.87%, #ff26c2 29.69%, #ff6543 34.37%, #ffd643 40.62%, #ffd643 43.75%, #5fff6f 51.04%, #14e3ff 58.85%, #4a9dff 65.1%, #aa82ff 72.4%, #ff26c2 78.65%, #ff6543 85.94%, #ffc738 92.71%, #5fff6f 100%, #5fff6f 100%);
    background-size: 800% 100%;
    -webkit-animation: glow 15s infinite linear;
    -webkit-background-size: 800% 100%;
}

.color1 {

    align-items: center;

}

.color2 {
    align-items: flex-start;
}

.color1 img {
    margin-left: 1.25rem;
    width: 7.5rem;
    height: 2.25rem;
}

.color2 img {
    margin-top: 1.25rem;
    margin-left: 1.25rem;
    width: 7.125rem;
    height: 1.75rem;
}

.banner-left-detail {
    margin-top: 2.125rem;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
}

.left-detail-txt {
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #DE12B6 0%, #F34C67 53.9794921875%, #FF9712 98.779296875%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-marketing {
    margin-top: 2.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23.625rem;
    height: 3.1875rem;
    border: 0.0625rem solid transparent;
    background-image: linear-gradient(180deg, #08080c 0%, #141425 100%), linear-gradient(to right, #755fff, #ffb076);
    border-radius: 2.25rem;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    font-size: 1.75rem;
    color: #FFFFFF;
}

.marketing-ai {
    font-weight: 500;
    font-size: 1.75rem;
    color: #FFFFFF;
    line-height: 5rem;
    background: linear-gradient(90deg, #DE12B6 0%, #F34C67 53.9794921875%, #FF9712 98.779296875%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-right {
    display: flex;
    margin-top: 3.4375rem;
    align-items: center;
    justify-content: center;
    width: 41.0625rem;
    height: 41.0625rem;
    background: rgba(186, 220, 243, 0.07);
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.table-img {
    left: -5rem;
    top: -1.25rem;
    position: absolute;
    width: 15.6875rem;
    height: 10rem;
}

.table-img img {
    width: 100%;
    height: 100%;
}

.circle1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31.625rem;
    height: 31.625rem;
    background: rgba(186, 220, 243, 0.09);
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.circle2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20.8125rem;
    height: 20.8125rem;
    background: rgba(186, 220, 243, 0.11);
    border-radius: 50%;
    position: relative;
    z-index: 3;
}

.circle3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.4375rem;
    height: 8.4375rem;
    background: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 1.25rem rgba(255, 255, 255, 0.2);
    z-index: 5;
}

/* 修复重复的position定义 */
.banner-right, .circle1, .circle2 {
    position: relative;
}

/* 添加脉动动画 */
@keyframes pulse {
    0%, 100% {
        transform: scale(1) translate(-50%, -50%);
    }
    50% {
        transform: scale(1.1) translate(-50%, -50%);
    }
}

/* 定义旋转动画 */
@keyframes rotate1 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) translateX(20.5rem) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg) translateX(20.5rem) rotate(-360deg);
    }
}

@keyframes rotate2 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) translateX(15.8125rem) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg) translateX(15.8125rem) rotate(-360deg);
    }
}

@keyframes rotate3 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) translateX(10.375rem) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg) translateX(10.375rem) rotate(-360deg);
    }
}

/* 定义反向旋转动画 */
@keyframes rotate1-reverse {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) translateX(20.5rem) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg) translateX(20.5rem) rotate(360deg);
    }
}

@keyframes rotate2-reverse {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) translateX(15.8125rem) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg) translateX(15.8125rem) rotate(360deg);
    }
}

@keyframes rotate3-reverse {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) translateX(10.375rem) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg) translateX(10.375rem) rotate(360deg);
    }
}

.pos-img {
    position: absolute;
    width: 5rem;
    height: 5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    padding: 0.5rem;
    /*    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(0.3125rem);*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 4;
}

/* 清除之前可能有冲突的动画设置 */
.circle-img1, .circle-img2, .circle-img3, .circle-img4, .circle-img5, .circle-img6, .circle-img7, .circle-img8 {
    animation: none;
}

/* 单独为每个图标设置动画 */
.circle-img1 {
    animation: rotate1 30s linear infinite;
    z-index: 4;
}

.circle-img2 {
    animation: rotate2 25s linear infinite;
    animation-delay: -5s;
    z-index: 4;
}

.circle-img3 {
    animation: rotate2-reverse 25s linear infinite;
    animation-delay: -10s;
    z-index: 4;
}

.circle-img4 {
    animation: rotate2 25s linear infinite;
    animation-delay: -15s;
    z-index: 4;
}

.circle-img5 {
    animation: rotate2-reverse 25s linear infinite;
    animation-delay: -20s;
    z-index: 4;
}

.circle-img6 {
    animation: rotate2 25s linear infinite;
    animation-delay: -2.5s;
    z-index: 4;
}

.circle-img7 {
    animation: rotate3-reverse 20s linear infinite;
    animation-delay: -3s;
    z-index: 4;
}

.circle-img8 {
    animation: rotate3 20s linear infinite;
    animation-delay: -12s;
    z-index: 4;
}

/*.pos-img:hover {*/
/*    transform: translate(-50%, -50%) scale(1.2) !important;*/
/*    box-shadow: 0 0 1.5625rem rgba(255, 255, 255, 0.3);*/
/*    z-index: 10;*/
/*    animation-play-state: paused !important;*/
/*}*/

/* 当鼠标悬停在banner-right上时，暂停所有动画 */
/*.banner-right:hover .pos-img {*/
/*    animation-play-state: paused;*/
/*}*/

.banner-btn {
    margin-top: 2.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
    width: 12.625rem;
    height: 4.375rem;
    background: linear-gradient(90deg, #FD3B50 0%, #FA1D53 52%, #FD5294 100%);
    border-radius: 2.1875rem;
}

.content {
    background: #000;
    padding-top: 8.125rem;
}

.channel-list {
    margin-top: 3.75rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.channel-list .channel-item {
    box-sizing: border-box;
    padding: 1.25rem 1.25rem 0 1.25rem;
    width: 28.5rem;
    height: 28.5rem;
    background: linear-gradient(45deg, #382423 0%, #241F25 55.00000000000001%, #301D4B 100%);
    border-radius: 1.25rem;
}

.channel-list .channel-item:nth-child(n+4) {
    margin-top: 1.875rem;
}

.channel-item .channel-item-img {
    width: 26rem;
    height: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0D0D0D;
    border-radius: 1.125rem;
}

.channel-item:nth-child(1) .channel-item-img img {
    width: 18.125rem;
    height: 13.625rem;
}

.channel-item:nth-child(2) .channel-item-img img {
    width: 22.5625rem;
    height: 13.25rem;
}

.channel-item:nth-child(3) .channel-item-img img {
    width: 21.875rem;
    height: 11.5rem;
}

.channel-item:nth-child(4) .channel-item-img img {
    width: 19.125rem;
    height: 12.4375rem;
}

.channel-item:nth-child(5) .channel-item-img img {
    width: 16.875rem;
    height: 13.1875rem;
}

.channel-item:nth-child(6) .channel-item-img img {
    width: 16.6875rem;
    height: 13rem;
}

.channel-item .channel-item-title {
    margin-top: 1.375rem;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
}

.channel-item .channel-item-detail {
    margin-top: 1.25rem;
    font-weight: 400;
    font-size: 0.9375rem;
    color: #CFCFCF;
}

.channel-item .channel-item-detail .detail-desc {
    font-weight: 400;
    font-size: 0.9375rem;
    color: #FC344F;
}

.channel-item-btn {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    background: linear-gradient(90deg, #FD3B50 0%, #FA1D53 52%, #FD5294 100%);
    border-radius: 50%;
}

.channel-item-btn img {
    width: 1.5625rem;
    height: 1.125rem;
}

.stability {
    margin-top: 8.125rem;
}

.stability-content {
    margin-top: 10rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stability-content-detail {
    padding-left: 9.875rem;
    display: flex;
    width: 73.8125rem;
    height: 28.5625rem;
    background: url("../assets/img/aggregationHomePage/stability-bg.png") no-repeat center center;
    background-size: 100% 100%;
}

.stability-content-detail .detail-left {
    transform: translateY(-6.25rem);
    width: 17.875rem;
    height: 31.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3.75rem;
    background: #FFFFFD;
    box-shadow: 0 0.375rem 0.875rem 0 rgba(252, 51, 78, 0.18);
    border-radius: 1.25rem;
}

.stability-content-detail .detail-left img {
    width: 17.0625rem;
    height: 30.375rem;
}

.detail-right {
    padding-top: 3.75rem;
}

.detail-right .detail-right-detail {
    width: 36.0625rem;
    font-weight: bold;
    font-size: 17px;
    color: #1E1A15;
}

.right-detail-desc {
    margin-top: 2.5rem;
}

.detail-right-bottom {
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-right-bottom .right-bottom-left .bottom-left-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11.375rem;
    height: 3.9375rem;
    background: linear-gradient(90deg, #FD3B50 0%, #FA1D53 52%, #FD5294 100%);
    border-radius: 2rem;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
}

.detail-right-bottom .right-bottom-right {
    display: flex;
}

.detail-right-bottom .right-bottom-right .right-num {
    margin-right: 0.875rem;
    font-weight: bold;
    font-size: 2.25rem;
    color: #1E1A15;
    background: linear-gradient(0deg, #FD3B50 0%, #FA1D53 51.7822265625%, #FD5294 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.right-star {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.right-star .star-top {
    width: 7.25rem;
    height: 1.125rem;
}

.right-star .star-top img {
    width: 7.25rem;
    height: 1.125rem;
}

.right-star .star-bottom {
    font-weight: 500;
    font-size: 0.875rem;
    color: #1E1A15;
}

.feedback {
    margin-top: 8.125rem;
}

.feedback-content {
    margin-top: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feedback-item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feedback-item-left .user-avatar:nth-child(2),
.feedback-item-right .user-avatar:nth-child(2) {
    margin-top: 10.5rem;
}

.avatar1 {
    transform: translateX(2.5rem);
}

.avatar2 {
    transform: translateX(-8.75rem);
}

.avatar3 {
    transform: translateX(-2.5rem);
}

.avatar4 {
    transform: translateX(8.75rem);
}

.user-avatar.active-avatar {
    box-shadow: 0 0 1.25rem rgba(253, 59, 80, 0.9);
    z-index: 1;
}

/* 为每个活跃的头像单独设置transform，结合偏移和放大 */
.avatar1.active-avatar {
    transform: translateX(2.5rem) scale(1.15);
}

.avatar2.active-avatar {
    transform: translateX(-8.75rem) scale(1.15);
}

.avatar3.active-avatar {
    transform: translateX(-2.5rem) scale(1.15);
}

.avatar4.active-avatar {
    transform: translateX(8.75rem) scale(1.15);
}

.feedback-item-content-icon {
    width: 5.875rem;
    height: 5.875rem;
    background: linear-gradient(135deg, #FD3B50 0%, #FA1D53 52%, #FD5294 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.125rem;
}
.feedback-item-content-icon img{
    width: 2.6875rem;
    height: 2.25rem;
}

.feedback-item-content-star {
    margin-top: 3.4375rem;
    width: 17.4375rem;
    height: 2.25rem;
}

.feedback-item-content-star img {
    width: 100%;
    height: 100%;
}

.feedback-item-content-evaluate {
    margin-top: 5.625rem;
    width: 50.3125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.evaluate-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.evaluate-item:nth-child(n+2) {
    display: none;
}

.feedback-item-content-evaluate .evaluate-txt {
    font-weight: 500;
    font-size: 21px;
    color: #FFFFFF;
    text-align: center;
}

.evaluate-name {
    margin-top: 2.5rem;
    font-weight: 800;
    font-size: 22px;
    color: #FFFFFF;
}

.evaluate-sub {
    margin-top: 1.125rem;;
    font-weight: 500;
    font-size: 1.25rem;
    color: #FFFFFF;
    opacity: 0.7;
}

.evaluate-change {
    margin-top: 5.125rem;
    display: flex;
}

.evaluate-change .change-item {
    margin-right: 0.375rem;
    width: 3rem;
    height: 0.25rem;
    background: linear-gradient(90deg, #FD3B50 0%, #FA1D53 52%, #FD5294 100%);
    border-radius: 0.125rem;
    opacity: 0.25;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.evaluate-change .change-item:hover {
    opacity: 0.7;
}

.evaluate-change .change-item.active {
    opacity: 1;
}

.user-avatar {
    width: 5.875rem;
    height: 5.875rem;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.user-avatar img {
    width: 100%;
    height: 100%;
}


.support {
    margin-top: 8.125rem;
}

.support img {
    margin-top: 3.75rem;
    width: 89.1875rem;
    height: 58.875rem;
}

.choose-us {
    margin-top: 8.125rem;
}

.choose-content {
    margin-top: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.choose-item:nth-child(2) {
    margin-right: 3.125rem;
}

.choose-item-img {
    width: 4.5rem;
    height: 4.5rem;
}

.choose-item-img img {
    width: 100%;
    height: 100%;
}

.choose-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.choose-item-num {
    margin-top: 1.375rem;
    font-weight: 800;
    font-size: 1.875rem;
    color: #FFFFFF;
    background: linear-gradient(0deg, #DE12B6 0%, #F34C67 53.9794921875%, #FF9712 98.779296875%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.choose-item-title {
    margin-top: 1rem;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.choose-item-detail {
    margin-top: 2.25rem;
    font-weight: 400;
    font-size: 13px;
    color: #CBC7CF;
}

.trilogy {
    margin-top: 8.125rem;
}

.trilogy-content {
    margin-top: 3.75rem;
    display: flex;
    justify-content: center;
}

.trilogy-content-left {
    margin-right: 2.8125rem;
}

.trilogy-content-item {
    margin-bottom: 6rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.trilogy-content-item .item-left {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    margin-right: 1rem;
    width: 3rem;
    height: 3rem;
    background: #212121;
    border-radius: 50%;
    font-weight: 800;
    font-size: 1.5625rem;
    color: #8E9295;
    transition: all 0.3s ease;
}

.trilogy-content-item:nth-child(1) .item-left::before {
    content: "";
    position: absolute;
    top: -3rem;
    left: 1.5rem;
    z-index: 1;
    transform: translateX(-50%);
    display: block;
    width: 0.0625rem;
    height: 3rem;
    border-right: 0.0625rem dashed #FFFFFF;
}

.trilogy-content-item:nth-child(2) .item-left::before {
    content: "";
    position: absolute;
    top: -13rem;
    left: 1.5rem;
    z-index: 1;
    transform: translateX(-50%);
    display: block;
    width: 0.0625rem;
    height: 13rem;
    border-right: 0.0625rem dashed #FFFFFF;
}

.trilogy-content-item:nth-child(2) .item-left::after {
    content: "";
    position: absolute;
    bottom: -18.5rem;
    left: 1.5rem;
    z-index: 1;
    transform: translateX(-50%);
    display: block;
    width: 0.0625rem;
    height: 18.5rem;
    border-right: 0.0625rem dashed #FFFFFF;
}

.trilogy-content-item .item-left.num-active {
    position: relative;
    z-index: 10;
    background: linear-gradient(90deg, #FD3B50 0%, #FA1D53 52%, #FD5294 100%);
    box-shadow: 0 0.0625rem 2.5rem 0 rgba(252, 51, 78, 0.9);
    font-weight: 800;
    font-size: 1.5625rem;
    color: #FFFFFF;
}

.trilogy-content-item .item-right {
    box-sizing: border-box;
    width: 26.25rem;
    padding: 1.875rem 1.25rem;
    border: 0.0625rem solid #000;
    transition: all 0.3s ease;
    cursor: pointer;
}

/*.trilogy-content-item:hover .item-left:not(.num-active) {
    background: #2c2c2c;
    transform: scale(1.05);
}*/

.trilogy-content-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55.625rem;
    height: 39.5rem;
    background: linear-gradient(90deg, #CCC6C6 0%, #690F19 17%, #201010 39%, #0D0A13 62%, #5C1E76 85%, #C19FC9 100%);
    border-radius: 2rem;
}


.trilogy-content-com {
    position: relative;
    width: 50rem;
    height: 29.25rem;
    background: url("../assets/img/aggregationHomePage/gjzsle.png") no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
}

/* 所有图片的基本样式 */
.trilogy-img {
    position: absolute;
    top: 47%;
    left: 50%;
    width: 38rem;
    height: 23.75rem;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: none;
}

/* 当前激活的图片 */
.trilogy-img.active {
    display: block;
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
}

.trilogy-content-item .item-right .item-right-title {
    font-weight: 800;
    font-size: 18px;
    color: #6F6E6C;
}

.trilogy-content-item .item-right .item-right-detail {
    margin-top: 1.25rem;
    font-weight: 500;
    font-size: 0.875rem;
    color: #484848;
}

.trilogy-content-item .item-right.item-right-active {
    background: #1A1A1A;
    box-shadow: 0 0.0625rem 2.1875rem 0 rgba(252, 51, 78, 0.36);
    border-radius: 1.125rem;
    border: 0.0625rem solid #632229;
}

.trilogy-content-item .item-right.item-right-active .item-right-title {
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF
}

.trilogy-content-item .item-right.item-right-active .item-right-detail {
    font-weight: 500;
    font-size: 0.875rem;
    color: #9E9E9E;
}

.answer-content {
    margin-top: 3.75rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.answer-content .answer-item {
    margin-top: 1rem;
    width: 58.8125rem;
    background: linear-gradient(270deg, #382423 0%, #241F25 38%, #221E2D 98%);
    border-radius: 0.5rem;
    opacity: 0.7;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    box-shadow: 0 2.125rem 0.625rem rgba(0, 0, 0, 0.1);
    position: relative;
}

.answer-content .answer-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, rgba(253, 59, 80, 0.05) 0%, rgba(250, 29, 83, 0.02) 52%, rgba(253, 82, 148, 0) 100%);
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.answer-content .answer-item.active::before {
    width: 100%;
}


.answer-question {
    padding: 0 1.875rem;
    height: 4.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.question-text {
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.question-icon {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #FFFFFF;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: center;
    position: relative;
}

.question-icon::before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.answer-detail {
    max-height: 0;
    padding: 0 1.875rem;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-top: 0.0625rem solid rgba(255, 255, 255, 0);
    opacity: 0;
    transform: translateY(-0.625rem);
}

.answer-text {
    padding: 1.25rem 0;
    font-weight: 400;
    font-size: 0.9375rem;
    color: #CFCFCF;
    line-height: 1.6;
}

/* 展开状态 */
.answer-item.active {
    opacity: 1;
    background: linear-gradient(270deg, #3C2324 0%, #291E25 38%, #2A1E30 98%);
    box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.15);
}


.answer-item.active .question-icon {
    transform: rotate(135deg);
    color: #FD3B50;
}

.answer-item.active .answer-detail {
    max-height: 93.75rem;
    padding: 0 1.875rem 1.25rem 1.875rem;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
    opacity: 1;
    transform: translateY(0);
}

.answer-title {
    margin-top: 0.625rem;
    color: #FD344F;
    font-size: 1rem;
}

.answer-text {
    color: #fff;
    font-size: 1rem;
}

.news {
    margin-top: 8.125rem;
}

.news-content {
    margin-top: 3.75rem;
    display: flex;
    justify-content: center;
}

.news-item {
    margin-right: 1.875rem;
}

.news-item-img {
    width: 28.5rem;
    height: 15.8125rem;
    background: #FFF0F1;
}

.news-item-title {
    margin-top: 0.625rem;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.bottom-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 42.5625rem;
    background: url("../assets/img/aggregationHomePage/bg-bottom.png") no-repeat center center;
    background-size: 100% 100%;
}

.bottom-banner-title {
    font-weight: 800;
    font-size: 3rem;
    color: #FFFFFF;
}

.qr-code {
    margin-top: 3.125rem;
    width: 10.25rem;
    height: 10.25rem;
    background: #FFFFFF;
    border-radius: 1.25rem;
    opacity: 0.3;
}

.banner-right .circle3 img {
    width: 90%;
    height: 90%;
}