
body {
    margin: 0;
    padding: 0;
    /* background-color: #eee; */
    line-height: 1.6;
}

p,
h1,
h2,
h3,
h4,
h5 {
    margin-block-start: 10;
    margin-block-end: 10;
}

.rich_media_content:not(.old_list_style) .list-paddingleft-1 {
   padding-left: 1.2em;
}
a {
    text-decoration: none;
    color: #576b95;
}

p {
    letter-spacing: 1px;
    margin-block-start: 0;
    margin-block-end: 0;
}

.page-wrapper {
    width: 100%;
    max-width: 677px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 40px;
}

.body {
    width: 100%;
    margin: 0 auto;
}
.rich_media_meta_list {
    margin-bottom: 22px;
    line-height: 20px;
    font-size: 0;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.rich_media_title {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 14px;
    font-weight: 500;
}

.not_in_mm .rich_media_meta_list {
    position: relative;
    z-index: 1
}

.rich_media_meta {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    font-size: 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rich_media_meta_text {
    color: var(--weui-FG-2)
}

.rich_media_meta_text {
    color: rgba(0, 0, 0, 0.3)
}

.rich_media_meta_list em {
    font-style: normal;
}
.rich_media_content * {
   max-width: 100%!important;
   box-sizing: border-box!important;
   -webkit-box-sizing: border-box!important;
   word-wrap: break-word!important;
}
.wxw-img {
   vertical-align: bottom;
}