.banner-title-1 {
    margin-top: 16px;
    width: fit-content;
    font-size: 28px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666666;
}
.banner-btn-1 {
    width: 191px;
    height: 58px;
    border-radius: 29px;
    background: linear-gradient(102deg, #7441EF 0%, #9A68FF 98%);
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    cursor: pointer;
}
.banner-btn-2 {
    width: 191px;
    height: 58px;
    border-radius: 29px;
    box-sizing: border-box;
    border: 2px solid #7441EF;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: normal;
    color: #7441EF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* 产品功能卡片样式 */
.product-section-title {
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
    color: #333333;
    margin-bottom: 80px;
    text-align: center;
}

.product-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    width: 100%;
    max-width: 1200px;
}

.product-card {
    width: 384px;
    height: 180px;
    border-radius: 16px;
    background: #F7F8FB;
    border: none;
    padding: 24px 0 0 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.product-card:hover {
    transform: translateY(-10px);
    transition: transform 0.3s ease-in-out;
}

.product-card-icon {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.product-card-icon img {
    width: 36px;
    height: 36px;
}

.product-card-title {
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    margin-left: 12px;
}

.product-card-desc {
    width: 336px;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    text-align: justify; /* 浏览器可能不支持 */
    display: flex;
    align-items: center;
    letter-spacing: normal;
    color: #999999;
}

.new-index-content-6 .left .title {
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}

.new-index-content-6 .left .btn {
    border-radius: 32px;
    box-sizing: border-box;
    border: 2px solid #6B48E3;
    width: 191px;
    height: 58.36px;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: normal;
    color: #6B48E3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.new-index-content-6 img {
    width: 624px;
    height: 521px;
}

.product-video {
    position: absolute;
    right: 361px;
    top: 179px;
    width: 605px;
    height: 340px;
}
.aspect-video {
    width: 605px;
    height: 340px;
}