/* 解决方案页面 */

.banner-item {
    background-size: auto 100%;
    background-position: center right -60px;
}

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

.solution-theme .banner-item .title {
    text-align: center;
    padding: 0;
    width: 100%;
    margin-bottom: 24px;
}

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

.solution-theme .banner-item .sub-title {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical; */
}

.solution-theme .banner-item .banner-logo {
    height: auto;
    top: 90px;
}

.solution-theme .banner-item .btn-group {
    padding-left: 32px;
    padding-top: 8px;
    z-index: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
}
.solution-theme .banner-item .btn-group .btn-white {
    width: calc(50% - 16px);
    margin-right: 16px;
    font-size: 14px;
}
.solution-theme .banner-item .btn-group .btn-border {
    width: calc(50% - 16px);
    font-size: 14px;
}
.section {
    padding: 24px 0;
}
.solution-theme .banner-item .btn-group div {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    padding: 3px 8px;
    margin-right: 6px;
}
.banner-swiper .banner-item .banner-logo {
    position: static !important;
    width: 100%;
    z-index: 1;
    display: inline-flex;
}
/* 产品优势 */

.superiority-section .headline {
    margin-top: 24px;
    margin-bottom: 20px;
}

.superiority-section .container > .item > svg {
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.superiority-section .container {
    width: 100%;
    padding: 0 16px;
    flex-direction: column;
}
.superiority-section .container > .checkmore:last-child:nth-child(5),
.superiority-section .container > .checkmore:last-child:nth-child(4),
.superiority-section .container > .checkmore:last-child:nth-child(3),
.superiority-section .container > .checkmore:last-child:nth-child(2),
.superiority-section .container > .checkmore:last-child:nth-child(1) {
    display: none;
}
.superiority-section .container > .item:nth-child(n + 5) {
    display: none;
}

.superiority-section .container.expand > .item:nth-child(n + 5) {
    display: block;
}

.superiority-section .item {
    width: 100%;
    padding: 16px 32px 16px 80px;
    margin-top: 0px;
    position: relative;
    margin-bottom: 8px;
    margin-left: 0 !important;
}

.superiority-section .item .logo {
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    overflow: auto;
    width: 56px;
    height: 56px;
    margin: auto;
}

.superiority-section .item .logo img {
    width: 56px;
    height: 56px;
    margin: 0;
}

.superiority-section .item .headtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}

.superiority-section .item .content {
    display: block;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    /* white-space: nowrap;
    text-overflow: ellipsis; */
}

/* 解决方案 */

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

.project-solution-section .example {
    width: 100%;
    margin-top: 16px;
}

.project-solution-section .example img {
    width: 100%;
}

.project-solution-section .container {
    width: 100%;
    padding: 0 16px;
}

.project-solution-section .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
}

.project-solution-section .info {
    display: flex;
    flex-direction: column;
    padding-top: 32px;
}

.project-solution-section .header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: center;
}

.project-solution-section .header img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.project-solution-section .headtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.project-solution-section .content {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    text-align: left;
    padding: 0 32px;
    width: auto;
    text-indent: 2em;
}

.project-solution-section .container > .item:not(:last-child) {
    padding-bottom: 48px;
    position: relative;
}

.project-solution-section .container > .item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 32px;
    border-bottom: 1px dashed;
    right: 32px;
    margin: auto;
    color: #d9d9d9;
}

.project-solution-section .img {
    padding: 0 24px;
}

/* 相关资讯 */

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

.info-section .headline {
    margin-top: 24px;
}

.info-section .container {
    width: 100%;
    padding: 0 16px;
    margin: 16px 0 0;
}

.info-section .item {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

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

.info-section .img img {
    width: 100%;
    height: auto;
    margin-right: 0;
}

.info-section .info {
    padding: 0 16px 12px;
}

.info-section .headtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    padding-top: 12px;
    margin-bottom: 8px;
}

.info-section .content {
    font-size: 12px;
    line-height: 16px;
}

.banner-swiper {
    margin-top: -0px;
    height: auto;
}
.banner-swiper .swiper-slide {
    background-color: #4965e9;
}
.banner-swiper .banner-item {
    padding: 48px 24px;
}
.function-section .item {
    flex-direction: column;
    height: auto;
    padding: 0 16px;
    margin-bottom: 24px;
}

.function-section .container {
    width: auto;
    padding: 0;
}

.function-section .info {
    padding-top: 0;
    margin-bottom: 8px;
    margin-right: 0;
}
.function-section .img {
    max-width: 100%;
    width: auto;
}
.function-section .content {
    width: auto;
}
.function-section .header {
    width: auto;
}
.function-section .item {
    width: auto;
}

.solution-case-section .before-icon,
.solution-case-section .after-icon {
    display: flex;
    z-index: 10;
}

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

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

.solution-case-section .item {
    width: 100%;
    margin: 0 0 16px 0;
}

.solution-case-section .container {
    width: calc(100% - 32px);
    margin: 24px 16px;
}

.solution-case-section .head,
.solution-case-section .logo {
    flex-direction: column;
    align-items: flex-start;
}
.solution-case-section .logo {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}

.solution-case-section .list-container {
    padding: 0;
}

.solution-case-section .detail-info .user {
    justify-content: flex-start;
}

.solution-case-section .detail-info {
    width: 100%;
    margin: 0;
}

.solution-case-section .list {
    /* flex-direction: column; */
}

.solution-case-section .list-item {
    width: auto;
}

.solution-case-section .logo div {
    white-space: initial;
    overflow: visible;
}

.solution-case-section .head .btn {
    align-self: flex-end;
    display: none;
}
.customer-swiper .swiper-slide {
    width: 260px;
}
.solution-wall-section .item {
    flex: 0 0 240px;
    margin-right: 24px;
    margin-right: 0;
    flex: 0 0 calc(50% - 8px);
    margin-right: 16px;
}
.solution-wall-section .item:nth-child(2n) {
    margin-right: 0px;
}
.solution-wall-section .item-box {
    display: flex;
    align-items: center;
}
.solution-wall-section .item p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
}
.solution-wall-section .container {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    overflow: auto;
}

.tab-product-container {
    width: 100%;
    margin-bottom: 32px;
    justify-content: space-between;
    padding: 0 16px;
}

.tab-product-container .tab-product-item {
    margin: 0;
    display: flex;
    align-items: center;
}

.product-name {
    width: auto;
    font-size: 16px;
    line-height: 24px;
    margin-left: 10px;
}

.tab-product-container .tab-product-item > .product-img {
    position: relative;
    left: unset;
    width: 28px;
    height: auto;
}

.example-section {
    margin-bottom: 32px;
}

.example-section .headline {
    margin-bottom: 24px;
}

.example-section .container {
    width: 100%;
    flex-direction: column;
    padding: 0px 16px;
}

.example-section .item {
    width: 90%;
    padding: 16px;
    margin-bottom: 16px;
}
.example-section .item:last-child {
    margin-bottom: 0;
}

.example-section .logo img {
    width: 36px;
    height: 36px;
}

.example-section .headtitle {
    font-size: 18px;
    line-height: 28px;
}

.example-section .content {
    font-size: 14px;
    line-height: 20px;
    height: 120px;
    margin-bottom: 8px;
}

.example-section .btn {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 14px;
}

.example-section .logo {
    margin-bottom: 8px;
}
.customer-swiper {
    width: 100%;
    padding: 30px;
    margin-bottom: 0;
}
.customer-swiper .swiper-slide {
    display: block;
}
.banner-swiper .banner-item .banner-bg {
    display: none;
}
