div {
    box-sizing: border-box;
}
.search-top{
    width: 100%;
    min-width: 1400px;
    height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
}
.search-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);*/
    }
}
.search-banner-content{
    width: 1400px;
    display: flex;
    flex-direction: column;
}
.search-banner-en{
    height: 72px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 48px;
    color: rgba(255,255,255,0.4);
    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;
    }
}
.search-banner-na{
    height: 81px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 54px;
    color: #FFFFFF;
    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;
    }
}
.search-container{
    width: 100%;
    min-width: 1400px;
    display: flex;
    background: #EEF2FB;
    justify-content: center;
    padding-bottom:80px ;
}
.search-container-main{
    width: 1400px;
    display: flex;
    flex-direction: column;
    margin-top: -106px;
    background: #ffffff;
    padding:0 31px 61px;
}
.search-container-navbar{
    padding: 35px 0 11px;
}
.search-container-navbar-main{
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 19px 24px;
    background: #F6F6F6;
    gap: 5px;
}
.search-container-navbar-main > a{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}
.search-container-content {
    min-height: 1000px;
}
.search-container-content-main:last-child{
    margin-bottom: 41px;
}
.search-container-content-keywords{
    height: 22px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 20px;
    color: #262626;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 25px 10px 20px;
}
.search-container-content-main{
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #D9D9D9;

}
.search-container-content-main-title{
    width: 1318px;
    height: 22px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 18px;
    color: #404040;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}
.search-container-content-main-desc{
    width: 1318px;
    height: 44px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 8px 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: default;
}
.search-container-content-main-tip{
    display: flex;
    gap: 40px;
}
.search-container-content-main-tip,.search-container-content-main-tip-data{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.search-container-content-noSearch{
    width: 540px;
    height: 400px;
   background-size:cover;
background-repeat: no-repeat;
}
.search-container-content-noSearch-desc{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #404040;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.el-pagination{
    justify-content: center;
}