 div {
     box-sizing: border-box;
 }

.solution-top {
    width: 100%;
    min-width: 1400px;
    height: 420px;
    position: relative;
    display: flex;
    justify-content: center;
}
 .solution-banner{
     position: absolute;
    background-size:cover;
background-repeat: no-repeat;
     width: 100%;
     height: 100%;
     z-index: -1;
     animation: solution-banner 1s ;
 }
 @keyframes solution-banner {
     0% {
         transform: scale(1.2);
         /*transform: translateZ(-800px);*/
     }
     100% {
         transform: scale(1);
         /*transform: translateZ(-800px);*/
     }
 }
.solution-top-container{
    min-width: 1400px;
    display: flex;
    justify-content: space-between;
}
.solution-top-bg {
    width: 537px;
    height: 273px;
    margin-top: 41px;
   background-size:cover;
background-repeat: no-repeat;
    animation: solution-banner-bg 1s ;
}
 @keyframes solution-banner-bg {
     0% {
         transform: scale(0.7);
         /*transform: translateZ(-800px);*/
     }
     100% {
         transform: scale(1);
         /*transform: translateZ(-800px);*/
     }
 }
.solution-top-desc {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 103px;
}

.solution-top-desc-title {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 48px;
    color: rgba(117, 131, 158, 0.2);
    line-height: 56px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    animation: top-desc-title 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
 @keyframes top-desc-title {
     0% {
         transform: translateX(-100px) translateY(-100px);
         opacity: 0;
     }
     100% {
         transform: translateX(0) translateY(0) translateZ(-800px);
         opacity: 1;
     }
 }
.solution-top-desc-content {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 54px;
    color: #1F2F37;
    line-height: 63px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    animation: top-desc-content 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
 @keyframes top-desc-content {
     0% {
         -webkit-transform: translateX(100px) translateY(100px);
         transform: translateX(100px) translateY(100px);
         opacity: 0;
     }
     100% {
         -webkit-transform: translateX(0) translateY(0);
         transform: translateX(0) translateY(0);
         opacity: 1;
     }
 }
.solution-content-navbar {
    width: 1400px;
    height: 135px;
    background: linear-gradient(180deg, #DEE9FF 0%, rgba(224, 235, 255, 0) 100%), rgba(255, 255, 255, 0.8);
    box-shadow: inset 0px 4px 4px 0px rgba(255, 255, 255, 0.25);
    border-radius: 9px;
    border: 1px solid #FFFFFF;
    margin: -92px;
    display: flex;
    justify-content: space-between;
    padding: 0 80px;
}

.solution-content {
    width: 100%;
    min-width: 1400px;
    background-color: #EEF2FB;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.solution-content-navbar-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.solution-content-navbar-inner-line{
    width: 100%;
    height: 3px;
    background: linear-gradient( 90deg, #618DE2 0%, #73DCFF 100%);
    display: none;
    position: absolute;
    bottom: 0;
}
.solution-content-navbar-inner-desc {
    display: flex;
    flex-direction: column;
}

.solution-content-navbar-inner-desc-title {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 20px;
    color: #262626;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 7px;
}

.solution-content-navbar-inner-desc-content {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.solution-content-main {
    width: 1400px;
    margin-top: 154px;
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
}

.solution-content-main-box {
    cursor: pointer;
    width: 452px;
    height: 443px;
    margin-bottom: 24px;
    transition: all 0.7s ease; /* 只使用transform进行过渡动画 */'
}
 .solution-content-main-box:hover {
     transform: scale(1.04);
     box-shadow: 0 15px 10px -15px #B5CEFF;
 }

.solution-content-main-bg {
    width: 100%;
    height: 263px;
    padding: 67px 180px 107px 0;
   background-size:cover;
background-repeat: no-repeat;
}

.solution-content-main-bg-desc {
    width: 272px;
    height: 89px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0px 0px 0px 0px;
    padding: 7px 7px 8px 19px;
    display: flex;
    flex-direction: column;
}

.solution-content-main-bg-desc-title {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 18px;
    color: #262626;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.solution-content-main-bg-desc-content {

    font-family: Source Han Serif SC, Source Han Serif SC;
    font-weight: 800;
    font-size: 14px;
    color: #101237;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;

}

.solution-content-main-desc {
    width: 452px;
    height: 180px;
    padding: 7px 19px 18px 13px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 0px 3px;
}

.solution-content-main-desc-title {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 18px;
    color: #262626;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;

}

.solution-content-main-desc-tip {
    width: 100%;
    height: 24px;
    display: flex;
}

.solution-content-main-desc-tip-content {
    height: 24px;
    background: #E0EBFF;
    border-radius: 3px;
    margin: 3px 5px 0 0;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #618DE2;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 2px 5px;
}

.solution-content-main-desc-content {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.solution-content-main-desc-content-a{
    display: flex;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 14px;
    color: #3F51B5;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 26px;
    cursor: pointer;
}

.el-pagination {
    display: flex;
    list-style: none;
}

.el-pagination button,
.el-pagination span {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    cursor: pointer;
    border-radius: 2px;
    border: none;
    margin: 0 4px;
}

.el-pagination button:disabled {
    background-color: #FFFFFF;
    color: #ccc;
    cursor: not-allowed;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #404040;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.el-pagination button.active {
    background-color: #3F51B5;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
