@charset "utf-8";

body {
    background: #EEE;
    padding-bottom: 3.5em;
}

.showtoper {
    text-align: center;
}

#top-swiper-pagination {
    width: 3em;
    position: absolute;
    bottom: .833em;
    left: auto;
    right: 1.25em;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 1.25em;
    padding: 0 .5em;
    font-size: .917em;
    height: 1.8em;
    line-height: 1.8em;
    color: #fff;
    z-index: 1;
}

#top-swiper-pagination .swiper-pagination-current {
    font-size: 1.333em;
}

.block {
    margin-bottom: 3.4%;
    background: #fff;
    /* overflow: hidden; */
}

.title {
    height: 3.5em;
    line-height: 3.5em;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    padding-left: 4.5%;
}

/*** 文章詳情 ***/
.good_info {
    padding: .5em 4%;
}

.good_info .user_list_info {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5em;
}

.good_info .user_list_info_ri {
    margin-top: 10px;
}

.good_info .btn_concern {
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-image: linear-gradient(90deg, #FF4848 0%, #ED1616 100%);
}

.good_info .btn_concern.alr {
    background: #EEE;
    color: #999;
}

.good_art {
    padding: 4% 0 0;
}

.good_art h2 {
    color: #333;
}

.good_art_con {
    line-height: 1.5;
}

.good_art_con pre {
    margin: .5em 0;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: 'hiraginosansgb w3', 'Helvetica Neue', Helvetica, 'microsoft yahei', Arial, sans-serif;
}

.good_art_con p.con_tt {
    margin-bottom: 1.5em;
}

.participation {
    padding: 1.5em 4% 2em;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.participation ul {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.participation ul {
    display: inline-block;
}

.participation div {
    /* float: left; */
    margin-right: .833em;
    display: inline-block;
}

.participation a {
    font-size: 14px;
    white-space: nowrap;
    background: #F0F0F0;
    border-radius: 1em;
    padding: .5em .833em;
    display: inline-block;
}

.block .live_box,
.block .good_box {
    margin: .5em 4%;
    width: auto;
}

.block .good_box .live_pic {
    width: 22%;
}

/*** 文中商品 ***/
.topic-list {
    padding: 0 4%;
    overflow: hidden;
}

.topic-list li {
    margin: 1em 0;
    padding: 3%;
    background: #f6f6f6;
    border-radius: .5em;
    overflow: hidden;
}

.topic-list-pic {
    float: left;
    width: 18%;
}

.topic-list-pic img {
    width: 100%;
    border-radius: .5em
}

.topic-list-rt {
    width: 78%;
    height: 4.5em;
    margin-left: 22%;
}

.topic-list-rt h2 {
    width: 85%;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.xs_price {
    width: 100%;
    font-size: 1.167em;
    color: #333;
    position: absolute;
    bottom: 0;
}

.topic-list-rt .del-line {
    font-size: 14px;
    color: #999;
    margin-left: .5em;
}

.icon_enter {
    width: 20px;
    height: 20px;
    background: url('../../images/community/icon_enter.png') no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.time_issue {
    padding: .833em 4% 1.5em;
    color: #999;
    font-size: 15px;
}

/*用户评价*/
.f-comment {
    background: #fff;
    padding: 0 .833em;
    padding-bottom: .5em;
}

.f-comment-tit {
    padding: 1.042em 0 .833em 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.f-comment-tit i {
    font-family: arial;
    color: #777;
    font-size: 14px;
}

.f-comment-tit a.write_comment {
    float: right;
    color: #e33e41;
    font-size: 15px;
    font-weight: 500;
}

.cc_no {
    font-size: 16px;
}

.i_new {
    width: 2.25em;
    height: .958em;
    display: inline-block;
    margin-left: .5em;
}

.i_hy {
    color: #e33e41;
    font-size: 15px;
    margin-left: .5em;
}

.comsection {
    overflow: hidden;
    padding: .5em 0;
}

.comtx {
    float: left;
    width: 3em;
    height: 3em;
}

.comtx img {
    border-radius: 50%;
    object-fit: cover;
    height: 100%;
}

.comr {
    margin-left: 4em;
}

.comxx {
    overflow: hidden;
    height: 3em;
    line-height: 3em;
    position: relative;
}

.cname {
    position: relative;
    float: left;
    font-size: 16px;
    color: #999;
    padding-right: 6em;
    overflow: hidden;
}

.cdate {
    font-size: 1em;
    color: #999;
}

.creply-btn {
    background: #f6f6f6;
    color: #777;
    padding: .3em .6em;
    border-radius: 10px;
    margin-left: 1em;
}

.icon_btn_like_num {
    position: absolute;
    /*left: 1em;
	top: 1em;*/
    top: 1em;
    right: 0.5em;
    left: auto;
    background: url('../../images/community/icon_button_like.png') no-repeat;
    background-size: 17px 17px;
    padding-left: 20px;
    color: #333;
    line-height: .25em;
    vertical-align: super;
    height: 17px;
    font-weight: 600;
}

/* .icon_btn_review {
  position: absolute;
  left: 50%;
  top: 1em;
  margin-left: -17px;
  background: url('../../images/community/icon_button_review.png') no-repeat;
  background-size: 17px 17px;
  padding-left: 20px;
  color: #333;
  line-height: 1.25em;
  height: 17px;
  font-weight: 600;
} */

.comr .icon_btn_like {
    right: .5em;
    top: .5em;
    color: #bbb;
    background: url(../../images/community/icon_button_reviewlive.png) no-repeat 0 5px;
    background-size: 17px 17px;
    position: absolute;
    padding-right: 0;
}

.comr .like_on {
    background: url('../../images/community/icon_button_alike.png') no-repeat;
    background-size: 17px 17px;
    color: #e33e41;
    font-size: 15px;
    line-height: .25em;
}

.comr .like_no {
    color: #bbb;
    font-size: 15px;
    vertical-align: super;
    line-height: .25em;
    height: 17px;
}

.cminfo {
    color: #222;
    font-size: 1.083em;
    line-height: 1.417em;
    font-weight: normal;
    font-size: 14px;
}

.cmReply {
    color: #bbb;
    font-size: 1.083em;
    line-height: 1.417em;
    font-weight: normal;
    padding-left: 2.6%;
    /*border-left: 2px solid #bbb;*/
    line-height: 1.8;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    position: relative;
    font-size: 14px;
}

.cmReply::after {
    display: block;
    content: "";
    height: 90%;
    width: 2px;
    background: #bbb;
    position: absolute;
    left: 0;
    top: 7%;
}

.cmReply p {
    margin: -5px 0;
}

.detail-comment .cminfo,
.elli6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.all_comment {
    text-align: center;
    padding: .833em 0 1em;
    color: #e33e41;
    font-size: 16px;
    font-weight: 600;
}

.all_comment a {
    color: #e33e41;
}

.f-comment-no {
    width: 80%;
    background: #f6f6f6;
    padding: .833em 1.5em;
    border-radius: 0 2em 2em 1.5em;
    text-align: center;
    margin: 1em auto;
}

/*** 热门话题 ***/
.hot_topic {
    padding: 4%;
}

.hot_topic_ad {
    position: relative;
}

.i_hot_topic {
    background: #333;
    padding: .417em .833em;
    color: #fff;
    font-size: 16px;
    border-radius: 0 0 .5em 0;
    position: absolute;
    left: 0;
    top: 0;
}

.hot_topic_ad span {
    position: absolute;
    left: 2em;
    top: 35%;
    font-size: 18px;
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
}

.hot_topic p {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-top: .5em;
}

/*** 推荐主持人 ***/
.compere {
    width: 96%;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0 0 5% 4%;
}

.compere ul {
    width: 1000%;
    overflow-y: hidden;
}

.compere li {
    float: left;
    width: 140px;
    padding: 15px 0;
    background: #FFF;
    border-radius: .5em;
    text-align: center;
}

.compere li img {
    width: 50%;
}

.compere li p {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin: .5em 0;
}

.compere li span {
    color: #999;
}

.compere li .btn_concern {
    position: inherit;
    width: 60%;
    margin: .5em auto 0;
}

/*** 推荐关注 ***/
.recommend {
    width: 96%;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0 0 5% 4%;
}

.recommend ul {
    width: 1000%;
    overflow-y: hidden;
}

.recommend li {
    float: left;
    width: 260px;
    padding: 10px 15px 15px;
    background: #FFF;
    border-radius: .5em;
}

.recommend_pic {
    float: left;
    width: 30%;
}

.recommend_rt {
    margin-left: 34%;
}

.recommend_rt h2 {
    color: #999;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommend li .user_list_info p {
    margin-bottom: .25em;
}

.recommend li .user_list_info img {
    margin-top: 3%;
}

.i_direct {
    font-size: 12px;
    color: #FFF;
    line-height: 1;
    padding: .167em .5em;
    border-radius: .417em;
    background: #f4b796;
    background: -webkit-linear-gradient(left, #f4b796, #f6a177);
    background: -o-linear-gradient(right, #f4b796, #f6a177);
    background: -moz-linear-gradient(right, #f4b796, #f6a177);
    background: linear-gradient(to right, #f4b796, #f6a177);
}

/* .i_buyer {
  font-size: 12px;
  color: #FFF;
  line-height: 1;
  padding: .167em .5em;
  border-radius: .417em;
  background: #f0aea9;
  background: -webkit-linear-gradient(left, #f0aea9, #eda19d);
  background: -o-linear-gradient(right, #f0aea9, #eda19d);
  background: -moz-linear-gradient(right, #f0aea9, #eda19d);
  background: linear-gradient(to right, #f0aea9, #eda19d);
} */

.publish_article {
    width: 32%;
    height: 3em;
    line-height: 3em;
    font-size: 18px;
    color: #FFF;
    border-radius: 2em;
    background: #ff4949;
    background: -webkit-linear-gradient(left, #ff4949, #ff4949);
    background: -o-linear-gradient(right, #ff4949, #ff4949);
    background: -moz-linear-gradient(right, #ff4949, #ff4949);
    background: linear-gradient(to right, #ff4949, #ff4949);
    text-align: center;
    position: fixed;
    right: 4%;
    bottom: 4em;
    display: none;
}

footer.footer {
    padding: 1.5em 0 2em;
}

.btn_join {
    width: 100%;
    height: 3.5em;
    line-height: 3.5em;
    background: #e33e41;
    color: #FFF;
    text-align: center;
}

.join_camera {
    background: url('../../images/community/icon_addPhoto.png') no-repeat;
    background-size: 29px 24px;
    color: #fff;
    font-size: 16px;
    padding: 5px 0 5px 35px;
}

input.input_commemt {
    width: 45%;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 2em;
    margin: 1em 4%;
    background: #eee;
    color: #bbb;
    outline: none;
    padding: .5em 2%;
}

.v_six_fixed footer .icon_btn_like {
    top: 1.5em;
    left: 55%;
}

.btn_buy_good {
    width: 28%;
    height: 2.167em;
    line-height: 2.167em;
    color: #fff;
    font-size: 1.167em;
    border-radius: 2em;
    margin: 0 4% 0 0;
    text-align: center;
    background: #dda587;
    background: -webkit-linear-gradient(left, #dda587, #c68256);
    background: -o-linear-gradient(right, #dda587, #c68256);
    background: -moz-linear-gradient(right, #dda587, #c68256);
    background: linear-gradient(to right, #dda587, #c68256);
}

.btn_buy_good i {
    border: 1px solid #FFF;
}

.b_comment input.input_commemt {
    width: 78%;
    margin-right: 0;
}

.btn_tsend {
    width: 20%;
    line-height: 4;
    margin-top: 1.333em;
    text-align: center;
    color: #306FFF;
    font-size: 16px;
    font-weight: 600;
}

.nobtn input {
    width: 78%;
}

.v_six_fixed footer.nobtn .icon_btn_like {
    left: 90%;
    /* margin-top: 1.5em; */
}

.cinput input {
    width: 78%;
}

.v_six_fixed footer .btn_tsend {
    background: none;
    border: 0;
    margin: 0;
}

.cinput .icon_btn_like,
.cinput .btn_buy_good {
    display: none;
}

/**** 弹层 s ****/
.masked {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 11110;
    display: none;
}

.pop_bg {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    z-index: 111111;
}

.ptp_title {
    width: 100%;
    height: 2.5em;
    line-height: 2em;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: .5em;
}

.icon_close_pic {
    width: 1.167em;
    height: 1.167em;
    position: absolute;
    top: 1em;
    right: 4%;
    background: url(http://img.ugoshop.com/images/topic/wap/wx-scan/images/close.png) no-repeat;
    background-size: 100% 100%;
    z-index: 100;
    cursor: pointer;
}

#spec-good .topic-list {
    max-height: 25em;
    overflow-y: auto;
    padding: .833em 5%;
}

#spec-good .topic-list li {
    margin-top: 0;
}