.help{
    padding: 0 5px;
}
.help h1{
    font-size: 26px;
    padding: 10px 0;
    text-align: center;
    font-family: "微软雅黑";
}
.help h3{
    font-size: 16px;
    padding: 10px 0;
    margin-top:10px;
}
.help h4{
    font-size:14px ;
    padding: 5px 0;
}
.help ul{
    padding-left: 20px;
}
.help .disc{
    list-style-type: disc;
}
.help p{
    padding:0 20px;
    margin-bottom: 10px;
    color: #555;
}
.help li p{
    padding: 20px 0px 15px 0px!important;
}
.help .yellow{
    color:#ebaf1e;
}
.help .blue{
    color:#293dd4;
}
.help .red{
    color:#f50c5f;
    font-weight: bold;
}
.help td{
    text-align: center;
}
.help li.disc p {
    display: inline;
}
