﻿* {
	font-family: 'Microsoft Yahei', '微软雅黑', SimHei,'黑体', '宋体';
	box-sizing: border-box;
}
.applink .pc-qrcode {
		width:135px;
		height:135px;
}
.help_container {
	width: 1204px;
	margin: 0 auto;
	background: none;
	padding: 28px 0 40px;
}

.help_l {
	width: 196px;
	height: 350px;
	padding-top: 32px;
	border: 1px solid #e0dedf;
	background-color: #fff;
}

.help_r {
	padding: 23px 34px 39px 33px;
	width: 988px;
	height: 680px;
	border: 1px solid #e0dedf;
	background-color: #fff;
	margin-left: 20px;
	float: right;
}

.help_container .help_li {
	height: 49px;
	line-height: 49px;
	text-align: center;
	vertical-align: center;
}
.help_container .help_li:hover a{
	color: #fff;
}
.help_container .help_li:hover {
	background: #37aae2;
}

.help_container .help_kf {
	width: 194px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	margin: 0 auto;
	margin-top: 0px;
	border: 1px solid #dedede;
	margin-top: 10px;
	background: #fff url(../images/help_kefu.png) no-repeat 43px 10px;

	margin-top: 35px;

}

.help_container .help_kf:hover {
	background: #37aae2 url(../images/help_kefu_hover.png) no-repeat 43px 10px;
}

.help_container .help_kf a {
	color: #37aae2;
}

.help_container .help_kf:hover a {
	color: #fff;
}

.help_container .help_l ul li.active {
	background-color: #40a1e6;
}

.help_container .help_l ul li.active a {
	color: #fff;
}

.prublem_d {
	width: 920px;
	height: 568px;
	overflow: hidden;
}

.prublem_ul .pru_titli i {
	display: inline-block;
	height: 5px;
	width: 5px;
	border-radius: 100%;
	background-color: #d6d6d6;
	margin-bottom: 2px;
}

.prublem_ul .pru_titli a {
	margin-left: 20px;
}

.pru_detailul {
	display: none;
}

.prublem_ul .pru_titli {
	line-height: 46px;
	border-bottom: 1px dashed #e5e5e5;
}

.pru_detailul li p {
	padding: 14px 25px;
	background-color: #f5f5f5;
}
