/* ****************************************底部 —— footer***************************************************** */

.footer {
    background: url('../img/footer.png')no-repeat 100% 100%;
    background-size: cover;
    color: #fff;
}

.footer_logo {
    padding: 3rem 0 2rem;
    margin: 0 10%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}

.footer_logo_left {
    width: 9.5rem;
    height: 2.75rem;
}

.footer_logo_right {
    width: 22rem;
    height: 7.35rem;
}

.company {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0 2rem;
    margin: 0 10%;
    line-height: 2;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}

.phone {
    font-size: 1.8rem;
    font-weight: 600;
}

.phone_one {
    font-size: 1rem;
    font-weight: 500;
    font-family: pingfangb;
}
.phone p:nth-child(2) {
    font-family: hiu;
    font-size: 1.625rem;
}

.address {
    font-size: 1.3rem;
}

.address_one {
    font-size: 1rem;
    font-weight: 600;
    font-family: pingfangb;
}
.address p:nth-child(2) {
    font-family: pingfangm;
    font-size: 0.875rem;
}

.email {
    font-size: 1rem;

}
.email p:nth-child(2) {
    font-family: pingfangm;
    font-size: 1.125rem;
}

.qcode {
    width: 7.5rem;
}

.record {
    text-align: center;
    padding: 1rem 0 1rem;
    font-size: 0.875rem;
    font-family: pingfangm;
    
}
.record img {
    margin: -2px 1rem 0;
}
.bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
.top_media{
    display: none;
}

.nav_media{
    display: none;
}

@media screen and (max-width: 750px) {
    .footer_logo {
        flex-direction: column;
        margin: 0 5% !important;
    }
    .footer_logo_left {
        width: 15rem !important;
        height: 6rem !important;
    }
    .footer_logo_right {
        width: 100% !important;
        margin-top: 2rem;
        height: 10.5rem;
    }
    .company {
        flex-direction: column;
        justify-content: unset !important;
        align-items: flex-start !important;
        margin: 0 5% !important;
    }
    .record {
        margin: 0 2rem;
    }
    .mobileIcon-wrapper .mobileIcon {
        width: 3.5rem;
        height: 3.5rem;
    }
    .mobileIcon-wrapper .tel {
        line-height: 3.5rem;
    }
    .topImg {
        width: 3.5rem;
        height: 3.5rem;
        top: 65.5%;
    }
    /* 从这里开始是头部的公共样式*/
    .header .top{
        display: none !important;
    }
    .nav_media{
        position: fixed;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 9999;
        transform: translateX(100%);
        transition: .4s;
        overflow-y: scroll;
    }

    .closeImg{
        padding: 2rem;
        width: 3rem;
    }

    /*.clearfix>img{
        width: 100%;
    }*/

    .nav_info_list{
        color: #333;
        font-size: 1.6rem;
    }

    .nav_info_media>img{
        width: 3.5rem;
        height: 3.5rem;
    }

    .nav_info_media{
        padding: 1rem 3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
    }

    .nav_info_media_fold{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav_info_media_fold>img{
        width: 3.5rem;
        height: 3.5rem;
    }

    .two_stage{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        overflow: hidden;
        height: 0;
        transition: .6s;
        /* transform: translateY(-100%); */
    }

    .two_stage>span{
        width: 100%;
        padding: 1rem 0 1rem 2rem;
        border-bottom: 1px solid #eee;
    }

    .two_stage>span:last-child{
        border-bottom: 0;
    }

    .nothing{
        padding: 1rem 3rem;
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }

    .top_media{
        width: 100%;
        height: 80px;
        padding: 0 !important;
        display: flex;
        align-items: center;
        background-color: rgb(24, 96, 172);
        position: fixed;
        z-index: 10;
    }
    .order_media {
        padding-left: 2.5rem;
    }

    .whitelogo{
        width: 30%;
        margin-left: 8rem;
    }
    .whitelogo1{
        width: 136px;
        height: auto;
        /*margin-left: 8rem;*/
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }
    .order_media{
        width: 2.5rem;
        height: 3rem;
    }
}



