/* 搜索开始 */
.search {
    background-color: #fff !important;
    width: 100%!important;
}

.search::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(100% - 66px);
    left: 33px;
    height: 1px;
    background-color: #eee;
}

.newHeader {
    z-index: 1000;
    position: fixed;
    right: 0;
    top: 0;
}

.filterWrap {
    position: fixed;
    right: 40px;
    top: 15px;
    z-index: 1000;
    width: auto;
    display: inline-block;
}

.filterListWrap {
    position: fixed;
    top: 110px;
    background-color: #fff;
    z-index: 1005;
}

.filterWrap li {
    flex: none;
}

.search .van-search__action {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: absolute;
    left: 62%;
    top: 36px;
}

.search .van-search {
    width: 70% !important;
}

.tab-content {
    margin-top: 110px;
    padding: 0 33px;
    box-sizing: border-box;
}

.tab-content .activity-list {
    padding-top: 24px;
    box-sizing: border-box;
}

.tab-content .activity-list .list-item {
    display: flex;
    justify-content: flex-start;
    height: 180px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
}

.tab-content .activity-list .list-item .content {
    position: relative;
    width: calc(100% - 269px);
}


.tab-content .activity-list .list-item .text {
    position: absolute;
    bottom: 10px;
}

.tab-content .activity-list .list-item .bold {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin-top: 6px;
}

.tab-content .activity-list .list-item img {
    width: 252px;
    height: 160px;
    margin-right: 17px;
}

.tab-content .activity-list .list-item .status {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    margin-bottom: 14px;
}

.tab-content .activity-list .list-item .time {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}

.empty {
    text-align: center;
    margin: 114px auto;
}

.empty img {
    width: 349px;
    height: 309px;
    margin-bottom: 33px;
}

.empty span {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 48px;
    display: block;
}

/* 搜索结束 */