footer {
    color: #333;
    width: 100%;
    padding-top: 50px;
    background: #f9f9f9;
    border-top: 1px solid #dfdfdf;
}

footer .foot {
    padding: 10px 0;
    height: 60px;
    line-height: 60px;
    margin-top: 25px;
    color: #333;
    font-size: 14px;
}
footer .center {
    width: 62%;
    text-align: center;
}
.clear:after {
    content: '';
    display: block;
    clear: both;
}
.foot .center {
    width: 62%;
    text-align: center;
    border-top: solid 0.5px #dfdfdf;
}
.center {
    height: auto;
    margin: 0 auto;
}
footer .more a:nth-child(-n+3) {
    border-right: 1px solid #333;
}
footer .more a {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    padding: 0 10px;
}
.wap-fixed{
    display: none;
}
.friend-link {
    margin: 75px auto 25px;
    width: 1200px;
}
.friend-link p:first-child {
    font-size:16px;
    color: #242424;
}
.friend-link p:nth-child(2) {
    width: 91%;
    font-size: 13px;
    color: #545555;
}
.friend-link p a {
    display: block;
    padding-right: 12px;
    line-height: 23px;
    color: #545555;
    float: left;
}
.friend-link p a:hover {
    color: #ff9d00;
}
.friend-link p:nth-child(3) {
    width: 100%;
    font-size: 14px;
    margin-top: 25px;
    color: #545555;
}


@media screen and (max-width: 640px)  {
footer .center {
    width: 96% !important;
    text-align: center !important;
}
footer .foot {
    padding: 0.1rem 0 !important;
    height: 60px !important;
    line-height: 0.4rem !important;
    margin-top: 0.2rem !important;
    color: #333 !important;
    font-size: 14px !important;
}
footer {
    color: #333 !important;
    width: 100% !important;
    padding-top: 0.5rem !important;
    background: #f9f9f9 !important;
    border-top: 1px solid #dfdfdf !important;
    margin-bottom: 1.3rem;
}

    .wap-fixed {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        background: #0da574;
        padding: .12rem 0;
        z-index: 9999;
    }
    .wap-fixed li {
        width: 33.33%;
        text-align: center;
    }
    .wap-fixed img {
        width: .4rem;
    }
    .wap-fixed p {
        font-size: .28rem;
        color: #fff;
    }

}


