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

.banner video {
    width: 100%;
    height: 100%;
}

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

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

.title2 {
    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 {
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 32px;
    color: #FFFFFF;
}

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

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


.banner-detail {
    font-weight: 500;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 5rem;
    opacity: 0.8;
}

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

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

.scheme-tab {
    margin-top: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

}

.scheme-tab-list {
    display: flex;
    align-items: flex-start;
}

.scheme-tab-item {
    margin-right: 3.75rem;
    font-weight: 500;
    font-size: 20px;
    color: #A1A1A1;
    cursor: pointer;
}

.scheme-tab-item.active {
    background: linear-gradient(90deg, #DE12B6 0%, #F34C67 53.9794921875%, #FF9712 98.779296875%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.scheme-tab-item.active::after {
    content: "";
    display: block;
    margin-top: 0.625rem;
    width: 100%;
    height: 0.1875rem;
    background: linear-gradient(90.01deg, #DE12B6 0%, #F34C67 54%, #FF9712 99%);
    border-radius: 0.125rem;
}

.scheme-content {
    display: none;
    align-items: center;
    margin-top: 3.125rem;
    width: 89.1875rem;
    height: 28.75rem;
    border-radius: 1.5rem;
    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;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.scheme-content.active {
    display: flex;
}

.scheme-content.fade-out {
    opacity: 0;
    transform: translateX(-1.25rem);
}

.scheme-content.fade-in {
    opacity: 1;
    transform: translateX(0);
}

.scheme-contents-wrapper {
    position: relative;
}

.scheme-content:not(.active) {
    display: none;
}

.scheme-content .scheme-content-left {
    width: 44.5rem;
    height: 28.625rem;
    background: #ffffff;
    border-radius: 1.5rem;
}

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

.scheme-content-right {
    margin-left: 3.75rem;
}

.scheme-content-right .right-title {
    font-weight: 800;
    font-size: 32px;
    color: #FFFFFF;
}

.scheme-content-right .right-detail {
    margin: 2.125rem 0 2.5rem;
    width: 35.0625rem;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    opacity: 0.7;
}

.right-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;
}

.scheme {
    position: relative;
}

.scheme-switch-btn {
    position: absolute;
    top: 65%;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.scheme-switch-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.scheme-switch-btn.prev {
    left: -5rem;
}

.scheme-switch-btn.next {
    right: -5rem;
}

.scheme-switch-btn img {
    width: 1.0625rem;
    height: 1.1875rem;
}

.marketing {
    margin-top: 8.125rem;
}

.marketing-content {
    position: relative;
    margin-top: 3.75rem;
    width: 100%;
    height: 49.8125rem;
    display: flex;
    align-items: center;
}

.img-list {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.img-list img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: none;
}

.img-list img.active {
    opacity: 1;
    visibility: visible;
}

.marketing-content-detail {
    display: flex;
    padding-left: 1.25rem;
    padding-top: 9.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.marketing-content-detail.active {
    opacity: 1;
    visibility: visible;
}

.marketing-nav {
    position: relative;
    padding-left: 1.25rem;
    z-index: 3;
    display: flex;
    pointer-events: auto;
}

.marketing-nav-left {
    width: 0.0625rem;
    height: 23.625rem;
    background: #FFFFFF;
    opacity: 0.7;
}

.marketing-content-right {
    position: relative;
    margin-left: 5.25rem;
    padding-top: 1.5rem;
    padding-left: 2.375rem;
    width: 39.375rem;
    height: 30rem;
    background: #FFFFFF;
    border-radius: 1rem;
    opacity: 0.8;
    pointer-events: auto;
    transition: none;
}

.marketing-nav-right {
    margin-left: 1.25rem;
    width: 8.125rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.marketing-nav-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 3.375rem;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.marketing-nav-item.active {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    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;
}

.marketing-nav-item.active::before {
    content: "";
    display: block;
    width: 0.125rem;
    height: 3.375rem;
    background: linear-gradient(0deg, #FD3B50 0%, #FA1D53 52%, #FD5294 100%);
    position: absolute;
    left: -1.375rem;
    top: 0;
}

.company-card {
    width: 25rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0.5rem;
    padding: 1.25rem;
}

.company-card .title {
    white-space: nowrap;
    margin-bottom: 3.875rem;
    font-weight: 800;
    font-size: 44px;
    color: #111111;
}

.company-logo {
    width: 7.5rem;
    margin-bottom: 0.9375rem;
}

.company-name {
    margin-top: 2.25rem;
    white-space: nowrap;
    font-weight: 800;
    font-size: 32px;
    color: #111111;
}

.company-desc {
    margin-top: 1.875rem;
    width: 32.5625rem;
    font-weight: bold;
    font-size: 18px;
    color: #111111;
}

.marketing-bg-image {
    width: 65.25rem;
    height: 100%;
    object-fit: cover;
}