body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #18B4FE;
}

/*vue*/
[v-cloak] {
    display: none;
}


.active {
    font-size: 18px;
    color: black;
    font-weight: bold; 
    border-bottom: 1px solid goldenrod;
}


.tab {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-top: 20px;
}

.tab-item {
    font-size: 12px;
    color: #666666;
}

.mescroll-upwarp {
    min-height: 102px;
    padding: 0px 0;
}

.section {
    border-top: 1px solid whitesmoke;
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
}
/*列表*/
.mescroll {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0px;
    height: auto;
}

.swiper-container {
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.top_img {
    height: 180px;
    line-height: 180px;
    width: 100%;
}

/*div标签,在css中设置默认图*/
.data-list .pd-bg {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background-size: contain;
    /*设置显示方式:auto, contain, cover*/
    background-position: center;
    /*设置对齐方式*/
    background-image: url(/templates/SZSM/images/v3/loading-sq.png);
    /*div标签,在css中设置默认图.您可注释此行,对比效果*/
}

.content-list {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 20px;
}

.content-left {
    margin-left: 20px;
}

    .content-left > img {
        width: 100px;
        height: 100px;
        border-radius: 10px;
    }

.content-middle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 5px;
    width: 50%;
}

.content-middle-item {
    color: gray;
    font-size: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .content-middle-item > img {
        width: 13px;
        height: 13px;
    }

.content-right {
    display: flex;
    flex-direction: column;
    margin-left: 1px;
    width: 30%;
}

.chengjiao {
    margin-top: 20px;
}

    .chengjiao > button {
        width: 66px;
        height: 20px;
        line-height: 1px;
        background-color: orange;
        border-radius: 10px;
        font-size: 12px;
        text-align: center;
        color: white;
    }

.distance {
    margin-top: 36px;
    font-size: 12px;
    color: #B0B0B0;
}

.font-h1 {
    font-weight: bold;
    font-size: 12px;
    color: black;
}

.contains {
    background: whitesmoke;
}

.swiper-container {
    /* height: 320px;
	line-height: 320px; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.top_img {
    height: 180px;
    line-height: 180px;
    width: 100%;
}

.active {
    font-size: 18px;
    color: black;
    font-weight: bold; 
    border-bottom: 1px solid goldenrod;
}

.sm_img {
    height: 60px;
    line-height: 60px;
    width: 100%;
}

.el-row {
}

.el-col {
    border-radius: 4px;
}

.nav-list {
    background: #fff;
    clear: both;
    padding-top: 10px;
}

.nav-list .weui-grid {
    width: 20%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

.nav-list .weui-grid__icon {
    display: inline-block;
    margin: 0 auto;
}

.nav-list .weui-grid__icon img {
    width: 34px;
    height: 34px;
}

.nav-list .weui-grid__icon i {
    color: #d9534f;
    font-size: 12px;
}

.nav-list .weui-grid__label {
font-size: 12px;
}
