#app{
    padding: 0 10px;
    padding-bottom: 60px !important;
}

.van-swipe {
    width: 100%;
    height: 125px;
    margin-top: 6px;
}
.banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.notifications{
    width: 100%;
    height: 28px;
    margin-top: 8px;
    /*padding: 0 9px;*/
}
.notifications img{
    width: 20px;
    height: 20px;
}

.notifications-left p{
    font-size: 12px;
    color: #101010;
    margin-left: 13px;
}

.quickLink{
    margin-top: 11px;
}

.quickLink img{
    width: 115px;
    height: 62px;
}

.feature-list{
    margin-top: 12px;
    font-size: 12px;
}
.feature-title{
    /*padding: 0 16px;*/
}
.feature-title img{
    width: 15px;
    height: 26px;
}
.feature-cn{
    margin-top: 10px;
}
.feature-item{
    margin-top: 10px;
}
.feature-cn::after {
    content: "";
    width: 30%;
    height: 0px;
    visibility: hidden;
}
.feature-item img{
    width: 106px;
    height: 150px;
    border-radius: 6px;
}
.feature-item_text1{
    width: 56px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    background-color: #6C6C6C;
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #fff;
}
.feature-item_num{
    color: #ccc;
    font-size: 12px;
    margin-top:3px;
}
.feature-item_text{
    margin-left: 10px;
}

.complete{
    flex-wrap: wrap;
}
.filter-box{
    width: 260px;
    height: 100%;
    padding: 20px 20px 0 10px;
}
.filter-item{
    margin-top: 26px;
}
.filter-item input,.filter-item_select{
    width: 154px;
    height: 40px;
    border: 1px solid #BBBBBB;
    margin-left: 15px;
    padding-left: 6px;
}
.van-dropdown-menu__bar{
    height: 41px;
    box-shadow: none;
    background-color: transparent;
}
.van-dropdown-menu__item{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.kefu{
    width: 235px;
    height: 235px;
    font-size: 14px;
}
.kefu p{
    text-align: center;
    margin-top: 6px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kefu img{
    width: 130px;
    height: 130px;
    margin: auto;
    margin-top: 15px!important;
}

.tvName{
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.van-list__finished-text{
    color: #333;
}
.van-dropdown-menu__title{
    padding: 0 90px 0 8px;
}