/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	-webkit-transition-property:left, top, -webkit-transform;
	
	transition-property:left, top, -webkit-transform;
	
	transition-property:transform, left, top;
	
	transition-property:transform, left, top, -webkit-transform;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}
.none{display:none}.hide-control-bar{display:none!important}#player-loading-box .player-loading-img{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:40px;height:40px}#player-error-wrap{z-index:1000;position:absolute;top:0;right:0;bottom:0;left:0;background:#000;text-align:center;background-image:url(https://upload.9fzt.com/production/jfzt-website-pc/bigLive/player-err-bg.png);background-size:100% 100%}#player-error-wrap .error-box{min-width:250px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#player-error-wrap img{display:inline-block;width:60%;height:40%}#player-error-wrap p{color:#ccc;font-size:16px;line-height:22px}#player-error-wrap a{margin-top:10px;display:inline-block;color:#fff;width:88px;height:32px;text-align:center;font-size:14px;line-height:32px;border-radius:16px;background:#b60014}#barrage-track-wrap{position:absolute;top:0;right:0;bottom:0;left:0}#barrage-track-wrap .barrage-track{overflow:hidden;position:relative;width:100%;height:10%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:flex-end;-moz-align-items:flex-end;-ms-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}#barrage-track-wrap .barrage-track-item{position:absolute;left:100%;display:inline-block;color:#fff;background:rgba(51,51,51,.5);border-radius:12px;font-size:14px;line-height:24px;height:24px;padding:0 11px;max-width:300px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#barrage-track-wrap .emojiMsg{display:inline-block;vertical-align:middle}.barrage-button-wrap{cursor:pointer;float:right;margin-top:15px;margin-right:15px;width:33px;background:#b60014;border-radius:10px;padding:0 2px;text-align:right}.barrage-button-wrap .barrage-button-box{display:inline-block;font-size:12px;height:16px;color:#b60014;background:#fff;border-radius:50%;padding:0 2px}.close-barrage{background:#ccd7df;text-align:left}.close-barrage .barrage-button-box{color:#99aebf}.prism-player .prism-big-play-btn,.prism-player .prism-big-play-btn.pause{background:url(https://upload.9fzt.com/production/jfzt-website-pc/bigLive/video-plugin-play.png) no-repeat;background-size:100% 100%}.prism-player .prism-big-play-btn.playing{background:url(https://upload.9fzt.com/production/jfzt-website-pc/bigLive/video-plugin-pause.png) no-repeat;background-size:100% 100%}.prism-player .prism-controlbar .prism-controlbar-bg{background:rgba(0,0,0,.7)}.prism-player .prism-play-btn{background:url(https://upload.9fzt.com/production/jfzt-website-pc/bigLive/control-pause-icon-3x.png) no-repeat;background-position:50%;background-size:14px 18px}.prism-player .prism-play-btn.playing{background:url(https://upload.9fzt.com/production/jfzt-website-pc/bigLive/control-play-icon-3x.png) no-repeat;background-position:50%;background-size:14px 16px}.prism-player .prism-fullscreen-btn{background:url(https://upload.9fzt.com/production/jfzt-website-pc/bigLive/control-enlarge-icon-3x.png) no-repeat;background-position:50%;background-size:18px 18px}.prism-player .prism-fullscreen-btn:hover{-webkit-animation:none;animation:none}.prism-player .prism-fullscreen-btn.fullscreen{background:url(https://upload.9fzt.com/production/jfzt-website-pc/bigLive/control-narrow-icon-3x.png) no-repeat;background-position:50%;background-size:18px 18px}.prism-player .prism-fullscreen-btn.fullscreen:hover{-webkit-animation:none;animation:none}.prism-player .prism-volume .volume-icon{background:url(https://upload.9fzt.com/production/jfzt-website-pc/bigLive/control-volumn-icon-3x.png) no-repeat;background-position:50%;background-size:20px 20px}.prism-player .prism-volume .volume-icon .long-horizontal,.prism-player .prism-volume .volume-icon .short-horizontal{display:none}.prism-player .prism-volume .volume-icon:hover{background-size:20px 20px}.prism-player .prism-liveshift-progress .prism-progress-played,.prism-player .prism-progress .prism-progress-played{background-color:#b60014}.prism-player .prism-liveshift-progress .prism-progress-cursor,.prism-player .prism-progress .prism-progress-cursor{background:none;background-color:#fff;width:12px;height:12px;top:-4px}.prism-player .prism-liveshift-progress .cursor-hover,.prism-player .prism-progress .cursor-hover{top:-3px!important}.prism-player .prism-liveshift-progress .prism-progress-cursor img,.prism-player .prism-progress .prism-progress-cursor img{display:none}.prism-player .prism-volume-control .volume-cursor{width:12px;height:12px;left:-4px}.prism-player .prism-volume-control .volume-value{background:#b60014}.prism-player .prism-volume-control .volume-cursor:hover{background:#fff}.rhemoji-emo {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.rhemoji-list-wrap {
    border: none;
    background-color: #ebeff3;
    z-index: 1000;
    overflow: visible;
    padding: 12px 9px 12px 12px;
}

.rhemoji-list {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.rhemoji-list::-webkit-scrollbar {
    width: 6px;
    background-color: #ebeff3;
}

.rhemoji-list::-webkit-scrollbar-thumb {
    height: 120px;
    background-color: #ccd7df;
    border-radius: 4px;
}

.rhemoji-list-wrap .rhemoji-list .emoji {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-bottom: 6px;
}

.rhemoji-list-wrap .triangle-icon {
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent #ebeff3;
}

/* mobile */
.rhemoji-list-mobile {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #eceef1;
}

.rhemoji-emo-mobile {
    width: 26px;
    height: 26px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
}

.rhemoji-list-mobile .rhemoji-triangle-icon-mobile {
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent #ebeff3;
}

.rhemoji-list-mobile .rhemoji-list-content {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.rhemoji-list-mobile .rhemoji-list-ul {
    padding: 16px 0 16px 12px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 104px;
}

.rhemoji-list-mobile .rhemoji-list-ul .emoji {
    width: 40px;
    height: 40px;
    margin-right: 11px;
    margin-bottom: 8px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.rhemoji-list-mobile .rhemoji-delete-wrap {
    width: 100px;
    height: 88px;
    position: absolute;
    bottom: 16px;
    right: 11px;
    z-index: 9999;
}

.rhemoji-delete-icon {
    width: 56px;
    height: 44px;
    position: absolute;
    right: 16px;
    bottom: 38px;
    z-index: 99999;
}

.rhemoji-input-box:empty:before {
    content: attr(placeholder);
    color: #999999;
}

.rhemoji-input-box img {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
body{background:#f8f9fb}.container{padding-top:12px;width:1000px;margin:0 auto}.nav-wrap{font-size:14px;line-height:20px;color:#666}.nav-wrap a{color:#09f}.intro-wrap{margin:12px 0 26px;padding:20px 0 20px 20px;background:#fff}.intro-wrap .intro-wrap-left{width:160px;height:90px}.intro-wrap .intro-wrap-left img{width:100%;height:100%}.intro-wrap .intro-wrap-right{width:808px}.intro-wrap .intro-wrap-right .big-live-name{display:inline-block;color:#333;font-size:18px;line-height:26px;font-weight:700}.intro-wrap .intro-wrap-right .live-box{display:none;margin-left:12px}.intro-wrap .intro-wrap-right .live-box-text{color:#b60014;font-size:14px;line-height:20px;vertical-align:middle}.intro-wrap .intro-wrap-right .live-box-icon{display:inline-block;vertical-align:middle;width:14px;height:15px}.intro-wrap .intro-wrap-right .intro-wrap-bottom{overflow-y:scroll;height:44px;margin-top:12px;color:#666;font-size:14px;line-height:22px}.intro-wrap .intro-wrap-right .intro-wrap-bottom::-webkit-scrollbar{width:18px}.intro-wrap .intro-wrap-right .intro-wrap-bottom::-webkit-scrollbar-thumb{border-radius:10px;background-color:#ebeff3;border:6px solid transparent;background-clip:content-box}.article-ad-wrap{margin-bottom:26px}.article-ad-wrap .header{padding:12px 0}.article-ad-wrap .header .title{font-size:20px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#333;line-height:28px;margin-right:12px;display:inline-block}.article-ad-wrap .header .see-more{background:rgba(233,64,65,.12);border-radius:12px;text-align:center;color:#b60014;padding:2px 12px;margin-top:2px}.article-ad-wrap .header .see-more,.article-ad-wrap .header .text-link{display:inline-block;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;line-height:20px;cursor:pointer}.article-ad-wrap .header .text-link{color:#09f;margin-top:7px}.article-ad-wrap .header .text-link img{height:20px;width:20px;display:inline-block;vertical-align:middle;margin-right:2px}.article-ad-wrap .articles-content{overflow:hidden}.article-ad-wrap .ad-container{background:#fff;padding:16px 0}.article-ad-wrap .ad-container .articles-content{float:left;height:119px;overflow:hidden}.article-ad-wrap .ad-container .ad-content{float:right}.article-ad-wrap .ad-container .ad-content img{width:300px;height:119px;margin:0 20px}.article-ad-wrap .news-item .news-left{width:calc(100% - 176px);padding:0 12px}.article-ad-wrap .news-item .news-right img{width:176px;height:119px;display:inline-block}.article-ad-wrap .news-item .news-title{font-size:16px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#333}.article-ad-wrap .news-item .news-content,.article-ad-wrap .news-item .news-title{line-height:22px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px}.article-ad-wrap .news-item .news-content{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999}.article-ad-wrap .news-sotck-list{margin-bottom:12px}.article-ad-wrap .news-sotck-list .stock-item{display:inline-block;width:160px;background:#999;border-radius:2px;padding:4px 12px;font-size:12px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#fff;line-height:17px;cursor:pointer}.article-ad-wrap .read-time{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#bbb;line-height:22px}.article-ad-wrap .read-time span+span{margin-left:20px}.previous-video-wrap,.video-comment-wrap{margin-bottom:26px}.featured-video-wrap .see-more{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#666;line-height:20px;margin-top:2px;cursor:pointer}.featured-video-wrap .see-more img{display:inline-block;width:6px;height:11px;vertical-align:middle;margin-left:8px;margin-top:-2px}.video-list-wrap .header{margin-bottom:12px}.video-list-wrap .header .title{font-size:20px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#333;line-height:28px}.video-list-wrap .list-row:not(:last-child){margin-bottom:20px}.video-list-wrap .list-row>a:not(:last-child) .video-item-box{margin-right:20px}.video-list-wrap .video-item-box{cursor:pointer}.video-list-wrap .box-top{width:235px;height:132px;overflow:hidden;position:relative}.video-list-wrap .box-top:hover .play-icon{display:block}.video-list-wrap .box-top:hover .box-bg{-webkit-transform:scale(1.2);transform:scale(1.2)}.video-list-wrap .box-top .box-bg{width:100%;height:100%;-webkit-transition:-webkit-transform 1s cubic-bezier(.4,0,.2,1) 0s;transition:-webkit-transform 1s cubic-bezier(.4,0,.2,1) 0s;transition:transform 1s cubic-bezier(.4,0,.2,1) 0s;transition:transform 1s cubic-bezier(.4,0,.2,1) 0s, -webkit-transform 1s cubic-bezier(.4,0,.2,1) 0s}.video-list-wrap .box-top .play-icon{z-index:10;width:46px;height:46px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:none}.video-list-wrap .box-top .mask{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.3)}.video-list-wrap .box-top .play-count{font-size:12px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#e6e6e6;line-height:17px;position:absolute;left:12px;bottom:12px}.video-list-wrap .box-bottom{width:235px;height:60px;background:#fff;padding:8px;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;line-height:22px}.video-list-wrap .box-bottom p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:2}.tip-message-box{z-index:100;position:fixed;top:50%;left:0;right:0;max-width:350px;max-height:80px;overflow:hidden;background:#666;background:rgba(0,0,0,.5);color:#fff;margin:0 auto;padding:10px;border-radius:5px;text-align:center;font-size:16px;line-height:20px;word-break:break-all}.none{display:none}.oneline{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.no-data{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.no-data .no-data-img{width:225px;height:182px;margin:0 auto}.no-data .no-data-text{margin-top:20px;text-align:center;color:#999;font-size:14px;line-height:20px}.video-comment-wrap .live-period-name{max-width:660px;color:#333;font-size:20px;height:28px;line-height:28px;font-weight:700;margin-bottom:12px}.video-comment-wrap .main-left{width:660px;height:607px;background:#fff}.video-comment-wrap .main-right{width:320px;height:607px;background:#fff}.video-comment-wrap .inner-video-box,.video-comment-wrap .outter-video-box{position:relative;width:660px;height:372px;background:#000}.video-comment-wrap .tab-box{font-size:0}.video-comment-wrap .tab-item{cursor:pointer;display:inline-block;vertical-align:middle;width:50%;text-align:center;line-height:40px;background:#ebeff3;color:#666;font-size:18px;border-top:2px solid #ebeff3}.video-comment-wrap .tab-item-active{background:#fff;border-top:2px solid #b60014}.main-left-bottom .drop-list-outter{margin-top:12px;padding:0 20px}.main-left-bottom .drop-list-outter .drop-list-inner{cursor:pointer;position:relative;padding:0 8px;width:146px;height:30px;border:1px solid #ebeff3;background:#f8f9fb;font-size:14px;line-height:30px;color:#333;border-radius:2px}.main-left-bottom .drop-list-outter .drop-arrow-down{display:inline-block;border-top:6px solid #666}.main-left-bottom .drop-list-outter .drop-arrow-down,.main-left-bottom .drop-list-outter .drop-arrow-up{position:absolute;top:12px;right:12px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent}.main-left-bottom .drop-list-outter .drop-arrow-up{border-bottom:6px solid #666}.main-left-bottom .drop-list-outter .drop-list-box{display:none;z-index:10;border:1px solid #ebeff3;background:#f8f9fb;position:absolute;left:-1px;top:28px;width:146px;border-radius:2px;padding:4px 0}.main-left-bottom .drop-list-outter .drop-list-item{padding:0 8px}.main-left-bottom .drop-list-outter .drop-list-item-active,.main-left-bottom .drop-list-outter .drop-list-item:hover{background:#ebeff3}.main-left-bottom .risk-tip{padding:0 20px;color:#bbb;font-size:12px;line-height:17px}.programme-box{position:relative;height:130px}.programme-box .programme-left-btn{cursor:pointer;width:16px;height:34px;position:absolute;left:0;top:48px}.programme-box .programme-right-btn{cursor:pointer;width:16px;height:34px;position:absolute;right:0;top:48px}.programme-box .programme-list-box{position:relative;margin-left:20px;width:620px;height:100%;overflow:hidden}.programme-box .programme-list{position:absolute;left:0;height:100%;white-space:nowrap;font-size:0}.programme-box .programme-list-item{padding:0 5px;cursor:pointer;position:relative;margin-left:12px;margin-top:16px;display:inline-block;vertical-align:middle;color:#333;font-size:12px;line-height:17px;width:146px;height:98px;border-radius:4px;background-image:url(https://upload.9fzt.com/production/jfzt-website-pc/bigLive/programme-bg-normal.png);background-size:100% 100%}.programme-box .programme-list-item:hover .programme-review{display:block}.programme-box .programme-list-item:first-child{margin-left:0}.programme-box .programme-list-item .programme-tag{background:-webkit-gradient(linear,left top, right top,from(#f8ab74),to(#ef7340));background:linear-gradient(90deg,#f8ab74,#ef7340)}.programme-box .programme-list-item .programme-name{margin-top:16px;font-size:16px;line-height:22px;color:#ef7340;font-weight:700;text-align:center}.programme-box .programme-list-item .programme-time{font-family:DIN-Medium,DIN!important;margin-top:4px;font-size:16px;line-height:19px;font-weight:700;text-align:center}.programme-box .programme-list-item .programme-guest{margin-top:8px;text-align:center}.programme-box .programme-list-item .special{color:#666}.programme-box .programme-list-item-active{-webkit-box-shadow:0 0 4px 0 rgba(233,64,65,.5);box-shadow:0 0 4px 0 rgba(233,64,65,.5);height:106px;margin-top:12px;background-image:url(https://upload.9fzt.com/production/jfzt-website-pc/bigLive/programme-bg-active.png)}.programme-box .programme-list-item-active:hover .programme-review{display:none}.programme-box .programme-list-item-active .programme-name{margin-top:20px;color:#fff}.programme-box .programme-list-item-active .programme-guest,.programme-box .programme-list-item-active .programme-time,.programme-box .programme-list-item-active .special{color:#fff}.programme-box .programme-list-item-active .programme-tag{background:-webkit-gradient(linear,left top, right top,from(#fcc566),to(#fc9e40));background:linear-gradient(90deg,#fcc566,#fc9e40)}.programme-box .programme-review{display:none;position:absolute;left:0;bottom:0;width:100%;height:50px;background:rgba(0,0,0,.5);border-radius:0 0 4px 4px}.programme-box .programme-review-btn{width:80px;height:26px;line-height:26px;text-align:center;border-radius:13px;font-size:14px;color:#fff;background:#b60014;margin:12px auto}.programme-box .programme-review-btn-no{background:#bbb}.programme-box .programme-tag{position:absolute;top:0;right:0;color:#fff;font-size:12px;line-height:14px;padding:2px 8px;border-radius:0 4px 0 4px}.programme-box .programme-tag .live-icon{width:10px;height:11px;display:inline-block;vertical-align:middle;margin-right:2px}.notice-content{padding-left:12px}.notice-content .notice-content-scroll{position:relative;height:548px;overflow-y:scroll}.notice-content .notice-content-scroll::-webkit-scrollbar{width:18px}.notice-content .notice-content-scroll::-webkit-scrollbar-thumb{border-radius:10px;background-color:#ebeff3;border:6px solid transparent;background-clip:content-box}.notice-content .notice-item{padding:12px 0;border-top:1px solid #f2f5f8}.notice-content .notice-item:first-child{padding-top:0;border-top:none}.notice-content .notice-text{color:#333;font-size:14px;line-height:20px}.notice-content .notice-link{display:block}.notice-content .notice-text+.notice-link{margin-top:4px}.notice-content .notice-link-icon{width:20px;height:20px;display:inline-block;vertical-align:middle}.notice-content .notice-link-text{vertical-align:middle;color:#09f;font-size:14px;line-height:20px;text-decoration:underline}.notice-content .notice-img-link{display:block}.notice-content .notice-link+.notice-img-link,.notice-content .notice-text+.notice-img-link{margin-top:8px}.notice-content .notice-img{max-width:100%;max-width:232px;max-height:200px}.selected-content{width:660px;height:372px;padding:12px 6px 12px 0;background:#fff}.selected-content-scroll{height:100%;overflow-y:scroll}.selected-content-scroll::-webkit-scrollbar{width:18px}.selected-content-scroll::-webkit-scrollbar-thumb{border-radius:10px;background-color:#ebeff3;border:6px solid transparent;background-clip:content-box}.selected-content-scroll .selected-item{word-break:break-all;position:relative;width:600px;margin-left:29px;padding-left:32px;padding-bottom:20px;border-left:1px dashed #ebeff3;color:#333;font-size:14px;line-height:20px}.selected-content-scroll .selected-item a{color:#09f}.selected-content-scroll .selected-item img{max-width:100%;max-width:500px;max-height:200px}.selected-content-scroll .selected-item .quote{margin-top:8px;padding-top:8px;border-top:1px dashed #ccd7df}.selected-content-scroll .selected-item .emojiMsg{display:inline-block;vertical-align:middle}.selected-content-scroll .selected-time{line-height:16px;text-align:center;position:absolute;top:0;left:-19px;color:#666;background:#fff}.selected-content-scroll .selected-title{font-weight:700}.selected-content-scroll .selected-context,.selected-content-scroll .selected-sub,.selected-content-scroll .selected-title{margin-bottom:4px}.interact-content{padding-left:12px}.interact-content .interact-scroll-box{position:relative;height:494px}.interact-content .online{position:absolute;top:12px;right:0;padding:6px 6px 6px 18px;color:#b60014;font-size:12px;line-height:12px;border-radius:13px 0 0 13px;background:#fdf0f0}.interact-content .new-msg-tip{cursor:pointer;position:absolute;bottom:10px;left:122px;padding:6px 14px;color:#09f;font-size:12px;line-height:12px;border-radius:16px;background:rgba(0,153,255,.1)}.interact-content-scroll{height:100%;overflow-y:scroll}.interact-content-scroll::-webkit-scrollbar{width:18px}.interact-content-scroll::-webkit-scrollbar-thumb{border-radius:10px;background-color:#ebeff3;border:6px solid transparent;background-clip:content-box}.interact-content-scroll .comment-item{margin-top:20px}.interact-content-scroll .comment-item:first-child{margin-top:0}.interact-content-scroll .comment-item a{color:#09f}.interact-content-scroll .avatar-box{position:relative;width:36px;height:36px}.interact-content-scroll .avatar-box .avatar{width:100%;height:100%;border-radius:50%}.interact-content-scroll .avatar-box .vip-cion{width:20px;height:10px;position:absolute;left:8px;bottom:-5px}.interact-content-scroll .content-box{width:248px;margin-left:4px}.interact-content-scroll .comment-username{display:inline-block;vertical-align:middle;max-width:100px;color:#333;font-size:14px;line-height:20px;font-weight:700}.interact-content-scroll .comment-time{vertical-align:middle;color:#999;font-size:12px;line-height:12px}.interact-content-scroll .content-box-bottom{display:inline-block;word-break:break-all;margin-top:6px;color:#333;font-size:14px;line-height:20px;background:#f2f5f8;padding:6px 8px;border-radius:0 8px 8px 8px}.interact-content-scroll .content-box-bottom *{font-size:14px!important;font-weight:400!important}.interact-content-scroll .content-box-bottom .comment-title{font-weight:700!important}.interact-content-scroll .content-box-bottom img{max-width:100%;max-width:232px;max-height:200px}.interact-content-scroll .content-box-bottom .emojiMsg{display:inline-block;vertical-align:middle}.interact-content-scroll .content-box-bottom .quote{margin-top:8px;padding-top:8px;border-top:1px dashed #ccd7df;color:#666}.interact-content-scroll .myself{background:rgba(233,64,65,.08)}.speak-area{margin-top:5px;width:296px;height:95px;background:#fff;border-radius:4px;border:1px solid #ccd7df;display:none}.speak-area .speak-input-wrap{padding:8px}.speak-area .speak-input{height:40px}.speak-area .speak-input::-webkit-scrollbar{width:18px}.speak-area .speak-input::-webkit-scrollbar-thumb{border-radius:10px;background-color:#ebeff3;border:6px solid transparent;background-clip:content-box}.speak-area .rhemoji-input-box:before{color:#bbb!important}.speak-area .rhemoji-input-box,.speak-area .rhemoji-input-box:before{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;line-height:20px}.speak-area .rhemoji-input-box{color:#333!important}.speak-area .actions{padding:0 8px 8px}.speak-area .emoji-icon img{height:20px;width:20px;display:inline-block;margin-top:4px}.speak-area .count{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#bbb;line-height:20px;margin:4px 6px 0 0}.speak-area .count .cur-count{color:#333}.speak-area .send-btn{font-size:14px;font-family:PingFangSC-Medium,PingFang SC;font-weight:500;color:#fff;line-height:20px;padding:4px 18px;background:#e9b2b8;border-radius:2px;cursor:not-allowed}.speak-area .send-btn.active{background:#b60014;cursor:pointer}.speak-area .rhemoji-list-wrap{left:-21px!important}.speak-area .triangle-icon{left:25px!important}.declare{margin-top:8px;font-size:12px;line-height:17px;color:#999}.declare a{color:#09f}