ul{
    margin-bottom: 0;
}
.banner{
    background-image:url('../images/banner/rz.png');
    width: 100vw;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.banner-box .text{
    color: #fff;
    margin: 0 auto;
}
.banner-box .title{
    color: #fff;
    font-size: 3rem;
}
.sort-box{
    width: 100vw;
    background-color: #F3F4F6;
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.sort {
    display: flex;
    list-style: none;
}
.sort-option a {
    text-decoration: none;
    color: #6B7280;
}

.sort-option {
    color: #6B7280;
    padding: 40px 30px 20px 30px;
    font-size: 1.25rem;
    position: relative;
    border-bottom: 3px solid transparent;
}

.sort-option:hover {
    border-color: #939ea4;
}

.sort-option.active {
    border-color: #4866FF;
    background-image: linear-gradient(to top, rgba(111, 131, 255, 0.65), #fff, #fff);
}

.sort-option.active a {
    color: #6e87ff;
}

.sort-option:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: -2px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    background-color: #afafaf;
}

.sort-main {
    width: 100vw;
    /*height: 80vh;*/
    padding: 120px 4%;
    background-color: #F3F4F6;
}

.top-list{
    background-color: #fff;
    padding: 16px 3.5rem;
}
.top-list a{
    color: #5c636a;
    text-decoration: none;
}
.ruanzhu{
    background-color: #fff;
}
.top-list.active{
    background-color: #4866FF;
}
.top-list.active a{
    color: #fff;
}
.ruanzhu-list-box{
    position: relative;
    overflow: hidden;
}
.ruanzhu-list-text{
    position: absolute;
    width: 100%;
    background-color: #4866FF;
    bottom: -54px;
    height: 54px;
}
.ruanzhu-list-text p{
    color: #fff;
    margin-bottom:0;
    font-size: 15px;
    padding-top: 5px;
    /*margin: auto 0;*/
}
.ruanzhu-list:hover .ruanzhu-list-text{
    bottom: 0;
    transition: all .5s;
}