.safety-stickers{
    position: sticky;
    top: 78px;
    padding: 13px 23px 0 23px;
    min-height: 152px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.safety-stickers-top{
    display: flex;
    align-items: center;
}
.safety-stickers-tips{
    margin-top: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    text-align: center;
}
.safety-stickers-title{
    height: 26px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111111;
    line-height: 26px;
}
.safety-img{
    margin-right: 10px;
}
.lines-safety{
    margin-top: 10px;
    height: 0.5px;
    background: rgba(0, 0, 0, 0.05);
    margin-bottom: 11px;
}