.detail_hed{
	padding: .44rem .32rem;
	background: #fff;
	line-height: initial;
}
.detail_hed .banner{
	width: 100%;
	height: 2.8rem;
	overflow: hidden;	
	border-radius: 8px;
}
.detail_hed .banner img{
	width: 100%;
}
.detail_hed h3{
	color: #353535;
	font-size: .36rem;
	padding: .24rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.detail_hed h3 i{
	background: url(../../Images/Product/sy_icon_ht3.png) no-repeat;
	background-size: 100% 100%;
	width: .36rem;
	height: .36rem;
	display: inline-block;
	position: relative;
	top: .03rem;
	margin-right: .08rem;
}
.detail_hed .text{
	color: #666;
	font-size: .28rem;
}

.detail_select{
	overflow: hidden;
	padding-top: .6rem;
}
.detail_select ul li{
	width: 2rem;
	height: .72rem;
	line-height: .72rem;
	font-size: .28rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	float: left;
}
.detail_select ul li:first-child{
	background: url(../../Images/Master/opinion/sy_bg_topic12x.png) no-repeat;
	background-size: 100% 100%;
}
.detail_select ul li:last-child{
	background: url(../../Images/Master/opinion/sy_bg_topic22x.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	left: -.15rem;
}

.detail_ok{
	position: relative;
}
.detail_ok ul{
	overflow: hidden;
	padding-top: .7rem;
}
.detail_ok ul li{
	float: left;
	opacity: .5;
}
.detail_ok ul.rightCss li.r_text,
.detail_ok ul.leftCss li.l_text{
	opacity: 1;
}
.detail_ok ul li.on{
	opacity: 1;
}
.detail_ok ul li p{
	font-size: .28rem;
	font-weight: bold;
	padding-bottom: .1rem;
	display: none;
}
.detail_ok ul li span{
	width: 100%;
	height: .24rem;
	position: relative;
}
.detail_ok ul li.l_text p{
	color: #FEA967;
}
.detail_ok ul li.l_text span{
	background: #fea967;
	border-radius: 20px 0px 40px 20px;
}
.detail_ok ul li.l_text span::after{
	content: "";
	height: .64rem;
	width: .06rem;
	background: #fff;
	position: absolute;
	right: 0px;
	top: -.24rem;
	transform: rotate(32deg);
	z-index: 3;
	/* background: url(../../Images/Master/opinion/left_icon.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: .24rem;
	position: absolute;
	left: 0;
	top: 0; */
}
.detail_ok ul li.r_text p{
	color: #01B2B6;
	text-align: right;
}
.detail_ok ul li.r_text span{
	background: #01b2b6;
	border-radius: 40px 20px 20px 0px;
}
.detail_ok ul li.r_text span::after{
	content: "";
	height: .64rem;
	width: .06rem;
	background: #fff;
	position: absolute;
	left: 3px;
	top: -.24rem;
	transform: rotate(32deg);
	z-index: 3;
	/* background: url(../../Images/Master/opinion/right_icon.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: .24rem;
	position: absolute;
	left: 0;
	top: 0; */
}
.detail_ok a{
	width: 2.34rem;
	height: .58rem;
	border: 1px solid #01b2b6;
	border-radius: 14px 14px 14px 4px;
	position: absolute;
	right: 0;
	bottom: -.7rem;
	background: #fff;
	color: #01B2B6;
	font-size: .24rem;
	line-height: normal;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center
}
.detail_ok a i{
	background: url(../../Images/Master/opinion/sy_icon_edit.png) no-repeat;
	background-size: 100% 100%;
	width: .28rem;
	height: .28rem;
	display: inline-block;
	margin-right: .08rem;
}
.detail_wz{
	color: #999;
	font-size: .24rem;
	padding-top: .32rem;
}
.detail_wz i{
	background: url(../../Images/Master/opinion/sy_icon_ht_cy.png) no-repeat;
	background-size: 100% 100%;
	width: .24rem;
	height: .24rem;
	display: inline-block;
	margin-right: .08rem;
	position: relative;
	top: .015rem;
}
.tabs_text .bg{
	padding-bottom: .2rem;
}
.choose_detail{
	padding-top: .32rem;
	font-size: .24rem;
}
.c_choose_1{
	color: #FFA960;
}
.c_choose_2{
	color: #01B2B6;
}
.detail_comments{
	position: fixed;
	bottom: 0;
	left: 0;
	/* height: 1rem; */
	z-index: 999;
	width: 100%;
	/* border-top: solid 1px #EEEEEE; */
	background: #fff;
	padding: 4px .32rem;
	line-height: normal;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center
}
.detail_comments img,
.mask_comments img,
.textar_box_img{
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	margin-right: .24rem;
}
.detail_comments .textar_box,
.mask_comments .textar_box,
.textar_box_ts{
	/* margin-left: .24rem; */
	flex: 1;
	-webkit-flex: 1;
	background: #F7F7F7;
	border-radius: 36px;
	height: 0.8rem;
}
.flex_de{
	height: .8rem;
	position: relative;
	line-height: normal;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	/* justify-content: center; */
	align-items: center;
	align-content: center;
}
.textar_box i{
	background: url(../../Images/Member/address/sy_icon_edit.png) no-repeat;
	background-size: 100% 100%;
	width: .28rem;
	height: .28rem;
	display: inline-block;
	margin-left: .2rem;
	/* position: absolute;
	left: .24rem;
	top: .3rem; */
 }
.textar_box .textarea{
	width: 80%;
	flex: 1;
	position: absolute;
	left: .6rem;
	top: .25rem;
	word-break: break-all;
	color: #333;
	font-size: .26rem;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #BBBBBB;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #666;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #666;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #666;
}
.btn_fasong{
	/* margin-left: .2rem; */
    width: 1.08rem;
    height: .8rem;
	line-height: .8rem;
	/* text-align: center; */
	padding-left: .3rem;
    /* background: #01b2b6; */
	border-radius: 4px;
	color: #BBBBBB !important;
	font-size: .32rem;
	display: none;
}
.btn_fasong.on{
	color: #01B2B6!important;
}

.pop_comments .mask_comments{
	background: #fff;
	position: fixed;
	width: 100%;
	height: 10rem;
	left: 0;
	bottom: 0;
	z-index: 10001;
	border-radius: 12px 12px 0px 0px;
	overflow: hidden;
}

.app_comments_box{
	width: 100%;
	max-height: 8.8rem;
	overflow: scroll;
	padding: .4rem .32rem 1rem .32rem;
}
.replay_list .rep_concter .rep_huifu{
	padding-left: .16rem;
}
.footer_de{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;	
	padding: .2rem .32rem;
	background: #fff;
	line-height: normal;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	z-index: 99999;
}

.pop_comments .list_section .follow_btn{
	right: 0;
	top: .1rem;
}
.close_pop{
	background: url(../../Images/Index/tool_icon_close.png) no-repeat;
	background-size: 100% 100%;
	width: .24rem;
	height: .24rem;
	position: absolute;
	right: .32rem;
	top: .32rem;
	z-index: 200;
}
.no_comments{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #666666;
	font-size: .28rem;
}
.no_comments img{
	width: .72rem;
	height: .72rem;
	margin-top: 1.2rem;
}

.btn_yh{
	margin-top: .2rem;
	display: inline-block;
	border-radius:20px;
	background: #01B2B6;
	padding: .15rem .35rem;
	text-align: center;
	color: #fff !important;
}



.pop_comments .list_section .discuss_banner{
	/* display: none; */
}
.pop_comments .no_comments{
	position: initial;
	transform: translate(0,0);
}
.pop_comments .no_comments img{
	margin-top: .6rem;
}


.app_comments_hed{
	color: #333333;
	font-size: .32rem;
	font-weight: bold;
	text-align: center;
	height: 1rem;
	line-height: 1rem;
	border-bottom: solid 1px #EEEEEE;
}
.comments_mask,
.footer_de_mask{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 900;
	display: none;
}
.footer_de_mask{
	z-index: 90000;
}
.mask{
	background: rgba(0, 0, 0, 0.3);
}