
/*帮助中心*/

.lx{ min-height:500px; margin-top:15px;display: flex; justify-content: space-between; flex-wrap: wrap; justify-content: flex-start; border:1px solid #eee; margin-bottom:20px; }
.bs{box-sizing: border-box;  /*border计算在width中*/			
-moz-box-sizing:border-box; /* Firefox */			
-webkit-box-sizing:border-box; /* Safari */	}
.ll{ width:25%; min-height:600px;  border-right:1px solid #eee; font-size:12px;}
.lr{ width:75%; min-height:800px; }

.bsz{ border-bottom:1px #ddd dotted; padding-top:20px;}
.bsz strong{ display:block; font-size:22px; height:40px; line-height:40px; padding-left:40px; font-weight:500 }

ul.lxu{ display:block; padding-top:80px; padding-left:0px;}
ul.lxu li{ height:60px; line-height:60px; text-align:center;border-top:1px #ddd dotted;}
ul.lxu li:last-child{ border-bottom:1px #ddd dotted;}
ul.lxu li a{ font-size:16px; display:block;}
ul.lxu li a:hover{ color:#fff;}
ul.lxu li:hover{ background:#333; color:#fff;}
ul.lxu li.on{background:#333; color:#fff;}
ul.lxu li.on a{ color:#fff;}

.lw{ padding:18px 40px; font-size:16px; line-height:35px;}

/*帮助中心*/

.he{border-bottom:1px #ddd dotted; padding-top:20px;}
.he strong{display:block; font-size:20px; height:40px; line-height:40px; padding-left:30px; color:#f58009}

.hx{}
.hx dl{ padding-bottom:5px;}
.hx dl dt{height:35px;    line-height: 35px;    padding-left:50px;   background:linear-gradient( #eaeaea,#fafafa);   border-bottom: 1px solid #fff;    font-size: 14px; font-weight:600; position:relative; }
.hx dl dt i{ display:block; width:15px; height:15px; background:url(../image/sj2.png) no-repeat;position:absolute;left:30px; top:10px;}

.hx dl dd{height:28px;    line-height: 28px;    padding-left:30px; border-bottom:1px #eee dotted;}
.hx dl dd a{ display:block;}


