.specially-list-bg {
    position: absolute;
    margin-top: -68px;
    width: 100%;
    height: 516px;
    background: url('/static/pc/image_other_topbg.png') no-repeat center center / 1980px 516px;
}
.specially-list {
    position: relative;
    z-index: 1;
    padding: 16px 0 100px;
    min-height: calc(100vh - 400px);
}
.specially-list-ad {
    margin-bottom: 16px;
}
.specially-list-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
}
.specially-item {
    padding: 16px;
    border-radius: 8px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.specially-item:hover {
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.10);
}
.specially-cover-img {
    object-fit: cover;
    border-radius: 8px;
}
.specially-name {
    font-size: 18px;
    line-height: 26px;
    color: #262626;
    font-weight: bold;
    margin-top: 16px;
}
.specially-des {
    font-size: 16px;
    line-height: 28px;
    color: #999;
}