.vip_header {
    width: 100%;
    height: 90px;
    background: #A8070F;
    padding: 0 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body, html{
    overflow: visible ;
}
.vip_left {
    display: flex;
    align-items: center;
}

.vip_left img {
    width: 63px;
    height: 63px;
}

.vip_right {
    width: 135px;
    height: 43px;
    background: #CF8D37;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.vip_right a{
    color: #ffffff;
}
.vip_left p {
    font-size: 32px;
    color: #fff;
    margin-left: 19px;
}

.vip_banner {
    width: 100%;
    height: 400px;
    position: relative;
    margin-bottom: 30px;
}

.vip_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vip_banner_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 39px;
    width: 100%;
}

.vip_banner_btn_li {
    width: 210px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 42px;
}
.vip_banner_btn_li a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.vip_banner_btn_li:last-of-type {
    margin-right: 0;
}

.vip_banner_btn_li:nth-child(1) img {
    width: 21px;
    height: 22px;
}

.vip_banner_btn_li:nth-child(2) img {
    width: 24px;
    height: 22px;
}

.vip_banner_btn_li:nth-child(3) img {
    width: 27px;
    height: 23px;
}

.vip_banner_btn_li p {
    font-size: 18px;
    color: #333333;
    margin-left: 12px;
}

.vip_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.vip_box {
    width: 590px;
}

.vip_box_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    background: #fff;
    border-left: 4px solid #A8070F;
    padding-left: 28px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.vip_box_title p {
    font-size: 24px;
    color: #333333;
}

.vip_box_title .more {
    font-size: 14px;
    color: #000000;
}

.vip_box_nr li {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-bottom: 19px;
}

.vip_box_nr li a {
    color: #000;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vip_box_nr li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #A8070F;
    position: absolute;
    left: 11px;
    border-radius: 50%;
}

.danwei-box {
    margin-top: 49px;
    margin-bottom: 50px;
    justify-content: center;
}

.danwei-li {
    width: 300px;
    height: 420px;
    background: #FDF3DF;
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 29px;
    margin-right: 78px;
}

.danwei-li:last-of-type {
    margin-right: 0;
}

.danwei-li-icon {
    margin: 0 auto;
}

.danwei-li .danwei-li-icon {
    width: 45px;
    height: 43px;
}

.danwei-li:nth-child(1) .danwei-li-icon img {
    width: 100%;
    height: 100%;
}

.danwei-li-title {
    margin-top: 10px;
    font-size: 24px;
    color: #BE9B61;
    text-align: center;
    margin-bottom: 24px;
}

.danwei-li-des {
    min-height: 106px;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    margin-bottom: 31px;
}

.danwei-li-minglu {
    text-align: center;
    color: #A8070F;
    font-size: 16px;
    margin-bottom: 19px;
    cursor: pointer;
}

.danwei-chazhao-title {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}

/*会员申请弹窗*/
.vip_pop{
    width: 1200px;
    height: 676px;
    background: #fff;
    border-radius: 23px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    padding-top: 72px;
}
.vip-title{
    font-size: 28px;
    color: #E61820;
    text-align: center;
    font-weight: bold;
    margin-bottom:17px ;
}
.vip-box{
    display: flex;
    justify-content: space-between;
}
.vip-left,.vip-right{
    width: 49%;
}
.vip-left label,.vip-right label{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*margin-bottom: 20px;*/
}
.vip-left label::before, .vip-right label::before{
    display: none;
}
.el-form-item{
    display: flex;
    align-items: center;
}
.el-form-item__content{
    display: flex;
    align-items: center;
    margin-left: 0 !important;
}
.vip-left span,.vip-right span{
    width: 163px;
    text-align: right;
}
.vip-box i{
    color: #E63A3D;
    font-size: 16px;
    margin-left: 13px;
    font-style: normal;
}
.vip-box input{
    width: 300px;
    height: 50px;
    border: 1px solid #E9E9E9;
    /*box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.3);*/
    border-radius: 4px;
    /*margin-left: 19px;*/
    outline: none;
    padding: 0 10px;

}
.vip-box .is-error input{
    background: url("../../images/input_err.png") no-repeat right center;
}
.shenqing .el-dialog{
    border-radius: 23px !important;
}
.vip-bottom-btn{
    width: 520px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFFEFE;
    font-size: 20px;
    background: #E63A3D;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 63px;
    cursor: pointer;
    margin-bottom: 23px;
}
/*切换*/
.vip_tab ul{
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 10px;
}
.vip_tab ul li{
    margin-right: 35px;
    cursor: pointer;
    font-size: 16px;
    padding-bottom: 5px;
    position: relative;
}
.vip_tab ul li.avtive{
    color: #A8070F;
}
.vip_tab ul li.avtive:after{
    content: '';
    width: 70%;
    height: 2px;
    background: #A8070F;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.vip-colse{
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 22px;
    cursor: pointer;
}
.content{
    width: 1200px;
}
/*企业查询列表*/

.vip_qiye_title{
    text-align: center;
    /*padding: 16px 24px;*/
}
.vip_qiye_nr{
    width: 100%;
    padding: 0 24px;
}
.vip_qiye_nr ul li{
    width: 100%;
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #eee;
    color: rgba(0,0,0,.65);
}
.vip_qiye_btn{
    display: flex;
    justify-content: flex-end;
    padding: 0 24px;
    margin-top: 10px;
}
.vip_qiye_btn div{
    height: 32px;
    text-align: center;
    padding: 4px 15px;
    border: 1px solid #d9d9d9;
    color: rgba(0,0,0,.65);
    background-color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.vip_quxiao:hover{
    color: #ab0210;
    border-color: #ab0210;
}
.vip_shenqing{
    background-color: #A8070F !important;
    color: #ffffff !important;
    margin-left: 20px;
}
.el-dialog__body{
    padding: 20px !important;
}
.chazhao_input{
    position: relative;
}
.chazhao_input img{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.chazhao_input input{
    width: 100%;
    height: 36px;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    padding-left: 10px;
    outline: none;
    padding-right: 30px;
}
.chazhao_pop{
    width: 416px;
    background: #ffffff;
    padding: 32px 32px 24px;
    border-radius: 2px;
}
.chazhao_pop .el-dialog__header{
    display: none;
}
.chazhao_pop .el-dialog__body{
    padding: 0 !important;
}
.anticon{
    color: #ff4d4f;
    font-size: 22px;
    margin-right: 16px;
}
.anticon-check-circle{
    color: #52c41a !important;
}
.chazhao_pop_title{
    display: flex;
    font-size: 16px;
    color: rgba(0,0,0,.85);
    align-items: center;
}
.chazhao_pop_nr{
    margin-left: 38px;
    margin-top: 8px;
    color: rgba(0,0,0,.65);
    font-size: 14px;
}
.chazhao_pop_btn{
    margin-top: 24px;
    display: flex;
    /*align-items: flex-end;*/
    justify-content: flex-end;
}
.chazhao_pop_btn div{
    color: #fff;
    background-color: #d20d16;
    border-color: #d20d16;
    /*height: 32px;*/
    cursor: pointer;
    padding: 4px 15px;
    font-size: 14px;
}
.chazhao_pop_btn div:hover{
    color: #fff;
    background-color: #de3134;
    border-color: #de3134;
}
.chazhao_pop_btn div:active{
    color: #fff;
    background-color: #ab0210;
    border-color: #ab0210;
}
.congye_pop{
    /*width: 1200px;*/
    border-radius: 23px;
}
.congye_pop_title{
    font-size: 28px;
    color: #E61820;
    font-weight: bold;
    text-align: center;
    margin-bottom: 38px;
}
.congye_pop_sousuo{
    display: flex;
    align-items: center;
    padding: 0 126px;
}
.congye_pop_sousuo span{
    font-size: 22px;
    color: #333333;
}
.songye_pop_nr{
    width: 100%;
}
.songye_pop_nr table{
    width: 100%;
    margin-top: 81px;
}
.songye_pop_nr table tr:first-of-type{
    background: #ECECEC;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
    color: #333;
}
.songye_pop_nr table tr{
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    color: #666666;
}
.congye_pop_sousuo_input{
    display: flex;
    align-items: center;
}
.congye_pop_sousuo_input_btn{
    width: 50px;
    height: 50px;
    background: #BE9B61;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.congye_pop_sousuo_input input{
    width: 350px;
    height: 50px;
    border: #E9E9E9 1px solid;
    padding: 0 10px;
    font-size: 16px;
    outline: none;
}
.select{
    position: relative;
}
.select_op{
    position: absolute;
    top: 50px;
    width: 134px;
    left: 14px;

    border: 1px solid #E9E9E9;
    border-radius: 12px;
    overflow: hidden;
}
.select_op p{
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
    cursor: pointer;
}
.select_op p:hover,.select_op p.active{
    color: #ffffff;
    background: #BE9B61;
}
.select_title{
    width: 134px;
    height: 50px;
    line-height: 50px;
    margin-left: 14px;
    margin-right: 21px;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    padding: 0 12px;
    cursor: pointer;
    position: relative;
}
.select_title span{
    font-size: 16px;
}
.select_title img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.mask{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li{
    background: #ffffff;
    border: 1px solid #d9d9d9;
    font-weight: 500;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #ffffff;
    color: #d20d16;
    border: 1px solid #d20d16;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover{
    color: #d20d16;
}
.vip_qiye_fy{
    padding: 0 14px;
    margin-top: 10px;
}
.commitment{
    height: 300px;
    overflow-y: scroll;
    margin: 0 auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}
.commitment::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
@media screen and (max-width: 768px){
    body, html{
        overflow-x: hidden;
    }
    .vip_header{
        padding: 0 10px;
    }
    .vip_left p{
        font-size: 14px;
        margin-left: 10px;
    }
    .vip_right{
        border-radius: 7px;
        width: 99px;
        height: 31px;
        font-size: 14px;
    }
    .vip_left img{
        width: 42px;
        height: 42px;
    }
    .vip_banner{
        height: 125px;
    }
    .vip_banner_btn_li p{
        font-size: 12px;
    }
    .vip_banner_btn_li{
        height: 38px;
        margin-right: 10px;
    }

    .vip_banner_btn{
        padding: 0 10px;
        bottom: 8px;
    }
    .vip_banner_btn_li:nth-child(3) img{
        width: 17px;
        height: 14px;
    }
    .vip_content{
        width: 100%;
        flex-direction: column;
        padding: 0 10px;
    }
    .vip_box{
        width: 100%;
        margin-bottom: 20px;
    }
    .vip_box_title{
        height: 47px;
        margin-bottom: 10px;
    }
    .vip_box_title p{
        font-size: 20px;
    }
    .shenqing .el-dialog{
        width: 90%;
    }
    .el-form-item{
        flex-direction: column;
        margin-bottom: 11px;
    }
    .vip-left label, .vip-right label{
        width: 100% !important;
        justify-content: flex-start;
    }
    .vip-box input{
        width: 260px;
        height: 35px;
    }
    .danwei-li{
        margin: 0 auto;
        /*margin-right: 0;*/
        margin-bottom: 20px;
    }
    .danwei-li:last-of-type{
        margin: 0 auto;
    }
    .vip-title{
        margin-bottom: 0;
    }
    .vip-box .is-error input{
        background-size: 20px;
    }
    .vip_pop{
        width: 90%;
        height: auto;
        top: 10%;
        bottom: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .vip-bottom-btn{
        width: 80%;
        margin-top: 9px;
    }
    .vip-box{
        flex-direction: column;
        padding: 0 10px;
    }
    .vip-left, .vip-right{
        width: 100%;
    }
    .congye_pop .el-dialog{
        width: 90%;
    }
    .congye_pop_sousuo{
        padding: 0;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .songye_pop_nr table tr:first-of-type{
        font-size: 12px;
    }
    .congye_pop_title{
        margin-bottom: 0;
    }
    .congye_pop_sousuo_input{
        width: 100%;
    }
    .congye_pop_sousuo_input input{
        width: 100%;
        height: 40px;
    }
    .congye_pop_sousuo_input_btn{
        width: 50px;
        height: 40px;
    }
    .select{
        width: 100%;
        margin: 10px 0;
    }
    .select_title{
        margin-left: 0;
        width: 100%;
        margin-right: 0;
        height: 40px;
        line-height: 40px;
    }
    .songye_pop_nr table{
        margin-top: 20px;
    }
    .select_op{
        position: absolute;
        top: 50px;
        width: 100%;
        left: 0px;
        border: 1px solid #E9E9E9;
        border-radius: 12px;
        overflow: hidden;
        background: #fff;
    }
    .congye_pop_sousuo span{
        font-size: 16px;
    }
    .songye_pop_nr table tr{
        font-size: 12px;
    }
    .qyml .el-dialog{
        width: 90% !important;
    }
    .chazhao_pop{
        width: 90%;
    }
    .el-pagination{
        white-space: pre-wrap;
    }
    .el-pagination__jump{
        margin-left: 0;
    }
    .el-pagination button{
        margin-bottom: 5px !important;
    }
}