* {
    margin: 0;
    padding: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: system-ui, -apple-system, sans-serif;
}

#safety {
    width: 100%;
    height: 45px;
    background: #e8fef2;
    position: relative;
}

#safety .icon {
    width: 26px;
    height: 26px;
    float: left;
    background: url("./renzheng.png") no-repeat;
    margin: 9.5px 9.5px;
}

#safety .text {
    width: calc(100% - 45px);
    height: 45px;
    float: left;
    color: rgba(7, 193, 96);
    font-size: 15px;
    line-height: 45px;
}

#content {
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
}

#content img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0.8rem auto;
}
