.sele_colum {
    float: left;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    z-index: 999;
    position: fixed;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
/*.sele_colum .item {
    float: left;
    text-align: center;
    line-height: 30px;
    /*font-size: 15px;*/
   /* margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    color: #000;
    font-size: 0.9375rem;
     width: 11.11%;
}
.sele_colum .item.sele {
    border-bottom: 1px solid red;
}*/
.search_colum {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.search_section {
    float: left;
    width: calc(100% - 60px);
    height: 30px;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1px solid #000000;
    padding: 3px;
    margin-right: 10px;
}
.search_colum input {
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    line-height: 30px;
    outline: 0px;
    border: 0px;
}
.search_colum .ser_btn {
    float: left;
    width: 50px;
    text-align: center;
    background-color: red;
    color: #ffffff;
    line-height: 30px;
}
.infor_colum {
    width: 100%;
    float: left;
    z-index: 99999;
    margin-top: 90px;
    box-sizing: border-box;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.infor_colum ul {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    background-color: #ececec;
}
.user_colum {
    float: left;
    width: 100%;
    height: 70px;
    padding: 20px 20px 0px 20px;
    box-sizing: border-box;
    background-color: #ececec;
}
.user_colum img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.user_colum .infor {
    float: left;
    width: calc(100% - 110px);
    box-sizing: border-box;
}
.user_colum .username {
    float: left;
    line-height: 24px;
    margin-left: 10px;
    font-size: 16px;
    width: 100%;
}
.user_colum .com {
    float: left;
    line-height: 24px;
    margin-left: 10px;
    font-size: 16px;
    width: 100%;
    height: 24px;
    overflow: hidden;
    font-size: 13px;
}
.mobile_section {
    float: left;
    width: 100%;
    padding: 0px 20px 5px 10px;
    box-sizing: border-box;
    line-height: 30px;
}
.mobile_section div {
    font-style: normal;
    font-size: 16px;
    width: calc(100% - 50px);
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.mobile_section a {
    float: right;
    background-color: #007aff;
    border: 0px;
    color: #fff;
    font-size: 13px;
    width: 50px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}
.mobile_sign {
    width: 100%;
    float: left;
    height: 10px;
}
.jianjie_colum {
    float: left;
    width: 100%;
    max-height: 60px;
    box-sizing: border-box;
    background-color: #ececec;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
    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: 3;
    overflow: hidden;
    font-size: 15px;
}
.key_colum {
    float: left;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-top:10px;
}
.key_colum span {
    float: left;
    padding: 5px;
    text-align: center;
    background: #eee;
    margin-right: 4px;
    border-radius: 10px;
    margin-bottom: 10px;
   /* display: inline-block;*/
    cursor: pointer;
    font-size: 14px;
    line-height:24px;
}
.key_colum .active {
    background-color: red!important;
    color: #fff!important;
}
.sam_view{font-size:16px}





