.new-bottom {
    background: #FFF;
    width: 100%;
    z-index: 5;
    position: relative;
    padding: 48px 0;
}

.new-bottom-buttons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 1440px;
    margin: 0 auto;
    background: #FFF;
    gap: 16px;
}

.new-bottom-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    border-radius: 8px;
    border: 1px solid #D5D5D5;
    background: #FFF;
}

.new-bottom-button a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.new-bottom .new-bottom-button h3 {
    display: block;
    color: #292929;
    font-size: 24px;
    font-weight: 400;
    margin-left: 16px;
}

.l_a1box5 {
    background-image: url(./newindex/roleBg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: unset;
}

.l_a1box5 .l_a1bx5le {
    width: 346px;
}

.l_a1box5 .l_a1bx5wz {
    left: 0;
}

.l_a1box5 .l_a1bx5nrs {
    padding-left: 0;
}

.l_a1box5 .l_a1bx5img {
    margin-left: 120px;
}

.l_a1bx3bt.yx_space2 {
    display: none;
}

.l_a1box5 .l_a1bx5ri {
    width: unset;
    padding-left: 240px;
}

@media screen and (min-width:1200px) {
    .new-bottom-button:hover {
        background: #FAFBFC;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    }
}

@media screen and (max-width:1500px) {
    .new-bottom-buttons {
        width: 1200px;
    }
    .new-bottom .new-bottom-button h3 {
        font-size: 20px;
    }
}

@media screen and (max-width:1200px) {
    .new-bottom-buttons {
        width: 100%;
        padding: 0 40px;
    }
    .new-bottom .new-bottom-button h3 {
        font-size: 16px;
    }
    .new-bottom .new-bottom-button img {
        width: 32px;
    }
    .new-bottom-button {
        height: 72px;
    }
    .l_a1box5 .l_a1bx5img {
        width: 80%;
        margin-left: 120px;
    }
    .l_a1box5 .l_a1bx5ri {
        padding-left: 120px;
    }
}

@media screen and (max-width:1024px) {
    .l_a1box5 .l_a1bx5img {
        margin-left: 60px;
    }
    .l_a1box5 .l_a1bx5ri {
        padding-left: 60px;
    }
    .l_a1box5 .l_a1bx5ri {
        width: 50%;
    }
}

@media screen and (max-width:900px) {
    .new-bottom-buttons {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 20px;
    }
    .new-bottom-button:nth-child(1),
    .new-bottom-button:nth-child(2) {
        grid-column: span 3;
    }
    .new-bottom-button:nth-child(n+3) {
        grid-column: span 2;
    }
    .l_a1box5 .l_a1bx5img {
        margin-left: 0;
    }
    .l_a1box5 .l_a1bx5ri {
        padding-left: 0;
    }
}

@media screen and (max-width:768px) {
    .l_a1box5 .l_a1bx5img {
        width: 100%;
    }
    .l_a1box5 .l_a1bx5ri {
        width: 100%;
    }
    .l_a1box5 {
        background: #FFF;
    }
    .l_a1bx5nr.ys_cont1440 {
        width: 100%;
        padding: 0;
    }
    .l_a1box5 .l_a1bx5le {
        width: 100%;
    }
    .l_a1cont .l_a1box5 {
        padding-top: 0;
    }
    .l_a1box5 .l_a1bx5wz {
        left: 24px;
        top: 24px;
    }
    .l_a1box5 .l_a1bx5ri {
        padding: 0 20px;
    }
    .l_a1box5 .l_a1bx5btn1 {
        height: 40px;
        line-height: 40px;
        width: 100%;
    }
    .l_a1box5 .l_a1bx5btn1 a {
        height: 100%;
    }
    .new-bottom .new-bottom-button h3 {
        font-size: 16px;
    }
}

@media screen and (max-width:640px) {
    .new-bottom-buttons {
        padding: 0 20px;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .new-bottom-button:nth-child(1),
    .new-bottom-button:nth-child(2),
    .new-bottom-button:nth-child(n+3) {
        grid-column: unset;
    }
    .new-bottom .new-bottom-button h3 {
        margin-left: 8px;
    }
    .new-bottom .new-bottom-button img {
        width: 28px;
    }
    .l_a1bx5ri .yx_title2 {
        font-weight: 400;
    }
    .l_a1bx5ri .yx_parga p {
        font-size: 16px;
    }
    .new-bottom-button {
        height: 64px;
    }
}

h2.new-index-title {
    display: block;
    color: #2A2B2E;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
}


/* 新解决方案板块 */

.new-index-solution-section {
    background-image: url(./newindex/solution/solution-bg.webp);
    background-size: cover;
    padding: 80px 0;
}

.new-index-solution {
    width: 1400px;
    margin: 32px auto 0 auto;
}

.new-index-solution-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-index-solution-tabs div {
    position: relative;
    padding: 12px 32px;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
    margin-right: 12px;
}

.new-index-solution-tabs div:hover {
    color: #292929;
    font-weight: 700;
}

.new-index-solution-tabs div::after {
    margin-right: 0;
}

.new-index-solution-tabs div.active {
    color: #292929;
    font-weight: 700;
    pointer-events: none;
}

.new-index-solution-tabs div.active::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #DA0030;
}

.new-index-solution-text {
    margin-right: 70px;
    margin-bottom: 48px;
}

.new-index-solution-text h3 {
    color: #2A2B2E;
    font-size: 36px;
    font-weight: 400;
    line-height: 150%;
}

.new-index-solution .new-index-solution-text p {
    display: block;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 16px;
    margin-bottom: 32px;
    min-height: 48px;
}

.new-index-solution-text .linktext {
    display: flex;
    align-items: center;
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 8px 0;
}

.new-index-solution-text .linktext::after {
    content: '';
    display: block;
    background-image: url(./newindex/link.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
    margin-left: 8px;
    transition: transform 0.3s ease-in-out;
}

.new-index-solution-text a:hover {
    color: #292929;
}

.new-index-solution-text a:hover::after {
    transform: translateX(10px);
}

.new-index-solution-list {
    display: none;
    margin-top: 60px;
    align-items: center;
}

.new-index-solution-list.active {
    display: flex;
}

.new-index-solution-case {
    width: 664px;
    flex-shrink: 0;
}

.solution-case-info {
    position: relative;
}

.solution-case-info a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.solution-case-info img {
    width: 100%;
}

.solution-case-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.solution-case-swiper .swiper-wrapper {
    padding-bottom: 48px;
}

.solution-case-swiper .swiper-slide picture img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    pointer-events: none;
}

.case-info-text-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.case-info-text-title h3 {
    color: #2A2B2E;
    font-size: 36px;
    font-weight: 600;
    line-height: 150%;
}

.case-info-text-title span {
    display: flex;
    align-items: center;
    color: #E60039;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.case-info-text-title span::after {
    content: '';
    background-image: url(./newindex/vector.svg);
    width: 28px;
    height: 28px;
    background-size: cover;
    margin-left: 8px;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.solution-case-info-text {
    margin-top: 16px;
    padding: 24px;
    background: #FFF;
    border-radius: 8px;
}

.new-index-solution-list .solution-case-info-text p {
    margin-top: 16px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 72px;
}

.new-index-solution-case .swiper-pagination {
    margin-top: 16px;
    bottom: 0;
}

.new-index-solution-case .swiper-pagination .swiper-pagination-bullet {
    border-radius: unset;
    width: 48px;
    height: 4px;
    background: #FFF;
    opacity: 1;
}

.new-index-solution-case .swiper-pagination .swiper-pagination-bullet-active {
    background: #DA0030;
}

.new-index-btns {
    margin-top: 32px;
    display: flex;
}

.new-index-btns a {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    height: 46px;
    line-height: 46px;
    padding: 0 32px;
    border-radius: 4px;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    margin-right: 16px;
}

.new-index-btns a.red {
    background: #DA0030;
    color: #FFF;
    font-size: 16px;
}

.new-index-btns a.white {
    color: #E60039;
    font-size: 16px;
    border: 1px solid #E60039;
}

.new-index-btns a.red:hover {
    background: #F23E5E;
    text-decoration: none;
}

.new-index-btns a.white:hover {
    background: rgba(230, 0, 57, 0.03);
    text-decoration: none;
}

.solution-case-info:hover .case-info-text-title span::after {
    transform: translateX(10px);
}

.new-index-solution-category {
    display: none;
}

@media screen and (max-width:1480px) {
    .new-index-solution {
        width: 1200px;
    }
    .new-index-solution-text h3 {
        font-size: 32px;
    }
    .new-index-solution-case {
        width: 572px;
    }
    .case-info-text-title h3 {
        font-size: 30px;
    }
    .case-info-text-title span {
        font-size: 18px;
    }
    h2.new-index-title {
        font-size: 32px;
    }
}

@media screen and (max-width:1281px) {
    .new-index-solution {
        width: 1100px;
    }
    .new-index-solution-tabs div {
        font-size: 16px;
        padding: 8px 24px;
    }
    .new-index-solution-text h3 {
        font-size: 26px;
    }
    .new-index-solution-case {
        width: 486px;
    }
    .case-info-text-title h3 {
        font-size: 24px;
    }
    .case-info-text-title span {
        font-size: 16px;
        flex-shrink: 0;
    }
    .new-index-solution-text .linktext {
        font-size: 18px;
    }
}

@media screen and (max-width:1140px) {
    .new-index-solution {
        width: calc((100% - 80px));
    }
    .new-index-solution-tabs div {
        padding: 8px 12px;
    }
    .new-index-btns a {
        height: 40px;
        line-height: 40px;
        padding: 0 24px;
        font-size: 14px;
    }
}

@media screen and (max-width:980px) {
    .new-index-solution-case {
        width: 400px;
    }
    .case-info-text-title h3 {
        font-size: 20px;
        margin-right: 12px;
    }
    .solution-case-info-text {
        padding: 14px;
    }
}

@media screen and (max-width:888px) {
    .new-index-solution-list {
        flex-wrap: wrap;
    }
    .new-index-solution-case {
        margin-top: 36px;
        width: 90%;
    }
    .new-index-solution-text {
        margin-right: 0;
    }
    .new-index-solution-tabs {
        display: none;
    }
    .new-index-solution-category {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 8px;
        width: 100%;
        padding: 12px;
        color: #6A6B6D;
        font-weight: 400;
    }
    .new-index-solution-list.active .new-index-solution-category:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #E60039;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .new-index-solution-list.active .new-index-solution-category {
        font-weight: 700;
        color: #292929;
        margin-bottom: 36px;
    }
    .new-index-solution-list.active {
        margin-bottom: 40px;
    }
    .new-index-solution-category::after {
        content: '';
        width: 24px;
        height: 24px;
        display: block;
        background-image: url(./newindex/down.svg);
        background-size: cover;
        transform: rotate(90deg);
    }
    .new-index-solution-list.active .new-index-solution-category:after {
        transform: rotate(0);
    }
    .new-index-solution-list {
        display: block;
    }
    .new-index-solution-text {
        margin-bottom: 0;
    }
    .new-index-solution-text,
    .new-index-solution-case {
        display: none;
    }
    .new-index-solution-list.active .new-index-solution-text,
    .new-index-solution-list.active .new-index-solution-case {
        display: block;
    }
    .new-index-solution-list {
        margin-top: 0;
    }
}

@media screen and (max-width:768px) {
    .new-index-solution {
        width: 100%;
        padding: 0 20px;
    }
    .new-index-solution-text h3 {
        font-size: 20px;
    }
    .new-index-solution .new-index-solution-text p {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .new-index-solution-text .linktext {
        padding: 16px 0;
        font-size: 16px;
    }
    .new-index-solution-case {
        width: 100%;
    }
    h2.new-index-title {
        padding: 0 20px!important;
        font-size: 24px;
    }
}


/* 随时获取专业服务 */

.new-index-service-section {
    background-image: url(./newindex/service-bg.webp);
    background-size: cover;
    padding: 80px 0;
}

.service-cont {
    width: 1400px;
    margin: 30px auto 0 auto;
}

.new-index-service-section h2.new-index-title {
    color: #FFF;
}

.service-desc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-desc p,
.service-desc a {
    display: flex;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

.service-desc a {
    padding: 6px 16px;
}

.service-desc a::after {
    display: inline-block;
    content: '';
    width: 28px;
    height: 28px;
    background-image: url(./newindex/vector-white.svg);
    vertical-align: middle;
    margin-left: 8px;
}

.service-desc a:hover {
    color: #FFF;
    text-decoration: underline;
}

.service-cards {
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.service-cards div {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%), linear-gradient(53deg, rgba(20, 24, 32, 0.30) -19.22%, rgba(83, 100, 134, 0.30) 130.04%);
    box-shadow: 0 0 17.5px 0 rgba(41, 49, 61, 0.25);
    backdrop-filter: blur(25px);
    padding: 24px;
}

.service-cards div strong {
    position: relative;
    display: flex;
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    padding-left: 16px;
}

.service-cards div strong::before {
    content: '';
    width: 2px;
    display: block;
    height: 100%;
    background-color: #E60039;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 32px;
}

.service-cards div p {
    color: #C1C6CF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 6px;
    margin-left: 16px;
}

@media screen and (max-width:1480px) {
    .service-cont {
        width: 1200px;
    }
}

@media screen and (max-width:1280px) {
    .service-cont {
        width: 100%;
        padding: 0 40px;
    }
    .service-cards div strong {
        font-size: 28px;
    }
    .new-index-service-section {
        background-position: right;
    }
    .service-cards div strong::before {
        height: 24px;
    }
}

@media screen and (max-width:768px) {
    .service-cards {
        margin-top: 40px;
        grid-template-columns: repeat(1, 1fr);
    }
    .service-cont {
        padding: 0 20px;
    }
    .service-cards div strong {
        font-size: 36px;
    }
    .service-cards div strong::before {
        height: 32px;
    }
    .service-desc {
        flex-wrap: wrap;
    }
    .service-desc p,
    .service-desc a {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .new-index-service-section {
        background-image: url(./newindex/service-bg_750.webp);
        background-position: center
    }
    .service-desc p {
        font-size: 16px;
    }
    .service-desc a {
        margin-top: 40px;
    }
}