@charset "utf-8";
/* CSS Document */

.shareCon iframe.attach-module {display: block;width: 100% !important;margin: 5px 0;}
@media only screen and (min-width: 690px){
/* 	.shareCon iframe.attach-module { */
/*         height: 100px; */
/* 	} */
}
@media only screen and (max-width: 690px){
	.shareCon iframe.attach-module {
	    height: 74px;
	}
}
/*立即打开*/
.onload_pos{ height:50px;}
.tishi{position:fixed;top:0;left:0;z-index:8;width:100%;height: 50px;background-color: #4a4a4a;padding:0 15px 0 16px;background-position: bottom center; background-repeat: no-repeat; background-size: 100% 1px;
	display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: box;-moz-box-align: center;-webkit-box-align: center;box-align: center;}
.tishi .logo{-moz-box-flex: 1;-webkit-box-flex: 1; }
.tishi .logo img{ display:block; height: 36px; }
.tishi .close{display: block; width:14px; height:14px; background:url(/res/att/images/tishi_close.png) center center / contain no-repeat;}
.tishi .btn{display:block; width:50px; height:30px; margin-right: 15px; line-height:30px;font-size:14px;color:#FFF; background:#33adff; border-radius:15px; text-align:center; }
.editor-image{ background-color:unset!important;}
.annex-audio {
	width: 60px;
	height: 60px;
	position: relative;
	margin-right: 10px;
}

.annex-audio-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	display: block;
	background-image: url(/res/att/images/icon_att_voice.png);
	background-repeat: no-repeat;
	background-size: auto 60px;
	background-position: -120px 0;
}

.animate .annex-audio-img {
	-webkit-animation: ani 0.5s steps(3) infinite;
}
#share_attr{padding: 0 15px 20px; max-width: 720px; margin: 0 auto;}
.share_attr{padding: 0 15px 20px;}
.notes-forward{ position:relative; padding:12px; margin-top:10px; z-index:0;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: box;-moz-box-align: center;-webkit-box-align: center;box-align: center;}
.notes-forward::before{position: absolute; z-index: -1;top: 0;left: 0;width: 200%;height: 200%; content: ""; box-sizing: border-box;-webkit-transform: scale(.5);transform: scale(.5); -webkit-transform-origin: left top;transform-origin: left top; background: #f4f5f6;}
.notes-forward .img{position: relative; width:50px; height: 50px; margin-right:11px; border-radius: 4px; overflow:hidden;}
.notes-forward .img img{width:100%; height:100%;}
.notes-forward .dl{-moz-box-flex: 1;-webkit-box-flex: 1;}
.notes-forward h2{width:100%; color:#333; line-height:1.4; margin-bottom: 2px; font-size: 15px; font-weight: normal; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.notes-forward p.con{ font-size:12px; line-height:1.3; color:#999;margin-bottom: 1px; display:-webkit-box;display:box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.notes-forward object{ font-size:12px; line-height:15px;  color:#999;}
.notes-forward .aside{font-size:11px;color:#999; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.notes-forward .blue{ color:#0099ff;}
/*左侧遮罩*/
.playmask{display: none; position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 10; background: rgba(0,0,0,0.5); border-radius: 3px;}
.playmask audio{display: none;}
.playmask .playicon{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
@keyframes rotate{	from{transform: rotate(0);}	to{transform: rotate(360deg);} }
.audio-content{display: none; height: 18px;}
/*进度条*/
.audio-progress { position: relative; float: left; width: calc(100% - 90px); height: 2px; margin: 7px 10px 0 0; background: #eee; }
.audio-progress .audio-progress-detail { height: 100%; width: 100%; background: #ebebeb; position: relative; cursor: pointer; }
.audio-progress .audio-progress-detail .audio-voice-p { width: 0%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; background: #0099ff; z-index: 2; }
.audio-progress .audio-progress-detail .audio-buffer-p { width: 0%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; background: #d9d9d9; z-index: 1; }
.audio-progress .audio-origin-bar { position: absolute; top: 0; left: 0; width: calc(100% - 12px); height: auto; }
.audio-progress .audio-origin { position: absolute; left: 0; top: 50%; z-index: 2; width: 12px; height: 12px; margin-top: -6px; margin-left: 0; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; background-color: #FFFFFF; box-shadow: 0 0 3px 1px #ebebeb; }
.audio-progress .audio-origin.loading { animation: rotate 1s linear infinite; background-image: url(/res/att/images/loadingmini.png); background-size: 10px 10px; background-position: center center;  background-repeat: no-repeat; }
/*正在加载*//*时间进度*/
.audio-loading-text,.audio-time {display: none; float: left; width: 80px; height: 18px; line-height: 18px; font-size: 11px; color: #999999;}

/*加载中*/
.loading .playmask{display: none;}
.loading .audio-loading-text{display: block;}
.loading .audio-time{display: none;}
.loading .audio-content {display: block;}
.loading .audio-origin { animation: rotate 1s linear infinite; background-image: url(/res/att/images/loadingmini.png); background-size: 10px 10px; background-position: center center; background-repeat: no-repeat; }
.loading .aside{display: none;}
/*播放状态*/
.play .playmask{display: block;}
.play .playmask .playicon{background: url(/res/att/images/play.png) center center / 16px 16px no-repeat;}
.play .audio-loading-text{display: none;}
.play .audio-time{display: block;}
.play .audio-content {display: block;}
.play .audio-origin{background-image: none;}
.play .aside{display: none;}
/*暂停状态*/
.pause .playmask{display: block;}
.pause .playmask .playicon{background: url(/res/att/images/pause.png) center center / 16px 16px no-repeat;}
.pause .audio-loading-text{display: none;}
.pause .audio-time{display: block;}
.pause .audio-content {display: block;}
.pause .audio-origin{background-image: none;}
.pause .aside{display: none;}
@keyframes rotate{	from{transform: rotate(0);}	to{transform: rotate(360deg);} }

@-webkit-keyframes ani {from { background-position:00
	
}

to {
	background-position: -180px 0
}

}
.annex-audio-bot {
	width: 100%;
	height: 100%;
}
/*评论样式2019.12.27*/
.commentWrap{max-width: 720px;margin:0 auto;display: none;}
.grayLine{height: 8px;background: #F5F6F8;}
.commentList{padding:0 15px;}
.commentListTop{border-radius: 2px; border: 1px solid #CCCCCC; padding: 0 3px; height: 16px; line-height: 14px; text-align: center; font-size: 12px; color: #B3B3B3; display: inline-block; vertical-align: middle;position: relative;top: -1px;margin-left:7px}
.commentNav{height: 40px;line-height: 40px;font-size:15px;color:#999;position: relative;display: none;}
.commentNav:after{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;-webkit-transform: scaleY(.5);transform: scaleY(.5);-webkit-transform-origin: 0 0;transform-origin: 0 0;background-color:#EBEBEB;}
.commentUl .gray{color:#999;}
.commentUl li{padding:15px 0 12px;position: relative;}
.commentUl li:after{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;-webkit-transform: scaleY(.5);transform: scaleY(.5);-webkit-transform-origin: 0 0;transform-origin: 0 0;background-color:#EBEBEB;}
.commentUl .imgLogo{width:40px;height: 40px;border-radius: 3px;overflow: hidden;background: #e7e8e7;}
.commentUl .imgLogo img{display: block;width:100%;height: 100%;}
.commentLib{padding-left:50px;}
.commentLib .lib_box{height: 40px;display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center;-moz-align-items: center;-webkit-align-items: center;align-items: center;}
.commentLib .lib_tit{font-size:16px;color:#666;line-height: 23px;}
.commentLib .lib_value{font-size:13px;color:#999;}
.commentLib .replycontent{margin-top:6px;font-size:17px;line-height: 24px;color:#666;word-break: break-word;}
.commentLib .replyImg{margin-top:10px;position: relative;}
.commentLib .replyImg:before{content: '';position: absolute;top: 0;left: 0;right:0;bottom:0;width: 200%;height: 200%;-webkit-transform: scale(0.5);-webkit-transform-origin: left top;transform: scale(0.5);transform-origin: left top;border:1px solid #D9D9D8;box-sizing:border-box;}
.commentLib .replyImg img{display: block;width:100%;}
.commentLib .replyreplyContent{margin-top:15px;font-size:16px;color:#666;word-break: break-word;}
.commentLib .picBox{margin-top:10px;}
.commentLib .picBox .img{width:32%;height:1.92rem;margin-right: 2%;overflow: hidden;float: left;position:relative;}
.commentLib .picBox .img:before{content: '';position: absolute;top: 0;left: 0;right:0;bottom:0;width: 200%;height: 200%;-webkit-transform: scale(0.5);-webkit-transform-origin: left top;transform: scale(0.5);transform-origin: left top;border:1px solid #DEDFDE;box-sizing:border-box;}
.commentLib .picBox .img img{display: block;width:100%;height: 100%;}
.commentLib .picBox .img:nth-child(3n){margin-right:0;}
.commentLib .picBox .img:nth-child(3):after{content: "";width:28px;height: 12px;position: absolute;right:0;bottom: 0;background: url(/res/att/images/img_more.png) right bottom/28px auto no-repeat;}
.pullUp{height: 40px;line-height: 40px;font-size: 14px;text-align: center;color: #b3b3b3;}
/*附件样式*/
.appendix{
	background-color: #f4f5f6;
	margin-top:10px;
}
.appendix a{
	display:block;
	width:100%;
	height:100%;
	padding:8px 12px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
	min-height: 74px;
}
.appendix .imgDiv{
	width:50px;
	height:50px;
	margin:2px 10px 2px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
.appendix .voiceImg{
	background-image: url(/res/att/images/icon_att_voice.png);
	background-repeat: no-repeat;
	background-size: auto 50px;
	background-position: -100px 0;
}
.animate .voiceImg{-webkit-animation: ani 0.5s steps(3) infinite;}
@-webkit-keyframes ani{from {background-position: 0 0}to {background-position: -150px 0}}
.appendix .imgDiv img{
	width:100%;
	height:100%;
	display:block;
}
.appendix .textDiv{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	flex:1;
	width: 100%;
}
.appendix .textDiv h4{
	white-space: normal;
	font-size: 16px;
	color:#333;
	line-height: 19px;
	max-height:38px;
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
	word-wrap: break-word;
	word-break: break-all;
}
.appendix .textDiv p{
	font-size: 11px;
	color:#999;
	line-height: 16px;
	max-height: 32px;
	margin-top: 2px;
	display:-moz-box;
	display:-webkit-box;
	display:box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
.appendix .textDiv .tag{
	display:inline-block;
	vertical-align: top;
	font-style: normal;
	font-size: 12px;
	width:26px;
	height:16px;
	line-height: 16px;
	text-align: center;
	background:#5aaaf8;
	color:#fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	margin-bottom: 10px;
}
.appendix .textDiv em{
	display: inline-block;
	vertical-align: top;
	transform: scale(0.8);
	font-style: normal;
}
.smallFize .textDiv h4{
	font-size: 15px;
}
.noSupport a{
	min-height: 50px;
}
.noSupport .textDiv{
	/* min-height: 31px; */
}
.noSupport .textDiv h4{
	font-size: 12px;
	color:#999;
}
.smallIcon .imgDiv img{
	width:auto;
	height:auto;
	max-width: 30px;
	max-height: 30px;
}
.areaIcon{
	display:inline-block;
	vertical-align: top;
	width:10px;
	height:14px;
	margin-top: 1px;
	margin-right: 5px;
}
.liveBox a{
	display:block;
	padding: 0 0;
	position:relative;
}
.liveBox{
	position:relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow:visible;
}
.liveBox::after{
	display:block;
	content:"";
	width:200%;
	height:200%;
	box-sizing:border-box;
	border:1px solid #ebebeb;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	-moz-transform-origin: left top;
	transform-origin: left top;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom: 0;
	z-index: 9;
}
.liveBox .liveBg{
	padding: 13px 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.liveBox .live{
	width:100%;
	height:22px;
	line-height: 22px;
	padding:0 10px;
	overflow: hidden;

}
.liveBox .imgDiv{
	width:36px;
	height:36px;
	min-width: 36px;
	margin: 1px 10px 1px 0;
}
.liveBox .textDiv{
	min-height: 36px;
}
.liveing .liveBg{
	background:#0099ff;
}
.lived .liveBg{
	background:#f4f5f6;
}
.playback .liveBg{
	background:#fff;
}
.liveing .textDiv h4,
.liveing .textDiv p{
	color:#fff;
}
.liveBox .live p{
	font-size:11px;
	color:#999;
}
.liveBox .live p.fl{
	float: left;
}
.liveBox .live p.fr{
	float: right;
	padding-right: 15px;
	background:url(/res/att/images/arrowfr.png) right center no-repeat;
	-o-background-size: auto 10px;
	-ms-background-size: auto 10px;
	-moz-background-size: auto 10px;
	-webkit-background-size: auto 10px;
	background-size: auto 10px;
}
.liveing .live{
	background:#fff;
}
.lived .live{
	background:#fff;
}
.playback .live{
	background:#f4f5f6;
}
.oneLine h4{
	display: block;
	white-space: nowrap;
}
.oneLine p{
	display: block;
	white-space: nowrap;
}
.oneLine p.mainTxt{
	font-size:12px;
	white-space: normal;
	line-height: 17px;
	max-height: 32px;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;
}
.oneLine p .blue{
	font-weight: normal;
	color:#0099ff;
}
.redPacket{
	background:#fa9d3b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.redPacket .imgDiv img{
	width:auto;
	height:39px;
}
.redPacket .textDiv h4,
.redPacket .textDiv p{
	color:#fff;
}

.groupAppendix a{
	padding: 12px 12px;
}
.groupAppendix .imgDiv{
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin: 0 10px 0 0;
}
.groupAppendix .textDiv{
	min-height: 50px;
}
.groupAppendix .textDiv .tag{
	margin-bottom: 5px;
}
.groupAppendix .groupchatImg{overflow:hidden; display: block;background-color: #dddee0; position: relative;}
.groupAppendix .groupchatImg img{width:100%; height:100%;}
.groupAppendix .groupImg1 img{width:100%; height:100%;}
.groupAppendix .groupImg2 img,.groupAppendix .groupImg3 img,.groupAppendix .groupImg4 img{position:absolute;width:24px; height:24px;}
.groupAppendix .groupImg2 img:nth-of-type(1){top:50%; left:0;margin-top:-12px;}
.groupAppendix .groupImg2 img:nth-of-type(2){right:0; top:50%;margin-top:-12px;}
.groupAppendix .groupImg3 img:nth-of-type(1){top:0; left:50%; margin-left:-12px;}
.groupAppendix .groupImg3 img:nth-of-type(2){left:0; bottom:0;}
.groupAppendix .groupImg3 img:nth-of-type(3){right:0; bottom:0;}
.groupAppendix .groupImg4 img:nth-of-type(1){left:0; top:0;}
.groupAppendix .groupImg4 img:nth-of-type(2){right:0;top:0;}
.groupAppendix .groupImg4 img:nth-of-type(3){left:0;bottom:0;}
.groupAppendix .groupImg4 img:nth-of-type(4){right:0;bottom:0;}
@media screen and (min-width: 212px){html{font-size:28.4px}}
@media screen and (min-width: 319px){html{font-size:42.67px}}
@media screen and (min-width: 359px){html{font-size:48px}}
@media screen and (min-width: 374px){html{font-size:50px}}
@media screen and (min-width: 383px){html{font-size:51.2px}}
@media screen and (min-width: 399px){html{font-size:53.2px}}
@media screen and (min-width: 414px){html{font-size:55.2px}}
@media screen and (min-width: 423px){html{font-size:56.53px}}
@media screen and (min-width: 479px){html{font-size:64px}}
@media screen and (min-width: 539px){html{font-size:72px}}
@media screen and (min-width: 639px){html{font-size:85.33px}}