.contain {
    background-color: #fff;
    padding: 2rem;
    margin: 1rem;
}
@media screen and (min-width: 768px) {
    .cxjg_r{
        color: #000;
        height: 30px;
        width: 30vw !important;
        padding-left: 10px;
    }
    .nav_cx_app {
        display: none;
    }
    .nav_jg_app {
        display: none;
    }
    .nav_cx {
        background: #5a96ff url(../images/cx@2x.png) no-repeat center right;
        background-size: auto 100%;
        width: 100%;
        height: 180px;
    }
    .nav_jg {
        background-image: url(../images/cxjg@2x.png);
        width: 100%;
        height: 15vh;
    }
    .xslqcx-title-lg{
        text-align: left;
        padding-top: 2rem;
    }
    .cxnr{
        /*border: 1px solid #000;*/
        /*border-radius: 5px;*/
    }
    .cxjg_l{
        color: #000;
    }
}
@media screen and (max-width:768px){
    .nav_cx {
        display: none;
    }
    .nav_jg {
        display: none;
    }
    .nav_cx_app{
        background-image: url(../images/cxapp.png);
        height: 30vh;
        margin-bottom: 2rem;
    }
    .nav_jg_app{
        background-image: url(../images/cxjgapp.png);
        height: 30vh;
        margin-bottom: 2rem;
        padding: 0 1rem;
        text-align: center;
    }
    .nav2_title{
        display: block;
        text-align: center;
        padding-top: 2rem;
    }
    .jglogo{
        display: none;
    }
    .cxnr{
        background-color: #D5D5D5;
        border-radius: 5px;
    }
    .cxjg {
        color: #000;
        border: none;
        /*border-color: #D5D5D5;*/
        /*border-width: 1px;*/
        /*border-radius: 0px;*/
        /*border-style: none none solid none;*/
    }
    .cxjg_l{
        color: #D5D5D5;
    }

    .cxjg:nth-last-child(1){
        border-style: none;
    }
    .back-btn{
        color: white;
        position: absolute;
        font-size: 24pt;
        top: 2rem;
        left: 2rem;
    }
    .logo-app{
        margin-bottom: 5rem;
        text-align: center;
    }
    .xslqcx-title-app{
        display: inline-block;
        text-align: center;

    }
    .fixed-table-body .card-views>.card-view>.title {
        width: 45%;
        padding-right: 15px;
        text-align: right !important;
    }
    .fixed-table-body .card-view .value {
        width: 55%;
        display: inline-block;
        text-align: left;
    }
}