@charset "utf-8";

.help-banner{
	width: 100%;
	height: 180px;
	background: #c0f8fe url(/node/public/image/help/title_bg.jpg) no-repeat center;
}

.help-banner dl{
	margin-top: 100px;
}

.help-banner  dd{
	font-size: 30px;
	line-height: 2;
	color: #333;
}

.help-content {
	padding-top: 80px;
	padding-bottom: 80px;
}

.help-left{
	width: 18%;
}

.help-left li{
	padding-left: 10%;
	line-height: 50px;
    border-left: 5px solid #fff;
    cursor: pointer;
    font-size: 16px;
    color: #727272;
}

.help-left li:hover,.help-left li.active{
	background-color: #00ABE4;
	color: #fff;
}

.help-left li i{
	margin-right: 5px;
	vertical-align: middle;
}
.help-left li span{
	vertical-align: middle;
}

.help-right{
	width: 79%;
	padding-left: 3%;
}

.help-qa-content h2{
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.help-qa-content h2 i{
	font-weight: normal;
	margin-right: 10px;
	color: #666;
}

.help-qa-content p,.help-qa-content table{
	font-size: 14px;
	line-height: 2;
	color: #666;
}


.help-qa-content p + p{
	
}

.help-qa-content p + h2,.help-qa-content table + h2{
	margin-top: 30px;
}
.help-qa-content td{ padding: 5px 0; vertical-align: top }

.help-left-fixed{
	position: fixed;
	top: 0;
}

@media screen and (max-width: 760px){
	.help-banner  dd{
		font-size: 20px;
	}

	.help-content{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.help-left,	.help-right{
		width: 100%;
	}

	.help-left ul{
		border: 1px solid #00ABE4;
		background-color: #fff;
	}

	.help-left li i{
		display: none;
	}

	.help-left li{
		float: left;
		padding-left: 0;
		width: 25%;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 16px;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		border-left: none;
	}

	.help-left li + li{
		border-left: 1px solid #00ABE4;
	}

	.help-right{
		margin-top: 30px;
	}

	.help-qa-content h2{
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 22px;
	}

	.help-qa-content p{
		font-size: 14px;
	}

	.help-qa-content p + p{
		margin-top: 8px;
	}

	.help-left-fixed{
		width: 100%!important;
		left: 0;
		border: none!important;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
		box-shadow: 0 0 10px rgba(0,0,0,.3);
	}
}

