/*
help.css
*/
.cheyipei-help{
    margin-top: 40px;
}
.cheyipei-help-sidebar{
    width: 200px;
    float: left;
    background: #f6fafe;
}
.cheyipei-help-sidebar .title{
    font-size: 16px;
    font-weight: bold;
    color: #999;
    padding: 15px 40px;
    text-align: left;
}
.cheyipei-help-sidebar .tab{
    padding: 15px 0 15px 40px;
    text-align: left;
}
.cheyipei-help-sidebar .tab span{
    display: inline-block;
    text-align: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #c1c1c1;
    color: #999;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
}
.cheyipei-help-sidebar .tab span.on{
    color: #0190ff;
}
.cheyipei-help-sidebar .tab span:last-child{
    border-right: none;
    margin-right:0;
}
.cheyipei-help-sidebar .ulmenu, .cheyipei-help-sidebar .ulmenu-item{
    margin:0;
    padding: 0;
}
.cheyipei-help-sidebar .ulmenu li{
    background: #d1e2f5;
}
.cheyipei-help-sidebar .ulmenu li span{
    display: block;
    padding-left: 40px;
    height: 36px;
    line-height: 36px;
    font-size:12px;
    font-weight: bold;
    color: #333;
}
.cheyipei-help-sidebar .ulmenu-item li{
    background: #f6fafe;
}
.cheyipei-help-sidebar .ulmenu-item li a{
    display: block;
    padding-left: 40px;
    height: 36px;
    line-height: 36px;
    font-size:12px;
    color: #999;
    border-left: 2px solid #f6fafe;
}
.cheyipei-help-sidebar .ulmenu-item li a.on ,.cheyipei-help-sidebar .ulmenu-item li a:hover{
    background: #fff;
    color: #0190ff;
    border-left: 2px solid #0190ff;
}
.cheyipei-help-content{
    width: 950px;
    margin-left: 50px;
    float: left;
}
.cheyipei-help-content .nav{
    padding: 18px 0;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}
.cheyipei-help-content .title{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 30px 0;
}
.cheyipei-help-content .content{
    color: #333;
    font-size: 12px;
    min-height: 250px;
}
