.sy-safety-tab{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sy-safety-tab-item{
    margin: 30px 0;
    padding-bottom: 20px;
    font-size: 25px;
    cursor: pointer;
}
.sy-safety-tab-item.select{
    color: #2371FF;
    border-bottom: 3px solid #2371FF;
}
.sy-safety-tab-content{
    display: none;
}
.sy-safety-tab-content.select{
    display: block;
}
.sy-safety-tab-content>p{
    font-size: 18px;
    line-height: 40px;
}
.sy-safety-tab-content>img{
    width: 100%;
    height: auto;
}
.sy-mobile-safety{
    width: 100%;
}
.sy-mobile-safety>p{
    font-size: 20px;
    line-height: 40px;
}
.sy-mobile-safety>img{
    width: 100%;
    height: auto;
}