    /*body{background-color: #fff;background-image:url('__CDN__/assets/img/topbg.png');background-repeat:no-repeat;background-position: center;}*/
          body{background-color: #fff;}
          .el-image__error, .el-image__inner, .el-image__placeholder {width: 100%;height: 100%;}
        .lunbo{margin-top:55px;}
        .mui-bar{background-color: #a02426;}
        .mui-title{color:#fff;}
        .common-header {
        display: flex;
        justify-content: space-between;
        padding: 15px;
           
       }
         .common-header .common-header-title {
        position: relative;
        font-weight: 700;
        font-size: 24px;
        padding-left: 10px;
    }
.common-header .common-header-title span {
    margin-left: 22px;
}
.common-header .common-header-title .common-header-bar {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.common-use .common-body {
    padding: 10px 0;
}
.common-use .common-body .common-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px;
}
.van-swipe {
    position: relative;
    overflow: hidden;
    cursor: grab;
    -webkit-user-select: none;
    user-select: none;
}

.my-swipe {
    width: 100%;
}
.van-swipe__track {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
}
.common-use .common-body .common-content .common-item-wrapper {
    display: flex;
    /*height: 200px;*/
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.common-use .common-body .common-content .common-item {
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.van-swipe-item {
    position: relative;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}
.common-use .common-body .common-content .common-item .common-item-body {
    width: 25%;
    text-align: center;
}
.common-use .common-body .common-content .common-item .el-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 8px;
}
.common-use .common-body .common-content .common-item .common-item-body .common-title {
    font-weight: 700;
    font-size: 14px;
}
.newest {
    background: #fff;
    margin-top: 10px;
}
.common-header .common-header-more {
    font-weight: 700;
    color: #333;
        font-size: 14px;
    line-height: 1;
}
.common-header .common-header-more .el-image {
    vertical-align: middle;
    width: 12px;
}
.mui-slider .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-group .mui-slider-item {
    border-top: none;
    border-bottom:none;
}
.mui-scroll-wrapper {
    position: inherit;
}
.mui-scroll {
    position: inherit;
}
.mui-table-view{
    width: 95%;
    margin: 0 auto;
}
.newest-item {
    background: #fff;
    border-bottom: 1px solid #ebeef5;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.new-newest-item {
    position: relative;
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
    border-bottom: 0;
    margin-top: 7px;
    padding: 10px;
}

.newest-item .newest-info {
    flex-grow: 1;
    padding: 10px 0 0 10px;
    position: relative;
}
.newest-item .newest-info .newest-title {
    height: auto;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newest-item .newest-info .newest-bottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 12px;
    padding-top: 15px;
    color: #999;
}
.newest-item .newest-info .newest-bottom .newest-source {
    /*width: 150px;*/
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.van-icon, .van-icon:before {
    display: inline-block;
}

.van-icon {
    position: relative;
    font: normal normal normal 14px/1 vant-icon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.van-icon__image {
    width: 1em;
    height: 1em;
    object-fit: contain;
}
.empty-content{margin: 0 auto;}
 .van-empty {
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            box-sizing: border-box;
            padding: 32px 0;
        }
        .van-empty__image {
            width: 160px;
            height: 160px;
        }
        .van-empty__image img {
            width: 100%;
            height: 100%;
        }
        .van-empty__description {
            margin-top: 16px;
            padding: 0 60px;
            color: #969799;
            font-size: 14px;
            line-height: 20px;
        }