@charset "utf-8";
/* 底部 */
.airplane-custom-footer{
    background-color: #fff;
    float: left;
    min-width: 1200px;
    width: 100%;
    padding: 34px 0;
    border-top: 1px solid #D8D8D8;
}
.custom-footer-help{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.custom-footer-help .help-item{
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.custom-footer-edit{
    color: #838383;
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
    text-align: center;
}