.mescroll{
    padding-bottom:150px!important;
}

.pro_scolum {
    position: fixed;
    top: 75px;
    width: calc(100% - 10px);
    float: left;
    line-height: 40px;
    border: 5px solid #e4e4e4;
    margin: 5px;
    box-sizing: border-box;
    background-color: #fff;
}
.pro_scolum .change {
    width: 50px;
    float: left;
    text-align: center;
}
.pro_scolum .show {
    width: calc(100% - 130px);
    float: left;
    text-align: center;
}
.pro_scolum .cur {
    width: 80px;
    float: right;
    text-align: center;
}

.sam_view {
    float: left;
    width: 100%;
}
.sam_view .section {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ececec;
}
.sam_view li {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ececec;
}
.sam_view .section img {
    float: left;
    width: 70px;
    height: 70px;
    margin-top: 10px;
    object-fit: cover;
}
.sam_view .section .de {
    float: left;
    width: calc(100% - 70px);
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    text-align: left;
}
.sam_view .section .de .name {
    float: left;
    width: 100%;
    line-height: 24px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.sam_view .section .de .phone {
    float: left;
    width: 100%;
    line-height: 24px;
    color: #000000;
}
.sam_view .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 .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;
}

