.article {
    margin-top: 12px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.padding-side {
    padding-left: 20px;
    padding-right: 20px;
}

.article .new-style-test-article__header .article__title {
    font-weight: 700;
    line-height: 38px;
    font-family: none!important;
    color: #0f0806;
    font-size: 24px!important;
}

@media screen and (min-width: 375px) {
    .article .article__header .article__title {
        font-size: 24px;
        line-height: 34px;
    }
}

@media screen and (min-width: 360px) {
    .article .article__header .article__title {
        font-size: 23px;
        line-height: 31px;
    }
}

@media screen and (min-width: 320px) {
    .article .article__header .article__title {
        font-size: 21px;
        line-height: 30px;
    }
}

.article .article__header .article__title {
    color: #222222;
    font-family: 'PingFangSC-Medium';
}

.article .new-style-test-article__header .new-style-test-article-author {
    margin-top: 10px;
}

.new-style-test-avatar {
    height: 28px;
    width: 28px;
    display: inline-block;
    border: none;
    position: relative;
}

.avatar .avatar__image,
.avatar .avatar__mask {
    width: 100%;
    height: 100%;
    border-radius: 32px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(34, 34, 34, 0.05);
}

.article .new-style-test-article__header .new-style-test-article-author .new-style-test-article-author-name {
    vertical-align: top;
    display: inline-block;
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

.article .new-style-test-article__header .new-style-test-article-author .new-style-test-article-author-toutiaohao {
    background-color: #f85959;
    width: 45px;
    height: 15px;
    border-radius: 2px;
    margin-left: 4px;
}

.article .new-style-test-article__header .new-style-test-article-author .new-style-test-article-publish-time {
    font-size: 11px;
    color: #999;
    vertical-align: top;
    display: inline-block;
}

.article .new-style-test-article__header .new-style-test-article-author .dot {
    background-color: #999;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-left: 6px;
    width: 2px;
    height: 2px;
    border-radius: 1px;
}

.article .new-style-test-article__header .new-style-test-article-author .new-style-test-article-comment {
    font-size: 11px;
    color: #f85959;
    vertical-align: top;
    display: inline-block;
}

.new-style-test-favor-btn {
    font-size: 14px;
    line-height: 29px;
    height: 29px;
    border-radius: 2px;
    width: 72px;
    font-weight: 600;
    float: right;
    color: #fff;
    display: inline-block;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#3072F6), to(#3072F6));
    background-image: linear-gradient(to right, #3072F6, #3072F6);
}

.new-style-test-favor-btn-select {
    background-image: -webkit-gradient(linear, left top, right top, from(#dbd3d3), to(#c4c1c1));
}


/* ---------------------- 内容 区域 ---------------------- */

.article .article__content {
    position: relative;
    overflow: hidden;
    clear: both;
    padding-bottom: 24px;
    font-family: Optima-Regular, PingFangTC-light;
    color: #393939;
    line-height: 2.1rem;
}

.article .article__content .img-wrapper-embedded {
    background: url('../images/toutiaoicon_loading_textpage.png') no-repeat center center;
    background-size: 40%;
    font-size: 0;
    margin-right: auto;
    margin-left: auto;
}

.article .article__content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    /* opacity: 0; */
}

.article .article__content p,
.article .article__content li,
.article .article__content span {
    word-wrap: break-word;
    color: #000;
}

.article .article__content p,
.article .article__content blockquote {
    margin-top: 16px;
}

.article .article__content strong {
    font-weight: bolder;
}

@media screen and (min-width: 375px) {
    .article .article__content p,
    .article .article__content li,
    .article .article__content span,
    .article .article__content strong {
        font-size: 17px;
        line-height: 27px;
    }
}

@media screen and (min-width: 360px) {
    .article .article__content p,
    .article .article__content li,
    .article .article__content span,
    .article .article__content strong {
        font-size: 17px;
        line-height: 28px;
    }
}

@media screen and (min-width: 320px) {
    .article .article__content p,
    .article .article__content li,
    .article .article__content span,
    .article .article__content strong {
        font-size: 16px;
        line-height: 25px;
    }
}

@media screen and (min-width: 375px) {
    .article .article__content p,
    .article .article__content li,
    .article .article__content span,
    .article .article__content strong {
        font-size: 17px;
        line-height: 27px;
    }
}

@media screen and (min-width: 360px) {
    .article .article__content p,
    .article .article__content li,
    .article .article__content span,
    .article .article__content strong {
        font-size: 17px;
        line-height: 28px;
    }
}

@media screen and (min-width: 320px) {
    .article .article__content p,
    .article .article__content li,
    .article .article__content span,
    .article .article__content strong {
        font-size: 16px;
        line-height: 25px;
    }
}

.article .article__content p {
    margin-bottom: 20px;
    margin-top: 10px;
    letter-spacing: 0.06rem;
}

.article .article__content p,
.article .article__content li,
.article .article__content span,
.article .article__content strong {
    font-family: Optima-Regular, PingFangTC-light;
    line-height: 2.1rem;
}


/* 展开阅读全文 */

.unfold-field {
    text-align: center;
    position: relative;
    padding: 12px 0px 12px 0px;
}

.unfold-field .unflod-field__mask {
    position: absolute;
    top: -78px;
    height: 78px;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.new-style-test-unfold-text {
    border: solid 1px #3072F6;
    display: block;
    width: 100%;
    border-radius: 3px;
    height: 37px;
    line-height: 37px;
    font-size: 15px;
    color: #3072F6;
}


/* **************** 赞  不喜欢 ******************* */

.comment-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.comment-container .fabulous {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 50px;
}

.comment-container .fabulous span {
    width: 70px;
    border: 1px solid #ddd;
    padding: 3px 15px;
    height: 24px;
    line-height: 24px;
    border-radius: 15px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.comment-container .fabulous span img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.comment-container .fabulous span i {
    font-style: normal;
    color: #515151;
}

.comment-container .noData {
    height: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 80px;
    color: #ddd;
}


/* **************** 热门推荐  ******************* */

.recommendation-container-new-article-test {
    padding-bottom: 20px;
}

.recommendation-container-new-article-test .container__header {
    width: 100%;
    font-size: 15px;
    line-height: 15px;
    padding: 14px 0px 8px 0px;
    color: #000;
    font-weight: 600;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: none;
}

.recommendation-container-new-article-test .container__header::before {
    content: '';
    width: 4px;
    height: 18px;
    border-radius: 1px;
    margin-right: 10px;
    background-color: #f85959;
    display: inline-block;
    vertical-align: sub;
}

.feed-list-container-new-article {
    -webkit-margin-after-collapse: separate;
    -webkit-margin-before-collapse: discard;
    -webkit-user-select: none;
    padding: 0px 14px 0px 14px;
}

.recommendation-container-new-article-test .list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feed-list-container-new-article section {
    position: relative;
    border-bottom: 0.5px solid #E8E8E8;
}

.three-img-container {
    margin-bottom: 16px;
    border: none !important;
}

.feed-list-container-new-article .line2 {
    -webkit-line-clamp: 2;
}

.three-img-container .title {
    line-height: 20px;
    font-size: 17px;
    color: #000;
}

.line2 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
}

.three-img-container .img-container {
    margin-top: 8px;
    height: 79px;
}

.three-img-container .img-container img {
    width: 32%;
}

.three-img-container .info {
    font-size: 11px;
    margin-top: 9px;
    color: #999;
}

.three-img-container .info .open-label {
    color: #f85959;
    margin-right: 10px;
}

.three-img-container .info .time-ago {
    margin-left: 7px;
}

.left-img-container {
    margin-bottom: 16px;
    border: none !important;
    width: 100%;
}

.left-img-container .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 79px;
}

.left-img-container .flex-container .left {
    display: inline-block;
    width: 32%;
}

.left-img-container .flex-container .left img {
    width: 100%;
}

.left-img-container .flex-container .right {
    display: inline-block;
    width: 68%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
}

.left-img-container .flex-container .right .title {
    line-height: 20px;
    font-size: 17px;
    color: #000;
}

.feed-list-container-new-article .line2 {
    -webkit-line-clamp: 2;
}

.left-img-container .flex-container .right .info {
    font-size: 11px;
    margin-top: 4px;
    color: #999;
}

.left-img-container .flex-container .right .info .open-label {
    color: #f85959;
    margin-right: 10px;
}


/* 评论 */

.comment {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.comment section {
    width: 90%;
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
    justify-content: space-between;
}

.comment .avatar {
    height: 40px;
    min-width: 40px;
    display: inline-block;
    border: none;
    position: relative;
    margin-right: 15px;
}

.avatar .avatar__image,
.avatar .avatar__image {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(34, 34, 34, 0.05);
}

.comment .content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.comment .content .name {
    font-size: 15px;
    color: rgb(60, 135, 226);
    height: 30px;
}

.comment .content p {
    font-size: 15px;
    line-height: 18px;
    color: #2b2a2a;
}

.comment .content i {
    font-size: 13px;
    line-height: 16px;
    margin-top: 10px;
    color: #515151;
    font-style: normal;
}

.comment .handle {
    margin-left: 15px;
    height: 30px;
    min-width: 45px;
    /* width: 40px; */
    display: flex;
    flex-direction: row;
}

.comment .handle img {
    width: 18px;
    height: 18px;
}

.comment .handle span {
    height: 20px;
    line-height: 22px;
    margin-left: 2px;
    color: #515151;
}


/***** 相关楼盘信息 ********/

.lpbox {
    padding: 14px;
    margin: 15px;
    margin-top: 12px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #eee;
    display: none;
}

.lpbox .newslpl {
    width: 120px;
    height: 90px;
    float: left;
    padding-right: 4px;
}

.lpbox .newslpl img {
    width: 120px;
    height: 80px;
    border-radius: 5px;
}

.lpbox .newslpr {
    font-size: 0.9em;
    line-height: 1.4em;
    min-height: 80px;
}

.lpbox .newslpr h5 {
    line-height: 1.8em;
    font-size: 0.975em;
    font-family: Arial, "Microsoft Yahei";
    color: #fff;
    font-weight: bold;
    color: #000;
}

.lpbox .newslpr h5 a {
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.lpbox .newslpr .clear {
    clear: both;
}

.lpbox .signUp {
    /* display: -webkit-box; */
    margin-top: 12px;
}

.lpbox .signUp a {
    background-color: #eee;
    border-radius: 3px;
    border: solid 1px #ddd;
    padding: 6px;
    -webkit-box-flex: 1;
    margin-right: 5px;
    line-height: 23px;
    display: block;
    color: #777;
}

.lpbox .signUp button {
    margin-top: 10px;
    width: 100%;
    background-color: #3072F6;
    padding: 8px 6px;
    border: #eee solid 1px;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
}

.lpbox .tuanRow {
    border: 1px solid red;
    float: left;
    width: 96%;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    /* background-color: #eee; */
    border-radius: 3px;
    border: solid 1px #ddd;
    padding: 6px;
    -webkit-box-flex: 1;
    margin-right: 5px;
    display: block;
    color: #777;
}

.lpbox .tuanRow input {
    background: none;
    border: none;
}

#dialogMessage {
    position: fixed;
    top: 30%;
    left: 0;
    background-color: rgba(22, 22, 22, 0.75);
    border-radius: 5px;
    padding: 0 5px;
    text-align: center;
}

#dialogMessage label {
    color: #fff;
    height: 3em;
    line-height: 3em;
}

#dialog_text_name,
#dialog_comment input,
#dialog_tel input {
    height: 28px;
    line-height: 28px;
    outline: none;
    /* border: #ddd solid 1px; */
    border-radius: 2px;
    margin-bottom: 5px;
}

#tuan_btn_submit {
    height: 32px;
    width: 6em;
    border-radius: 5px;
    border: none;
    margin-top: 1em;
    color: #FFF;
    background-color: #3072F6;
    margin-left: 10px;
}

#tuan_btn_close {
    height: 32px;
    width: 6em;
    border-radius: 5px;
    border: none;
    margin-top: 1em;
    color: #000;
    background-color: #fff;
    margin-left: 10px;
}

#dialog_title {
    color: #fff;
    padding: 5px;
    width: 100px;
    margin: 15px auto 5px;
}

.TabTool {
    height: 50px;
    width: 100%;
    border-top: 1px solid #eee;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 10px 0px 15px;
}

.TabTool .left {
    background-color: rgba(238, 238, 238, 0.6);
    border: 1px solid rgba(238, 238, 238, 1);
    height: 30px;
    border-radius: 19px;
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
}

.TabTool .left img {
    width: 18px;
    height: 18px;
}

.TabTool .left span {
    margin-left: 5px;
    font-size: 15px;
}

.TabTool .rigth {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.TabTool .rigth a {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.TabTool .rigth a .icon {
    /* width: 20px; */
    height: 20px;
    background-color: #fd482c;
    position: absolute;
    font-size: 11px;
    color: #fff;
    right: -5px;
    top: 0px;
    border-radius: 12px;
    padding: 1px 6px;
    line-height: 20px;
    display: none;
}

.TabTool .rigth img {
    width: 26px;
    height: 26px;
    margin-left: 18px;
}

.TabTool .publish {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    /* visibility:hidden; */
    display: none;
}

.TabTool .publish input {
    height: 32px;
    width: 75%;
    background-color: #eee;
    border-radius: 17px;
    padding-left: 10px;
    font-size: 15px;
}

.TabTool .publish span {
    width: 20%;
    text-align: center;
}

.person-center {
    margin-top: 30px;
    border: 1px #e0e0ec solid;
    padding: 15px 0 15px 65px;
    box-shadow: #e5e5e5 0 1px 0 0;
    position: relative
}

.person-center .imgbox {
    float: left;
    margin-right: 15px;
    margin-left: -54px
}

.person-center .imgbox img {
    width: 50px;
    height: 50px;
    border-radius: 50px
}

.person-center ul {
    font-size: 15px;
    line-height: 1.6;
    display: inline-block;
}

.person-center ul li {
    font-size: 15px;
    color: #a8a8bb;
    line-height: 15px;
    margin-top: 5px
}

.person-center ul li,
.person-box ul li span {
    color: #5a5a78;
    font-size: 15px;
    vertical-align: -2px
}

.person-center ul span {
    color: #a8a8bb
}