.article-details {
    background: #fff;
    padding: 0.16rem 0.12rem;
}

.article-details .article-head {
    margin-bottom: 0.16rem;
}

.article-head .article-title {
    font-size: 0.2rem;
    line-height: 0.28rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.14rem;
}

.article-head .article-writer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    position: relative;
}

.article-head .article-writer .writer-img {
    width: 0.26rem;
    height: 0.26rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.08rem;
}

.article-head .article-writer .writer-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.article-head .article-writer .name {
    line-height: 1.1;
    font-size: 0.127rem;
    color: #424142;
    margin-bottom: 0.06rem;
}

.article-head .article-writer .note {
    line-height: 1;
    font-size: 0.094rem;
    color: #999;
}

.article-head .article-writer .note .time {
    margin-right: 0.17rem;
}

.article-head .article-writer .concerns-btn {
    display: block;
    position: absolute;
    right: 0;
    width: 0.6rem;
    height: 0.2rem;
    border-radius: 0.2rem;
    border: 1px solid rgb(238, 45, 27);
    background-color: rgba(238, 45, 27, 0.102);
    font-size: 0.11rem;
    color: #ee2d1b;
    font-weight: bold;
    line-height: 0.2rem;
    text-align: center;
}

.article-head .article-writer .concerns-btn i {
    font-size: 0.145rem;
    font-weight: 600;
    margin-right: 0.02rem;
    line-height: 1;
    display: inline-block;
    vertical-align: -1px;
}

.article-details .article-cont {
    font-size: 0.128rem;
    color: #333;
    overflow: hidden;
}

.article-details .article-cont p {
    margin-bottom: 0.1rem;
    line-height: 0.2rem;
}

.article-details .article-cont p img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
}

.article-details .article-cont p.info-body {
    margin-bottom: .1rem;
}

.article-details .article-cont .info-image {
    margin: 0 auto .1rem auto;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.article-cont a.info-link {
    color: #3b73af;
}

.article-cont .info-title {
    font-weight: bold;
}

.article-details .article-tips {
    font-size: 0.094rem;
    color: #999;
    text-align: center;
    line-height: 1.1;
}

.article-details .article-ad {
    width: 100%;
    height: 1.271rem;
    border-radius: 0.04rem;
    overflow: hidden;
    margin-top: 0.33rem ;
    position: relative;
}

.article-details .article-ad ul {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.article-details .article-ad ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.article-ad .page-num {
    bottom: 6%;
    list-style: outside none none;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

.article-ad .page-num span {
    background: hsla(0, 0%, 100%, .4);
    border-radius: 50%;
    float: left;
    height: .05rem;
    margin-right: .05rem;
    width: .05rem
}

.article-ad .page-num span:last-of-type {
    margin-right: 0
}

.article-ad .page-num span.swiper-pagination-bullet-active {
    background: #fff
}

.article-details .article-comment {
    margin-top: 0.48rem;
}

.article-comment .comment-tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}

.article-comment .comment-tit h2 {
    font-size: 0.162rem;
    line-height: 1.2;
    font-weight: bold;
    color: #333;
}

.article-comment .comment-tit .comment-more {
    font-size: 0.111rem;
    line-height: 1.1;
    color: #999;
}

.comment-tit .comment-more .more-icon {
    border-left: 2px solid #999;
    border-bottom: 2px solid #999;
    width: .044rem;
    height: .044rem;
    display: inline-block;
    vertical-align: top;
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    vertical-align: middle;
    margin-left: 0.04rem;
}

.article-comment .comment-item {
    margin-bottom: 0.18rem;
    font-size: 0;
}

.article-comment .comment-item:last-child {
    margin-bottom: 0;
}

.comment-item .comment-text {
    font-size: 0.128rem;
    color: #333;
}

.comment-item .comment-text .name {
    font-weight: bold;
    margin-right: 0.04rem;
}

.comment-item .comment-text .name .reply {
    font-weight: 500;
    margin: 0 0.04rem;
}

.comment-item .operate {
    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;
    margin-top: 0.085rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.comment-item .operate .delete {
    font-size: 0.111rem;
    color: #999;
}

.comment-item .operate .operate-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-item .operate .operate-right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.23rem;
    font-size: 0.111rem;
    color: #333;
}

.comment-item .operate .zan-icon {
    display: block;
    width: 0.16rem;
    height: 0.15rem;
    background: url('//mued3.jia.com/image/mobile/toutiao/article-info-icons.png') no-repeat;
    background-size: 100% auto;
    margin-right: 0.03rem;
}

.comment-item .operate .cur .zan-icon {
    background: url('//mued3.jia.com/image/mobile/toutiao/article-info-icons.png') no-repeat;
    background-size: 100% auto;
    background-position: 0 45%;
    margin-right: 0.03rem;
}

.comment-item .operate .sum-icon {
    display: block;
    width: 0.16rem;
    height: 0.155rem;
    background: url('//mued3.jia.com/image/mobile/toutiao/article-info-icons.png') no-repeat;
    background-size: 100% auto;
    background-position: 0 90%;
    margin-right: 0.03rem;
}

.article-details .article-recommend {
    margin-top: 0.48rem;
}

.article-recommend .recommend-tit {
    font-size: 0.162rem;
    line-height: 1.2;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.15rem;
}

.article-recommend .recommend-list {
    width: 100%;
}

.article-recommend .recommend-list-left {
    width: 1.44rem;
    float: left;
}

.article-recommend .recommend-list-right {
    width: 1.44rem;
    float: right;
}

.article-recommend .recommend-item {
    display: block;
    width: 100%;
    border-radius: 0.04rem;
    -webkit-box-shadow: 0px 17px 30px 0px rgba(166, 166, 166, 0.15);
    box-shadow: 0px 17px 30px 0px rgba(166, 166, 166, 0.15);
    overflow: hidden;
    margin-bottom: 0.1rem;
}

.recommend-item .item-head {
    width: 100%;
    position: relative;
}

.recommend-item .item-head .head-tit {
    width: 100%;
    padding: 0.12rem 0.08rem 0.23rem 0.08rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.179rem;
    font-weight: bold;
    line-height: 0.25rem;
    color: #333;
}

.recommend-item:nth-of-type(odd) .item-head .head-tit {
    background: #dfeff7;
}

.recommend-item:nth-of-type(even) .item-head .head-tit {
    background: #fcf2e3;
}

.recommend-item .item-head .browse-num {
    position: absolute;
    right: 0.08rem;
    bottom: 0.11rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.085rem;
}

.recommend-item .item-head .browse-num i {
    display: block;
    background: url('//mued3.jia.com/image/mobile/toutiao/article-info-browse.png') no-repeat;
    background-size: 100%;
    width: 0.135rem;
    height: 0.106rem;
    margin-right: 0.02rem;
}

.recommend-item .item-head .browse-num.top {
    position: absolute;
    right: 0.08rem;
    top: 0.06rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.085rem;
    bottom: auto;
}

.recommend-item .item-head .browse-num.top i {
    display: block;
    background: url('//mued3.jia.com/image/mobile/toutiao/article-info-browsetop.png') no-repeat;
    background-size: 100% 100%;
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.02rem;
}

.article-cont section {
    box-sizing: border-box
}

.recommend-item .item-head .icon {
    position: absolute;
    z-index: 2;
    top: 0.08rem;
    right: 0.08rem;
}

.recommend-item .item-head .icon.video {
    width: 0.18rem;
    height: 0.18rem;
    background: url('//mued3.jia.com/image/mobile/toutiao/article-info-video.png') no-repeat;
    background-size: 100% 100%;
}

.recommend-item .item-head .icon.text {
    background: rgba(0, 0, 0, 0.6);
    display: block;
    padding: 0.035rem 0.045rem;
    font-size: 0.085rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    border-radius: 0.025rem;
}

.recommend-item .item-bottom {
    background: #fff;
    padding: 0.09rem 0.07rem 0.12rem 0.07rem;
    font-size: 0;
}

.recommend-item .item-bottom .item-tit {
    font-size: 0.128rem;
    line-height: 1.3;
    overflow: hidden;
    /* margin-bottom: 0.1rem; */
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommend-item .item-bottom .item-writer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.1rem;
}

.recommend-item .item-bottom .header {
    width: 0.17rem;
    height: 0.17rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.045rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 0 0 auto;
    font-size: 0;
    line-height: 0;
}

.recommend-item .item-bottom .name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1;
    font-size: 0.102rem;
    /* width: 0.8rem; */
    color: #333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend-item .item-bottom .zan-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.recommend-item .item-bottom .zan-btn .zan-icon {
    display: block;
    width: 0.16rem;
    height: 0.15rem;
    background: url('//mued3.jia.com/image/mobile/toutiao/article-info-icons.png') no-repeat;
    background-size: 100% auto;
    margin-right: 0.03rem;
}

.recommend-item .item-bottom .zan-btn.cur .zan-icon {
    background: url('//mued3.jia.com/image/mobile/toutiao/article-info-icons.png') no-repeat;
    background-size: 100% auto;
    background-position: 0 45%;
    margin-right: 0.03rem;
}

.recommend-item .item-bottom .zan-btn span {
    font-size: 0.102rem;
}

.comment-sum {
    position: absolute;
    z-index: 2;
    top: 0.08rem;
    right: 0.08rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-sum.bottom {
    bottom: 0.07rem;
    top: auto;
}

.comment-sum.bottom .comment-icon {
    background: url(//mued3.jia.com/image/mobile/toutiao/article-comment-icon2.png) no-repeat;
    background-size: 100% 100%;
}

.comment-sum.bottom .sum {
    color: #333;
}

.comment-sum .comment-icon {
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    background: url(//mued3.jia.com/image/mobile/toutiao/article-comment-icon1.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.02rem;
}

.comment-sum .sum {
    font-size: 0.09rem;
    color: #fff;
    margin-top: -0.01rem;
}

.activity-fixed {
    position: fixed;
    top: 2.28rem;
    right: 0.06rem;
    width: 0.58rem;
    height: 0.54rem;
}

.activity-fixed a {
    display: block;
    width: 100%;
    height: 100%;
}

.apparticle-brand {
    margin-top: 0.34rem;
    position: relative;
    width: 100%;
    height: 0.55rem;
    background: rgba(255,255,255,1);
    box-shadow: 0rem 0.04rem 0.13rem 0rem rgba(11,23,58,0.1);
    border-radius: 0.04rem;
    padding: 0 0.12rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.apparticle-brand .logo {
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 0.04rem;
    overflow: hidden;
    margin-right: 0.13rem;
}

.apparticle-brand .logo img {
    width: 100%;
    height: 100%;
}

.apparticle-brand .name {
    font-size: 0.15rem;
    color: #333;
    font-weight: bold;
}

.apparticle-brand .go-brand {
    display: boock;
    position: absolute;
    right: 0.12rem;
    font-size: 0.11rem;
    color: #fff;
    width: 0.82rem;
    height: 0.22rem;
    background: linear-gradient(-90deg,rgba(254,43,43,1) 0%,rgba(255,93,50,1) 100%);
    border-radius: 0.11rem;
    text-align: center;
    line-height: 0.22rem;
}

/*建材内购群相关*/
.y-tc-box {
    position: fixed;
    left: 0;
    top: 0;
    height: 110%;
    z-index: 99;
    background: rgba(0,0,0,.6);
    overflow: hidden;
    display: none;
    width: 100%
}

.y-ng-tc {
    z-index: 111;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.56rem;
    border-radius: .07rem;
    box-shadow: 0 9px 26px 0 rgba(11,23,58,.1);
    background-color: #fff;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    -moz-box-pack: start;
    -moz-box-align: center;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    padding: 0 .2rem 0.2rem 0.2rem;
    box-sizing: border-box;
}

.y-ng-tc.android {
    position: fixed;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}

.y-ng-tc .close {
    position: absolute;
    top: .125rem;
    right: .125rem;
    width: .125rem;
    height: .125rem;
    background-image: url(//mued3.jia.com/image/mobile/Materials/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.y-ng-tc .y-ng-title {
    font-size: .155rem;
    font-weight: 700;
    color: rgba(51,51,51,1);
    margin-top: .25rem;
    text-align: center;
}

.y-ng-tc .jieduan {
    width: 2rem;
    height: .19rem;
    background-image: url(//mued3.jia.com/image/mobile/Materials/jieduan.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-top: .125rem
}

.y-ng-tc .jieduan-zi {
    margin-top: .1rem;
    font-size: .11rem;
    font-weight: 500;
    color: rgba(153,153,153,1);
    margin-left: .05rem
}

.y-ng-tc .yy-inputfrom {
    display: -webkit-flex;
    display: flex;
    padding: .09rem 0 .09rem .12rem;
    border-bottom: 1px solid #E0E0E0;
    margin-top: .15rem;
    position: relative
}

.y-ng-tc .name-img {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.0625rem;
    width: .125rem;
    height: .125rem;
    background-image: url(//mued3.jia.com/image/mobile/Materials/pepole.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%
}

.y-ng-tc .phone-img {
    position: absolute;
    top: 50%;
    left: 0;
    width: .09rem;
    height: .125rem;
    margin-top: -.0625rem;
    background-image: url(//mued3.jia.com/image/mobile/Materials/phone.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%
}

.y-ng-tc .inputname {
    width: 2.04rem;
    height: .16rem;
    outline: 0;
    border: none;
    font-size: .13rem;
    color: #000;
    line-height: .16rem;
    background-color: rgba(0,0,0,0);
    padding-left: .055rem
}

.y-ng-tc .inputname::-webkit-input-placeholder {
    color: #999;
    text-transform: uppercase;
    font-size: .13rem
}

.y-ng-tc .y-ng-but {
    width: 1.73rem;
    height: .375rem;
    line-height: .375rem;
    background: linear-gradient(90deg,rgba(241,97,47,1) 0%,rgba(238,45,27,1) 100%);
    box-shadow: 0 .045rem .13rem 0 rgba(238,27,45,.35);
    border-radius: .19rem;
    text-align: center;
    font-size: .13rem;
    font-weight: 500;
    color: rgba(255,255,255,1);
    margin: .235rem auto 0;
}

.fixedJNeigou {
    display: block;
    width: .62rem;
    height: .705rem;
    background: url(//mued3.jia.com/image/mobile/Materials/JcNeigou.png) no-repeat 0 0/100%;
    position: fixed;
    bottom: 30%;
    right: 0;
    z-index: 96;
}

.y-zixun-tc {
    width: 2.56rem;
    height: 1.705rem;
    border-radius: .07rem;
    box-shadow: 0 9px 26px 0 rgba(11,23,58,.1);
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.y-zixun-tc .y-zx-text {
    font-size: .11rem;
    font-weight: 500;
    color: rgba(153,153,153,1);
    margin-top: .2rem
}

.y-zixun-tc .y-ng-title {
    margin: 0;
    padding-top: .25rem;
}

.y-zixun-tc .y-zx-but {
    width: 1.45rem;
    height: .325rem;
    line-height: .325rem;
    background: linear-gradient(90deg,rgba(241,97,47,1) 0,rgba(238,45,27,1) 100%);
    box-shadow: 0 .045rem .13rem 0 rgba(238,27,45,.35);
    border-radius: .16rem;
    margin: .235rem auto 0;
    font-size: .11rem;
    font-weight: 500;
    color: rgba(255,255,255,1)
}
