.trendsList{
    width: calc(100% - 60px);
    margin: 0 auto;
}
.trendsItem{
    width: 100%;
    height: 232px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
}
.trendsItem:last-child{
    margin-bottom: 0;
}
.trendsName{
    font-weight: 500;
    font-size: 30px;
    color: #2F3037;
    margin-bottom: 15px;
}
.trendsPro *{
    height: 72px;
    font-size: 24px;
    color: #7E807E !important;
    line-height: 36px;
    display: contents;
    font-weight: normal;
}
.time{
    font-size: 24px;
    color: #7E807E;
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.time .iconfont{
    font-size: 28px;
    color: #7E807E;
    margin-right: 6px;
}
.serve-cont{
    position: fixed;
    width: 100vw;
    height: 80vh;
    bottom: 0;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    padding: 0 30px 30px;
    overflow-y: auto;
}
.serve-title{
    text-align: center;
    font-size: 30px;
    padding-bottom: 24px;
    margin-bottom: 20px;
    border-bottom: 1px dashed rgba(204, 204, 204, 1);
    position: sticky;
    top: 0;
    background: #ffffff;
    padding-top: 30px;
}
.serve-time{
    text-align: right;
    font-size: 24px;
    color: #666666;
    margin-bottom: 10px;
}
.serve-time .iconfont{
    font-size: 24px;
    margin-right: 6px;
}
.serve-cont-word{
    font-size: 28px;
    color: #666666;
    line-height: 48px;
}
