/* 手机样式 */
.view-sj h4{
    font-size: 18px;
    margin: 20px 0;
    text-align: center;
}
.view-sj .tit-s{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
}
.view-sj .world{
    font-size: 14px;
    color: #555;
    margin: 10px 0;
}
.view-sj img{
    width: 100%;
    height: auto;
    margin: 10px 0;
}
.view-sj .tit-list{
    font-size: 12px;
    color: #999;
    margin: 20px 0;
}
