.bottom_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 7.5rem;
    background: #fff;
    padding: 0.15rem 0.3rem;
    z-index: 999;
}
.content_box{ margin:0;}
.rili_popup .popup{margin:0; border-radius:0;}
.rili_popup .popup > p{ color:#fff;}

.weui-mask {
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
    }

    .weui-dialog {
        position: fixed;
        z-index: 5000;
        width: 80%;
        max-width: 750px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #FFFFFF;
        text-align: center;
        border-radius: 0.06rem;
        overflow: hidden;
    }

    .weui-dialog__hd {
        padding: 1.3em 1.6em 0.5em;
    }

    .weui-dialog__title {
        font-weight: 400;
        font-size: 0.36rem;
    }

    .weui-dialog__bd {
        padding: 0 1.6em 0.8em;
        min-height: 0.8rem;
        font-size: 0.26rem !important;
        line-height: 1.3;
        word-wrap: break-word;
        word-break: break-all;
        color: #808080;
        text-align: left;
    }

    .weui-dialog__bd img {
        max-width: 100%;
    }

    .weui-dialog__bd:first-child {
        padding: 0.3rem 0.4rem 1.7em;
        color: #353535;
    }

    .weui-dialog__ft {
        position: relative;
        line-height: 0.96rem;
        font-size: 0.36rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }

    .weui-dialog__ft:after {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 0.02rem;
        border-top: 0.02rem solid #D5D5D6;
        color: #D5D5D6;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    .weui-dialog__btn {
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        color: #09BB07;
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        position: relative;
    }

    .weui-dialog__btn:active {
        background-color: #EEEEEE;
    }

    .weui-dialog__btn:after {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 0.02rem;
        bottom: 0;
        border-left: 0.02rem solid #D5D5D6;
        color: #D5D5D6;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0.5);
        transform: scaleX(0.5);
    }

    .weui-dialog__btn:first-child:after {
        display: none;
    }

    .weui-dialog__btn_default {
        color: #353535;
    }

    .weui-dialog__btn_primary {
        color: #09BB07;
        font-size: 0.32rem;
        line-height: 0.8rem !important;
    }

    .weui-dialog__bd img {
        height: auto !important;
        margin-top: 0.1rem;
    }
    .left_btn, .rili_btn, .jisuan_btn {
        width: 2.14rem;
    }

    .box-fixed {
    position: fixed;
    top: 0;
    max-width: 7.5rem;
    width: 100%;
    z-index: 99;
}

.job_top {
    padding: 0.18rem 0.3rem 0.18rem 0.22rem;
    background: #FFF;
    display: flex;
    justify-content: space-between;
}

.job_top .job_logo {
    width: 2.84rem;
    height: 0.55rem;
}

.job_top .job_button {
    height: 0.56rem;
    padding: 0.09rem 0.39rem 0.08rem 0.4rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.67rem;
    background: var(--129, linear-gradient(123deg, #FF8000 11.81%, #F60 69.63%));

    color: #ffffff;
    font-family: "PingFang SC";
    font-size: 0.28rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.39rem;
}
.job_img_wrap {
    display: flex;
    align-items: center;
    justify-content: left;
}

.job_img_wrap .job_img {
    display: block;
    width: 1.15rem;
    height: 0.55rem;
}

.job_img_wrap .black {
    width: 0.02rem;
    height: 0.3rem;
    flex-shrink: 0;
    background: #F60;
    margin: 0 0.13rem;
    position: relative;
    top: 0.02rem;
}

.job_img_wrap .job_text {

    font-family: "PingFang SC";
    font-size: 0.35rem;
    font-style: normal;
    font-weight: 900;
    line-height: 0.49rem;
}
.job_fir {
    color: #333333;
    display: inline-block;
}
.job_sec {
    color: #ff6600;
    display: inline-block;
}
.header h1 {
    position: absolute;
    top: 1.62rem;
    left: 0.4rem;
    color: #fff;
}
.city {
    top: 1.26rem;
}