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

.pointlist{
	width:100%;
	padding-top:10px;
	overflow:hidden;
}
.pointlist h3{
	border-bottom:1px solid #ececec;
	font-weight:normal;
	overflow:hidden;
}
.pointlist h3 span{
	display:inline-block;
	width:118px;
	height:41px;
	line-height:41px;
	border:1px solid #ececec;
	border-bottom:0 none;
	background:#f9f9f9;
	font-size:16px;
	color:#333;
	text-align:center;
	letter-spacing: 3px;
	-moz-border-top-left-radius:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-top-right-radius:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
}
.details_con{
	padding-top:5px;
	padding-left:30px;
	padding-bottom:15px;
	overflow:hidden;	
}
.point_item{ 
	padding:15px 0;
	overflow:hidden;
	position:relative;
}
.point_item span{
	width:66px;
	display:block; 
	font-size:14px;
	color:#333;	
	height:40px;
	line-height:40px;
	white-space:nowrap;
	position:absolute;
	left:0;
	top:15px;
}
.point_item span em{
	display:inline-block;
	font-style:normal;
	font-size:18px;
	color:#da251d; 
    vertical-align: top;
	margin-right:3px;
}
.direction span{
	height:30px;
	line-height:30px;
}
.point_item ul{ 
	padding-left:66px;
	overflow:hidden;
}
.point_item ul li{ 
	float:left;
	width:78px;
	height:28px;
	line-height:28px;
	font-size:14px;
	color:#666;
	text-align:center;
	border:1px solid #ececec;
	background:#f9f9f9;
	margin-right:20px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	cursor:pointer;
}
.point_item ul li.on{
	border:1px solid #e7f5f0;
	background:#e7f5f0;
	color:#54b991;
}
.inputbox{
	padding-left:66px;
	overflow:hidden;
}
.point_item .inputext{
	width:100%;
	height:40px;
	line-height:40px;
	padding-left:12px;
	border:1px solid #ececec; 
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family: "Microsoft Yahei";
	height: auto;
    max-height: 40px;
    min-height: 38px;
    line-height: 22px;
	padding: 8px 12px;
}
.point_item p{
	color:#f0736d;
	line-height:22px;
}
.point_item .floatdiv{
	width:48%;
	float:left;
	position:relative;
}
.point_item .floatdiv span{
	top:0;
}
.point_item .floatdiv:nth-child(2){
	float:right;
}
.point_item .floatdiv .codeimg{
	width:auto;
	height:38px;
	border:1px solid #ececec;
	position:absolute;
	right:0;
	top:0;
}
.point_item .floatdiv img{
	max-width:100%;
	max-height:100%;
}
.point_item .inputbtn{
	width:120px;
	height:42px;
	line-height:42px;
	text-align:center;
	font-size:16px;
	background:#54b991;
	color:#fff;
	margin-left:66px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.point_item .inputbtn:hover{
	box-shadow:0 0 10px rgba(84,185,145,.5);
}
.reply_con{ 
	padding-bottom:30px;
	overflow:hidden;	
}
.reply_con li{
	padding:20px 30px;
	overflow:hidden; 
}
.reply_con li:nth-of-type(even){
	background:#f9f9f9;
	border:1px solid #ececec;
}
.reply_con li .tag{ 
	padding-bottom:15px;
	overflow:hidden;
}
.reply_con li .tag em{ 
	display:inline-block;
	font-style:normal;
    width: 78px;
    height: 28px;
    line-height: 28px;
    font-size: 14px; 
    text-align: center;
    border: 1px solid #e7f5f0;
    background: #e7f5f0;
    color: #54b991; 
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px; 
}
.reply_con li .tag span{
	display:inline-block;
	line-height:30px;
	float:right;
	color:#999;
	font-size:12px;
}
.reply_con li p{
	line-height:22px;
	padding-bottom:8px;
	font-size:14px;
	color:#666;
	position:relative;
	padding-left:44px;
	word-break: break-all;
}
.reply_con li p span{
	display:block;
	width:44px;
	line-height:22px;
	color:#333;
	white-space:nowrap;
	position:absolute;
	left:0;
	top:0;
}
.pointlist{
	position:relative;
    padding: 10px 10px 0;
}
.wjdc_btn{
	display:block;
	width:auto;
	height:36px;
	line-height:36px;
	padding:0 20px;
	border-radius:5px;
	text-align:center;
	color:#fff;
	background:#f0736d;
	position:absolute;
	right:10px;
	top:10px;
}
.wjdc_btn:hover{
	color:#fff;
	-moz-box-shadow: 0 0 10px rgba(204,115,109,.5);
	-webkit-box-shadow: 0 0 10px rgba(204,115,109,.5);
	box-shadow: 0 0 10px rgba(204,115,109,.5);
}



@media screen and (max-width:750px){
.details_con{
	padding-left:0;
}	
.point_item{
	padding:.8rem 0;
}
.direction{
	padding-bottom:.3rem;
}
.point_item ul li{
	width: 4.1rem;
	margin-right: .5rem;
	margin-bottom:.5rem; 
	white-space:nowrap;
}
.point_item .floatdiv{
	width: 100%;
    float: none;
}
.point_item .floatdiv:nth-child(2){
	float:none;
	margin-top:1.6rem;
}
.point_item .inputext{
	max-height:initial;
}
.reply_con li{
	padding: .8rem .5rem;
}
.reply_con li .tag em{
	width: 4.1rem; 
	white-space:nowrap;
}
}
/* 
* @Author: GaoYuan
* @Date:   2019/8/27
* @Description: 方向样式
*/
.point_item select{
	border: 1px solid #ececec;
	min-width: 100px;
	margin-left: 66px;
	max-height: 40px;
	min-height: 38px;
	text-align: center;
	cursor: pointer;
	color: #666;
        padding-left: 10px;
}
.point_item select .typeitem{
	max-height: 40px;
	min-height: 38px;
	line-height: 38px;
}