html, body {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 1em 0;
}

a {
    color: #607fa6;
}

ol, ul {
    list-style: none;
}

pre {
    white-space: inherit;
}

.article-header {
    position: relative;
}

.article-header .article-title,
.article-header .app-article-title {
    padding: 20px 12px;
    text-align: center;
    font-size: 20px;
    margin: 0 15px;
    background: white;
    word-break: break-all;
    word-wrap: break-word;
}


.article-content {
    overflow: hidden;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-size: 18px;
    padding: 0 8px;
    margin-top: 32px;
}
.article-content * {
    margin: 0;
    padding: 0;
    max-width: 100% !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    word-break: break-all;
    word-wrap: break-word !important;
}
.article-content iframe{
    width: 100%;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    font-weight: bold;
    font-size: 20px;
    margin: 1.5em 0;
}
.article-content a {
    color: #607fa6;
    text-decoration: none;
}
.article-content p {
    clear: both;
    min-height: 1em;
}
.article-content em {
    font-style: italic;
}
.article-content fieldset {
    min-width: 0;
}
.article-content blockquote {
    margin: 0;
    padding-left: 10px;
    border-left: 3px solid #ddd;
}

.b {
    white-space: pre-wrap;
}


.yoc-formatted {
    font-size: 18px;
}
.yoc-formatted h1,
.yoc-formatted h2,
.yoc-formatted h3,
.yoc-formatted h4,
.yoc-formatted h5,
.yoc-formatted h6 {
    font-weight: bold;
    font-size: 20px;
}
.yoc-formatted a {
    color: #607fa6;
    text-decoration: none;
}
.b p,
p.b,
.yoc-formatted p {
    clear: both;
    min-height: 1em;
    margin: 1.5em 0;
}

.b section p,
.article-content section.b p,
.b p[style],
section p.b,
p.b[style],
.yoc-formatted section p,
.yoc-formatted p[style] {
    margin: 0;
    min-height: auto;
}

.yoc-formatted em {
    font-style: italic;
}
.yoc-formatted fieldset {
    min-width: 0;
}
.yoc-formatted blockquote {
    margin: 0;
    padding-left: 10px;
    border-left: 3px solid #ddd;
}

.audio-section {
    background: #FDFDFD;
    border: 1px solid #F1F1F1;
    position: relative;
    padding: 15px 16px;
    margin: 13px 0;
}
.audio-section:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}
.audio-button {
    float: left;
    margin-left: -100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.audio-button:active {
    opacity: .5;
}
.audio-button.playing .play {
    display: none;
}
.audio-button .play {
    display: inline-block;
}
.audio-button.playing .pause {
    display: inline-block;
}
.audio-button .pause {
    display: none;
}
.audio-text {
    padding-left: 56px;
    width: 100%;
    height: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.audio-text p {
    margin: 0;
}
.audio-name {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.audio-duration {
    width: 100%;
    color: #A9A9A9;
    font-size: 13px;
}

.yoc-wx__video--hidden {
    display: none !important;
}

body.in-app-client,
body.is-self-article {
    padding-bottom: 0 !important;
}
body.supports-invitation {
    padding-bottom: 48px;
    background: white;
}
body.shows-share-hint {
    padding-bottom: 88px !important;
}
body.modal-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.bottom-report {
    display: none;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 500;
    color: rgba(105,124,162,1);
    line-height: 24px;
    float: right;
}
.bottom-report--viewer {
    margin-bottom: -16px;
}

.hairline-border {
    position: relative;
}
.hairline-border:after {
    position: absolute;
    content: '';
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    background-color: #E6E6E6;
}

.hairline-border--top:after {
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
}
.hairline-border--right:after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
}
.hairline-border--bottom:after {
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
}
.hairline-border--left:after {
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
}
.hairline-border--all-sides:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    background-color: transparent;
}



@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .hairline-border--top:after,
    .hairline-border--bottom:after {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    .hairline-border--left:after,
    .hairline-border--right:after {
        -webkit-transform: scaleX(0.5);
        transform: scaleX(0.5);
    }

    .hairline-border--all-sides:after {
        width: 200%;
        height: 200%;
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .hairline-border--top:after,
    .hairline-border--bottom:after {
        -webkit-transform: scaleY(0.3333333333333333);
        transform: scaleY(0.3333333333333333);
    }

    .hairline-border--left:after,
    .hairline-border--right:after {
        -webkit-transform: scaleX(0.3333333333333333);
        transform: scaleX(0.3333333333333333);
    }

    .hairline-border--all-sides:after {
        width: 300%;
        height: 300%;
        -webkit-transform: scale(0.3333333333333333, 0.3333333333333333);
        transform: scale(0.3333333333333333, 0.3333333333333333);
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 4) {
    .hairline-border--top:after,
    .hairline-border--bottom:after {
        -webkit-transform: scaleY(0.25);
        transform: scaleY(0.25);
    }

    .hairline-border--left:after,
    .hairline-border--right:after {
        -webkit-transform: scaleX(0.25);
        transform: scaleX(0.25);
    }

    .hairline-border--all-sides:after {
        width: 400%;
        height: 400%;
        -webkit-transform: scale(0.25, 0.25);
        transform: scale(0.25, 0.25);
    }
}


.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.loading-overlay__box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    width: 64px;
    height: 64px;
    font-size: 32px;
    text-align: center;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.6);
}

.loading-overlay__loader,
.loading-overlay__loader:after {
    border-radius: 50%;
    width: 1em;
    height: 1em;
}
.loading-overlay__loader {
    margin: 13px;
    text-indent: -9999em;
    border-top: 0.1em solid rgba(255, 255, 255, 0.2);
    border-right: 0.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.1em solid rgba(255, 255, 255, 0.2);
    border-left: 0.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loading 1s infinite linear;
    animation: loading 1s infinite linear;
}
@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.dialog {
    position: absolute;
    top: 50%;
    right: 32px;
    left: 32px;
    transform: translateY(-50%);
    padding: 24px 32px;
    border-radius: 8px;
    background-color: #fff;
}
.dialog > p {
    text-align: center;
}
.dialog__ft {
    padding: 16px 0 0 0;
    text-align: center;
}
.dialog__btn {
    display: inline-block;
    padding: 4px 32px;
    color: #27ae60;
    border: 1px solid #27ae60;
    border-radius: 8px;
}


.x-head-signatrue {
    line-height: 28px;
    font-size: 16px;
    color: #606060;
    border: none;
    box-shadow:0px 10px 28px 2px rgba(0,0,0,0.1);
}

.x-head-signatrue h2 {
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #393939;
    word-wrap: break-word;
}
.bcard {
    text-align: center;
}
.bcard_avatar,
.bcard_avatar-img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.bcard_avatar {
    position: absolute;
    width: 60px;
    height: 60px;
    padding: 0 8px;
    top: 0;
    left: 50%;
    margin-top: -30px;
    margin-left: -38px;
    background-color: #fff;
}
.bcard_avatar-badge {
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: 0;
    right: 8px;
}
.bcard_text h3 {
    line-height: 1;
    font-weight: normal;
    font-size: 16px;
}
.article-footer {
    position: relative;
    margin: 34px 0 32px 0;
    border: 2px solid #f56133;
    border-radius: 4px;
}
.article-footer > h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    background-color: #f56133;
}
.article-footer > h2 > span {
    color: #F6D57E;
}

.article-footer_bd {
    overflow: hidden;
    padding: 16px;
}
.bottom-bcard .bcard {
    text-align: left;
    padding: 0;
}
.bottom-bcard .bcard_avatar {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    padding: 0 8px;
    border-radius: 50%;
    background: #fff;
    box-shadow: none;
}
.bottom-bcard .bcard_avatar-img {
    width: 100%;
    height: 100%;
}
.bottom-bcard .bcard_avatar-badge {
    right: 8px;
    bottom: 0;
}
.bottom-bcard .bcard_text {
    position: relative;
    margin-top: 30px;
    text-align: center;
}
.bottom-bcard .bcard_text h2,
.bottom-bcard .bcard_text h3,
.bottom-bcard .bcard_text a.phone-settings {
    display: block;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
}
.bottom-bcard .bcard_text h2 {
    padding-top: 0;
    line-height: 1;
    color: #616161;
}
.bottom-bcard .bcard_text h3 {
    color: #333;
}
.bottom-bcard .bcard_text__with-qr-code h2,
.bottom-bcard .bcard_text__with-qr-code h3,
.bottom-bcard .bcard_text__with-qr-code a.phone-settings {
    margin-right: 0;
}
.bottom-bcard .bcard_text a.phone-settings,
.bcard_text h3 a,
.bcard_signature a {
    color: #f56133;
    text-decoration: underline;
}
.bottom-bcard .bcard_text a.qr-code-settings {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46px;
    height: 38px;
    padding-top: 8px;
    border: 2px dashed #f56133;
    font-size: 12px;
    color: #f56133;
    line-height: 1.3;
    text-decoration: none;
    text-align: center;
    overflow: visible;
    white-space: normal;
}

.bottom-bcard .bcard_signature {
    display: none;
    margin-top: 16px;
    padding: 12px;
    font-size: 14px;
    color: #777;
    border-radius: 4px;
    background-color: #f2f2f2;
}

.head-signatrue {
    position: relative;
    margin-top: 46px;
    padding: 16px;
    border-radius: 5px;
}

.head-signatrue.has-content {
    margin-bottom: 16px;
}

.head-signatrue .bcard_text {
    margin-top: 20px;
}

.signature-content, .user-signatrue {
    margin-top: 16px;
    line-height: 24px;
    text-align: justify;
    word-wrap: break-word;
}

.user-signatrue {
    text-align: center;
}

.user-signatrue__text {
    white-space: pre-wrap;
}

.user-signatrue a {
    color: #F56133;
    text-decoration: none;
}

.signature-content.with-edit-btn::after {
    display: block;
    text-align: right;
    content: '编辑';
    color: red;
}

.signature-content:empty {
    display: none;
}

.hidden {
    display: none !important;
}

.main-content {
    overflow: hidden;
    padding: 16px;
    background-color: #fff;
    position: relative;
}
.image-container {
    text-align: center;
}
.lazyload,
._lazyload {
    background-color: #eee;
}
.line {
    height: 1px;
    background: #eaeaea;
    margin-top: 8px;
}
.none {
    display: none !important;
}

.add-signatrue-btn {
    display: block;
    height: 45px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    background-color: #F56133;
    text-decoration: none;
    margin: 36px 0;
    border-radius: 5px;
    box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.23);
}

.homepage-items_articles__empty-hint {
    padding: 32px 0;
    text-align: center;
}
.homepage-items_articles__empty-hint p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #777;
}
.main-content .invitation-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-weight: bold;
    background-color: #FEEAE4;
}
.invitation-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F56133;
    min-height: 48px;
    position: relative;
}
.invitation-wrapper__content-context {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:20px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:28px;
    margin: 0px;
}
.invitation-wrapper__svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 24px;
    margin-left: 3px;
}
.invitation-wrapper__svg {
    width: 14px;
    height: 24px;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6);
}

.share-hint {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    line-height: 60px;
    color: #393939;
    padding: 0 20px;
    z-index: 41;
    box-sizing: border-box;
    background-color: #E6E6E6;
}
.share-hint svg {
    border-radius: 50%;
    float: right;
    margin-top: 15px;
}


.delete-bar {
    text-align: center;
    font-size: 16px;
    padding: 16px 0;
    color: #F56133;
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 40;
}
.delete-bar:active {
    background: #eee;
}

.card-tip-bar {
    text-align: center;
    font-size: 16px;
    padding: 16px 0;
    color: #F56133;
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 40;
}
.card-tip-bar:active {
    background: #eee;
}
.bottom-card-tip-bar_old {
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    color: #fff;
    background: #F56133;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 40;
    font-size: 1.1rem;
}

.bottom-card-tip-bar {
    position: fixed;
    right: -20px;
    bottom: 50px;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 23px;
    background: rgba(245,97,51,1);
}

.edit-article-button {
    position: fixed;
    right: 0;
    bottom: 70px;
    width: 86px;
    height: 45px;
    line-height: 45px;
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 23px 0 0 23px;
    background: #F56133;
    z-index: 101;
}
.edit-article-button:active {
    opacity: .5;
}
.back-to-article-index-btn {
    position: fixed;
    right: 13px;
    bottom: 130px;
    width: 46px;
    height: 46px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.07);
    border: 0px solid rgba(250,213,201,1);
    border-radius: 30px;
}
.back-to-article-index-button__text {
    width:32px;
    height:22px;
    position: absolute;
    font-size:16px;
    font-weight:400;
    color:rgba(245,97,51,1);
    line-height:22px;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -11px;
}


.gardener-toolbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 32px;
    background-color: rgba(255, 187, 56, .5);
    overflow: hidden;
}
.gardener-toolbar span {
    float: left;
    width: 50%;
    height: 32px;
    line-height: 32px;
    text-align: center;
}



.classify-dialog {
    display: block;
}
.classify-dialog a {
    color: inherit;
}
.classify-dialog_container {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 24px 15px 11px 15px;
    background: #ffffff;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.classify-dialog_main > .title {
    color: #393939;
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: bold;
}
.classify-dialog_main > .list {
    margin-bottom: 6px;
    word-spacing: -6px;
}
.classify-dialog_main > .list:empty {
    display: none;
}
.classify-dialog_main > .list > a {
    display: inline-block;
    word-spacing: 0;
    padding: 8px 8px;
    text-align: center;
    margin: 0 0 8px 12px;
    color: #9B9B9B;
    font-size: 14px;
    background-color: #F6F6F6;
    width: calc((100% - 12px * 2 - 16px * 3) / 3);
    border-radius: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.classify-dialog_main > .list > a.no-margin {
    margin-left: 0;
}
.classify-dialog_main > .list.four-items > a {
    width: calc((100% - 12px * 3 - 16px * 4) / 4);
}
.classify-dialog_main > .list > a.checked {
    color: #ffffff;
    background-color: #F56133;
}
.classify-dialog_footer {
    margin: 8px 0 18px;
    text-align: center;
}
.classify-dialog_footer > button {
    width: 100%;
    padding: 11px 8px;
    font-size: 17px;
    text-align: center;
    background-color: #F56133;
    color: #fff;
    border-radius: 10px;
    border: none;
    box-shadow: none;
    outline: none;
}
.classify-dialog_footer > button.valid {
    color: #ffffff;
    background-color: #f56133;
}


.loading-overlay {
    z-index: 1000;
}
.toast {
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 10;
    transform: translateY(-50%);
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.toast span {
    color: #fff;
    padding: 8px 16px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.6);
}

.x-feedback-btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 30px 0;
    font-size: 14px;
    color: #4A4A4A;
}

.x-feedback-btn {
    margin: 0 25px;
    padding: 0 14px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 30px;
    border-radius: 15px;
    border:1px solid #9B9B9B;
}

.x-feedback-btn.is-fill {
    color: #fff;
    background-color: #F56133;
    border-color: #F56133;
}

.x-feedback-btn svg {
    margin-right: 10px;
    pointer-events: none;
}
.x-report, .x-report-mask {
    box-sizing: border-box;
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.x-report {
    display: none;
}
.x-report-mask {
    z-index: -1;
    background-color: #4A4A4A;
    opacity: 0.45;
}
.x-report-main {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #F6F6F6;
}
.x-report-title, .x-report-cancel {
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #393939;
}
.x-report-title {
    font-weight: bold;
}
.x-report-list {
    margin-left: 40px;
}
.x-report-list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 14px 36px 14px 0;
    border-bottom: 1px solid #E6E6E6;
}
.x-report-list_item:last-child {
    border-bottom-color: transparent;
}
.x-report-cancel {
    background-color: #ffffff;
}

.x-add-signatrue-btn {
    display: none;
}
.x-add-signatrue-btn span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.x-add-signatrue-btn span::before {
    content: '';
    width: 17px;
    height: 17px;
    margin-right: 8px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTM4MDMwNjgyOTQ2IiBjbGFzcz0iaWNvbiIgc3R5bGU9IiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjQ4NjkiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTgwMCA0ODBsLTI1NiAwTDU0NCAyMjRjMC0xNy42NjQtMTQuMzM2LTMyLTMyLTMycy0zMiAxNC4zMzYtMzIgMzJsMCAyNTZMMjI0IDQ4MGMtMTcuNjY0IDAtMzIgMTQuMzM2LTMyIDMyczE0LjMzNiAzMiAzMiAzMmwyNTYgMCAwIDI1NmMwIDE3LjY5NiAxNC4zMzYgMzIgMzIgMzJzMzItMTQuMzA0IDMyLTMybDAtMjU2IDI1NiAwYzE3LjY5NiAwIDMyLTE0LjMzNiAzMi0zMlM4MTcuNjk2IDQ4MCA4MDAgNDgweiIgcC1pZD0iNDg3MCIgZmlsbD0iI2ZmZmZmZiI+PC9wYXRoPjwvc3ZnPg==) 50% 50% no-repeat / 100% 100%;
}


.x-foot-signature {
    position: relative;
    margin: 30px 0;
    padding: 20px;
    font-size: 16px;
    text-align: justify;
    color: #606060;
    line-height: 28px;
    border-radius: 3px;
    border: 1px solid #DBDBDB;
}
.x-foot-signature-title {
    overflow: hidden;
    position: absolute;
    padding: 0 4px;
    top: 0;
    left: 50%;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
    font-weight: bold;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
}
.x-foot-signature-title::after {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: 17px;
    width: 100%;
    height: 3px;
    background-color: rgb(245, 97, 51);
}
.x-tip {
    display: none;
    position: absolute;
    width: 90px;
    height: 45px;
    left: 34px;
    bottom: 0;
    min-height: 30px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.wx-auth-block-dialog p {
    text-align: center;
}
.wx-auth-block-dialog .dialog__ft {
    padding-top: 24px;
}
.wx-auth-block-dialog .dialog__ft span {
    margin: 0 8px;
    padding: 8px 16px;
}
.wx-auth-block-dialog .dialog__ft span.positive {
    color: #00BC0C;
    font-weight: bold;
}

.expand-article {
    text-align: center;
    font-size: 0;
    margin: -68px -16px 0;
    position: relative;
}

.expand-article--hide {
    display: none;
}

.expand-article__mask {
    width: 100%;
    padding: 41px 0 10px;
    text-align: center;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 47%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 47%, rgba(255, 255, 255, 1) 100%);
}

.expand-article__icon {
    width: 17px;
    height: 17px;
    background: url("https://compare.oss-cn-shenzhen.aliyuncs.com/static-jbx/images/article_extend_w.png") no-repeat;
    background-size: 100% 100%;
    display: block;
    margin: 0 auto;
}

.expand-article__button {
    padding: 7px 18px;
    border: 1px solid #f56133;
    color: #F56133;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 19px;
    display: inline-block;
}

.feedback-btns__base {
    height: 30px;
    margin: 0 25px;
    display: block;
    background-size: 100% 100%;
}

.feedback-btns__like {
    width: 104px;
    background-image: url("https://compare.oss-cn-shenzhen.aliyuncs.com/static-jbx/images/article_icon_like_w.png");
}

.feedback-btns__like--fill {
    background-image: url("https://compare.oss-cn-shenzhen.aliyuncs.com/static-jbx/images/article_icon_like_o.png") !important;
}

.feedback-btns__report {
    width: 94px;
    background-image: url("https://compare.oss-cn-shenzhen.aliyuncs.com/static-jbx/images/article_icon_report.png");
}

.as0 {}

.as0 .article-content h1,
.as0 .article-content h2,
.as0 .article-content h3,
.as0 .article-content h4,
.as0 .article-content h5,
.as0 .article-content h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.as0 .article-content.rich_media_content {
    font-size: 17px;
    line-height: 1.6;
}


.as1 {}
.as1 .article-content p {
    margin: 1.5em 0;
}

.as1 .article-content blockquote {
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    color: #999;
    margin: 1em 0;
    padding: 12px 10px;
    background: #f4f5f6;
    border: 1px solid #e8e8e8;
}

.as1 .article-content strong {
    font-weight: 700;
}

.as1 .article-content blockquote p {
    margin: 0;
}


.as2 .article-content p {
    margin: 0;
}
.as2 .b {
    white-space: normal;
}


.as3 {}
.as3 .article-content p {
    margin: 1.5em 0;
}


.as4 {}
.as4 .edit-show {
    padding: 10px 0;
}
.as4 .showcon.con .edit-show {
    padding: 15px 0!important;
    margin: 0 15px!important;
}
.as4 pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.x-footer {
    margin-bottom: 16px;
}

.x-footer a {
    color: inherit;
    text-decoration: none;
}

.x-card {
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    padding: 16px;
    font-size: 14px;
    background-color: #F0F0F0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.x-card_main {
    overflow: hidden;
    -webkit-box-flex: 1;
    flex: 1;
    margin-top: 5px;
}

.x-card_user {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 55px;
    padding: 5px 0 0px 70px;
    text-overflow: clip;
    overflow: hidden;
    white-space: nowrap;
}

.x-avatar {
    position: absolute;
    width: 55px;
    height: 55px;
    left: 0;
    top: 0;
}

.x-avatar svg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.x-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.x-name {
    font-size: 16px;
    color: #393939;
    line-height: 22px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

a.x-phone {
    line-height: 20px;
    color: #F56133;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.x-footer .x-brand {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 14px;
    margin-top: 18px;
    color: #4A4A4A;
}

.x-brand svg {
    margin-right: 5px;
}

.x-brand span {
    display: block;
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.x-footer .x-qrcode {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    margin-left: 14px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    width: 95px;
    height: 95px;
    text-align: center;
    font-size: 12px;
    color: #F56133;
    border: 5px solid #fff;
    background-color: #ffffff;
}

.x-qrcode--empty::before {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 85px;
    height: 85px;
    border: 1px dashed #F56133;
}

.x-qrcode_cover {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

.x-qrcode_cover > img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    background-color: #ffffff;
}

.x-sections {
    padding-bottom: 16px;
    border: 1px solid #E6E6E6;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.x-section {
    padding: 0 16px;
}

.x-section .empty-tip {
    box-sizing: border-box;
    width: 100%;
    display: block;
    margin: 0;
    padding: 40px 20px;
    font-size: 15px;
    color: #9B9B9B;
    text-align: center;
}

.x-section-bar {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 21px;
    padding: 15px 0;
    color: #393939;
}

.x-section-title {
    font-weight: bold;
    font-size: 16px;
}

.x-section-more {
    font-size: 14px;
}

.x-article-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 16px 0;
    color: #393939;
}

.x-article-item:last-child::after {
    display: none;
}

.x-article-item_title {
    -webkit-box-flex: 1;
    flex: 1;
    overflow: hidden;
    height: 56px;
    margin-right: 1em;
    font-size: 16px;
    line-height: 28px;
}

.x-article-item_thumb {
    width: 50px;
    height: 50px;
}

.x-article-item_thumb img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.x-product-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.x-product-item {
    overflow: hidden;
    width: 47%;
    margin-top: 16px;
    font-size: 16px;
}

.x-product-item_thumb {
    overflow: hidden;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.x-product-item_thumb img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.x-product-item_title {
    padding: 8px 0;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.x-product-item_price {
    line-height: 1em;
    color: #F56133;
}


.signature-container {
    z-index: 100;
    overflow-y: scroll;
    display: none;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #F6F6F6;
}

.signature-main {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #E6E6E6;
    background-color: #fff;
}

.signature-input-field {
    box-sizing: border-box;
    padding: 1em;
    line-height: 24px;
    color: #2E2E4F;
    word-wrap: break-word;
}

textarea.signature-input-field {
    appearance: none;
    -webkit-appearance: none;
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 24px;
    font: inherit;
    outline: none;
    border: none;
}

.signature-shadow.signature-input-field {
    visibility: hidden;
    min-height: 6em;
    max-height: 16em;
}

.signature-counter {
    z-index: 100;
    position: absolute;
    bottom: 8px;
    right: 16px;
    line-height: 1;
    font-size: 14px;
    color: #FF7D55;
}

.signature-counter .signature-separator {
    margin: 0 4px;
}

.signature-btn {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    padding: 10px 8px;
    margin-top: 16px;
    font-size: 16px;
    text-align: center;
    background-color: #d9d9d9;
    color: rgba(0, 0, 0, .26);
    border-radius: 10px;
    border: none;
    box-shadow: none;
    outline: none;
    pointer-events: none;
}

.signature-btn.signature-valid {
    color: #ffffff;
    background-color: #f56133;
    pointer-events: all;
}

.signature-btn-wrap {
    padding: 16px 16px 32px;
    background-color: #fff;
}

.signature-btn-wrap > button {
    margin: 0;
    padding: 12px 8px;
}

.signature-options {
    background-color: #fff;
}

.signature-options > label {
    display: flex;
    align-items: center;
    height: 22px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 22px;
    color: #8C8C8C;
    border-bottom: 1px solid #E6E6E6;
}

.signature-options > input {
    display: none;
}

.signature-options > label > span, .signature-options > label > strong {
    pointer-events: none;
}

.signature-options > label > .check {
    box-sizing: border-box;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #979797;
    border-radius: 50%;
}

.signature-options > .checked > .check {
    border: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiNGNTYxMzMiIGN4PSIxMCIgY3k9IjEwIiByPSIxMCIvPjxnIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik00IDlsMS43MzItMSAzLjE2NSA1LjQ4Mi0xLjczMiAxeiIvPjxwYXRoIGQ9Ik0xNS45OCA3LjQyNGwuNTI5Ljg0OGEuNS41IDAgMCAxLS4xNi42OWwtOC41NjQgNS4zNWEuNS41IDAgMCAxLS42ODktLjE1OGwtLjUzLS44NDhhLjUuNSAwIDAgMSAuMTYtLjY5bDguNTY0LTUuMzUxYS41LjUgMCAwIDEgLjY5LjE1OXoiLz48L2c+PC9nPjwvc3ZnPg==) center center no-repeat;
}

.signature-options > label > strong {
    font-size: 16px;
    color: #393939;
    padding: 0 20px 0 12px;
}

.signature-options > .checked > strong {
    color: #F56133;
}

.signature-templates {
    margin: 24px 0;
    padding: 0 16px;
}

.signature-templates::before {
    content: '选择模版';
    line-height: 28px;
    color: #3b3b3b;
    font-weight: bold;
    font-size: 20px;
}

.signature-template {
    position: relative;
    margin-top: 16px;
    padding: 16px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 11px rgba(0, 0, 0, .11);
}

.is-default-template::before {
    content: attr(data-tip);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #8A8A8A;
    text-align: center;
    background-color: #DCDCDC;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 5px;
}

.signature-template_content {
    margin-bottom: 12px;
    line-height: 28px;
    color: #606060;
    font-size: 14px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.signature-template_delete {
    line-height: 1em;
    text-align: right;
}

.signature-template_delete span {
    padding-left: 16px;
    display: inline-block;
    font-size: 12px;
    color: #f56133;
    pointer-events: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjQzNCAxLjI4Nkg5LjA1N0w3LjM1OCAwSDQuNjQyTDIuOTQ0IDEuMjg2SC41NjZjLS4zIDAtLjU2Ni4zMzgtLjU2Ni42Mzh2LjU0M2MwIC4zLjI2Ni41MzMuNTY2LjUzM2guNTA1djguNDM0YzAgLjMuMjgxLjU2Ni41ODEuNTY2aDguNjk1Yy4zIDAgLjU4MS0uMjY2LjU4MS0uNTY2VjNoLjUwNmMuMyAwIC41NjYtLjIzMi41NjYtLjUzMnYtLjU0M2MwLS4zMDEtLjI2NS0uNjQtLjU2Ni0uNjR6TTMuODU3IDkuOTRjMCAuMjI1LS4yMTQuMzQ2LS40MzkuMzQ2aC0uMjcxYy0uMjI1IDAtLjM2MS0uMTIxLS4zNjEtLjM0NlYzLjQxOWMwLS4yMjYuMTM2LS40MTkuMzYxLS40MTloLjI3MmMuMjI0IDAgLjQzOC4xOTMuNDM4LjQxOFY5Ljk0em0yLjc4NiAwYzAgLjIyNS0uMjgyLjM0Ni0uNTA3LjM0NmgtLjI3MmMtLjIyNSAwLS41MDctLjEyMS0uNTA3LS4zNDZWMy40MTljMC0uMjI2LjI4Mi0uNDE5LjUwNy0uNDE5aC4yNzJjLjIyNiAwIC41MDguMTkzLjUwOC40MThWOS45NGgtLjAwMXptMi41NzEtNi41MjF2Ni41MmMwIC4yMjYtLjEzNi4zNDctLjM2MS4zNDdoLS4yNzJjLS4yMjUgMC0uNDM4LS4xMjEtLjQzOC0uMzQ2VjMuNDE5YzAtLjIyNi4yMTMtLjQxOS40MzgtLjQxOWguMjczYy4yMjQgMCAuMzYuMTkzLjM2LjQxOHoiIGZpbGw9IiNGNTYxMzMiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==) left center no-repeat;
}

.signature-removeConfirm {
    display: none;
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
}

.signature-removeConfirm_main {
    overflow: hidden;
    position: absolute;
    width: 287px;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -60%);
    background-color: #fff;
    border-radius: 10px;
}

.signature-removeConfirm_main > p {
    margin: 0;
    padding: 30px;
    line-height: 22px;
    color: #393939;
}

.signature-removeConfirm_btns {
    display: flex;
    flex-direction: row-reverse;
}

.signature-removeConfirm_btn {
    flex: 1;
    padding: 15px 0;
    font-weight: bold;
    font-size: 15px;
    line-height: 1em;
    border-top: 1px solid #E6E6E6;
}

.signature-removeConfirm_btn + .signature-removeConfirm_btn {
    border-right: 1px solid #E6E6E6;
}

.in-app-client .signature-options,
.in-app-client .signature-templates {
    display: none !important;
}

.in-app-client .signature-container {
    background-color: #fff;
}
.friends-share-box {
     position: fixed;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     z-index: 999999;
     display: none;
     background: rgba(0, 0, 0, .45);
 }
.list-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 27px;
    background:rgba(255,255,255,1);
    border-radius: 10px;
    color: #393939;
}
.list-title {
    padding: 0 21px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
}
.list-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    font-size: 16px;
    line-height: 28px;
}
.list-item > div {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
}
.list-item img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-left: 15px;
}
.close-btn {
    position: absolute;
    top: 3px;
    right: 5px;
    width: 24px;
    height: 24px;
    padding: 5px;
    box-sizing: border-box;
}
.go-profile-box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
    background: rgba(0, 0, 0, .45);
}
.go-profile-box__wrapper {
    width: 280px;
    height: 146px;
    margin-top: -73px;
    margin-left: -140px;
    left: 50%;
    top: 50%;
    position: absolute;
    background:rgba(255,255,255,1);
}
.go-profile-box__wrapper p {
    margin: 0px !important;
    padding: 0px !important;
}
.go-profile-box__text > p {
    margin: 23px 28px;
    color: #393939;
    font-size: 17px;
    font-weight:400;
    line-height:23px;
}
.go-profile-box__text {
    padding: 23px 28px;
    max-height: 95px;
    color: #393939;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
}
.go-profile-box__btn {
    padding: 12px 112px;
    max-height: 50px;
    color: #F56133;
    font-size: 18px;
    line-height:25px;
    font-weight:400;
    text-align: center;
}
.friends-share-box__btn-wrapper {
    height: 52px;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
}
.friends-share-box__btn-wrapper > div {
    box-sizing: border-box;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    margin: 0px;
    text-align: center;
    flex: 1;
    vertical-align: middle;
    border-top: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}
.friends-share-box__first-btn {
    color: #F56133;
}
.friends-share-box__last-btn {
    border-right: none !important;
}
.friends-share-box__article-list {
    margin: 0px 21px;
}
.userwxmpqrcodepopup {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background:rgba(0, 0, 0, .55);
 }
.userwxmpqrcodepopup__dialog {
    position: absolute;
    right: 27px;
    left: 27px;
    top: 50%;
    font-size: 20px;
    text-align: center;
    transform: translateY(-50%);
}
.userwxmpqrcodepopup__dialog > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -170px;
    margin-left: -147px;
}
.userwxmpqrcodepopup__dialog > svg + #js-userwxmpqrcodepopup-close {
    position: absolute;
    width: 550px;
    height: 14px;
    top: 129px;
}
.userwxmpqrcodepopup__dialog-bd {
    height: 100%;
    color: black;
    box-sizing: border-box;
}
.userwxmpqrcodepopup__dialog-bd svg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
    padding: 5px;
    box-sizing: border-box;
}
.userwxmpqrcodepopup__dialog-bd h1 {
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
    color: black;
}

.userwxmpqrcodepopup__dialog-ft {
    height: 240px;
    padding-top: 29px;
    box-sizing: border-box;
}
.userwxmpqrcodepopup__dialog-ft > p {
    font-size:16px;
    font-weight:400;
    color:rgba(57,57,57,1);
    line-height:22px;
}
.userwxmpqrcodepopup__dialog-homepage {
    margin: 12px 0;
}
.userwxmpqrcodepopup__dialog-qrcode {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0px auto;
    margin-top: 65px;
}
.userwxmpqrcodepopup__dialog-qrcode img {
    width: 100%;
    height: 100%;
}
.userwxmpqrcodepopup__dialog-subscription {
    color: #606060;
    font-size: 14px;
}

.userwxmpqrcodepopup-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    border: 0.1em solid;
    border-color: #333 #333 transparent;
    border-radius: 50%;
    box-sizing: border-box;
    animation: userwxmpqrcodepopup-loading 1s linear infinite;
}
@keyframes userwxmpqrcodepopup-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.userwxmpqrcodepopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(0, 0, 0, .55);
}
.userwxmpqrcodepopup__dialog {
    position: absolute;
    right: 27px;
    left: 27px;
    top: 50%;
    font-size: 20px;
    text-align: center;
    transform: translateY(-50%);
}
.userwxmpqrcodepopup__dialog > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -170px;
    margin-left: -147px;
}
.userwxmpqrcodepopup__dialog > svg + #js-userwxmpqrcodepopup-close {
    position: absolute;
    width: 550px;
    height: 14px;
    top: 129px;
}
.userwxmpqrcodepopup__dialog-bd {
    height: 100%;
    color: black;
    box-sizing: border-box;
}
.userwxmpqrcodepopup__dialog-bd svg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
    padding: 5px;
    box-sizing: border-box;
}
.userwxmpqrcodepopup__dialog-bd h1 {
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
    color: black;
}

.userwxmpqrcodepopup__dialog-ft {
    height: 240px;
    padding-top: 29px;
    box-sizing: border-box;
}
.userwxmpqrcodepopup__dialog-ft > p {
    font-size:16px;
    font-weight:400;
    color:rgba(57,57,57,1);
    line-height:22px;
}
.userwxmpqrcodepopup__dialog-homepage {
    margin: 12px 0;
}
.userwxmpqrcodepopup__dialog-qrcode {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0px auto;
    margin-top: 65px;
}
.userwxmpqrcodepopup__dialog-qrcode img {
    width: 100%;
    height: 100%;
}
.userwxmpqrcodepopup__dialog-subscription {
    color: #606060;
    font-size: 14px;
}

.userwxmpqrcodepopup-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    border: 0.1em solid;
    border-color: #333 #333 transparent;
    border-radius: 50%;
    box-sizing: border-box;
    animation: userwxmpqrcodepopup-loading 1s linear infinite;
}
@keyframes userwxmpqrcodepopup-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* 名片二维码 */
.card-qrcode-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(0, 0, 0, .55);
}
.card-qrcode-popup__dialog {
    position: absolute;
    right: 27px;
    left: 27px;
    top: 50%;
    font-size: 20px;
    text-align: center;
    transform: translateY(-50%);
}
.card-qrcode-popup__dialog > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -170px;
    margin-left: -147px;
}
.card-qrcode-popup__dialog > svg + #js-card-qrcode-popup-close {
    position: absolute;
    width: 550px;
    height: 14px;
    top: 129px;
}
.card-qrcode-popup__dialog-bd {
    height: 100%;
    color: black;
    box-sizing: border-box;
}
.card-qrcode-popup__dialog-bd svg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
    padding: 5px;
    box-sizing: border-box;
}
.card-qrcode-popup__dialog-bd h1 {
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
    color: black;
}

.card-qrcode-popup__dialog-ft {
    height: 240px;
    box-sizing: border-box;
}
.card-qrcode-popup__dialog-ft > p {
    font-size:16px;
    font-weight:400;
    color:rgba(57,57,57,1);
    line-height:22px;
}
.card-qrcode-popup__dialog-homepage {
    margin: 12px 0;
}
.card-qrcode-popup__dialog-qrcode {
    position: relative;
    width: 80%;
    margin: 0px auto;
}
.card-qrcode-popup__dialog-qrcode img {
    width: 100%;
    height: 100%;
}
.card-qrcode-popup__dialog-subscription {
    color: #606060;
    font-size: 14px;
}

.card-qrcode-popup-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    border: 0.1em solid;
    border-color: #333 #333 transparent;
    border-radius: 50%;
    box-sizing: border-box;
    animation: card-qrcode-popup-loading 1s linear infinite;
}
@keyframes card-qrcode-popup-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.profile-icon-close{
    position: absolute;
    top: 10px;
    right: 5px;
}


.base-alert__container {
    z-index: 99999;
}
.cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.alert-wrapper {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.alert-content {
    padding: 15px 0px 10px 0px;
    width: 100%;
    height: 300px;
}
#js_invite_dialog{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.invite-dialog-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.invite-dialog-qrcode {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0px auto;
    margin-top: 0px;
}
.invite-dialog-qrcode img {
    width: 100%;
    height: 100%;
}
.invite-tip-title{
    color: #ff0000; font-size: 1.2rem; width: 100%; text-align: center; margin: 0
}
.invite-tip-title span{
    margin: 0px 35px;
}
.invite-tip-title img{
    width: 30px;
    height: 30px;
    position: absolute;
    top:10px;
}

/* 红包start */
.red_packet{
    position: fixed;
    right: -20px;
    bottom: 230px;
    width: 50%;
}
.red_packet .rp-icon-tip{
    text-align: center;
}
.red_packet .rp-icon-tip img{
    width: 2.0rem;
    margin: 2px;
    padding: 0px;
}
.rp-detail-list{
    background: #f0f0f0;
    border-radius:30px;
}
.rp-detail-list .rp-list1{
    height: 45px;
    overflow: hidden;
    text-align: center;
}
.rp-detail-list .rp-list1 ul li{
    display: flex;
    display: -webkit-flex;
    list-style-type: none;
    text-align: center;
    position: relative;
    height: 45px;
    line-height: 45px;
    font-size: 0.85rem;
    color: #666;
}
.rp-detail-list .rp-list1 ul li span {
    padding: 0 0.2rem;
    margin: auto;
    font-size: 1.0rem;
}
.rp-detail-list .rp-list1 ul li .rp-text span {
    font-size: 1.0rem;
}
.rp-detail-list .rp-list1 .rp-li-item{
    width: 100%;
}
.rp-detail-list .rp-list1 .rp-avatar{
    margin: 0;
}
.rp-detail-list .rp-list1 .rp-avatar img{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    margin-top: 3px;
}
.rp-detail-list .rp-list1 .rp-text{
    width: 60%;
    text-align: left;
}

.rp-detail-list .rp-list1 ul li span.rp-col-1{
    font-size: 0.75rem;
}
.rp-animation-open-tip{
    -webkit-animation: twinkling 1s infinite ease-in-out
}
.animated{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@-webkit-keyframes twinkling{
    0%{
        opacity: 0.5;
        transform: scale(1);
    }
    100%{
        opacity: 1;
        transform: scale(1.5);
    }
}
@keyframes twinkling{
    0%{
        opacity: 0.5;
        transform: scale(1);
    }
    100%{
        opacity: 1;
        transform: scale(1.5);
    }
}
/* 红包结束 */
.hide{
    display: none;
}

.diary-bar{
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px -2px 5px 3px rgb(0 0 0 / 8%);
    text-align: center;
    padding: 10px 0;
    display: flex;
}
.bar-container{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 4px;
}
.bar-left{
    display: flex;
    align-items: center;
}
.bar-btn{
    display: flex;
    align-items: center;
}
.icon-diary-close{
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
}
.diary-title{
    padding-left: 8px;
    min-height: 24px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
}

@-webkit-keyframes hideRefreshHint{
    from { bottom: 0; visibility: show; }  to { bottom: -200px; visibility: hidden; }
}
@keyframes hideRefreshHint{
    from { bottom: 0; visibility: show; }  to { bottom: -200px; visibility: hidden; }
}
@-webkit-keyframes showRefreshHint{
    from { bottom: -200px; visibility: hidden; }  to { bottom: 0; visibility: show; }
}@keyframes showRefreshHint{
    from { bottom: -200px; visibility: hidden; }  to { bottom: 0; visibility: show; }
 }
.article-list-refresh-hint {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px -2px 5px 3px rgba(0,0,0,0.08);
    text-align: center;  padding: 11px 0;
}
.article-list-refresh-hint--show {
    position: fixed;
    -webkit-animation: showRefreshHint 0.6s linear forwards;
    animation: showRefreshHint 0.6s linear forwards;
}
.article-list-refresh-hint--hide {
    position: fixed;
    -webkit-animation: hideRefreshHint 0.6s linear forwards;
    animation: hideRefreshHint 0.6s linear forwards;
}

#js_diary_dialog{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.diary-dialog-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.diary-dialog-qrcode {
    position: relative;
    margin: 0px auto;
    margin-top: 0px;
}
.diary-dialog-qrcode img {
    width: 100%;
    height: 100%;
}
.diary-tip-title{
    color: #ff0000; font-size: 1.2rem; width: 100%; text-align: center; margin: 0
}
.diary-tip-title span{
    margin: 0px 35px;
}
.diary-tip-title img{
    width: 30px;
    height: 30px;
    position: absolute;
    top:10px;
}

.fg{
    position: fixed;
    bottom: 200px;
    right: 10px;
    color:#FFF;
}
.fg-icon{
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 40px 40px;
    background-image: url("https://compare.oss-cn-shenzhen.aliyuncs.com/static-jbx/images/icon_fg.png");
} 
#js_share_dialog{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.share-alert-wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.share-alert-content {
    padding: 10px 0px 10px 0px;
    width: 100%;
    min-height: 220px;
}

.button-orange {
    background: #F56133;
    margin: 20px auto;
    color: #FFF;
    border-radius: 8px;
    display: block;
    border: none;
    padding: 12px 0;
    width: 90%;
    font-size: 18px;
}
.wa2-p{
    font-size: 16px!important;
    line-height: 1.75em!important;
    padding-bottom: 20px!important;
}
.qw-close{
    position: absolute;
    top:-1.25rem;
    right: -1.25rem;
    z-index: 10;
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.qw-close::before,
.qw-close::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    background: #fff;
    border-radius: 4px;
}
.qw-close::before{
    width: 40%;
    height: 2px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.qw-close::after{
    width: 2px;
    height: 40%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}