@charset "UTF-8";


/*帮助中心内容*/
.menu-wrap{
	margin: 70px auto;
	padding: 70px 30px 60px 30px;
}
.menu-wrap .container .menu{
	width: 250px;
	height: 430px;
  	background-color: rgb(255, 255, 255);
  	box-shadow: 0px 0px 7px 0px rgba(182, 182, 182, 0.75);
}

body{
	background: #F7F7F7;
}
.about{
	padding: 120px 0px 60px 0px;
	overflow: inherit;
}

.about .curr{
	color: #409eff!important;
}

.panel-group{
	float: left;
	width: 250px;
  	background-color: rgb(255, 255, 255);
  	box-shadow: 0px 0px 7px 0px rgba(182, 182, 182, 0.75);
  	margin-bottom: 0px;
}

.about_btn{
	border-bottom:1px solid #dcdcdc
}


.about .about_btn span {
    width: 18px;
    height: 10px;
    display: inline-block;
    background: url(../img/helpCenter/about_top.png) no-repeat;
    padding: 0px 25px;
    margin: 25px 0;
    float: right;
}


.about_btn .one em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about_icon1.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about_btn .one:hover em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about_icon1.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about_btn .one.curr em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about_icon1.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}

/*222*/
.about_btn .two em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about_icon2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about_btn .two:hover em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about_icon2.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about_btn .two.curr em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about_icon2.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}

/*333*/
.about_btn .three em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about_icon3.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about_btn .three:hover em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about_icon3.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about_btn .three.curr em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about_icon3.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
/*4444*/
.about_btn .four em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about_icon4.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about_btn .four:hover em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about_icon4.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about_btn .four.curr em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about_icon4.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}

/*5555*/
.about_btn .five em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about_icon5.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about_btn .five:hover em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about_icon5.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about_btn .five.curr em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about_icon5.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}


.panel-heading {
    width: 250px;
     padding: 0px; 
    border-bottom: 1px solid transparent;
    height: 60px;
    line-height: 60px;
}
.panel-heading h4{
	line-height: 60px;
	height: 60px;
	padding-left: 30px;
	font-size: 16px;
	color: #333333;
}
.panel-heading h4:hover{
	color: #007BFF;
}
.panel-body{
	padding: 0;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 65px;
	cursor: pointer;
	background: #f1f1f1;
}
.panel-body:active{
	color: #007BFF;
}
.panel-body:hover{
	color: #007BFF;
}
/*右*/
.about_rig{
	float: right;
	width: 920px;
	background-color: rgb(255, 255, 255);
  	box-shadow: 0px 0px 7px 0px rgba(182, 182, 182, 0.75);
  	padding: 30px 20px;
}
.about_rig h2{
	font-size: 18px;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 20px;
}
.about_rig h3{
	font-size: 15px;
	color: #409eff;
	padding-bottom: 10px;
}
.about_rig h3.text2{
	padding-top: 20px;
	padding-bottom: 10px;
}
.about_rig h4.text3{
	padding: 0;
	margin: 0;
}
.about_rig h4{
	font-size: 12px;
	color: #585858;
	line-height: 23px;
	margin-bottom: 20px;
}
.about_rig h4.text4{
	margin-bottom: 10px;
}
.about_rig .none{
	display: none;
}


.rig_box img{
	margin-bottom: 10px;
}

.rig_box .panel-title{
	display: none;
}



/*帮助中心2 功能说明*/


.about2 .about_btn .one em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about1_icon1.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about2 .about_btn .one:hover em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about1_icon1.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about2 .about_btn .one.curr em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about1_icon1.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}

/*222*/
.about2 .about_btn .two em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about1_icon2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about2 .about_btn .two:hover em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about1_icon2.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about2 .about_btn .two.curr em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about1_icon2.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}

/*333*/
.about2 .about_btn .three em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about1_icon3.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about2 .about_btn .three:hover em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about1_icon3.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about2 .about_btn .three.curr em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about1_icon3.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
/*4444*/
.about2 .about_btn .four em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about1_icon4.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about2 .about_btn .four:hover em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about1_icon4.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about2 .about_btn .four.curr em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about1_icon4.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}

/*5555*/
.about2 .about_btn .five em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about1_icon5.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about2 .about_btn .five:hover em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about1_icon5.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about2 .about_btn .five.curr em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about1_icon5.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}

.about2 .panel-heading {
    width: 250px;
     padding: 0px; 
    border-bottom: 1px solid transparent;
    height: 60px;
    line-height: 60px;
}
.about2 .panel-heading h4{
	line-height: 60px;
	height: 60px;
	padding-left: 30px;
	font-size: 16px;
	color: #333333;
}
.about2 .panel-heading h4:hover{
	color: #007BFF;
}
.about2 .panel-body{
	padding: 0;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 65px;
	cursor: pointer;
	background: #f1f1f1;
}
.about2 .panel-body:active{
	color: #007BFF;
}
.about2 .panel-body:hover{
	color: #007BFF;
}


/*常见问题*/

/*帮助中心3*/


.about3 .about_btn{
	border-bottom:1px solid #dcdcdc;
	width: 250px;
    padding: 0px; 
    height: 60px;
    line-height: 60px;
}
.about3 .about_btn h4{
	line-height: 60px;
	height: 60px;
	padding-left: 30px;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
}
.about3 .about_btn h4:hover{
	color: #409eff;
}

.about3 .curr {
    color: #409eff!important;
}
.about3 .about_btn .one em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about_icon1.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about3 .about_btn .one:hover em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about_icon1.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about3 .about_btn .one.curr em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about_icon1.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}

/*222*/
.about3 .about_btn .two em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about2_icon1.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about3 .about_btn .two:hover em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about2_icon1.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about3 .about_btn .two.curr em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about2_icon1.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}

/*333*/
.about3 .about_btn .three em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about2_icon2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about3 .about_btn .three:hover em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about2_icon2.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.about3 .about_btn .three.curr em{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/helpCenter/about2_icon2.2.png) no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
/*右*/

.about3 .about_rig h3 span {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../img/helpCenter/G27.png) no-repeat;
    vertical-align: middle;
    padding-right: 30px;
}
.about3 .about_rig h4 {
    font-size: 12px;
    color: #585858;
    padding-bottom: 15px;
    padding-left: 30px;
    line-height: 25px;
    border-bottom: 1px dashed #E8E8E8;
}

.about3 .about_rig h4:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.about3 .about_rig h3 {
    font-size: 15px;
    color: #585858;
    padding-bottom: 10px;
}



























