/*
*2015.01.23
*by fengbin
*==========栏目==========
*为避免与老的样式冲突，命名规则如下：
*
*1、命名规则：必须以姓名拼音首字母-栏目名称(或当前文件名)开头
*2、命名以驼峰加'-'组合方式,单词之间的分割靠大写字母，从属关系靠'-',
*
*如：
*<ul class="fb-home-leftNav">
*  <li class="fb-home-leftNav-firstItem">list item1</li>
*  <li>list item2</li>
*  <li>list item3</li>
*</ul>
*.fb-home-leftNav{}
*.fb-home-leftNav-firstItem{}
*
*4、命名要清晰，不怕命名长，怕命名冲突;命名要有意义,尽量不要用拼音，
*如果单词太长，可以适当简写，即使简写也要能让别人知道此名字的意义，
*如：
*.fb-home-leftNavBg
*/


/*
*帮助中心
*/
.hr{height: 0;border-top: 1px solid #b5b5b5;margin: 0}
.kx-single-help-banner{}
.kx-single-help-title {margin-bottom: 30px;}
.kx-single-help-title span{display: inline-block;width: 30px;height: 30px;line-height: 30px;background-color: #d0385e;text-align: center;color: #FFF;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}
.kx-single-help-title strong{font-size: 24px;font-weight: bold;vertical-align: middle;margin-left: 10px;}
.kx-single-help-content-plist{float: left;width: 720px;margin-left: 40px;}
.kx-single-help-content-plist p{font-size: 16px;padding-left: 15px;margin-bottom: 5px;}
.kx-single-help-content-plist p span{display: inline-block;width: 4px;height: 4px;border-radius: 4px;margin:0 15px 0 -15px;background: #000;vertical-align: middle;}
.kx-single-help-background{float: right;width: 400px;height: 190px;background: url(../../images/help_s_page_background.png) center center no-repeat;}
.kx-single-help-achieve{text-align: center;margin: 40px 0;}
.kx-single-help-achieve strong{display: inline-block;width: 142px;height: 158px;padding-top: 50px;background: url(../../images/help_s_page_achr_bg.png);font-size: 40px;font-weight: bold;color: #D19844;text-align: center;margin-right: 80px;}
.kx-single-help-achieve strong:last-child{margin: 0;}
.kx-single-help-achieve strong small{font-size: 18px;font-weight: normal;margin-top: 30px;display: inline-block;}
.kx-help-allso-problem strong{font-size: 18px;font-weight: bold;}
.kx-help-allso-problem-list li{float: left;width: 45%;margin-right: 10%;margin-bottom: 20px;}
.kx-help-allso-problem-list li:nth-child(2),.kx-help-allso-problem-list li:nth-child(4){margin-right: 0}
.kx-help-allso-problem-list li p{font-size: 16px;margin-bottom: 10px;}



