@media screen and (min-width: 800px) {
    ::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }

    ::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
        background: rgba(0, 0, 0, .3);
    }

    ::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
        /* border-radius: 10px; */
        /* background: #ededed; */
        background: transparent;
    }
}
.footer {
    border: none;
    padding: 10px 0;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.navtop {
    margin: 55px auto 25px;
    width: 1200px;
}
.banner {
    position: relative;
    height: 500px;
    background: url('../images/banner.jpg') center no-repeat;
}
.page-tit {
    margin: 75px auto;
    font-size: 35px;
    line-height: 1;
    text-align: center;
    font-weight: 400;
}
.act-f1 .cont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.act-f1 .cont>:first-child {
    line-height: 45px;
    margin-right: 90px;
    font-size: 25px;
}
.act-down-btn {
    display: block;
    margin-top: 25px;
    width: 200px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    background-color: #f00;
    color: #fff;
    line-height: 60px;
}
.act-f2 {
    margin: 80px 0 0;
    padding-bottom: 80px;
    background-color: rgb(235, 235, 235);
    overflow: hidden;
}
.act-f2 .cont {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.act-f2 .cont>:last-child {
    line-height: 45px;
    margin-left: 90px;
    font-size: 25px;
}
.act-f3 {
    font-size: 20px;
    text-align: center;
    line-height: 1;
}
.act-f3 .go {
    display: block;
    margin: 30px auto 65px;
    width: 136px;
    line-height: 52px;
    border: 2px solid #f00;
    color: #f00;
    border-radius: 4px;
}
.act-f4 {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding: 45px 0;
}
.act-f4 a {
    color: #fff;
}
.act-f4 .word {
    margin-top: 15px;
    line-height: 28px;
}
.down-file .layui-layer-title {
    background-color: #fff;
    border-bottom: 0;
}
.down-file .layui-layer-content {
    text-align: center;
}
.down-file .tit {
    font-size: 16px;
    font-weight: 700;
}
.down-file .code {
    display: block;
    margin: 40px auto 20px;
}
.down-file .down {
    display: block;
    margin: 40px auto;
    width: 146px;
    background-color: #f00;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
    line-height: 38px;
}


/*弹窗*/
.pop_window {
    z-index: 1011;
    position: fixed;
    padding: 0px;
    margin: 0px 0px 0px -250px;
    width: 660px;
    top: 50%;
    left: 50%;
    min-height: 680px;
    max-height: 90vh;
    transform: translateY(-50%);
    border: 8px solid rgb(216, 216, 216);
    border-radius: 5px;
    cursor: default;
    line-height: 1.6;
    color: #333;
    background: #fff;
    font-size: 14px;
}

.pop_window .dialog-hd {
    width: 100%;
    line-height: 50px;
    text-indent: 20px;
    background: #000;
    color: #fff;
    font-size: 16px;
}

.form-item {
    height: 500px;
    overflow-y: scroll;
}

.layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(25, 25, 25, 0.8);
}

.pop_window_box {
    display: none;
}

.pop_window_box .error {
    color: #f00;
    background: none;
    padding-left: 8px;
    font-weight: normal;
}

#video_box .dialog {
    background: #F6F6F6;
}

#video_box .pop_window {
    width: 800px;
    height: 500px;
    margin-left: -400px;
}

#video_player_box {
    padding: 0;
}

#video_player_box {
    height: 450px;
}

#video_box .dialog-hd {
    margin-right: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    border: none;
    height: 30px;
    border-radius: 5px;
}

.radio_box dt {
    float: inherit !important;
}


#submit_form .reason_box {
    display: none;
}

.pop_window {
    border: none;
    border-radius: 5px;
    box-shadow: 2px 1px 10px #000000;
    z-index: 99999;
}

.dialog {
    border-radius: 5px;
}

.collect_title {
    text-indent: 20px;
    margin: 16px 0;
}

.inline_dl {
    padding: 0 20px;
    box-sizing: border-box;
}

#submit_form .inline_dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

#submit_form .inline_dl dd {
    flex: 1;
}

#industry_select,
#address_select {
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

#industry_select select,
#address_select select {
    width: 48% !important;
}

#submit_form .user_info_cookie {
    margin-left: 36px;
}

#submit_form dd {
    /*     display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; */
}

#submit_form dd label {
    /* width: 50%; */
}

#submit_form .fangan .box {
    border: 1px solid #ddd;
    padding: 15px 20px 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#submit_form .fangan label {
    width: 40%;
    margin: 0 0 10px;
}

#submit_form .fangan input {
    position: absolute;
    visibility: hidden;
}

#submit_form .fangan label span {
    display: block;
    position: relative;
    line-height: 16px;
    padding-left: 22px;
}

#submit_form .fangan label span::before,
#submit_form .fangan label span::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 16px;
    height: 16px;
    background-color: #ccc;
}

#submit_form .fangan label span::after {
    position: absolute;
    display: none;
    background-color: #fdd000;
}

#submit_form .fangan label :checked+span::after {
    display: block;
}

.dialog-bd {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    height: calc(90vh - 50px);
    max-height: 600px;
}

#submit_form .inline_dl .wid100 {
    width: 100%;
    margin: 0;
    border-radius: 3px;
}

.info_msgBox {
    height: 100%;
    overflow: auto;
}

/*用户资料 - 弹窗表单*/
#submit_form {
    overflow-y: auto;
}


.color_red {
    color: #d22;
}

#submit_form .collect_title {
    color: #f00;
    font-size: 12px;
}

#submit_form .collect_protocol {
    width: 500px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.4;
    color: #999;
}

.collect_protocol a {
    color: #130de7;
}

#submit_form dl {
    display: block;
    margin: 10px auto;
    width: 500px;
}

#submit_form dt {
    display: block;
    font-size: 14px;
}

#submit_form dt i {
    font-weight: normal;
    font-style: normal;
}

#submit_form dt span {
    font-weight: normal;
    color: #999;
    font-size: 12px;
}

#submit_form dd {
    font-size: 14px;
    color: #666;
}

#submit_form dd input[type=text] {
    border: 1px solid #ddd;
    padding: 8px 10px;
    width: 100%;
    border-radius: 5px;
}

#submit_form dd label {
    /* display: block; */
    margin: 10px 10px 10px 0;
    line-height: 14px;
    font-size: 13px;
}

#submit_form label input {
    margin-right: 5px;
    vertical-align: initial;
    /* float: left; */
}

#submit_form .inline_selects label {
    float: left;
    width: 280px;
}

#submit_form .inline_dl dt {
    float: left;
    margin-right: 30px;
    width: 120px;
    line-height: 25px;
    text-align: right;
}

#submit_form .inline_dl select {
    width: 129px;
    height: 35px;
    margin: 0 0 10px 0;
    border: 1px solid #ddd;
}

#submit_form textarea {
    width: 100%;
    display: block;
    height: 60px;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
    resize: none;
    border-radius: 3px;
}

.frm_btn {
    background: transparent;
    color: #333;
    width: 100%;
    height: 50px;
    line-height: 50px;
    vertical-align: top;
    border: none;
    outline: none;
    font-size: 16px;
    cursor: pointer;
}

.dialog {
    height: 100%;
    position: relative;
}

#submit_form .sub {
    width: 146px;
    margin: 20px auto;
    background: #f00;
    float: inherit;
    cursor: pointer;
    border-radius: 4px;
}
#submit_form .frm_btn {
    color: #fff;
    height: 38px;
    line-height: 38px;
}

.pop_window_box .desc {
    position: absolute;
    font-size: 12px;
    padding: 0 10px;
    box-sizing: border-box;
    bottom: 10px;
    color: #999;
}

select[name="jobcat"] {
    width: 100% !important;
    margin-right: 0 !important;
    border-radius: 5px;
}

.close-dialog {
    position: absolute;
    top: 12px;
    right: 30px;
    line-height: 1;
    color: #ccc;
    text-align: center;
    cursor: pointer;
    font-size: 26px;
}

.radio_box {
    display: block !important;
    line-height: 28px;
}

.mb40 {
    margin-bottom: 40px !important;
}

/* 弹窗 */
@media screen and (max-width: 800px) {
    html{
        font-size: 13.3333333vw;
    }
    body{
        width: 100vw;
        font-size: .28rem;
    }
    .container {
        width: auto;
        margin: 0 .3rem;
    }
    #top,
    .footer {
        display: none;
    }
    .navtop {
        margin: .2rem .3rem;
        width: auto;
    }
    .navtop img {
        width: 1.95rem;
    }
    .banner {
        margin: 0;
        height: 3.89rem;
        background: url('../images/banner_m.jpg') center no-repeat;
        background-size: auto 100%;
    }
    .page-tit {
        margin: .45rem 0;
        font-weight: 700;
        font-size: .3rem;
    }
    .act-f1 .cont {
        position: relative;
    }
    .act-f1 .cont>:first-child {
        margin-right: .6rem;
        font-size: .2rem;
        line-height: .4rem;
    }
    .act-f1 .cont img {
        width: 2rem;
    }
    .act-down-btn {
        width: 2rem;
        line-height: .7rem;
        font-size: .25rem;
    }
    .act-f1 .act-down-btn {
        position: absolute;
        margin: 0;
        right: 0;
        bottom: 0;
    }
    .act-f2 {
        margin: .45rem 0 0;
        padding: 0 .3rem .45rem;
    }
    .act-f2 .cont {
        position: relative;
    }
    .act-f2 .cont img {
        width: 2rem;
    }
    .act-f2 .cont>:last-child {
        flex-basis: calc(100vw - 3.2rem);
        margin-left: .6rem;
        font-size: .2rem;
        line-height: .4rem;
    }
    .act-f2 .act-down-btn {
        position: absolute;
        margin: 0;
        left: 0;
        top: 2.4rem;
        line-height: .3rem;
        padding: .08rem .35rem;
        width: 1.3rem;
    }
    .act-f3 {
        font-size: .2rem;
    }
    .act-f3 .go {
        margin: .25rem auto .3rem;
        border-width: .02rem;
        width: 1.36rem;
        line-height: .52rem;
    }
    .act-f4 {
        padding-top: .45rem;
        font-size: .2rem;
    }
    .act-f4 img {
        width: 1.95rem;
    }
    .act-f4 .word {
        margin-top: .15rem;
        line-height: 1.6;
    }
    .down-file .layui-layer-content {
        font-size: .28rem!important;
        padding: 0!important;
    }
    .down-file .tit {
        font-size: .32rem;
    }
    .down-file .code {
        width: 3rem;
        margin: .8rem auto .4rem;
    }
    .down-file .down {
        margin: .4rem auto;
        width: 3rem;
        font-size: .36rem;
        line-height: .76rem;
    }


    /* 弹窗 */
    .pop_window {
        margin: 0;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        transform: translateY(0);
        max-height: 100%;
    }

    #submit_form {
        height: auto;
    }

    .close-dialog {
        right: auto;
        left: .4rem;
        top: .26rem;
        color: transparent;
        width: .3rem;
        height: .3rem;
        border-left: 2px solid #333;
        border-bottom: 2px solid #333;
        transform: rotate(45deg);
    }

    .pop_window .dialog-hd {
        background-color: #fff;
        color: #333;
        font-size: .36rem;
        font-weight: 700;
        text-align: center;
        line-height: .88rem;
        text-indent: 0;
    }

    .pop_window .dialog-bd {
        height: calc(100vh - 1rem);
        overflow: auto;
    }

    #submit_form .collect_title {
        margin: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        font-size: .2rem;
        height: 1.77rem;
        background-color: #f5f5f5;
    }
    #submit_form .collect_title .t {
        text-align: center;
    }
    #submit_form .collect_title .b {
        display: block;
        width: 100%;
        margin-bottom: .15rem;
        font-size: .28rem;
        color: #333;
        font-weight: 700;
        line-height: 1;
    }

    #submit_form dd input[type=text] {
        width: 100%;
        border-radius: 5px;
        outline: none;
    }

    #submit_form .inline_dl {
        position: relative;
        width: auto;
        padding: .15rem .3rem;
        margin: 0;
        border-bottom: 1px solid #e4e4e4;
    }

    #submit_form .inline_dl textarea {
        width: 78%;
        height: 40px;
        overflow: hidden;
        resize: none;
        border-radius: 5px;
    }

    #submit_form .inline_dl select {
        /* width: 115px; */
        margin-bottom: 0;
    }

    #submit_form .inline_dl dt {
        position: absolute;
        margin: 0;
        left: .3rem;
        width: auto;
        line-height: 34px;
        text-align: left;
    }

    #submit_form dd label {
        margin: 5px 0;
    }

    #submit_form .inline_dl:nth-child(8) {
        border-top: .3rem solid #f5f5f5;
        border-bottom: .3rem solid #f5f5f5;
    }

    #submit_form .inline_dl:nth-child(9) .flex {
        margin-top: 34px;
        padding-left: 0;
    }

    #submit_form .inline_dl:nth-child(9) select {
        width: 100%;
    }

    #submit_form .inline_dl .fangan {
        margin-top: 34px;
        padding-left: 0;
    }

    #submit_form .fangan .box {
        border: none;
    }

    #submit_form dd input[type=text] {
        border: none;
    }

    #submit_form .inline_dl dd {
        padding-left: 80px;
    }

    #submit_form .sub,
    #submit_form .collect_protocol {
        width: auto;
        margin: 0;
        padding: .3rem 0;
        background: #f5f5f5;
    }

    #submit_form .collect_protocol {
        padding: 0 .3rem .3rem;
    }

    #submit_form .frm_btn {
        display: block;
        width: 170px;
        margin: 20px auto;
        background: #f00;
        float: inherit;
        cursor: pointer;
        border-radius: 4px;
    }

    /* 弹窗 */
}