.footer{
    margin-top: 0px;
    border-top: 0 none;   
}
/*help nav*/
.leftContent{

}
.foot-article-l {
    position: relative;
    z-index: 1;
    width: 210px;
    min-height: 773px;
    background:white;
    padding: 35px 48px;
    box-sizing:border-box;
    border-top: 0 none;
}
.grid-x1 ul{
    text-align: left;
    font-size: 14px;
    padding-bottom: 40px;
}
.grid-x1 ul:last-child{
    padding-bottom: 0;
}
.help_tittle{
    font-size: 16px;
    color:#333;
    padding-bottom: 26px;
}
.help_row li{
    padding-bottom: 14px;
}
.help_row li:last-child{
    padding-bottom: 0;
}
.help_row li a{
    color:#757575;
}
.help_row li a:hover{
    color:#e62129;
}
/*help content*/
.rightContent{
    width: 100%;
    margin-left: -224px;
    padding: 0 18px 18px 242px;
    box-sizing: border-box;
}
.help_box{
    position: relative;
    z-index: 0;
    background: white;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    padding: 0 40px;
    min-height: 773px;
    box-shadow: 0px 10px 14px 5px rgba(0,0,0,.02);
    -webkit-box-shadow: 0px 10px 14px 5px rgba(0,0,0,.02);
    -moz-box-shadow: 0px 10px 14px 5px rgba(0,0,0,.02);
    -ms-box-shadow: 0px 10px 14px 5px rgba(0,0,0,.02);
}
.help_box_tittle{
    font-size: 18px;
    color: #757575;
    padding-top: 33px;
}
.help_box_content{
    font-size: 14px;
    line-height: 26px;
    padding: 38px 0 46px 0;
}
.indent_16{
    text-indent: 16px;
}
.help_box_content h6{
    padding-bottom: 10px;
    font-weight: bold;
}
.link_a{
    color: #0070c0 !important;
    border-bottom: 1px solid #0070c0 !important;
}
