body{
    background: #F6F6FA;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.disflex{
    display: flex;
}

[v-cloak]{
    display: none;
}

.overflow-hidden-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.overflow-hidden-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#main{
    width: 1480px;
    /* background: #fff; */
    margin: auto;
    position: relative;
    top: 104px;
    margin-bottom: 164px;
    padding: 30px 0 48px 0;
    box-sizing: border-box;
}

.searchbox{
    display: flex;
    align-items: center;
    width: 600px;
    height: 60px;
    border-radius: 8px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #E6E7EB;
    margin: auto;
}

.searchbox:hover{
    border-color: #4377FE;
    cursor: pointer;
}

.searchbox .el-input{
    height: 60px;
    line-height: 60px;
    flex:1;
    font-size: 16px;
    padding-left: 30px;
}

.searchbox .el-input__inner{
    border: none;
}

.searchbox .el-input__icon{
    font-size: 22px;
    line-height: 60px;
    padding-left: 10px;
}

.searchBtn{
    text-align: center;
    width: 100px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    background: #4377FE;
    color: #FFFFFF;
    font-size: 16px;
    margin: 0 8px;
}

.searchbox .el-input:hover .el-input__prefix{
    color: #4377FE!important;
}

.el-input__suffix i{
    font-size: 100px;
}

.labelbox{
    border-bottom: 1px solid #E6E7EB;
    margin-top: 60px;
    padding-bottom: 32px;
}

.labelItem{
    position: relative;
    display: inline-flex;
    height: 36px;
    line-height: 36px;
    padding: 0 24px;
    box-sizing: border-box;
    color: #3D3D3D;
    font-size: 13px;
    border-radius: 8px;
    border: 1px solid #E6E7EB;
    margin-right: 12px;
    cursor: pointer;
}

.labelItem img{
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    border: 1px solid #E6E7EB;
    border-radius: 50%;
    top: 1px;
}

.labelActive{
    background: #4377FE;
    border-color: #4377FE;
    color: #fff;
}

.searchResult .title{
    color: #3D3D3D;
    font-size: 16px;
    margin: 60px 0 -35px 0;
}

.filterbox{
    margin-top: 24px;
}

.filterbox,
.filterbox p{
    display: flex;
    align-items: center;
}

.filterbox p{
    margin-right: 32px;
    cursor: pointer;
}

.filterbox p span{
    color: #3D3D3D;
    font-size: 15px;
}

.filterbox p img{
    height: 32px;
    width: 32px;
    margin-left: 4px;
}

.contentbox{
    margin-top: 24px;
}

.contentbox .list{
    float: left;
    width: 280px;
    margin-right: 20px;
    cursor: pointer;
    transition:all 0.2s;
    height: 293px;
}

.contentbox .list:nth-child(5n+5){
    margin-right: 0;
}

.contentbox .list .smeta{
    width: 280px;
    height: 224px;
    border-radius: 8px;
    overflow: hidden;
}

.contentbox .list .smeta img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.2s;
}

.contentbox .list .titlebox{
    display: flex;
    margin-top: 7px;
}

.contentbox .list .titlebox span{
    display: inline-block;
    height: 22px;
    padding: 0 5px;
    box-sizing: border-box;
    line-height: 22px;
    border-radius: 4px;
    background: rgba(67, 119, 254, 0.12);
    color: #4377FE;
    font-size: 13px;
    margin-right: 4px;
}

.contentbox .list .titlebox a{
    /*flex:1;*/
    color: #454F66;
    font-size: 14px;
}

.flex1{
    flex:1;
}

.contentbox .list .name{
    color: #A2A9B8;
    font-size: 12px;
    margin-top: 2px;
}

.contentbox .list:hover .titlebox a{
    color: #4377FE;
}

.contentbox .list:hover{
    transform: translate(0, -6px);
}

.contentbox .list:hover .smeta img{
    transform:scale(1.06)
}

.pagination-box{
    text-align: center;
    margin: 20px 0 0 0;
}

.filterActive span{
    color: #4377FE!important;
}

.nulldata{
    color: #454F66;
    font-size: 16px;
    text-align: center;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .el-pagination.is-background .el-pager li:not(.disabled).active {
    color: #4377FE!important;
    background: rgba(67, 119, 254, 0.12)!important;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #4377FE!important;
} */

.hotActive{
    color: #fff;
    background: #4377FE;
    border-color: #4377FE;
}

.hotActive img{
    border-color: #4377FE;
    background: #fff;
}

.newActive{
    color: #fff;
    background: #F0476F;
    border-color: #F0476F;
}

.newActive img{
    border-color: #F0476F;
    background: #fff;
}

.pagination-box a{
    color: #A2A9B8;
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
}

.pagination-box .current{
    padding: 0 5px;
    min-width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(67, 119, 254, 0.12);
    color: #4377FE;
    display: inline-block;
    line-height: 32px;
    font-size: 14px;
}

.minHeight{
    min-height: 53vh;
}

.mart13{
    margin-top: 13px;
}

.waterfall {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: auto;
}

.waterfall-column {
    flex: 1;
    margin: 5px;
}

.waterfall-item {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.waterfall-item .text {
    position: absolute;
    z-index: 9999;
    top: 0px;
    right: 0px;
    left: 0px;
    text-align: center;
    background-color: rgba(30, 29, 29, 0.5);
    /* 设置背景颜色为白色，透明度为0.5 */
    color: aliceblue;
    transition: 0.3s;
    transform: translateY(-100px);
}

.waterfall-item .img {
    transition: 0.8s;
}

.waterfall-item .img:hover {
    transform: scale(1.2);
}

.waterfall-item:hover .text {
    transform: translateY(0px);
}

.systemPage span,
.systemPage a{
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    margin: 0 5px;
    font-size: 13px;
}

.systemPage .current{
    color: #fff!important;
    background: #017FFF!important;
    border: 1px solid transparent;
}

.systemPage a{
    background: #fff;
    color: #A4A9BC;
    border-radius: 4px;
    border: 1px solid transparent;
}

.systemPage .prev,
.systemPage .next{
    width: 72px!important;
}

.systemPage .num:hover{
    border-color: #017FFF;
}