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

.banner .up-down-w {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5.3125rem 5.9375rem 0 1.25rem;
}

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

.statistics-content {
    margin-top: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.statistics-content-left {
    display: flex;
}


.content-left-item {
    width: 13.6875rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.content-left-item:nth-child(1) {
    margin-right: 5rem;
}

.content-left-item .item-detail {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    opacity: 0.5;
}

.content-left-item .item-line {
    margin-top: 1.25rem;
    margin-bottom: 2.1875rem;
    width: 13.25rem;
    height: 0.0625rem;
    background: #4D4D4D;
}

.item-num {
    font-weight: 800;
    font-size: 50px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #FD3B50 0%, #FA1D53 51.7822265625%, #FD5294 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.statistics-content-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42.5rem;
    height: 22.5rem;
}

.content-title .title-color {
    font-weight: 800;
    font-size: 68px;
    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
}

.content-sub-title {
    margin-top: 2.25rem;
    margin-bottom: 2.5rem;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
}

.content-btn {
    width: 12.625rem;
    height: 4.375rem;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 4.375rem;
    background: linear-gradient(90deg, #FD3B50 0%, #FA1D53 52%, #FD5294 100%);
    border-radius: 2.1875rem;
    cursor: pointer;
}

.banner-content-right {
    width: 23.75rem;
    height: 24.0625rem;
}

.banner-content-right img {
    width: 100%;
    height: 100%;
}

.content {
    padding: 8.125rem 0 6.25rem;
    width: 100%;
    background: #000;
}

.cooperate {
    margin: 8.125rem 0;
}

.cooperate-content {
    padding: 0 14.8125rem;
    margin-top: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.cooperate-content-left .item-img {
    width: 15.5625rem;
    height: 13.4375rem;
}

.cooperate-content-right .item-img {
    width: 16.5rem;
    height: 13.25rem;
}

.cooperate-content-left,
.cooperate-content-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    will-change: transform, opacity;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.cooperate-content-left .item-img img,
.cooperate-content-right .item-img img {
    width: 100%;
    height: 100%;
}

.cooperate-content .item-title {
    font-weight: 800;
    font-size: 22px;
    color: #FFCCD3;
}

.cooperate-content .item-detail {
    width: 19.625rem;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #E9ECF8;
}

.advantage {
    width: 100%;
}

.advantage-content {
    margin-top: 3.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF
}

.advantage-content-left {
    display: flex;
    align-items: flex-end;
    padding-left: 2rem;
    padding-bottom: 2.5rem;
    width: 28.5rem;
    height: 42.375rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.advantage-content-left::before {
    content: "";
    position: absolute;
    top: -0.3125rem;
    left: -0.3125rem;
    right: -0.3125rem;
    bottom: -0.3125rem;
    background: url("../assets/img/cooperation/advantage-left.png") no-repeat center center;
    background-size: cover;
    transition: transform 0.5s ease;
    z-index: -1;
}

.advantage-content-left::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0.0625rem solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    box-shadow: 0 0 0 0.5rem #000;
    pointer-events: none;
    z-index: 2;
}

.advantage-item {
    display: flex;
}

.advantage-content-right .item-small {
    display: flex;
    align-items: flex-end;
    padding-left: 2rem;
    padding-bottom: 2.5rem;
    width: 20.875rem;
    height: 20.25rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.advantage-content-right .item-big {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-left: 2rem;
    padding-bottom: 2.5rem;
    width: 36.0625rem;
    height: 20.25rem;
    overflow: hidden;
    z-index: 1;
}

.advantage-content-right .item-big:nth-child(1) {
    margin-right: 1.875rem;
}

.advantage-content-right .item-big:nth-child(2) {
    margin-left: 1.875rem;
}

.advantage-content-right .item-big::before {
    content: "";
    position: absolute;
    top: -0.3125rem;
    left: -0.3125rem;
    right: -0.3125rem;
    bottom: -0.3125rem;
    transition: transform 0.5s ease;
    z-index: -1;
}

.advantage-content-right .item-big:nth-child(1)::before {
    background: url("../assets/img/cooperation/advantage-right2.png") no-repeat center center;
    background-size: cover;
}

.advantage-content-right .item-big:nth-child(2)::before {
    background: url("../assets/img/cooperation/advantage-right1.png") no-repeat center center;
    background-size: cover;
}

.advantage-content-right .item-big::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0.0625rem solid rgba(255, 255, 255, 0.1);
    border-radius:0.5rem;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    box-shadow: 0 0 0 0.5rem #000;
    pointer-events: none;
    z-index: 2;
}

.advantage-item:nth-child(2) {
    margin-top: 1.875rem;
}

.big-txt {
    position: relative;
    z-index: 10;
}

/* 确保容器内文本内容在所有伪元素之上 */
.advantage-content-left,
.advantage-content-right .item-big,
.advantage-content-right .item-small {
    position: relative;
    z-index: 1;
}

/* 容器内的文本要在最上层 */
.advantage-content-left > *,
.advantage-content-right .item-big > *,
.advantage-content-right .item-small > * {
    position: relative;
    z-index: 5;
}

.advantage-content-left:hover::before,
.advantage-item .item-big:hover::before {
    transform: scale(1.1);
}

.advantage-content-left:hover {
    background: none;
    overflow: hidden;
}

.advantage-item .item-big:hover {
    background: none;
    overflow: hidden;
}

/* 小物品悬停效果 */
.advantage-content-right .item-small {
    position: relative;
    overflow: hidden;
}

.advantage-content-right .item-small::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../assets/img/cooperation/pink-bg.png") no-repeat center center;
    background-size: 100% 100%;
    transition: transform 0.5s ease;
    z-index: -1;
}

/* .advantage-content-right .item-small:hover::before {
    transform: scale(1.05);
}

.advantage-content-right .item-small::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0.0625rem solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    pointer-events: none;
    box-shadow: 0 0 0 0.5rem #000;
    z-index: 2;
} */

/*.advantage-item .item-small:hover {
    background-size: 110% 110%;
    transition: all 0.3s ease;
}*/

/* 为已动画的元素添加一些微小的悬停效果 */
.cooperate-content-left.animated:hover,
.cooperate-content-right.animated:hover,
.statistics-content-left .content-left-item:hover,
.advantage-content-left:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

/* 确保动画元素不会移出其容器 */
.cooperate-content,
.statistics-content,
.advantage-content {
    overflow: visible;
    position: relative;
}

/* 确保页面加载时元素不可见，等待动画显示 */
.statistics,
.advantage,
.cooperate-content-left,
.cooperate-content-right {
    opacity: 1; /* 容器本身保持可见 */
}

/* 动画相关样式 */
.cooperate-content-left,
.cooperate-content-right,
.statistics .deco-title,
.statistics .deco-sub-title,
.statistics .content-left-item,
.statistics .statistics-content-right,
.advantage .deco-title,
.advantage .deco-sub-title,
.advantage .advantage-content-left,
.advantage .advantage-item {
    will-change: transform, opacity;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

