/* 解决方案页面 */
.banner-swiper {
    height: 400px;
    margin-top: 0;
    /* margin-bottom: 24px; */
}
.banner-item {
    background-size: 100% 100%;
}
.section {
    /* padding: 50px 0; */
    margin-bottom: 24px;
}

.section .headline {
    margin-bottom: 50px;
}

.solution-theme.banner-swiper > .banner-pagination {
    bottom: 32px;
}

.solution-theme .banner-item .title {
    padding-top: 0px;
}

.solution-theme .banner-item .main-title {
    font-size: 28px;
    line-height: 38px;
}

.solution-theme .banner-item .sub-title {
    width: 546px;
}

.solution-theme .banner-item .banner-logo {
    height: 210px;
    top: 135px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.solution-theme .banner-item .btn-group {
    display: flex;
    justify-content: start;
    z-index: 1000;
}
.solution-theme .banner-item .btn-group .btn-white {
    background: white;
    padding: 8px 18px;
    font-size: 16px;
    color: #355af0;
    border-radius: 2px;
    margin-right: 16px;
}
.solution-theme .banner-item .btn-group .btn-border {
    background: rgba(255, 255, 255, 0.3);
    padding: 8px 18px;
    font-size: 16px;
    color: white;
    border-radius: 2px;
    border: 1px solid white;
}
.solution-theme .banner-item .btn-group {
    padding: 16px calc(50vw - 600px) 0 calc(50vw - 550px);
}

.superiority-section .container > .item > svg {
    display: none;
}

.solution-theme .banner-item .btn-group .btn {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    border: 1px solid #ffffff;
    margin-right: 12px;
    cursor: pointer;
}

.solution-theme .banner-item .btn-group .white {
    background-color: #fff;
    color: #355af0;
}

/* 产品优势 */

.superiority-section .headline {
    margin-top: 54px;
}

.superiority-section .container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.superiority-section .item {
    width: 280px;
    padding: 24px;
    /* cursor: pointer; */
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 32px;
    box-sizing: border-box;
    background: rgba(240, 244, 255, 0.5);
    margin-right: 20px;
}
.solution-container .item:nth-last-child(6):first-child {
    margin-left: 140px;
}
.solution-container .item:nth-last-child(6):first-child + .item + .item {
    margin-right: 140px;
}
.solution-container .item:nth-last-child(6):first-child + .item + .item + .item {
    margin-right: 20px;
    margin-left: 20px;
}
.solution-container .item:nth-last-child(7):first-child {
    margin-left: 140px;
}
.solution-container .item:nth-last-child(7):first-child + .item + .item {
    margin-right: 140px;
}
.solution-container .item:nth-last-child(7):first-child + .item + .item + .item {
    margin-right: 20px;
    margin-left: 20px;
}
.solution-container .item:nth-child(7):nth-last-child(2),
.solution-container .item:nth-child(2):nth-last-child(2),
.solution-container .item:nth-child(3):nth-last-child(2),
.solution-container .item:first-child:nth-last-child(2) {
    margin-right: 0;
}
.superiority-section .item:nth-child(4n) {
    margin-right: 0;
}

.superiority-section .item .logo img {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}

.superiority-section .item .headtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #262626;
    margin-bottom: 16px;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    /* height: 56px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.superiority-section .item .content {
    font-size: 14px;
    line-height: 21px;
    color: #595959;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: auto;
    height: 63px;
}

/* 解决方案 */
.project-solution-section {
    padding-top: 24px;
    text-align: center;
    background: linear-gradient(180deg, #f0f4ff 0%, rgba(240, 244, 255, 0) 100%);
}

.project-solution-section .headline {
    /* margin-top: 0px; */
}

.project-solution-section .example {
    /* margin-top: 32px; */
    /* padding: 100px 0; */
    text-align: center;
    /* background: linear-gradient(180deg, #f0f4ff 0%, rgba(240, 244, 255, 0) 100%); */
}
.example img {
    max-width: 1200px;
}
.project-solution-section .container {
    width: 1200px;
    margin: 0 auto;
}

/* 产品功能 */
.function-section {
    /* margin-top: 54px; */
}

.function-section .container {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.function-section .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    width: 1160px;
    /* width: 1072px; */
    /* height: 420px; */
}

.function-section .info {
    display: flex;
    flex-direction: column;
    margin-right: 64px;
    align-self: center;
}

.function-section .header {
    display: flex;
    margin-bottom: 23px;
    width: 460px;
}

.function-section .header img {
    max-height: 34px;
    margin-right: 8px;
    margin-top: 2px;
}

.function-section .headtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 38px;
    color: #262626;
    flex: 1;
}

.function-section .content {
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    width: 460px;
}

.function-section .img {
    align-self: center;
    width: 636px;
    background-color: #f8f9fe;
    border-radius: 8px;
    /* box-shadow: 5px 7px 10px rgb(38 38 38 / 20%); */
}

.function-section .img img {
    width: 100%;
}

/* 客户案例 */
.solution-case-section .container {
    width: 1200px;
    margin: 52px auto 48px;
    position: relative;
}

.solution-case-section .before-icon,
.solution-case-section .after-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.32);
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(38, 38, 38, 0.08);
    backdrop-filter: blur(16px);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.solution-case-section:hover .before-icon,
.solution-case-section:hover .after-icon {
    display: flex;
}

.solution-case-section .before-icon path,
.solution-case-section .after-icon path {
    fill: #595959;
}

.solution-case-section .before-icon:active,
.solution-case-section .after-icon:active {
    background: #f7f9ff;
}

.solution-case-section .before-icon:hover path,
.solution-case-section .after-icon:hover path,
.solution-case-section .before-icon:active path,
.solution-case-section .after-icon:active path {
    fill: #262626;
}

.solution-case-section .before-icon {
    left: -40px;
}

.solution-case-section .after-icon {
    right: -40px;
}

.solution-case-section .list {
    display: flex;
    align-items: center;
    transition: transform 0.15s;
}

.solution-case-section .item {
    background: rgba(240, 244, 255, 0.5);
    border-radius: 16px;
    padding: 32px 28px;
    margin: 0 20px;
    width: 560px;
    flex-shrink: 0;
}

.solution-case-section .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.solution-case-section .logo {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
}

.solution-case-section .logo img {
    margin-right: 8px;
    width: 58px;
    height: 58px;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
}

.solution-case-section .logo div {
    max-width: 330px;
    line-break: auto;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: 56px;
}

.solution-case-section .head .btn {
    font-size: 16px;
    line-height: 24px;
    color: #355af0;
    padding: 8px 16px;
    background: rgba(53, 90, 240, 0.1);
    border-radius: 24px;
    white-space: nowrap;
    cursor: pointer;
}

.solution-case-section .sub-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
}

.solution-case-section .list-container {
    margin: 24px 0 8px;
    display: flex;
    flex-direction: column;
    padding-left: 56px;
    height: 105px;
}

.solution-case-section .list-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.solution-case-section .list-item img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.solution-case-section .detail-info {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 32px 24px;
    margin-left: 56px;
    height: 195px;
}

.solution-case-section .detail-info .user {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.solution-case-section .detail-info .user p {
    font-size: 14px;
    line-height: 16px;
    color: #595959;
}

.solution-case-section .detail-info .user p:last-child {
    font-size: 12px;
    line-height: 16px;
    color: #8c8c8c;
    margin-left: 8px;
}

/* 客户案例墙 */
.solution-wall-section .container {
    width: 1200px;
    margin: 52px auto;
}

.solution-wall-section .item-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.solution-wall-section .item {
    width: calc(25% - 18px);
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-right: 24px;
    margin-bottom: 12px;
}

.solution-wall-section .item:nth-child(4n) {
    margin-right: 0;
}

.solution-wall-section .item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 16px;
    width: 100%;
    height: 164px;
}

.solution-wall-section .item .img img {
    max-height: 100%;
    max-width: 100%;
}

.solution-wall-section .item p {
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 相关资讯 */

.info-section {
    margin-bottom: 64px;
}

.info-section .headline {
    /* margin-top: 54px; */
}

.info-section .container {
    width: 1200px;
    margin: 40px auto 0;
}

.info-section .item {
    display: flex;
    margin-bottom: 36px;
}

.info-section .item:last-child {
    margin-bottom: 0;
}

.info-section .img img {
    width: 378px;
    height: 206px;
    margin-right: 64px;
    cursor: pointer;
    object-fit: cover;
}

.info-section .info {
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.info-section .headtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}

.info-section .content {
    font-size: 16px;
    line-height: 24px;
    color: #595959;
}

.function-section .headline {
    /* margin-bottom: 52px; */
}

.tab-product-container .tab-product-item > .product-img {
    max-height: 33px;
    position: absolute;
    left: -38px;
}
.left-text-container {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}
.solution-theme .banner-item .title {
    padding-top: 0;
}
.tab-product-container {
    display: flex;
    width: 1200px;
    margin: auto;
    justify-content: center;
    margin-bottom: 70px;
}

.tab-product-container .tab-product-item {
    position: relative;
    margin-left: 38px;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
    margin-right: 72px;
    color: #262626;
    font-size: 18px;
    cursor: pointer;
}

.tab-product-container .tab-product-item.active,
.tab-product-container .tab-product-item:hover {
    border-color: #355af0;
    color: #355af0;
    font-size: 20px;
}

.tab-product-container .tab-product-item:last-child {
    margin-right: 0;
}

.product-name {
    width: 200px;
    text-align: center;
    line-height: 28px;
    color: currentColor;
}

.tab-product-container + .container .item {
    display: none;
}

.tab-product-container + .container .item.active {
    display: flex;
}

.list-container-1 {
    overflow: hidden;
}

/* 应用场景 */
.example-section {
    margin-bottom: 64px;
}

.example-section .headline {
    /* margin-bottom: 52px; */
}

.example-section .container {
    width: 1240px;
    margin: 0 auto;
    display: flex;
    /* justify-content: center; */
}
.customer-swiper {
    width: 1240px;
}
.example-section .item {
    width: 380px;
    margin: 0 20px;
    /* margin-right: 60px; */
    background: #ffffff;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 8px;
    transition: all 0.3s;
    padding: 20px 42px 32px;
}
/* .example-section .item:last-child {
    margin-right: 0;
} */

.example-section .item:hover {
    box-shadow: 0px 4px 10px rgba(12, 31, 80, 0.08);
    background-color: #355af0;
}

.example-section .item:hover .headtitle,
.example-section .item:hover .content {
    color: #fff;
}

.example-section .item:hover .btn {
    background-color: #fff;
}

.example-section .logo {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.example-section .logo img {
    width: 60px;
    height: 60px;
    margin-right: 8px;
    background: white;
    border-radius: 8px;
}

.example-section .headtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #262626;
}

.example-section .content {
    font-size: 16px;
    line-height: 24px;
    color: #595959;
    height: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
}

.example-section .btn {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #355af0;
    padding: 8px 16px;
    background-color: rgba(53, 90, 240, 0.1);
    border-radius: 24px;
    cursor: pointer;
}
.customer-swiper {
    height: auto;
    padding-bottom: 40px;
}
.banner-swiper .banner-item .title {
    height: auto;
}
