.mescroll-upwarp{
   float: left;
   width: 100%;
}

.brand_section{
    
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding: 5px;
    box-sizing: border-box;
}

.brand_section img{
    float: left;
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.brand_section .de{
    float: left;
    width: calc(100% - 70px);
    padding-left: 5px;
    box-sizing: border-box;
}


.brand_section .de .name{
    
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 19px;
    height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: left;
    -webkit-box-align: left;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
}

.brand_section .detail{
    
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 15px;
    height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: left;
    -webkit-box-align: left;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #555555;
    text-align: left;
    font-size: 14px;
}

.art_section{
 
    float: left;
    width: 100%;
    padding: 10px; 
    box-sizing: border-box;
    border-bottom: 1px solid #ececec;
}
 
.art_section .de{
    float: left;
    width: 100%;
}

.art_section .pic{
    
    float: right;
    width: 120px;
    height: 90px;
    box-sizing: border-box;
    position: relative;
    object-fit: cover;
}
.art_section .pic img{
   float: left;
   width: 100%;
   height: 100%;
    object-fit: cover;
}

.art_section .mde{
    
    float: left;
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding-right: 10px;
}

.art_section .title{
    
    line-height: 24px!important;
    
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: left;
    -webkit-box-align: left;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: left;
    font-size:16px;
}

.art_section .pclist{
    float:left;
    box-sizing: border-box;
    width: 100%; 
    position: relative;
}


.art_section .pclist img {
   float: left;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}


.art_section .pclist .zh_img_num {
    position: absolute;
    right: 0px;
    bottom: 5px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgba(0,0,0,0.3);
    color: #ffffff;
    border-radius: 8px;
}


.art_section .show_list{
    float:left;
    box-sizing: border-box;
    width: 100%; 
}
.art_section .show_list .c4_item{
    float: left;
        width: 32.5%;
    margin-right: 1%;
    aspect-ratio: 4/3;
    height: auto;
    object-fit: cover;
}

.art_section .show_list .c4_item:last-child{
    margin-right: 0px!important;
}

.art_section .show_list .c4_item video{
    float: left;
    width: 100%;
    height: 100%;
}

.art_section .img_sin_colum{
    position: relative;
    float: left;
}
.art_section .layui-icon-play{
    position: absolute;
    font-size:50px;
    line-height: 90px;
    color: #ececec;
    left:35px
}

.art_section .user{
   
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
}

.art_section .name{
    float: left;
    max-width: 70px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: left;
    -webkit-box-align: left;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-right: 3px;
    text-align: left;
}

.art_section .user .pl_num {
    float: left;
    max-width: 60px;
    box-sizing: border-box;
    padding-right: 3px;
}

.art_section .user .time {
    float: left;
    max-width: calc(100% - 130px);
    box-sizing: border-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-right: 3px;
}

.per_section{
    
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ececec;
}

.per_section img{
    
    float: left;
    width: 70px!important;
    height: 70px;
}

.per_section .de{
    
    float: left;
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding-right: 10px;
    margin-left:10px;
}
.per_section .user{
    
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
}
.per_section .name{
    
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: left;
    -webkit-box-align: left;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-right: 3px;
    text-align: left;
}


.mbrand_section {
    float: left;
    width: 100%;
    border-bottom: 0px!important;
    padding: 0px!important;
}
.mbrand_section .title {
    float: left;
    width: 100%;
    padding-left: 5px;
    box-sizing: border-box;
    background-color: #ececec;
    height: 30px;
    line-height: 30px;
}
.mbrand_section .list {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding: 5px;
    box-sizing: border-box;
}
.mbrand_section .list img {
    float: left;
    width: 70px;
    height: 70px;
}
.mbrand_section .list .de {
    float: left;
    width: calc(100% - 70px);
    padding-left: 5px;
    box-sizing: border-box;
}
.mbrand_section .list .name {
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 19px;
    height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: left;
    -webkit-box-align: left;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
}
.mbrand_section .list .de .detail {
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 15px;
    height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: left;
    -webkit-box-align: left;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #555555;
    text-align: left;
    font-size: 14px;
}

.sam_view .jxs_section {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ececec;
}
.sam_view .jxs_section img {
    float: left;
    width: 70px;
    height: 70px;
    margin-top: 10px;
    object-fit: cover;
}
.sam_view .jxs_section .de {
    float: left;
    width: calc(100% - 70px);
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    text-align: left;
}
.sam_view .jxs_section .de .name {
    float: left;
    width: 100%;
    line-height: 24px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.sam_view .jxs_section .de .phone {
    float: left;
    width: 100%;
    line-height: 24px;
    color: #000000;
}
.sam_view .jxs_section .de .dizhi {
    float: left;
    width: 100%;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: left;
    -webkit-box-align: left;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000000;
}
.sam_view .jxs_section .jiejian {
    float: left;
    width: 100%;
    max-height: 90px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    overflow: hidden;
    color: #555555;
    -webkit-line-clamp: 3!important;
    max-height: 90px!important;
    background-color: #ececec;
    font-size: 14px;
    text-align: left;
}

.sam_view  .xh_section {
    float: left;
    width: 100%;
    height: 100px;
    padding: 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #ececec;
}
.sam_view  .xh_section img {
    float: left;
    width: 120px;
    height: 90px;
    object-fit: cover;
}
.sam_view .xh_section .de {
    float: left;
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 5px;
}
.sam_view .xh_section  .de .name {
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
}
.sam_view .xh_section  .de  .type {
    float: right;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    font-size: 13px;
    line-height: 15px;
    margin-top: 4px;
    padding-left: 2px;
    padding-right: 2px;
    color: var(--main-color);
}
.sam_view .xh_section  .de .detail {
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 15px;
    color: #555555;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: left;
    -webkit-box-align: left;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
}

.member_section{
    
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #ececec;
}

.member_section .left{
    
    float: left;
    width: 70px;
    height: 70px;
    margin-top: 10px;
    margin-left: 10px;
}
.member_section .left img{
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.member_section .right{
    
    float: left;
    width: calc(100% - 90px);
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    text-align: left;
}
.member_section .right .name{
    float: left;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
}
.member_section .right .phone{
        float: left;
    width: 100%;
    line-height: 24px;
}
.member_section .right .dizhi{
    
    float: left;
    width: 100%;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: left;
    -webkit-box-align: left;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.member_section .jianjie{
    
    float: left;
    width: 100%;
    max-height: 90px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    overflow: hidden;
    color: #555555;
    -webkit-line-clamp: 3!important;
    max-height: 90px!important;
    background-color: #ececec;
    font-size: 14px;
    text-align: left;
}

.tjxhlist .tjmenu{
    
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    padding-left: 5px;
    font-weight: bold;
    text-align: left;
}

.dqx_sign{
    
    float: right;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    font-size: 10px;
    line-height: 20px;
    margin-top: 4px;
    padding-left: 2px;
    padding-right: 2px;
    color: var(--main-color);
}

.sj_section{
 
    float: left;
    width: 100%;
    padding: 10px; 
    box-sizing: border-box;
    border-bottom: 1px solid #ececec;
}


.yp_section{
    float: left;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #ececec;
    text-align: left;
}
.yp_section .title{
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 90px;
    line-height: 21px;
}
.yp_section a{
    float: left;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
}
.yp_section .intro{
    
    float: left;
    
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 90px;
    line-height: 21px;
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}
.yp_section .user{
    
    float: left;
    width: 100%;
    line-height: 21px;
    font-size: 14px;
    color: #999;
}
.yp_section .user img{
    
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.yp_section .user span{
    
    float: left;
    margin-right:5px;
}
.yp_section li{
    
    float: left;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
}
.zl_section{float:left;width:100%;padding:10px;box-sizing:border-box;border-bottom:1px solid #ececec}
.zl_section_up{float:left;width:100%;}
.zl_section_up img{float:left;}
.zl_section_up .ihjtitle{width:calc(100% - 130px)!important;margin-left:0px!important;}
.zl_section_up .hjtitle{width:100%!important;margin-left:0px!important}
.zl_section_up .title{
    width: calc(100% - 45px);
        line-height: 24px !important;
    float: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: left;
    -webkit-box-align: left;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
    margin-left:10px;
}
.zl_section .intro{
        float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 90px;
    line-height: 21px;
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}
.zl_section .user{float:left;width:100%;margin-top:5px;color:#9999999}
.zl_section .user .name {
    float: left;
    max-width: 70px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: left;
    -webkit-box-align: left;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-right: 3px;
    text-align: left;
    line-height: 20px;
}
.zl_section .user .time {
    float: left;
    max-width: calc(100% - 130px);
    box-sizing: border-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-right: 3px;
    line-height: 20px;
}