/*返回顶部按钮隐藏*/
.scrollBtn{
    display: none;
}

.shiyi{
    height:auto;
    /*overflow-y: auto;*/
    text-align: center;
}
.other_mater{
    margin-left:0.5rem;
    margin-right: 0.25rem;
}
.other .other_mater_name{
    border:0.05rem solid #cfcfcf;
}
.self .other_mater_name{
    border:0.05rem solid #7ecef4;
}
.other_mater_name{
    border-radius:0.25rem;
    margin-bottom:0.1rem ;
    height:0.9rem;
    line-height:0.9rem;
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}
.other_name{
    overflow: hidden;
    cursor: default;
    width:100%;
    color:#FFF;
    display:inline-block;
}