.content{
	width: 23.4375rem;
}
.back_con{
	width: 100%;
	position: fixed;
	line-height: 120;
	height: 120;
	left: 0;
	bottom: 0;
	background: rgba(31,31,31,0.5);
	display: flex;
	flex-direction: row;
	flex-flow: nowrap;
	justify-content: flex-start;
	align-items: center;
	font-size:36;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color: #fff;
}
.back_con img{
	width: 40;
	height: 40;
	margin: 0 40;
}
.mddcomment-title {
	border-bottom: 1px solid #e6e6e6;
	// overflow: hidden;
	position: fixed;
	z-index: 10;
	background: #ffffff;
	top: 0;
	width: 100%;
	left: 0;
}
.mddcomment-title .titleitem {
	width: 30%;
	display: inline-block;
	float: left;
	height: 3.75rem;
	line-height: 3.75rem;
	text-align: center;
}
.mddcomment-title .titleitem>div {
	display: inline-block;
	height: 3.75rem;
	line-height: 3.75rem;
	position: relative;
	font-size: 0.875rem;
}
.mddcomment-title .titleitem>div .activeline {
	position: absolute;
	height: 0.3125rem;
	background: #2bd9e8;
	left: -0.3125rem;
	right: -0.3125rem;
	bottom: 0px;
	border-radius: 0.3125rem 0.3125rem 0 0;
}
.mddcomment-title .mddcomactiveItem>div {
	font-weight: 600;
}

.sc_posi{
	position: fixed;
	top:3.75rem;
	left: 0;
	z-index: 5;
	background: #fff;
}
.sc_posi .scroll-box {
	width: 23.4375rem;
	height: 3.75rem;
	line-height: 3.75rem;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
}
.sc_posi .scroll-box .scroll-item {
	height: 2rem;
	line-height: 2rem;
	padding: 0 1.25rem;
	border-radius: 0.25rem;
	font-size: 0.875rem;
	background: #f5f5f5;
	color: #303030;
	margin-left: 0.625rem;
}
.sc_posi .scroll-box .active-scroll-item {
	color: #ffffff;
	background: #2bd9e8;
}
.comment-box {
	min-height: 100vh;
	padding-top: 6.875rem;
	box-sizing: border-box;
}
.comment-box .comment {
	padding: 1.25rem 1rem 0;
	box-sizing: border-box;
}
.comment-box .comment .comment-body {
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #f2f2f2;
}
.comment-box .comment .comment-body .comment-content {
	font-size: 0.875rem;
	line-height: 1.875rem;
	position: relative;
    max-height: 9.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    flex-direction: column;
}
.comment-box .comment .comment-body .isopen {
	height: auto;
	overflow: auto;
    -webkit-line-clamp:none;
    max-height: none;
}
.comment-box .comment .comment-body .comment-content span {
	position: absolute;
	right: 0;
	bottom: -0.3125rem;
	background: #ffffff;
	font-size: 0.875rem;
	font-weight: 600;
}
.comment-box .comment .comment-body .ugcinfo {
	margin-top: 1.25rem;
	height: 1.5625rem;
	line-height: 1.5625rem;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-flow: nowrap;
	justify-content:space-between;
	align-items: center;
}
.comment-box .comment .comment-body .ugcinfo .author-rt{
	display: flex;
	flex-direction: row;
	flex-flow: nowrap;
	justify-content:flex-end;
	align-items: center;
}
.comment-box .comment .comment-body .ugcinfo .author-rt label{
	font-size: 0.75rem;
}
.comment-box .comment .comment-body .ugcinfo .author-rt .b {
	font-weight: 600;
}
.comment-box .comment .comment-body .ugcinfo .author-rt .author{
	max-width: 3.75rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.comment-box .comment .comment-body .ugcinfo .month {
	display: inline-block;
	height: 1.5625rem;
	line-height: 1.5625rem;
	padding: 0 0.78125rem 0 1.875rem;
	position: relative;
	font-size:0.75rem;
	color: #303030;
	background: #f2f2f2;
	border-radius: 0.78125rem;
}
.comment-box .comment .comment-body .ugcinfo .month img {
	width: 1.1875rem;
	height: 1.1875rem;
	position: absolute;
	left: 0.4375rem;
	top: 0.1875rem;
}
.comment-box .futurecomment {
	padding: 1.5625rem 1.25rem 1.25rem;
}
.comment-box .futurecomment .guige-list {
	padding: 0 0 0.625rem 1.75rem;
	position: relative;
	border-bottom: 1px solid #f2f2f2;
	z-index: 2;
}
.comment-box .futurecomment .guige-list>div {
	font-size: 0.875rem;
	color: #303030;
	padding-bottom: 0.9375rem;
	position: relative;
	z-index: 1;
}
.comment-box .futurecomment .guige-list .gu-item::before {
	position: absolute;
	z-index: 10;
	display: block;
	width: 0.4375rem;
	height: 0.4375rem;
	border-radius: 0.25rem;
	background-color: #79d8e0;
	content: '';
	left: -1.375rem;
	top: 0.375rem;
	z-index: 20;
}
.comment-box .futurecomment .guige-list .line {
	position: absolute;
	width: 0.3125rem;
	left: 0.4375rem;
	top: 0.3125rem;
	bottom: 0.9375rem;
	background-color: #e3fdff;
	border-radius: 0.1875rem;
}
.comment-box .futurecomment .fc-title{
	height: 4.375rem;
	line-height: 4.375rem;
	text-align: center;
}
.comment-box .futurecomment .fc-title .title{
	position: relative;
	display: inline-block;
	height: 0.9375rem;
	line-height: 0.9375rem;
	font-size: 0.875rem;
	font-weight: 600;
}
.comment-box .futurecomment .fc-title .title .btmline{
	height: 0.1875rem;
	position: absolute;
	left: -0.15625rem;
	right: -0.15625rem;
	background: #2bd9e8;
	bottom: 0.09375rem;
	z-index: -1;
}
.comment-box .futurecomment .fc-content{
	display: inline-block;
	width: 20.9375rem;
	margin: 0 auto;
	box-shadow: 0 0 0.625rem #d9d9d9;
	padding: 1.25rem 0.9375rem 1.25rem 5.9375rem;
	box-sizing: border-box;
	border-radius: 0.625rem;
	min-height: 6.25rem;
	position: relative;
	margin-bottom: 1.25rem;
}
.comment-box .futurecomment .fc-content &.nobtmmargin{
	margin-bottom: 0;
}
.comment-box .futurecomment .fc-content .left-logo{
	position: absolute;
	left: 0;
	top: 0;
	width: 5.625rem;
	height: 5.625rem;
}
.comment-box .futurecomment .fc-content .left-logo img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 2.625rem;
	width: auto;
}
.comment-box .futurecomment .fc-content .fc-text{
	font-size: 0.875rem;
	color: #303030;
	line-height: 1.25rem;
	position: relative;
}
.comment-box .futurecomment .fc-content .fc-text img{
	position: absolute;
	width: 0.8125rem;
	height: 0.75rem;
	left: -1.25rem;
	top: -0.375rem;
}
.pdt140{
	padding-top: 4.375rem;
}
.mdd-tit {
	width: 34%;
	display: inline-block;
	margin: 1.18rem 0;
	padding-left: 1.2rem;
	float: left;
	border-right: 1px solid #ddd;
	background: url(https://images.weelv.com/static/icon/backarrow.png) no-repeat;
	background-size: 0.35rem;
	background-position: 0.5rem 0.4rem;
}
.mdd-tit a{
	font-size: 1rem;
	padding-left: 0.3rem;
	font-weight: 600;
	color: #444;
}