/* Content */
@font-face {
    font-family: '方正黑体简体';
    src: url('../font/方正黑体简体.TTF') format('truetype'); /* 指定字体文件路径 */
}
@font-face {
    font-family: '思源黑体';
    src: url('../font/SourceHanSansCN-Bold.otf') format('opentype'); /* 指定字体文件路径 */
}
@font-face {
    font-family: '思源宋体';
    src: url('../font/思源宋体CN-Bold.otf') format('opentype'); /* 指定字体文件路径 */
}
.Content {
    background: #FFFFFF;
    padding: 0 4% 10px 4%;
    margin-bottom: .12rem;
    max-width: 100%;
}

.Content h2 {
    font-family: PingFangSC-Medium;
    font-size: .22rem;
    color: #222222;
    letter-spacing: 0;
    line-height: .32rem;
    padding-top: .05rem;
    margin-bottom: .15rem;
    overflow-wrap: anywhere;
    font-weight: 500;
    line-break: anywhere;
}
.comDot{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #222;
    border-radius: 50%;
    margin: 0px 3px 0 0;
    position: relative;
    top: -3px;
}
.likeBox{
    display: none;
    border:solid 1px #999;
    border-radius: 16px;
    width: max-content;
    min-width: 80px;
    height: 32px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
    padding:0 8px;
    margin-top:13px;
}
.likeBox img{
    width: 18px;
    height: 18px;
}
.likeBox span{
    font-size: 18px;
}
.messagebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.messagebox .massage_item {
    width: 46%;
    display: inline-block;
    font-size: .14rem;
    color: #999999;
    letter-spacing: 0;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Content p.subTitle {
    font-size: .18rem;
    color: #666666;
    line-height: .25rem;
    margin-bottom: .1rem;
}

.Content .message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    font-size: .18rem;
    flex-wrap: wrap;
}

.Content .Source_message {
    font-size: .14rem;
    color: #666666;
    letter-spacing: 0;
    line-height: .16rem;
    margin: .12rem 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.message span {
    display: inline-block;
    font-size: .14rem;
    color: #999999;
    letter-spacing: 0;
    line-height: 32px;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Content p {
    font-family: PingFangSC-Regular;
    font-size: .17rem;
    color: #222222;
    letter-spacing: 0;
    line-height: .3rem;
    /* text-indent: 0.2rem; */
    margin: 0 0 10px 0;
    overflow-wrap: break-word;
}
.Content .yanbianP{
    line-height: .308rem;
    font-size: .172rem;
    margin:0 0 16px 0;
}
.Content iframe{
    max-width: 100%;
}
.Content .noMargin{
    margin:0;
}
.Content .margin20{
    margin-bottom:20px;
}
.Content video {
    /* margin-left: -0.2rem; */
}

#textArticleDetail {
    font-size: .16rem;
    letter-spacing: 0;
    line-height: 32px;
    overflow: hidden;
}
#textArticleDetail section{
    max-width: 100%;
    box-sizing: border-box;
}

.Content #textArticleDetail img {
    display: block;
    max-width: 100%;
    margin: auto;
	height:auto!important;
}

.Content #textArticleDetail img:last-child {
    margin-bottom: 0;
}

.Content #textArticleDetail video {
    max-width: 100%;
    height: auto;
    background-color: #222222;
    display: block;
    margin: 10px auto;
}

.Content #textArticleDetail audio {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

.HrefBtn {
    padding: 0 .15rem;
    line-height: .3rem;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: .22rem;
    font-size: .14rem;
    color: #666666;
    letter-spacing: 0;
    margin-bottom: .15rem;
    float: right;
}


/* comment */

.Comment {
    background: #FFFFFF;
    padding: 0 4%;
    margin-bottom: .12rem;
}

.CommentTop {
    height: .44rem;
    display: flex;
    align-items: center;
    padding-top: .1rem;
}

.CommentTop img {
    display: block;
    width: .2rem;
    height: .2rem;
}

.CommentTop h4 {
    font-size: .16rem;
    color: #222222;
    letter-spacing: 3.76px;
    line-height: .22rem;
    margin-left: .06rem;
    white-space: nowrap;
}

#RecentComments {
    margin-bottom: 0 !important;
}

#jump_downloadUrl {
    width: 100%;
    height: .68rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .12rem;
}

#comments {
    padding: 0 4%;
    background: #ffffff;
    margin-bottom: .12rem;
}

.Review {
    display: flex;
    justify-content: space-between;
    padding: .22rem 0;
    border-bottom: 1px solid #eeeeee;
}

.Review .commentTime {
    font-size: .14rem;
    color: #999999;
    letter-spacing: 0;
    display: block;
    overflow-wrap: anywhere;
    font-size: .12rem;
    line-height: .3rem;
}

.Review_txt {
    width: 83%;
}

.Review .headImg {
    width: .45rem;
    height: .45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.headImg img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.Review_txtTop span {
    color: #999999;
    letter-spacing: 0;
    display: block;
    overflow-wrap: anywhere;
}

.Review_txtTop span:nth-child(1) {
    font-size: .14rem;
}

.Review p {
    font-size: .16rem;
    color: #222222;
    letter-spacing: 0;
    line-height: .22rem;
    width: 95%;
}

.Review_like {
    display: flex;
    align-items: center;
}

.Review_like img {
    display: block;
    width: .18rem;
    height: .18rem;
    margin-left: .05rem;
}

.Review_txtTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Comment .HrefBtn {
    margin-right: 25%;
    margin-bottom: .25rem;
    margin-top: .25rem;
}

.hotspotRight {
    width: 100%;
    height: .78rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hotspotRight p {
    font-size: .16rem;
    color: #999999;
    letter-spacing: 0;
    line-height: .24rem;
    overflow-wrap: anywhere;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: .48rem;
}

.hotspotImg {
    width: 1.05rem;
    height: .79rem;
    margin-right: 4%;
    position: relative;
}

.hotspotImg .Image_count {
    display: block;
    font-size: .1rem;
    position: absolute;
    bottom: .02rem;
    left: .05rem;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: .05rem;
    height: .2rem;
    line-height: .2rem;
    padding: 0 .03rem;
}

.liveshow {
    max-width: 100%;
    font-size: .12rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: .0rem;
    color: #fff;
}

.liveshow span {
    display: inline-block;
    border-radius: .02rem;
    margin-right: .06rem
}

.liveshow span.trailer {
    background-color: #319aea;
}

.liveshow span.living {
    background-color: #f5554d;
}
.liveshow span.over {
    background-color: #999;
}
.liveshow span.playback {
    background-color: #F5A94D;
}

.liveshow-big {
    font-size: .12rem;
    height: .5rem;
    line-height: .5rem
}

.liveshow-big span {
    line-height: .2rem;
    margin-left: .12rem;
    padding: .01rem .06rem
}

.liveshow-small {
    font-size: .1rem;
    height: .26rem;
    line-height: .26rem
}

.liveshow-small span {
    line-height: .14rem;
    margin-left: .06rem;
    padding: .01rem .04rem
}

.hotspotImg img {
    width: 1.05rem;
    height: .79rem;
    display: block;
    border-radius: 8px;
}

.hotspotRight_Bottom div img {
    display: block;
    width: .14rem;
    height: .14rem;
}

.hotspotRight_Bottom .hot {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotspotRight_Bottom span {
    display: block;
    font-size: .12rem;
    color: #999999;
}

.hotspotRight_Bottom .voice {
    display: flex;
    align-items: center;
    margin-right: .12rem;
}

.voice img {
    display: block;
    width: .14rem;
    height: .14rem;
    margin-right: .05rem;
}

.hotspotRight_Bottom em {
    font-style: normal;
    font-size: .12rem;
    color: #999999;
}

.source {
    font-size: .12rem;
    color: #999999;
    display: flex;
    margin-left: .13rem;
    width: .46rem;
}

.source em {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotspot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .78rem;
    border-bottom: 1px solid #eeeeee;
    padding: .12rem 0;
}

.hotspot .special {
    display: inline-block;
    width: .34rem;
    background-color: #f5554d;
    color: #fff;
    font-size: .12rem;
    text-align: center;
    line-height: .2rem !important;
    border-radius: .02rem;
    margin-right: .1rem;
    position: relative;
    top: -.01rem;
}

.hotspot a {
    display: contents;
}

.hotspotRight_Bottom .hot {
    display: block;
    margin-right: .12rem;
}

.hotspotRight_Bottom a {
    display: block;
}

.hotspotRight_Bottom {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    box-sizing: border-box;
    align-items: center;
}

.Comment:last-child {
    margin-bottom: 0 !important;
}

.ace {
    display: flex !important;
}


/* 产看图片轮播 */

.pictureWrarpMask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background: #1F1C1C;
    z-index: 999999999;
}

.pictureWrarpMask .imgInfo {
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.pictureWrarpMask .imgInfo .sliderInfo {
    position: absolute;
    left: 15px;
    top: 0;
}

.pictureWrarpMask .imgInfo .sliderUserInfo img {
    margin-right: 5px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-top: 8px;
    vertical-align: top;
}

.pictureWrarp.swiper-container {
    width: 100%;
    height: calc(100vh - 44px);
    z-index: 999;
    /* position: fixed;
    left: 0;
    top:44px; */
}

.pictureWrarp.swiper-container .swiper-slide {
    text-align: center;
    background: #1F1C1C;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.pictureWrarp.swiper-container .swiper-slide img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.message_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    font-size: .18rem;
    flex-wrap: nowrap;
}

.messagebox .item {
    /* width: 33%; */
    display: inline-block;
    font-size: .14rem;
    color: #999999;
    letter-spacing: 0;
    line-height: 32px;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Source_message1 {
    font-size: 14px !important;
    color: #999 !important;
    line-height: 24px !important;
    margin: 0;
    padding: 0;
}

.messagebox .item1 {
    /* width: 33%; */
    font-size: 14px !important;
    color: #999 !important;
    line-height: 24px !important;
    display: inline-block;
    letter-spacing: 0;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clearclass {
    display: table !important;
    width: 100%;
}