@media all and ( min-width: 1068px ){
    .footer{
        /* height: 23.68rem; */
        width: 100%;
        background-image: url("../images/20200602172147.png");
        background-size: 100% 100%;
        padding: 2.94rem 4.21rem 1.05rem 3.73rem;
        box-sizing: border-box;
    }

    .footer_top{
        display: flex;
        justify-content: space-between;
        padding-bottom: 1.68rem;
    }

    .footer_logo{
        width: 18.23rem;
        height: 4.53rem;
        transform: translateY(0rem);
    }

    .foot_qrcode{
        text-align: center;
        width: 10.1rem;
    }

    .foot_qrcode span{
        font-size: 0.94rem;
        color: #fff;
        margin-top: 0.84rem;
        display: block;
    }

    .foot_qrcode img{
        width: 10.1rem;
        height: 10.1rem;
    }

    .footer_top_content{
        flex: auto;
        display: flex;
        justify-content: space-between;
        padding: 0 12.94rem 0 7.63rem;
    }

    .footer_top_items {
        display: flex;
        flex-direction: column;
    }

    .footer_top_items span{
        font-size: 0.73rem;
        margin-bottom: 1.05rem;
        color: #AFBBCC;
        cursor: pointer;
        display: block;
    }

    .footer_top_items .footer_top_items_title{
        color: #fff;
        font-size: 0.94rem;
        margin-bottom: 1.21rem;
        display: block;
    }

    .product_footer_list{
        width: 6.4rem;
    }

    .product_footer_list span{
        width: 50%;
        float: left;
    }

    .footer_bottom_header{
        padding-top: 1.05rem;
        border-top: 0.05rem solid #364356;
    }

    .footer_bottom_header span{
        color: #fff;
        margin-right: 0.84rem;
        color: #748399;
        font-size: 0.73rem;
    }

    .footer_bottom_header span:nth-of-type(1){
        margin-right: 0.42rem;
    }

    .footer_bottom_webmessage{
        height: 4rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer_bottom_webmessage_context span{
        color: #748399;
        font-size: 0.73rem;
        margin-right: 2.94rem;
    }

    .footer_bottom_webmessage_select{
        width: 9.68rem;
        height: 2.52rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1.31rem 0 1.26rem;
        border: 1px solid #425166;
        background-color: #142133;
        cursor: pointer;
        position: relative;
    }

    .footer_bottom_webmessage_select span{
        color: #748399;
    }

    .footer_bottom_webmessage_select .icon{
        width: 0.49rem;
        height: 0.83rem;
        fill: #748399;
    }

    .footer_bottom_webmessage_select:hover .footer_bottom_service{
        height: 12.1rem;
    }

    .footer_bottom_service{
        position: absolute;
        bottom: 2.52rem;
        display: flex;
        height: 0;
        overflow: hidden;
        flex-direction: column;
        background-color: #142133;
        width: 100%;
        left: 0;
        transition: all .5s;
    }

    .footer_bottom_service span{
        height: 2.42rem;
        line-height: 2.42rem;
        text-align: center;
        display: block;
    }

    .footer_bottom_service span:hover{
        background-color: #E60D1E;
        color: #fff;
    }    

    .index_pc_hide{
        display: none;
    }

    .footer_bottom_webmessage_context{
        display: flex;
        align-items: center;
    }

    .footer_bottom_webmessage_context .footer_bottom_header{
        padding-top: 0 !important;
        display: flex;
        align-items: center;
    }

    .footer_bottom_webmessage_context .footer_bottom_header a{
        display: flex;
        align-items: center;
        margin-right: 12px;
    }

}

@media all and (max-width: 1067px){
    .footer{
        display: none;
    }

    .footer_phone{
        width: 100%;
        /* height: 26rem; */
        background-color: #121F32;
    }

    .footer_phone_logo{
        text-align: center;
        padding-top: 4rem;
    }

    .footer_phone_nav{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 2.2rem;
    }

    .footer_phone_nav_row{
        text-align: center;
        padding-bottom: 1.2rem;
    }

    .footer_phone_nav_row span{
        color: #AFBBCC;
        font-size: 1.2rem;
        display: inline-block;
        margin-left: 2.4rem;
    }

    .footer_phone_bottom{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 1.2rem;
    }

    .footer_phone_bottom span{
        color: #AFBBCC;
        font-size: 12px;
        display: block;
        margin-bottom: 1.2rem;
    }
}