.banner {
    position: relative;
    margin-top: 9.0625rem;
    width: 100%;
    height: 38.4375rem;
}

.banner-video {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.banner-video video {
    object-fit: cover;
}

.banner .banner-content {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 6.25rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.banner-title1 {
    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%;
}

.banner-sub-title {
    margin-top: 1.875rem;
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 32px;
    color: #FFFFFF;
}

.banner-sub-title::after {
    content: "";
    display: block;
    margin-left: 0.75rem;
    width: 3.125rem;
    height: 1px;
    background: #FFFFFF;
}

.banner-sub-title::before {
    content: "";
    display: block;
    margin-right: 0.75rem;
    width: 3.125rem;
    height: 1px;
    background: #FFFFFF;
}

.banner-detail {
    margin-top: 2rem;
    width: 41.4375rem;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.8;
}

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

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

.distribute-content {
    position: relative;
    margin-top: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.875rem;
    width: 89.1875rem;
    height: 14.5rem;
    background: linear-gradient(270deg, #382423 0%, #241F25 38%, #301D4B 78%, #221E2D 98%);
    border-radius: 1.875rem;
}

.distribute-content-img {
    width: 100%;
    height: 8.375rem;
}

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

.distribute-content-detail {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66.875rem;
    height: 4.75rem;
    border-radius: 0.5625rem;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    border: 1px solid transparent;
    background-image: linear-gradient(180deg, #08080c 0%, #141425 100%), linear-gradient(to right, #755fff, #ffb076);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}

.antiSealing {
    margin-top: 11.875rem;
}

.antiSealing-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.75rem;
    width: 89.1875rem;
    height: 21.625rem;
    background: linear-gradient(0deg, #121212 0%, #303143 100%);
    border-radius: 1.25rem;
    border: 0.0625rem solid #393939;
}

.antiSealing-table {
    width: 86.0625rem;
    height: 18.5625rem;
    overflow: hidden;
    border-radius: 0.75rem;
    border: 0.0625rem solid transparent;
    background-image: linear-gradient(180deg, #08080c 0%, #141425 100%), linear-gradient(to right, #755fff, #ffb076);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.table-row {
    display: flex;
    width: 100%;
    height: 100%;
}

.table-cell {
    width: calc(100% / 4);
    background: rgba(255, 255, 255, 0.05);
    border-right: 0.0625rem solid rgba(83, 83, 91, 0.3);
    display: flex;
    align-items: center;
    padding: 0 1.25rem;
    gap: 0.625rem;
    color: #FFFFFF;
    font-size: 16px;
}

.black {
    background: #0E0E18;
}

.table-cell img {
    width: 1.25rem;
    height: 1.25rem;
}

.table-cell .tag {
    color: #FC344F;
    margin-left: 0.3125rem;
}

.major {
    margin-top: 8.125rem;
}

.major-content-list {
    position: relative;
    margin-top: 3.75rem;
    perspective: 93.75rem;
    min-height: 37.5rem;
    transform-style: preserve-3d;
    overflow: visible;
}

.major-content {
    margin-top: 0;
    padding: 0 1.875rem 0 13.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 116.25rem;
    height: 34.25rem;
    background: #1E2126;
    border-radius: 3.875rem;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
    backface-visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 6.25rem, -12.5rem);
    pointer-events: none;
    will-change: transform, opacity;
    visibility: hidden;
}

.major-content.active {
    opacity: 1;
    transform: translateZ(0);
    z-index: 2;
    pointer-events: auto;
    visibility: visible;
}

.major-content.prev {
    opacity: 0;
    transform: translate3d(0, -6.25rem, -12.5rem) rotateX(10deg);
    z-index: 1;
    visibility: visible;
}

.major-content.next {
    opacity: 0;
    transform: translate3d(0, 6.25rem, -12.5rem) rotateX(-10deg);
    z-index: 1;
    visibility: visible;
}

.major-content-left {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.major-content-left .major-tip {
    font-weight: 500;
    font-size: 24px;
    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;
}

.major-content-left .major-title {
    margin-bottom: 1.25rem;
    width: 37.5rem;
    font-weight: 500;
    font-size: 42px;
    color: #FFFFFF;
}

.major-content-left .major-detail {
    margin-bottom: 1.875rem;
    width: 36.125rem;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.5;
}

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

.major-content .major-content-right {
    width: 54.125rem;
    height: 30.5rem;
}

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

.scheme {
    margin-top: 6rem;
}

.scheme .w {
    height: 56.25rem;
    background: url("../assets/img/socialMedia/scheme-bg.png") no-repeat center center;
    background-size: 100% 100%;
}

.scheme .scheme-tab-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3.125rem;

}

.scheme .scheme-tab-list .tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.625rem;
    width: 21.5rem;
    height: 3rem;
    background: #202328;
    border-radius: 0.5rem;
    cursor: pointer;
}

.scheme .scheme-tab-list .tab-item.active {
    background: linear-gradient(90deg, #380007 0%, #5E0010 100%);
    border-radius: 0.5rem;
    border: 0.0625rem solid #fc4786;

}

.scheme .scheme-tab-list .tab-item .item-img {
    margin-right: 0.75rem;
    width: 1.875rem;
    height: 1.875rem;
}

.scheme .scheme-tab-list .tab-item .item-img img {
    width: 100%;
    height: 100%;
}

.scheme .scheme-tab-list .tab-item .item-txt {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.scheme .scheme-tab-list .tab-item:nth-child(n+5) {
    margin-top: 1rem;
}

.scheme-img-list .img-item {
    margin-top: 3.5rem;
    width: 89.1875rem;
    height: 32.125rem;
}

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

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

.system-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6.25rem;
    width: 89.1875rem;
    height: 39.5rem;
    border-radius: 1.5rem;
    border: 0.25rem solid transparent;
    background-image: linear-gradient(180deg, #08080c 0%, #141425 100%), linear-gradient(to right, #755fff, #ffb076);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}

.system-content img {
    width: 75.1875rem;
    height: 31.625rem;
}

.social-media {
    margin-top: 8.125rem;
}

.social-media-content {
    margin-top: 4.125rem;
}

.social-media-content-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-media-content-tab .tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: calc(100% / 3);
    font-weight: 500;
    font-size: 1.25rem;
    cursor: pointer;
}

.social-media-content-tab .tab-item.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.875rem;
    left: 0;
    width: 100%;
    height: 0.25rem;
    background: #7AB500;
    box-shadow: 0 0.0625rem 0.9375rem 0.0625rem #7AB500;
    border-radius: 2px;
}

.social-media-content-tab .tab-item.active1::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.875rem;
    left: 0;
    width: 100%;
    height: 0.25rem;
    background: #00A1F2;
    box-shadow: 0 0.0625rem 0.9375rem 0.0625rem #00A1F2;
    border-radius: 2px;
}

.social-media-content-tab .tab-item.active2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.875rem;
    left: 0;
    width: 100%;
    height: 0.25rem;
    background: #F79105;
    box-shadow: 0 0.0625rem 0.9375rem 0.0625rem #F79105;
    border-radius: 2px;
}


.social-media-content-tab .tab-item.one {
    color: #7AB500;
}

.social-media-content-tab .tab-item.two {
    color: #00A1F2;
}

.social-media-content-tab .tab-item.three {
    color: #F79105;
}


.social-media-content-line {
    margin-top: 0.75rem;
    width: 100%;
    height: 0.25rem;
    background: #2C2C2C;
    border-radius: 2px;
}

.social-media-list-img {
    margin-top: 3.875rem;
    width: 89.1875rem;
    height: auto;
}

.social-media-list-img img {
    width: 100%;
    height: auto;
}

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

.user-market {
    position: relative;
    margin-top: 6.25rem;
    width: 100%;
    height: 53.625rem;
}

.user-market-video {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.user-market-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;

}

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

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

.user-market-content-detail {
    margin-top: 2.5rem;
    margin-bottom: 4.625rem;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
}

.user-market-content-img {
    width: 85.375rem;
    height: 6rem;
}

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