.help .banner{
    margin-top: 80px;
    width: 100%;
    background: #E92F54;
    padding: 88px 0;
}
.help .banner div{
    width: 848px;
    margin: 0 auto;
}
.help .banner div h2{
    float: left;
    font-size: 32px;
    color: white;
    font-weight: 400;
}
.help .banner div input{ 
    outline: none;
    width: 487px;
    padding-left: 15px;
    height: 38px;
    float: left;
    border: none;
    font-size: 16px;
    color: #333;
    margin-left: 100px;
}
.help .banner div a{
    float: left;
    width: 84px;
    height: 38px;
    font-size: 15px;
    color: white;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    background: #fb0;
}
/* 选择列表 */
.help .list{
    width: 960px;
    margin: 0 auto;
    border-bottom: 1px solid #DEE3E7;
    position: relative;
}
.help .list>a{
    float: left;
    font-size: 16px;
    color: #333;
    padding: 18px;
    border-bottom: 1px solid white;
    cursor: pointer;
}
.help .list>a:hover{
    color: #FFBF00;
    border-color: #FEBF02; 
}
.help .list .on{
    color: #FFBF00;
    border-color: #FEBF02;
}
/* 账号管理 */
.help .zh{
    position: absolute;
    top: 140px;
    left: 0;
    width: 960px;
    margin: 0 auto;
    margin-top: 57px;
    display: none;
}
.help .zh ul li{
    width: 174px;
    margin-right: 66px;
    float: left;
    padding-bottom: 50px;
}
.help .zh ul li p{
    padding-left: 20px;
    color: #808080;
    background: url(../img2/help_diannao.png) no-repeat left center;
}
.help .zh ul li a{
    width: 100%;
    margin-left: 20px;
    float: left;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #DEE3E7;
    line-height: 23px;
    color: #808080;
}
.help .zh ul li a:hover{
    color: #FFBB00;
}
