/* ----------底部联系方式------------- */
.contact_foot .wrap>.flex{    
    box-sizing: border-box;
    justify-content: space-between;
}
.contact_foot .title_box {
    font-size: 30px;
    margin-bottom: 12px;
}
.contact_foot p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    letter-spacing: 1.6px;
}
.contact_foot{
    padding-top: 80px;
    padding-bottom: 80px;
    background:#030431;
}
.emial-phone {
    display: flex;
    margin-top: 30px;
    font-size: 16px;
}

.emial-phone.m_hide{
    display: flex;
}
.emial-phone > div > b {
    display: block;
    margin-bottom: 20px;
}
.emial-phone > div > p {
    margin-bottom:  30px;
}
.emial-phone > div > p img{
    vertical-align: middle;
    margin-right: 10px;
}
.emial-phone div {
    margin-right: 63px;
}
.qr-code-box {
    display: flex;
}
.qr-code-box>div:nth-child(1){
    margin-right: 48px;
}
.qr-code-box>div>img {
    width: 160px;
    height: 160px;
}
.qr-code-box>div>p {
    color: #fff;
    text-align: center;
    margin-top: 8px;
    font-size: 16px;
}
.m_show {
    display: none;
}
@media (max-width: 750px) {
    .m_show{
        display: block;
    }
    .contact_foot .title_box{
        margin-bottom: 0.43rem;
    }
    .contact_foot .wrap>.flex{
        display: block;
    }
    .contact_foot {
        height: auto;
        padding-top: .3rem;
        margin-bottom: 1rem;
        padding-bottom: 0.6rem;
    }
    .contact_foot>.flex {
        display: block;
    }
    .contact_foot .wrap {    
        background: transparent;
        padding: 0;
        box-sizing: border-box;
        justify-content: space-between;
    }
    .emial-phone {
        display: block;
        margin-top: 0rem;
        font-size: .28rem;
    }
    .emial-phone > div > b {
        font-size: .3rem;
        margin: .3rem 0 .03rem;
    }
    .emial-phone > div > p {
        line-height: 1.4;
    }
    .qr-code-box {
        width: auto;
        justify-content: center;
    }
    .qr-code-box>div:nth-child(1) {
        margin-right: 0.5rem;
    }
    .qr-code-box>div>p {
        width: auto;
        margin: 0 auto;
        margin-top: .1rem;
        text-align: center;
        font-size: 0.28rem;
    }
    .qr-code-box>div>img {
        width: 2.6rem;
        height: auto;
    }
    .emial-phone.m_hide{
        display: none;
    }
    .emial-phone div {
        margin-right: 0.6rem;
    }
    .emial-phone.m_show>div:last-child{
        margin-right: 0px;
    }
    .emial-phone.m_show p{
        display: flex;
        align-items: center;
    }
    .emial-phone.m_show p>img{
        width: 0.6rem!important;
        height: 0.6rem!important;
    }
    .emial-phone.m_show span{
        display: flex;
        flex-direction: column;
    }
    .emial-phone.m_show span i{
        font-style: normal;
        color:rgba(255,255,255,0.8);
        font-size: 0.12rem;
    }
    .emial-phone.m_show span i:last-child{
        font-size: 0.2rem;
        color:rgba(255,255,255,1);
        margin-top:0.05rem;
    }
    .emial-phone.m_show{
        display:flex;
    }
    .emial-phone.m_show>div:first-child  p:first-child img{
        width: 1.47rem;
    }
    .emial-phone.m_show>div:first-child p:last-child  img{
        width: 2.29rem
    }
    .emial-phone.m_show>div:last-child p:first-child  img{
        width: 2.19rem;
    }
    .emial-phone.m_show>div:last-child p:last-child img{
        width: 3.79rem;
    }
}