.jd_div{
    width: 100%;
    height: 100%;
}
.jd_div_cx{
    width: 60%;
    margin: 10px auto;
}
.order_xx{
    width: 80%;
    margin: 10px auto;
    text-align: center;
}
.order_xx .jg{
    color: #0062d9;
}
.order_top{
    width: 60%;
    margin: auto;
    height: 60px;
    background:#0F3A56;
}
.order_dd{
    width: 30%;
    float: left;
    margin-left: 1.5rem;
    line-height: 60px;
    color: #fff;
}
.order_main{
    width: 60%;
    margin: auto;
    height: 50px;
    background:#f8f9fa;
}
.order_main_m{
    width: 60%;
    margin: auto;
    height: 80px;
}
.order_main_dd{
    width: 12%;
    padding:0 1%;
    float: left;
    font-weight: bold;
    text-align: center;
    line-height:50px;
    color: #003c8d;
}
.order_main_dx{
    width: 12%;
    padding:0 1%;
    float: left;
    text-align: center;
    line-height:80px;
    color: #000;
}
.order_main_dxcw{
    width: 100%;
    padding:0 1%;
    text-align: center;
    line-height:80px;
    color: red;
}
.order_wl{
    width: 60%;
    line-height: 30px;
    margin: auto;
}
.order_wl_left{
    width: 18%;
    float: left;

}
.order_wl_right{
    width: 80%;
    margin-left: 2%;
    float: left;

}
@media screen and (max-width: 900px){
    .jd_div_cx{
        width: 100%;
        margin: 10px auto;
    }
    .order_xx{
        width: 100%;
        margin: 10px auto;
        text-align: center;
    }
    .order_top{
        width: 100%;
        margin: auto;
        height: 60px;
        background:#0F3A56;
    }
    .order_dd{
        width: 40%;
        float: left;
        margin-left: 1.5rem;
        line-height: 60px;
        font-size:0.8rem ;
        color: #fff;
    }
    .order_main{
        width: 98%;

        margin: 1px auto;
        height: 50px;
        border: 1px solid #000;
        background:#f8f9fa;
    }
    .order_main_dd{
        width: 40%;
        padding:0 2%;
        float: left;
        font-weight: bold;
        text-align: center;
        line-height:50px;
        color: #003c8d;
    }
    .order_main_dx{
        width: 40%;
        padding:0 2%;
        float: left;
        text-align: center;
        line-height:50px;
    }
    .order_wl{
        width: 100%;
        line-height: 30px;
        margin: auto;
    }
    .order_wl_left{
        width: 40%;
        float: left;
    }
    .order_wl_right{
        width: 57%;
        margin-left: 2%;
        float: left;
        margin-right: 1%;

    }
}