@import "style.css";
body{}
.banner{ background-image:url(../img/help.png);}
.help-main{margin-top:20px;width:1198px;border:1px solid #e5e7eb;min-height:300px}
.menu{float:left;width:199px;padding:15px 0 15px 20px;}
	.menu dl{width:100%}
	.menu dt,.menu dd{width:100%;height:36px;}
	.menu dt,.menu a{line-height:36px}
	.menu dt{font-weight:bold;font-size:15px}
	.menu a{color:#888}
	.menu a:hover,.menu a.current {color:#e82d3e}

.main{width:938px;padding:0 20px;float:right;border-left:1px solid #e5e7eb;}
.breadcrumb,.help-list dt,.help-list dt a{width:100%;height:60px;line-height:60px}
	.breadcrumb{font-size:16px}
	.breadcrumb span{color:#AAA;padding:0 10px;font-size:12px}
	.help-list{min-height:600px;padding-bottom:20px}
	.help-list,.help-list dl{width:100%}
	.help-list dl{border-bottom:1px solid #e5e7eb;}
	.help-list dd{padding:10px 19px;width:900px; background:#f9f9f9; display:none; overflow:hidden}
	.help-list dd a.current{font-weight:bold;}
	.help-list dd,.help-list dd *,.help-content p{line-height:26px;color:#666}
	.help-list dd img{max-width:100%;}
	.help-list dt i{width:10px;height:10px; background-position:-274px -40px;margin:25px 5px 0 0}
	.help-list dl.current dt a{font-weight:bold;color:#e82d3e}
	.help-list dl.current dd{ display:block}
	.help-list dl.current dt i{background-position:-284px -40px}
	.page{padding:30px 0;}
.help-content{padding:15px;background:#f9f9f9}
.help-content img{width:100%}