.footer-mobile {
    display: none;
}
.footer {
    width: 100%;
    min-width: 1300px;
    height: 180px;
    position: relative;
    z-index: 23;
    /*margin-top: 40px;*/
    background: #1e2730;
}
.footer:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .5;
}
.footer-logo {
    width: 401px;
    height: 58px;
    margin: auto;
}
.footer-logo img {
    width: 401px;
    height: 58px;
}
.footer-main {
    width: 1300px;
    margin: 0 auto;
    margin-top: 27px;
    font-size: 14px;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
}
.footer-main .fm-line {
    width: 1px;
    height: 17px;
    opacity: 0.15;
    background: #FFFFFF;
    margin: 0 5px;
}
.footer-main .fm-item {
    color: #FFFFFF;
    font-size: 14px;

}
.footer-main .fm-link:hover {
    opacity: 1;
}
.footer-main .fm-link a {
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
}
.footer-main .fm-link:hover a {
    color: #3C77F9;
}
.footer-pc {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fp-box {
    width: 14.4rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.fp-box .fp-m p {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    align-items: center;
}
.fp-box .fp-m p a {
    color: #ffffff;
}
.fp-box .fp-m p span {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background: url(../images/siteHome/foot-icon.png) no-repeat;
}
.fp-box .fp-r {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fp-box .fp-r .fp-r-item {
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}
.fp-box .fp-r .fp-r-item p {
    margin-top: 8px;
}
@media screen and (max-width: 900px) {
    .footer-mobile {
        display: flex;
    }
    .footer-pc {
        display: none;
    }
    .footer {
        min-width: 375px;
        background: none;
        padding-top: 24px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-logo {
        width: 260px;
        height: auto;
    }
    .footer-logo img {
        width: 100%;
        height: auto;
    }
    .m-footer-m, .m-footer-b {
        width: 305px;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #707070;
        border-bottom: 1px solid #DBDBDB;
    }
    .m-footer-m .fm-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 54px;
    }
    .m-footer-m .fm-item a {
        text-decoration: none;
        color: #707070;
    }
    .m-footer-m .fm-line {
        width: 1px;
        height: 17px;
        background: #D0D0D0;
    }
    .m-footer-b {
        border-bottom: none;
        flex-direction: column;
        padding-top: 14px;
        padding-bottom: 20px;
        color: #9A9A9A;
    }
    .m-footer-b .mf-item {
        margin-bottom: 10px;
    }
}
