/*
* @description: 帮助中心
 *@author:王奉
* @update: name(xxxx-xx-xx xx:xx)
 */
.help-con{
	margin: 15px auto;
	background:#fff;
	padding-top:31px;
    height:auto;
	overflow:hidden;
}
.menu{
	width:216px;
	height:639px;
	margin:0;
	padding:0;
	border-right:1px solid #f8f8f8;
}

.menu-con{
	width:140px;
    height:36px;
	line-height:36px;
    background:#f8f8f8;
	border:1px solid #f8f8f8;
    border-radius:18px;
    color: #666;
	text-align:center;
	margin:0 auto 12px;
	position:relative;
	cursor:pointer;
}
.menu-con .menu-con-text {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.menu-con:after{
	content:"";
	position:absolute;
	width: 12px;
    height: 12px;
    background:#f8f8f8;
    border-radius: 50%;
    right: -44px;
    top: 12px;
}
.menu-con-active{
	border:1px solid #2ec0d4;
	color:#2ec0d4;
	background:#fff;
}
.menu-con-active:after{
	content:"";
	position:absolute;
	width: 44px;
    height: 12px;
    background:url(../images/icon-select.png) no-repeat;
    border-radius: 0;
    right: -44px;
    top: 12px;
}
.main{
	margin:0 0 0 59px;
}
.main-con{
	display:none;
	color:#666;
	margin:14px 0 0 0;

}
.main-show{
	display:block;
}
.main-title{
	position:relative;
	padding-left:11px;
	line-height:14px;
	margin-bottom:21px;
}
.main-title:before{
	content:"";
	position:absolute;
	width:4px;
    height:14px;
	background:#2ec0d4;
	left:0;

}
.ask{
	width:863px;
	background:#f8f8f8;
	margin-bottom:14px;
	padding:20px 18px 19px 12px;
	border:1px solid #ededed;
}


.ask-title{
	font-weight:bold;
	margin-bottom:15px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.nodata{
	width:863px;
	color: #999;
	text-align:center;
	font-size: 18px;
}
