body{background: #f2f2f2;}
#banner{
	width: 16rem;
	height: 10.4rem;
}
#banner img{
	width: 16rem;
	height: 10.4rem;
}
#nav{
	width: 100%;
}
#nav ul{
	width: 100%;
	display:table;
	height: 40px;
	background: #02a6a7;
}
#nav ul li{
	display:table-cell;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
#nav ul li a{
	display: block;
	background: #02a6a7;
	font-size: 14px;
	text-align: center;
	color: #fff;
	position: relative;
}
#nav ul li a:after{content: " "; display: block; width: 1px; height: 14px; position: absolute; right: 0; top: 13px; background: #fff;}
#nav ul .three{
 width: 100px;
}
#nav ul .three a{
	text-align: center;
}
#nav ul .three u{
	width: 12px;
	height: 12px;
	display: inline-block;
	position: relative;
	top: 1px;
	left:1px;
}
#nav ul .three u img{
	width: 12px;
	height: 12px;
}
#nav ul li.three a:after{display: none;}
#nav .five{
	display: none;
	width: 100%;
	position: absolute;
	background: #02a6a7;
}
#nav ol{
	width: 96%;
	border-top: 1px solid #008086;
	background: #02a6a7;
	margin: 0 auto;
	padding: 15px 0;
}
#nav ol li{
	float: left;
	color: #fff;
	text-align: right;
	padding: 5px 0;
}
#nav ol li a{
	display: block;
	padding: 0 10px;
	background: #02a6a7;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	border-right: 1px solid #fff;
}
#nav ol li:last-child a{border-right: none;}
#main{
	width: 100%;
	background: #f2f2f2;
	padding: 10px 10px 55px;
}
#main .top{
	width: 100%;
	background: #fff;
}
#main .top ul{
	width: 100%;
}
#main .top ul li{
	width: 33.3%;
	height: 120px;
	padding: 15px 10px 0;
	border-bottom: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	float: left;
}

#main .top ul li h1{
	text-align: center;
	font-size: 14px;
}
#main .top ul li p{
	text-align: center;
	font-size:14px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 6px auto;
	height: 42px;
	/*word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;*/
}
#main .top ul li span{
	display: block;
	text-align: center;
}
#main .top ul li span img{
	width: 14px;
	height: 14px;
}
.noinfo p{text-align: center; padding: 15px 0; color: #999;}
#main #fir{
	position:fixed;
	display:none;
	z-index: 9999;
}
#main #fir .top{
	width: 100%;
	height: 45px;
	background: #01a6ac;
	position:fixed;
	top: 0;
	margin-left: -10px;
	max-width: 640px;
	z-index: 9999;
}
#main #fir .top span{
	width: 24px;
	height: 24px;
	display: block;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
	border: none;
}
#main #fir .top span img{
	width: 24px;
	height: 24px;
	border-radius: 2px;
}
#main #fir .top u{
	text-decoration: none;
	font-size: 14px;
	line-height: 45px;
	float: left;
	display: block;
	color: #FFFFFF;
	margin-left: 5px;
}
#main #fir .top b{
	display: block;
	float: right;
	margin-right: 10px;
}
#main #fir .top b a span{font-size: 24px; color: #fff;}
#main #fir .top b img{
	width: 0.65rem;
	height: 0.65rem;
}
#main #fri{
	width:100%;
	height:60%;
	position:fixed;
	display:none;
	z-index:9999;
	margin-left: -10px;
	max-width: 625px;
	bottom: 45px;
	padding: 0 10px;
}
#main #fri h1{
	line-height: 22px;
	font-size: 14px;
	color: #6d6d6d;
	padding: 15px;
	font-weight: bold;
}
.htitle{font-weight: bold;}
#main #fri h1 img{
	width: 14px;
	margin-left: 6px;
}
#main #fri .posr{height: 100%; position: relative; background: #fff;}
#main #fri ul{
	height: 80px;
	overflow: auto;
	padding: 0 15px;
}
#main #fri ul li{
	font-size: 14px;
	border-top: 1px solid #e6e6e6;
	padding: 10px 0;
}
#main #fri ul li u{
	text-decoration: none;
	font-size: 12px;
	float: right;
	color: #999;
}
#main #fri div.mes{
	width: 96%;
	height: 60px;
	border-top: 1px solid #e6e6e6;
	position: absolute;
	bottom: 0;
	left: 2%;
	padding-top: 12px;
}
#main #fri div.mes .message-input{
	position: static;
	display: block;
}
#main #fri div.mes .message-input .yuyin .fas{
	padding-top: 4px;
}
#main #fri div.mes .message-input .yuyin .yy{
	padding-top: 4px;
}
/*#main #fri input{
	width: 74%;
	height: 36px;
	background: none;
	border: 2px solid #26b3b8;
	border-radius: 4px;
	float: left;
}
#main #fri .button{
	width: 25%;
	height: 36px;
	background: #26b3b8;
	float: left;
	border-radius: 4px;
	color: #fff;
	margin-left: 1%!important;
}*/
#main #wnn{
	width:100%;
	height:100%;
	position:fixed;
	display:none;
	top:0;
	left:0;
	background:#000;
	z-index: 9998;
}
#botton{
	height: 45px;
	background: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 640px;
	z-index: 9999;
}
#botton .tiwen{
	width: 50%;
	height: 45px;
	float: left;
	position: relative;
	z-index: 9999;
	background: #fff;
	border-top: 2px solid #12c0a5;
}
#botton span{
	display: block;
	width: 100%;
	height: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	border-right: 1px solid #999;
	margin-top: 9px;
}
#botton #tiwen_1{
	position:fixed;
	display:none;
	z-index: 9999;
}
#botton #tiwen_1 .top{
	width: 100%;
	height: 45px;
	background: #01a6ac;
	position:fixed;
	top: 0;
	max-width: 640px;
	z-index: 9999;
}
#botton #tiwen_1 .top span{
	width: 24px;
	height: 24px;
	display: block;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
	border: none;
}
#botton #tiwen_1 .top span img{
	width: 24px;
	height: 24px;
	border-radius: 2px;
}
#botton #tiwen_1 .top u{
	text-decoration: none;
	font-size: 14px;
	line-height: 45px;
	float: left;
	display: block;
	color: #FFFFFF;
	margin-left: 5px;
}
#botton #tiwen_1 .top b{
	display: block;
	float: right;
	margin-right: 10px;
}
#botton #tiwen_1 .top b a span{font-size: 24px; color: #fff;}
#botton #tiwen_1 .top b img{
	width: 0.65rem;
	height: 0.65rem;
}
.message-input{
	width:100%;
	height:55px;
	background:#fff;
	position:fixed;
	display:none;
	z-index:9999;
	bottom: 45px;
	max-width: 640px;
}
.message-input .yuyin{
	width: 96%;
	margin: 0 auto;
	position: relative;
}
.message-input .yuyin span{
	border: none;
	position: absolute;
	left: 0;
	top: 4px;
	width: 30px !important;
	height: 30px !important;
}
.message-input .yuyin span img{
	width: 30px;
	height: 30px;
}
.message-input .yuyin .fas{padding-left: 40px; padding-top: 12px;}
.message-input .yuyin .input{
	width: 73%;
	height: 32px;
	background: none;
	border: 1px solid #7f7f7f;
	border-radius: 5px;
	float: left;
	padding: 0 10px;
}
.message-input .yuyin .btn{
	margin-left: 2%!important;
	width: 25%;
	height: 32px;
	background: #26b3b8;
	border: none;
	float: left;
	border-radius: 5px;
	color: #fff;
}
.message-input .yuyin .yy{
	display: none;
	padding-left: 40px; padding-top: 12px;
}
.message-input .yuyin .yy input{
	width: 100%;
	height: 32px;
	border: 1px solid #7f7f7f;
	color: #7f7f7f;
	text-align: center;
	font-weight: bold;
}
#botton #tiwen_3{
	width:100%;
	height:100%;
	position:fixed;
	display:none;
	top:0;
	left:0;
	background:#000;
	z-index: 9998;
}
#botton .yuyue{
	width: 50%;
	height: 45px;
	float: left;
	position: relative;
	z-index: 9999;
	background: #fff;
	border-top: 2px solid #12c0a5;
}
#botton .yuyue span{
	border-right: none;
}
#botton #yuyue_1{
	position:fixed;
	display:none;
	z-index: 9999;
}
#botton #yuyue_1 .top{
	width: 100%;
	height: 45px;
	background: #01a6ac;
	position:fixed;
	top: 0;
	max-width: 640px;
	z-index: 9999;
}
#botton #yuyue_1 .top span{
	width: 24px;
	height: 24px;
	display: block;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
	border: none;
}
#botton #yuyue_1 .top span img{
	width: 24px;
	height: 24px;
	border-radius: 2px;
}
#botton #yuyue_1 .top u{
	text-decoration: none;
	font-size: 14px;
	line-height: 45px;
	float: left;
	display: block;
	color: #FFFFFF;
	margin-left: 5px;
}
#botton #yuyue_1 .top b{
	display: block;
	float: right;
	margin-right: 10px;
}
#botton #yuyue_1 .top b a span{font-size: 24px; color: #fff;}
#botton #yuyue_1 .top b img{
	width: 0.65rem;
	height: 0.65rem;
}
#botton #yuyue_2{
	width:100%;
	position:fixed;
	display:none;
	z-index:9999;
	max-width: 640px;
	padding: 0 10px;
	bottom: 45px;
}
#botton #yuyue_2 .table-model{background: #fff;}
#botton #yuyue_2 .td-model{vertical-align: top;}
#botton #yuyue_2 .td-model:first-child{padding: 10px 15px;}
#botton #yuyue_2 .td-model td{padding: 4px 0;}
#botton #yuyue_2 .td-model td.txt{width: 50px;}
#botton #yuyue_2 .td-model td input{ height: 28px; padding: 0 10px; font-size: 14px;}
#botton #yuyue_2 .td-model td textarea{font-size: 14px; padding: 10px;}
#botton #yuyue_2 .left{
	padding-top: 15px;
}
#botton #yuyue_2 .left p{
	font-size: 0.2rem;
	margin:0 0 0.3rem 1rem;
	font-weight: bold;
}
#botton #yuyue_2 .left p input{
	width: 7.5rem;
	height: 1.15rem;
	background: none;
	border: 0.1rem solid #d9d9d9;
	border-radius: 0.3rem;
	font-size: 0.3rem;
}
#botton #yuyue_2 .left p .year{
	width: 2.5rem;
	height: 1.15rem;
}
#botton #yuyue_2 .left p select{
	width: 1.8rem;
	height: 1.15rem;
	border: 0.1rem solid #d9d9d9;
	border-radius: 0.3rem;
	font-size: 0.3rem;
}
#botton #yuyue_2 .left p textarea{
	width: 9rem;
	height: 4.7rem;
	background: none;
	border: 0.1rem solid #d9d9d9;
	border-radius: 0.3rem;
	padding-left: 0.3rem;
	padding-top: 0.3rem;
}
#botton #yuyue_2 .right{
	width: 60px;
}
#botton #yuyue_2 .right span{
	width: 50px;
	height: 50px;
	border: 1px solid #c0c0c0;
	display: block;
	border-radius: 4px;
}
#botton #yuyue_2 .right span img{
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 4px;
}
#botton #yuyue_2 .right p{
	width: 50px;
	text-align: center;
	font-size: 14px;
}
#botton #yuyue_2 .right button{
	width: 50px;
	height: 28px;
	border-radius: 4px;
	background: #01a6ac;
	color: #fff;
	margin-top: 78px;
	border: none;
	line-height: 28px;
	padding: 0;
}
#botton #yuyue_3{
	width:100%;
	height:100%;
	position:fixed;
	display:none;
	top:0;
	max-width: 640px;
	background:#000;
	z-index: 9998;
}
.username{
	color:#999;
}
.shouji{
	color:#999;
}
.infor{
	color: #d4d4d4;
}

.s{
	color: #000;
}

.wenda-wrap{max-width: 640px; margin: 0 auto;}
.mui-btn-blue, .mui-btn-primary, input[type=submit]{background: #01a6ac; border: 1px solid #01a6ac;}
.audio-wrap{position: fixed; top: 45px; width: 100%; max-width: 640px; display: none; z-index: 9999; padding: 20px; overflow: auto;}
.audio-wrap li{height: 35px; clear: both; margin: 10px 0;}
.audio-wrap li .photo img{border-radius: 5px; width: 35px; height: 35px;}
.audio-wrap li .voice{background: #fff; height: 35px; line-height: 35px; width: 60%; border-radius: 5px; margin-right: 15px; position: relative;}
.audio-wrap li .voice .audio-icon-dark{margin: 8px 15px 0 0;}
.audio-wrap li .voice:after{content: " "; display: block;width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid #fff;
	border-bottom: 5px solid transparent;
	position: absolute;
	right: -5px;
	top: 12px;
}
.audio-wrap li .hour-long{line-height: 35px; color: #fff; margin-right: 15px;}


#fri #ul li{clear: both;}
#fri #ul li .photo img{border-radius: 5px; width: 35px; height: 35px;}
#fri #ul li .voice{background: #eee; height: 35px; line-height: 35px; width: 60%; border-radius: 5px; margin-right: 15px; position: relative;}
#fri #ul li .voice .audio-icon-dark{margin: 8px 15px 0 0;}
#fri #ul li .voice:after{content: " "; display: block;width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid #eee;
	border-bottom: 5px solid transparent;
	position: absolute;
	right: -5px;
	top: 12px;
}
#fri #ul li .hour-long{line-height: 35px; color: #999; margin-right: 15px;}