@charset "UTF-8";

/* WX:DereK_Ysx ÓÚ2021-03-25±àÐ´  */
footer {
    width: 100%;
    background-color: #f6f6f6;
}

.f-a {
    width: 100%;
    padding-top: .35rem;
    padding-bottom: .3rem;
}

.f-container {
    width: 12rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.f-left {
    width: 48%;
}

.f-left-logo {
    width: .42rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
}

.f-left-logo img {
    width: 100%;
}

.f-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.f-item {
    width: auto;
    line-height: 1.25;
    color: #333333;
    margin-bottom: .12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.f-item:hover {
    color: #06a249;
}

.f-item:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #949494;
    margin: 0 .1rem;
}

.f-item:last-child:after {
    display: none;
}

.f-inf {
    width: 100%;
    /*display: -webkit-box;*/
    display: -ms-flexbox;
   /* display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    text-align: center;
}

.f-record {
    width: auto;

    line-height: 1.25;
    color: #333333;
    margin-left: .25rem;
}

.f-right {
    width: 48%;

    line-height: 1.25;
    color: #333333;
    text-align: right;
}

.f-left-wap {
    display: none;
}

@media (max-width: 1080px) {
    .f-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .f-left {
        width: 100%;
        margin-bottom: 15px;
    }

    .f-right {
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 900px) {
    .f-container {
        width: 100%;
        padding: 0 10px;
        max-width: 500px;
    }

    .f-item {
        margin-bottom: 10px;
    }

    .f-item:after {
        margin: 0 10px;
    }
}

@media (max-width: 500px) {
    .f-item {
        width: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 15px;
    }

    .f-item:after {
        display: none;
    }

    .f-left {
        display: none;
    }

    .f-left-wap {
        display: block;
    }

    .f-inf {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .f-right {
        text-align: center;
    }
}<!--ºÄÊ±1765486209.5168Ãë-->