.body {
    margin-top: .44rem;
}
.frd-container{
	max-width: 3.75rem;
    margin: auto;
    font-size: .15rem;
    background: #fff;
    clear: both;
    overflow: hidden;
    color: #333;       
}

.frdpd2{
	padding: 0rem .2rem .2rem;
}
.resepd{
	padding:0rem .2rem .2rem;
}
.frdhead{
	display: flex;
    justify-content:flex-start;
    padding: .2rem 0rem;
    align-items: center;
}
.frdhead img{
	width: .45rem;
    height: .45rem;
    border-radius: 50%;
}

.frdhead .frdheadinfo{
	margin-left: .1rem;
	display: flex;
	justify-content: space-between; 
	width: 2.8rem;
}

.frdhead .frdheadinfo .headright img{
	width: .2rem;
    height: .2rem;
    border-radius: 0;
}
.frdhead .frdcont{
	font-size: .15rem;
}

.frdhead .frdheadinfo .frdheadname
{
	font-size: .15rem;
    font-weight: bold;
}

.frdhead .frdheadinfo .frdheadtxt{
	font-size: .132rem;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .05rem;
}


.frdcont{
	font-size: .15rem;
	margin-bottom: .1rem;
	text-align: justify;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.frdcontall{
	font-size: .15rem;
	margin-bottom: .1rem;
	text-align: justify;
}

.frdfulltxt{
	font-size: .13rem;	
	color: #5c90d2;
	text-align: center;
	margin:0 auto;
}

.frdimg{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	margin: .15rem 0rem;
	align-content: flex-start;
}

.frdimg .frdimgitem{	
	width:33%;
	height:1.1rem;
	margin-bottom:.06rem;
	border-bottom: 0px;
}

.frdimg .frdimgitem img{
	width:1rem;
	height: 1rem;
	border-radius:.06rem;
}

.frdvideorow{
	width: 3.35rem;
	height: 2.5125rem;
	margin:.15rem 0rem;
	background: #000;
	position: relative;
	border-radius: .05rem;
}
.frdvideorow .frdvideo{
	width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    right: 0;  
}

.frdzan{
	display: flex;
	justify-content: space-between;
	font-size: .132rem;
	}
.frdzan .frdflleft{	
	color: #999;
}
.frdzan .frdflright{
	color: #333;
}
.frdzan .frdflright .msg{
	margin-right: .06rem;
}
.frdzan .frdflright span{
	font-size: .15rem;
}
.frdzan .frdflright span i{
	margin-left: .02rem;
}


.frdcomt{
	background: #f7f6f6;
	padding: .12rem;
    border-radius: .05rem;
    margin: .18rem 0;
}

.frdcomt .comthead{	
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 3.11rem;	
}
.frdcomt .comthead img{
	margin-right: .1rem;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	float: left;
}
.frdcomtrow .comtrowhead img{
	margin-right: .1rem;
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	float: left;
}
.frdcomt .comthead .comtrow{
	width: 2.5125rem;
}
.frdcomt .comthead .comtrow h1,.frdcomtrow .comtrowhead .comtrow h1{
	font-size: .15rem;
}
.frdcomt .comthead .comtrow .comttxt,.frdcomtrow .comtrowhead .comtrow .comttxt{
	display: flex;
	justify-content: space-between;
	margin-top: .02rem;
	color: #999;
}
/*.frdcomtrow .comtrowhead .comtrow .comttxt span{*/
	/*font-size: .132rem;*/
/*}*/
/*.frdcomtrow .comtcont{*/
	/*font-size: .15rem;*/
	/*margin: .05rem 0rem;*/
/*}*/
/*.frdcomtrow .comtreply{*/
	/*font-size: .132rem;*/
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*color: #333;*/
/*}*/
/*.frdcomtrow .comtreplycont{*/
	/*background: #f3f7fa;*/
    /*padding: .1rem;*/
    /*font-size: .132rem;*/
    /*border-radius: .05rem;*/
/*}*/
/*.frdcomtrow .comtreplycont li{*/
	/*display: list-item;*/
	/*padding: .02rem 0rem;*/
	/*text-align: justify;*/
/*}*/
/*.frdcomtrow .comtreplycont .contname{*/
	/*min-width: .5rem;*/
	/*color: #999;*/
/*}*/
.clearfloat:after {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    clear: both;
    display: block;
    content: " ";
}

.frdcomtotal{
	font-size: .15rem;
	font-weight: bold;
}
.frdheadinfo .frdarticlecont{
	font-size: .15rem;
	margin-top: .05rem;
	margin-bottom: .1rem;
	text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;	
}
.frdheadinfo .frdarticlecontall{
	font-size: .15rem;
	margin-top: .05rem;
	margin-bottom: .1rem;
	text-align: justify;
	}
.frdarticlerow{
	background: #f3f7fa;
	padding: .1rem;
	display: flex;
	align-items: center;
	border-radius: .05rem;
	margin: .1rem 0rem;
}

.frdarticlerow .articleimg{
	width: .5rem;
	height: .5rem;
	margin-right: .1rem;
	border-radius: inherit;
}
.frdarticlerow .articletxt{
	font-size: .132rem;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: fit-content;
}

.frdarticlerow .articlebox{
	width: 2.75rem;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;	
}
.frdarticlerow .articlebox .articletitle{
	font-size: .15rem;
	font-weight: bold;
}
.frdarticlerow .articlebox .articletitle .titlepri{
	color: #f2304a;
	margin-left: .05rem;
}
.frdarticlerow .articlebox .articleadds{
	font-size: .132rem;
}
.frdmg{
	margin-top: .1rem;
}
.frmgbot10{
	margin-bottom: .2rem;
}
.frmgbot1{
	margin-bottom: .1rem;
}
.frmg2{
 	padding:.2rem 0rem .1rem;	
}
.frdcomtrow{
	padding: .12rem 0rem;
    border-radius: .05rem;
    border-bottom: .01rem solid #f2f2f2; 
}
.frdcomtrow:last-child{
	border-bottom:0;
}

.frdcomtrow .comtrowhead{
	display: flex;
    align-items: center;
    width: 3.35rem;
}

.frdcomtrow .comtrowhead .comtrow{
	width: 2.7525rem;
}

.editmsg{
	width: 0.42rem;
    height: 0.42rem;
    position: fixed;
    bottom: 1.7rem;
    right: .15rem;
    z-index: 100;
}
.editmsg .editmsg-icon{
	width: 0.42rem;
    height: 0.42rem;
    line-height: 0.42rem;
    position: absolute;
    top: 0;
    right: 0;
    background: #f4304a;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}
.editmsg .icosize{
	font-size: .28rem;
}


.reseul .imgcont {
    display: inline-block;
    margin-top: .1rem;
    overflow:hidden
}
.reseul .uphouse {
    width: 1rem;
    height: 1rem;
    position: relative;
    border-radius: .05rem;
    border: .01rem solid rgba(0, 0, 0, .2);
}
.reseul .uphouse {
    float: left;
    margin-right: .05rem;
    text-align: center;
}
.reseul .video_box{
    width: 3.35rem;
    height: 2rem;
    position: relative;
    border-radius: .05rem;
    border: 0.01rem solid rgba(0, 0, 0, .2);
    background: black;
    text-align: center;
}
.imgcont .video_box video {
    max-width: 100%;
    max-height: 100%;
}
.reseul .uphouse .up-mg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
}
.reseul .uphouse .up-mg .tupian {
    text-align: center;
}
.reseul .uphouse .up-mg .upfile {
    padding: 0 .1rem;
    border-radius: .05rem;
    background: url(/uploads/image/smimg/photo.svg);
    background-size: 100% 100%;
}
.reseul .uphouse .up-mg .upvideo {
    padding: 0 .1rem;
    border-radius: .05rem;
    background: ;
    background-size: 100% 100%;
}
.reseul .uphouse .up-mg input {
    opacity: 0;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0;
    left: 0;
}
.reseul .uphouse .up-mg .upfile .uptxt {
    font-size: .132rem;
    color: #666;
}

.resecont{
	max-width: 3.75rem;
    margin: auto;
    font-size: .15rem;
    background: #fff;
    clear: both;
    overflow: hidden;
    color: #333;   
}
.resecont ul li{
	border-bottom: .01rem solid #f2f2f2;
	padding: .1rem 0rem; 
}
.resecont ul li:last-child{
	border-bottom: 0rem;
}
.resecont .resexq{
	/*display: flex;*/
	justify-content: space-between;
	align-items: center;
}
.resexq .xqrow{
	margin-top: 0.1rem;
}
.resecont .resexq .xqlab{
	width: 1rem;
	font-size: .15rem;
	font-weight: bold;
	color: #333;
}

.resecont .resexq .xqipt{
	margin-bottom: 0;
	width: 2rem;
	border:0;
	text-align: right;
	padding: 0;
	color: #666;
}
.resecont .resexq .icogdsize{
	font-size: .18rem;
	color: #ccc;
}

.reseul .comtbox{
	margin-bottom: 0rem;
	/*border:.01rem solid #f2f2f2;
	 background: rgb(246,246,246);
	 */
	border:0;	
	padding: .1rem;
	height: 1rem;
	width: 100%;
}
.imgcont .uphouse img{
	width: 100%;
}
.resecont .reseul li input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
            color:#a5a4a4;
            font-size: .132rem;
        }
.resecont .reseul li input::-moz-placeholder,textarea::-moz-placeholder{
            color:#a5a4a4;
             font-size: .132rem;
        }
.resecont .reseul li input:-moz-placeholder,textarea:-moz-placeholder{
            color:#a5a4a4;
             font-size: .132rem;
        }
.resecont .reseul li input:-ms-input-placeholder,textarea:-ms-input-placeholder{
            color:#a5a4a4;
             font-size: .132rem;
        }
 .reseul .relebtn{
 	width: 100%;
    height: .425rem;
    line-height: .425em;
    font-size: .15rem;
    color: #fff;
    background: #f2304a;
    text-align: center;
    border-radius: 4px;
	border:0;
 }   
     
 .ask-row .ask-titlebox li {
    line-height: .425rem;
    padding: 0.05rem 0;
    border-bottom: 1px solid #edebeb;
    min-height: .425rem;
}
 .search_select div {
    padding: 0 .12rem;
    border-bottom: .01rem solid #edebeb;
    color: #666;
}


/*底部评论弹窗*/
.commbox{
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 8;
}
.commbox .commrow{
	font-size: .13rem;
	position: fixed;
	z-index: 19960825;
	width: 100%;
	display: flex;
	justify-content: space-between;	
	background-color: #fff;
	bottom: 0;
	padding: .1rem .2rem;
	box-sizing: border-box;	
}

.commbox .commrow .comm_icon{
	background:url(/uploads/image/smimg/write_black.svg) .1rem .1rem no-repeat;
	width: 2.8rem;
    padding:.1rem .1rem .05rem .35rem;
    margin: .05rem .05rem .05rem 0rem;
    border-radius: .05rem;
    background-color: rgb(246,246,246);
    border-color: rgb(246,246,246);  
    height: auto;
    line-height: inherit;
}

.commbox .commrow .comm_btn{
	background-color: #f2304a;
	width: .5rem;
	text-align: center;
	color: #fff;
	border-radius: .05rem;
	margin: .05rem 0 .05rem .05rem;	
	padding: 0;
	border:0;
}
.imgcont .uphouse video {
    max-width: 100%;
    max-height: 100%;
}
.up-close{
	position: absolute;
	color: #a9a4a4;
	right: 0.05rem;
	font-size: 0.5rem;
	z-index: 1;
}
.fyq_list li{
	display: block;
	border-bottom: .01rem solid #f2f2f2; 
}
.fyq_list li:last-child{
	border-bottom: 0;
}