button {
    border: none;
    background: none;
}

::-webkit-scrollbar {
    width: 8px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    width: 8px;
    height: 30px;
    border-radius: 10px;
    background: #cbcbd1;
}

.content_wrapper {
    background-color: #f3f3f3;
}

.content_wrapper2 {
    background-color: #F6F6F8;
}

/*2020-10-13*/
.filter_combo {
    padding: 30px 40px 20px 40px;
    background-color: #ffffff;
}

.filter_combo.n_pd {
    padding-bottom: 0;
}

.filter_combo .filter_line {
    position: relative;
    padding-right: 50px;
    margin-bottom: 12px;
}

.filter_combo .filter_line.last {
    margin-bottom: 0;
}

.filter_combo .filter_line .line_title {
    float: left;
    line-height: 26px;
    font-size: 14px;
    color: #999999;
}

.filter_combo .filter_line .fse_group {
    float: left;
    width: 1000px;
}

.filter_combo .filter_line .line_item {
    float: left;
    width: 1000px;
}

.filter_combo .filter_line .line_item .f_item {
    display: block;
    float: left;
    font-size: 12px;
    color: #666666;
    border-radius: 3px;
    padding: 6.5px 11px;
}

.filter_combo .filter_line .line_item .f_item.back {
    padding-left: 24px;
    background: url("../images/filter_back.png") 11px 8px no-repeat;
    background-size: 10px 10px;
}

.filter_combo .filter_line .line_item .f_item.back:hover {
    background-color: transparent;
    color: #333333;
}

.filter_combo .filter_line .line_item .f_item.more {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 19px;
    background: url("../images/filter_more_ico.png") 0 center no-repeat;
    background-size: 12px 12px;
}

.filter_combo .filter_line .line_item .f_item.more:hover {
    background-color: transparent;
    color: #333333;
}

.filter_combo .filter_line .line_item .f_item:hover {
    text-decoration: none;
    background-color: #f6f6f6;
    color: #333333;
}

.filter_combo .filter_line .line_item .f_item.active {
    background-color: #f4f9ff;
    color: #1787fb;
}

.filter_combo .filter_line .line_item .f_item.tagLink {
    margin-right: 5px;
}

.filter_combo .filter_line .f_select {
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #efefef;
    position: relative;
    background: #ffffff url(../images/pull_down_ico.png) 78px center no-repeat;
    font-size: 12px;
    background-size: 12px;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 10px;
    padding: 0 26px 0 12px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.filter_combo .filter_line .f_select.first {
    margin-left: 0;
}

.filter_combo .filter_line .f_select:hover {
    border: 1px #B4B4B4 solid;
    color: #333333;
}

.filter_combo .filter_line .f_select.active {
    border: 1px #1787fb solid;
    background: #ffffff url(../images/pull_down_b_ico.png) 78px center no-repeat;
    background-size: 12px;
}

.filter_combo .filter_line .f_select.active .s_text {
    color: #1787fb;
}

.filter_combo .filter_line .f_select .s_text {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 60px;
    overflow: hidden;
}

.filter_combo .filter_line .s_tag {
    display: block;
    float: left;
    font-size: 12px;
    color: #999999;
    height: 26px;
    line-height: 26px;
    padding: 0 22px 0 10px;
    border: 1px solid #efefef;
    position: relative;
    margin-right: 10px;
    border-radius: 3px;
}

.filter_combo .filter_line .s_tag:hover {
    text-decoration: none;
    border: 1px #B4B4B4 solid;
}

.filter_combo .filter_line .s_tag::after {
    position: absolute;
    right: 2px;
    top: 4px;
    content: '';
    width: 16px;
    height: 16px;
    background: url("../images/tag_del_ico.png") 0 0 no-repeat;
}

.filter_combo .filter_line .remove {
    position: absolute;
    height: 14px;
    line-height: 14px;
    background: url(../images/remove_icon.png) 0 1px no-repeat;
    background-size: 12px;
    padding-left: 18px;
    cursor: pointer;
    font-size: 12px;
    right: 0;
    top: 6px;
}

.filter_combo .filter_line .remove:hover {
    text-decoration: none;
    color: #333;
}

.filter_combo .filter_selected {
    position: relative;
    border-top: 1px dashed #ccc;
    font-size: 14px;
    color: #999999;
    margin-top: 24px;
    padding-top: 20px;
}

.filter_combo .filter_line .fse_group .s_tag {
    margin-bottom: 20px;
}

/* 新模板筛选 */
.filter_combo .filter_line .line_item .f_item.active {
    background-color: #F4FFFC;
    color: #00C48A;
}

.filter_combo .so_condition_head .f_select,
.filter_combo .so_condition_resume .f_select {
    height: auto;
    line-height: initial;
}

.filter_combo .filter_line .f_select:hover {
    border: 1px solid #F4FFFC;
    color: #00C48A;
    background: #F4FFFC url(../images/pull_down_act.png) calc(100% - 6px) center no-repeat;
}

.filter_combo .filter_line .f_select.active {
    border: 1px solid #00C48A;
    color: #00C48A;
    background: url(../images/pull_down_act.png) calc(100% - 6px) center no-repeat;
}

.filter_combo .so_condition_head .f_select:hover,
.filter_combo .so_condition_resume .f_select:hover {
    border: 1px solid #fff;
    color: #00C48A;
    background: #fff url(../images/pull_down_act.png) calc(100% - 6px) center no-repeat;
}

.filter_combo .so_condition_head .f_select.active,
.filter_combo .so_condition_resume .f_select.active {
    border: 1px solid #fff;
    color: #00C48A;
    background: #fff url(../images/pull_down_act.png) calc(100% - 6px) center no-repeat;
}

.filter_combo .filter_line .f_select.active .s_text {
    color: #00C48A;
}

.filter_combo .filter_line .f_select:hover .s_text {
    color: #00C48A;
}

.filter_combo .dropdow_inner_noa {
    position: relative;
    width: 100px;
    height: auto;
    border: none;
    color: #333;
    background: #fff;
    cursor: auto;
    box-shadow: 0px 0px 6px 0px rgb(222 222 222 / 49%);
}

.filter_combo .filter_line .f_select {
    border: 1px solid transparent;
    background: #ffffff url(../images/pull_down_ico2.png) calc(100% - 6px) center no-repeat;
    width: auto;
    padding: 0 26px 0 12px;
}

.filter_combo .dropdow_inner_noa .nav_box li a:hover {
    background: #F4FFFC;
    text-decoration: none;
    color: #00C48A;
}

.filter_combo .filter_line .line_item .f_item {
    display: block;
    float: left;
    font-size: 12px;
    color: #333333;
    border-radius: 3px;
    padding: 6.5px 11px;
}

.filter_combo .filter_line .f_select .s_text {
    color: #333;
    width: auto;
}

.filter_combo .dropdow_inner_searchtrade .nav_box li a:hover {
    background: #F4FFFC;
    text-decoration: none;
    color: #00C48A;
}

.filter_combo .filter_line .line_item .f_item:hover {
    text-decoration: none;
    background-color: #F4FFFC;
    color: #00C48A;
}

/* 新模板中间内容 */
.content_box2 {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    padding-right: 28px;
}

.content_box2 .array_type_no_border {
    display: flex;
    align-items: center;
    justify-content: start;
}

.content_box2 .array_type_no_border .t {
    font-size: 12px;
}

.content_box2 .array_type_no_border .label_new {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-right: 15px;
    font-size: 12px;
}

.content_box2 .box2_nav {
    border-bottom: none;
    background: #fff;
}

.content_box2 .box2_nav .nav_active {
    background: #fff;
    color: #00C48A;
}

.content_box2 .box2_nav .nav_active .listtype {
    color: #00C48A;
}

.content_box2 .box2_nav .tab .listtype {
    font-size: 13px;
}

.content_box2 .box2_nav .nav_active .listtype {
    color: #00C48A;
    font-size: 14px !important;
    font-weight: 600;
}

/* 筛选 */
.content {
    width: 1200px;
    margin: auto;
    padding: 10px 0;
}

.content_box1 {
    background: #fff;
    padding: 30px 40px 1px 40px;
}

.seekJob_list_box {
    width: 920px;
    margin-right: 10px;
}

.seekJob_list {
    background-color: #fff;
    padding: 18px 20px 18px 40px;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
}

.seekJob_list:hover {
    background-color: #f9f9f9;
}

.seekJob_list .l_chk {
    position: absolute;
    left: 20px;
    top: 22px;
}

.seekJob_list .name_box {
    width: 260px;
    line-height: 22px;
}

.seekJob_list .job_name {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}


.seekJob_list .region {
    width: 125px;
    color: #666;
    font-size: 12px;
    line-height: 22px;
}

.seekJob_list .company_name {
    color: #666666;
    font-size: 12px;
    cursor: pointer;
    line-height: 22px;
}

.seekJob_list .icon_middle {
    vertical-align: -2px;
}

.seekJob_list .icon_middle2 {
    vertical-align: 0px;
}

.seekJob_list .salary {
    color: #ff6600;
    font-size: 14px;
    float: right;
    padding-right: 10px;
    line-height: 22px;
}

.seekJob_list_box .operation {
    background: #fff;
    padding: 15px 30px 0 40px;
}

.seekJob_list_box .operation .checkbox_box {
    position: relative;
}

.seekJob_list_box .operation .checkbox_box input {
    position: absolute;
    left: -20px;
    top: 9px;
}

.seekJob_list_box .operation button {
    color: #999999;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    padding: 5px 13px;
    border-radius: 5px;
    margin-right: 7px;
}

.seekJob_list_box .operation button:hover {
    background: #1787fb;
    color: #ffffff;
    border: 1px solid #1787fb;
}

.urgency_img {
    vertical-align: -2px;
    margin-right: -2px;
}

.box1_top li {
    color: #999999;
    font-size: 14px;
    margin-bottom: 28px;
    position: relative;
    padding-right: 50px;
    height: 25px;
}

.box1_top li span {
    color: #666666;
    font-size: 12px;
    padding: 5px 10px;
    margin-left: -5px;
    cursor: pointer;
}

.box1_top li span.back {
    padding-left: 13px;
    background: url("../images/filter_back.png") 0 7px no-repeat;
    background-size: 10px 10px;
}

.box1_top li span a {
    color: #666666;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.box1_top .more {
    position: absolute;
    padding: 0;
    cursor: pointer;
    right: 0;
    top: 0;
}

.more i {
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}

.box1_top .active {
    background: #f4f9ff;
    color: #1787fb;
}

.box1_top .active a {
    color: #1787fb;
}

.box1_top .margin {
    margin-left: 10px;
}

.box1_bottom {
    padding: 20px 80px 20px 0;
    font-size: 14px;
    color: #999999;
    position: relative;
    border-top: 1px dashed #ccc;
}

.box1_bottom .tag_title {
    float: left;
    display: block;
    height: 28px;
    line-height: 28px;
}

.box1_bottom .tag {
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 22px 0 8px;
    border: 1px solid #efefef;
    font-size: 12px;
    color: #999;
    margin: 0 8px 8px 8px;
    cursor: pointer;
    position: relative;
}

.box1_bottom .tag::after {
    position: absolute;
    right: 2px;
    top: 6px;
    content: '';
    width: 16px;
    height: 16px;
    background: url("../images/tag_del_ico.png") 0 0 no-repeat;
}

.box1_bottom .tag:hover {
    border: 1px #B4B4B4 solid;
}

.tag i {
    font-style: normal;
    margin-left: 15px;
    font-size: 16px;
}

.box1_bottom .remove {
    position: absolute;
    background: url(../images/remove_icon.png) 0 2px no-repeat;
    background-size: 12px;
    padding-left: 18px;
    cursor: pointer;
    font-size: 12px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.box1_bottom .remove a {
    color: #999;
}

.box1_bottom .remove a:hover {
    text-decoration: none;
}

select {
    border: none;
}

select::-ms-expand {
    border: none;
    background: none;
    font-size: 11px;
    color: #999999;
}

/* 简历  排序方式 */
.content_box2 {
    margin-top: 10px;
}

.content_box_margin {
    padding-bottom: 38px;
}

.box2_nav {
    background: #f9f9f9;
    font-size: 14px;
    color: #666666;
    border-bottom: 2px solid #1787fb;
}

.box2_nav .tab {
    float: left;
    padding: 0 28px;
    height: 42px;
    line-height: 42px;
}

.box2_nav .tab .listtype {
    color: #666666;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

.box2_nav .nav_active {
    background: #1787fb;
    color: #ffffff;
}

.box2_nav .nav_active .listtype {
    color: #fff;
}

.box2_nav .paging {
    float: right;
    cursor: pointer;
}

.box2_nav .paging span {
    font-size: 14px;
    color: #666;
}

.box2_nav li {
    float: left;
    padding: 0 28px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}

.box2_nav li.pn {
    padding: 0 5px;
}

.content_box2 .paging i {
    font-style: normal;
}

.content_box2 .pre {
    font-size: 14px;
    color: #dcdcdc;
    cursor: pointer;
}

.content_box2 .next {
    font-size: 14px;
    color: #1787fb;
    cursor: pointer;
}

.content_box2 .paging_color {
    color: #1787fb;
}

/* 排序方式 */
.option {
    background: #fff;
    border-bottom: 2px solid #f3f3f3;
    padding: 11px 28px;
}

.option_text {
    float: left;
    color: #999;
    font-size: 12px;
    padding: 5px 0;
}

.option_left {
    float: left;
}

.option_right {
    float: right;
}

.option_right div {
    float: left;
}

.option_btn {
    float: left;
    font-size: 12px;
    padding: 5px 20px 5px 10px;
    border: 1px solid #e2e2e2;
    margin: 0 10px;
    color: #999999;
    background: url(../images/down_icon2.png) 62px no-repeat;
    cursor: pointer;
}

.option_btn:hover {
    border: 1px solid #B4B4B4;
}

.option_btn a {
    width: 100%;
    height: 100%;
    color: #999999;
    text-decoration: none;
}

.option_btn1 {
    color: #1787fb;
    background: url(../images/down_icon1.png) 62px no-repeat;
}

.option_btn1 a {
    color: #1787fb;
}

.option_opt {
    padding: 5px 0;
    color: #666666;
    font-size: 12px;
}

.option_opt label {
    margin-right: 20px;
    font-size: 12px;
    cursor: pointer;
}

.option_opt label input {
    vertical-align: -2px;
}

.array_type {
    padding: 3px 0 3px 20px;
    border-left: 1px solid #ccc;
}

.array_type_no_border {
    padding: 3px 0 3px 0;
}

.array_type_no_border .t {
    display: inline-block;
    line-height: 20px;
    color: #999;
}

.array_type .t {
    display: inline-block;
    line-height: 20px;
}

.array_type .img_x {
    background: url("../images/array_icon4.png") no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.array_type .img_x.active {
    background: url("../images/array_icon1.png") no-repeat;
}

.array_type .img_j {
    background: url("../images/array_icon2.png") no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 10px;
}

.array_type .img_j.active {
    background: url("../images/array_icon3.png") no-repeat;
}

/* 在招职位列表 */

.job_list_box {
    /* background: #fff; */
}

.job_text {
    float: left;
    /*padding-right: 90px;*/
    width: 400px;

}

.job_text_long {
    float: left;
    /*padding-right: 90px;*/
    /*width:400px;*/

}

.job_list {
    padding: 28px 30px 32px;
    border-bottom: 1px dashed #f3f3f3;
    background: #fff;
}

.job_btn {
    float: right;
}

.job_btn .job_btn_text {
    color: #f45c19;
    font-size: 12px;
}

.job_btn p {
    text-align: right;
    color: #999999;
    font-size: 12px;
    margin-bottom: 16px;
    line-height: 22px;
}

.job_btn .btn {
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    background: #1787fb;
    padding: 9px 22px;
    cursor: pointer;
}

.job_btn .btn:hover {
    background: #1782f1;
}

.job_title {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.job_title a {
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    font-weight: bold;
}

.job_salary {
    line-height: 22px;
}

.job_salary strong {
    display: inline-block;
    color: #ff6600;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}

.job_salary strong span {
    font-size: 12px;
    color: #FF6600;
    font-weight: normal;
    margin-right: 5px;
}

.job_salary span {
    font-size: 12px;
    color: #999999;
    position: relative;
    margin-right: 18px;
}

.job_salary span::after {
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    right: -10px;
    top: 2px;
    background: #efefef;
}

.job_salary span:last-child::after {
    content: '';
    width: 0px;
    height: 0px;
}


.paging_box {
    padding: 16px 0;
    display: inline-block;
}

.job_welfare span {
    display: inline-block;
    border: 1px solid #efefef;
    color: #999;
    padding: 5px 10px;
    margin-right: 5px;
    font-size: 12px;
}


/* 分页 */

.paging {
    /*cursor: pointer;*/
}

.paging1 {
    background-color: #fff;
    cursor: pointer;
    text-align: center;
}

.paging_pre {
    margin-right: 2px;
}

.paging_next {
    margin-left: 2px;
}

.paging_pre, .paging_next {
    font-size: 12px;
    color: #999999;
    border: 1px solid #e2e2e2;
    float: left;
    padding: 6px 10px;
    border-radius: 5px;
    background-color: #e9e9e9;
}

.paging_pre.enable, .paging_next.enable {
    cursor: pointer;
    background-color: #ffffff;
}

.paging_pre:hover, .paging_next:hover, .paging_num:hover {
    background-color: #e9e9e9;
}

.paging_num {
    font-size: 12px;
    float: left;
    padding: 6px 10px;
    color: #999999;
    border-radius: 5px;
    margin: 2px 2px 0 2px;
    border: 1px solid #e2e2e2;
}

.paging_num.active {
    cursor: default;
    color: #f4f8ff;
    background: #1787fb;
    border: 1px solid #1787fb;
}


/* 找工作登录 */
.right_sidebar {
    width: 270px;
    float: left;
}

.login {
    background: #34a7de;
    padding: 0 20px;
}

.login_title {
    color: #ffffff;
    font-size: 22px;
    padding: 28px 0 30px 0;
    text-align: center;
}

.login_account, .login_code {
    width: 212px;
    height: 36px;
    border: 1px solid #efefef;
    margin-bottom: 21px;
    margin-left: 10px;
    background: #fff;
}

.login_account input {
    width: 100%;
    height: 100%;
    padding-left: 5px;
    border: none;
}

.login_code input {
    width: 126px;
    height: 100%;
    border: none;
    padding-left: 5px;
}

.login_account input::-webkit-input-placeholder,
.login_code input::-webkit-input-placeholder {
    color: #c9c9c9;
    font-size: 14px;
}

.login_code span {
    color: #1787fb;
    font-size: 14px;
    cursor: pointer;
}

.login_btn {
    width: 212px;
    color: #1787fb;
    padding: 8px 53px 10px;
    background: #f1f8ff;
    font-size: 14px;
    margin-left: 11px;
    cursor: pointer;
}

.Privacy {
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    letter-spacing: 2px;
    padding-top: 14px;
    padding-bottom: 20px;
}


/* 企业详情右边列表 */
.right_box4 {
    margin-top: 10px;
}

.right_box4.nmt {
    margin-top: 0;
}

.information .text {
    color: #999;
    font-size: 12px;
}

/* .enterprise_list{
	padding: 0 20px;
} */

.enterprise_img {
    width: 44px;
    height: 44px;
    float: left;
    margin-right: 11px;
}

.enterprise_img img {
    width: 100%;
    height: 100%;
}

.enterprise_text {
    width: 160px;
    float: left;
}

.enterprise_text1 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.enterprise_text1 a {
    color: #333;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.enterprise_text2 {
    font-size: 12px;
    color: #666666;
}

.enterprise_item {
    padding: 12px 20px 12px;
    background: #fff;
    cursor: pointer;
}

.enterprise_item:hover {
    background: #fbfbfb;
}

.enterprise_item:last-child {
    padding: 12px 0 23px 20px;
}

.color {
    color: #ff6600;
}

/*职位详情右侧列表  */
.right_box2_text {
    padding: 0 20px;
    background: #fff;
    cursor: pointer;
}

.right_box2_text:hover {
    background: #fbfbfb;
}

.right_box2_text:hover .box2_text1 {
    color: #1787fb;
}

.right_box2_text .box2_text1 {
    font-size: 14px;
    color: #404c5b;
    padding-top: 19px;
    display: block;
}

.right_box2_text .box2_text1 img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 6px;
}

.right_box2_text .box2_text1 a {
    color: #404c5b;
    font-size: 14px;
    cursor: pointer;
}

.right_box2_text .box2_text1.emergency {
    padding-left: 23px;
    background: url(../images/job_right_icon.png) 0 19px no-repeat;
    cursor: pointer;
}

.right_box2_text .box2_text2 {
    font-size: 12px;
    color: #aeaeae;
    margin: 10px 0 9px;
    max-width: 230px;
    height: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right_box2_text .box2_text2 a {
    font-size: 12px;
    color: #aeaeae;
    cursor: pointer;
}

.right_box2_text .box2_text3 {
    font-size: 12px;
    color: #ff6600;
    padding-bottom: 15px;
}


/* 周边招聘 */
.periphery {
    background: #fff;
    margin-top: 10px;
}

.periphery_title {
    color: #333333;
    font-size: 20px;
    border-top: 2px solid #1787fb;
    font-weight: bold;
    padding: 29px 30px 15px;
}

.periphery_title span {
    cursor: pointer;
    color: #999999;
    font-weight: normal;
    margin-right: 20px;
}

.periphery_title span.active {
    color: #333333;
    font-weight: bold;

}


.periphery_list {
    padding: 0 0 23px;
    border-top: 1px solid #f3f3f3;
    margin: 0 30px;
}

.periphery_list .list_box {
    padding-bottom: 19px;
}

.periphery_list .list_box a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    width: 118px;
    cursor: pointer;
}

.peripheryMargin {
    padding-top: 27px;
}

.float {
    float: left;
}

.picture_captcha {
    margin: 20px;
}

.picture_captcha .input_width {
    width: 250px;
}

.picture_captcha .captcha_img {
    width: 150px;
    height: 50px;
}

.picture_captcha .el-form-item {
    margin-bottom: 0;
}

.setmeal_icon {
    width: 15px;
    height: 13px;
}

.setmeal_icon1 {
    width: 19px;
    height: 15px;
}

[v-cloak] {
    display: none !important;
}

/*zjf 2020-0928*/
.so_condition .bli {
    padding: 1px 34px 1px 12px;
    display: inline-block;
    border: 1px #E7E7E7 solid;
    margin: 0 10px;
    cursor: pointer;
    background: #FFFFFF url(../images/pull_down.png) 78px center no-repeat;
    border-radius: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100px;
}

.so_condition .bli span {
    padding: 0;
    margin: 0;
}

.so_condition .bli .txt {
    display: block;
    _height: 28px;
    white-space: nowrap;
    _white-space: normal;
    _background: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.so_condition .bli:hover {
    border: 1px #B4B4B4 solid;
    color: #333333;
}

.so_condition .bli.active {
    border: 1px #1787fb solid;
}

.dropdowbox_noa {
    display: none;
    position: absolute;
    left: -1px;
    top: 28px;
    z-index: 20;
}

.open .dropdowbox_noa {
    display: block;
}

.dropdow_inner_noa {
    position: relative;
    width: 100px;
    height: auto;
    border: 1px solid #ddd;
    color: #333;
    background: #fff;
    cursor: auto;
}

.dropdow_inner_noa .nav_box li {
    cursor: pointer;
    display: block;
    float: none;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #333;
    _height: 28px;
    white-space: nowrap;
    _white-space: normal;
    _background: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-bottom: 0;
    font-size: 12px;
}

.dropdow_inner_noa .nav_box li.select, .dropdow_inner_noa .nav_box li:hover {
    background: #f2f2f2;
    text-decoration: none;
    color: #ff6600;
}

.dropdow_inner_noa .nav_box li a {
    display: block;
    padding: 0 12px;
}

.dropdow_inner_noa .nav_box li a:hover {
    background: #f2f2f2;
    text-decoration: none;
    color: #1787fb;
}

.empty_text {
    width: 100%;
    height: 100px;
    text-align: center;
    background-color: #fff;
    line-height: 100px;
    color: #999;
}


/*分页*/
.pagination {
    text-align: center;
    padding: 20px 0;
    background-color: #ffffff;
}

.pagination li {
    display: inline-block;
    border-radius: 5px;
    margin: 0 2px;
    border: 1px solid #e2e2e2;
}

.pagination a {
    padding: 6px 10px;
    font-size: 12px;
    color: #999999;
}

.pagination span {
    padding: 6px 10px;
    font-size: 12px;
    color: #999999;
}

/*.pagination li.disabled{
    background-color:#e9e9e9;
}*/
.pagination li.active {
    background: #1787fb;
    border-color: #1787fb;
}

.pagination li.active span {
    color: #f4f8ff;
}

.pagination li:hover {
    background-color: #1787fb;
    border-color: #1787fb;
}

.pagination li:hover a, .pagination li:hover span {
    color: #f4f8ff;
    text-decoration: none;
}

.pagination-simple {

}

.pagination-simple li {
    display: inline-block;
    margin: 0 2px;
}

.pagination-simple li a {
    color: #1787fb;
}

.pagination-simple li.disabled a {
    color: #bcbcbc;
    cursor: default;
    text-decoration: none;
}

.pagination-simple li.pagenum {
    cursor: default;
}

.pagination-simple li.pagenum .color {
    color: #1787fb;
}

.dropdowbox_searchtrade {
    display: none;
    position: absolute;
    left: -1px;
    top: 28px;
    z-index: 20;
}

.open .dropdowbox_searchtrade {
    display: block;
}

.dropdow_inner_searchtrade {
    position: relative;
    width: 863px;
    height: auto;
    border: 1px solid #ddd;
    color: #333;
    background: #fff;
    cursor: auto;
}

.dropdow_inner_searchtrade .nav_box {
    padding: 10px;
}

.dropdow_inner_searchtrade .nav_box li {
    width: 168px;
    cursor: pointer;
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    color: #333;
    _height: 18px;
    white-space: nowrap;
    _white-space: normal;
    _background: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin: 0;
}

.dropdow_inner_searchtrade .nav_box li.select, .dropdow_inner_searchtrade .nav_box li:hover {
    background: #f2f2f2;
    text-decoration: none;
    color: #ff6600;
}

.dropdow_inner_searchtrade .nav_box li a {
    display: block;
    padding: 0 15px;
}

.dropdow_inner_searchtrade .nav_box li a:hover {
    background: #f2f2f2;
    text-decoration: none;
    color: #1787fb;
}

.dropdowbox_searchmajor {
    display: none;
    position: absolute;
    left: -1px;
    top: 28px;
    z-index: 20;
}

.open .dropdowbox_searchmajor {
    display: block;
}

.dropdow_inner_searchmajor {
    position: relative;
    width: 608px;
    height: auto;
    border: 1px solid #ddd;
    color: #333;
    background: #fff;
    cursor: auto;
}

.dropdow_inner_searchmajor .nav_box {
    padding: 10px 0;
}

.dropdow_inner_searchmajor .nav_box .tabnav {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 5px 0 0 15px;
    border: 0;
}

.dropdow_inner_searchmajor .nav_box .tabnav .tab_list {
    float: left;
    width: auto;
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 0 12px;
    color: #00528c;
    cursor: pointer;
    white-space: nowrap;
}

.dropdow_inner_searchmajor .nav_box .tabnav .tab_list.select {
    height: 29px;
    background: #fff;
    font-weight: bold;
    color: #404040;
}

.dropdow_inner_searchmajor .nav_box .tab_content {
    display: none;
    padding-top: 10px;
    border-top: 1px solid #e2e2e2;
    position: relative;
    top: -1px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dropdow_inner_searchmajor .nav_box .tab_content.select {
    display: block;
}

.dropdow_inner_searchmajor .nav_box li {
    cursor: pointer;
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    color: #333;
    _height: 26px;
    white-space: nowrap;
    _white-space: normal;
    _background: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.dropdow_inner_searchmajor .nav_box li.select, .dropdow_inner_searchmajor .nav_box li:hover {
    background: #f2f2f2;
    text-decoration: none;
    color: #ff6600;
}

.dropdow_inner_searchmajor .nav_box li a {
    display: block;
    padding: 0 15px;
}

.dropdow_inner_searchmajor .nav_box li a:hover {
    background: #f2f2f2;
    text-decoration: none;
    color: #1787fb;
}

.jobshow_map {
    position: relative;
}

.jobshow_map .code {
    width: 180px;
    background: #fbfbfb;
    position: absolute;
    right: 20px;
    top: 17px;
    z-index: 10;
}

.jobshow_map .code .code_img {
    text-align: center;
    background: #fff;
    padding: 32px 27px 21px 24px;
}

.jobshow_map .code .code_img img {
    width: 122px;
    height: 122px;
    margin-bottom: 18px;
}

.jobshow_map .code .code_img p {
    text-align: center;
    color: #666;
    font-size: 13px;
}

.jobshow_map .code .itinerary {
    border-top: 1px dashed #ccc;
    padding: 22px 27px 20px 24px;
}

.jobshow_map .code .itinerary p {
    color: #999;
    font-size: 12px;
    margin-bottom: 6px;
}

.list_empty {
    width: 100%;
    height: 300px;
    background: #ffffff url("../images/default_list_ico.png") center center no-repeat;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
}

.list_empty.n_bd {
    border-bottom: 0;
}

.list_empty .emp_text {
    color: #666;
    text-align: center;
    position: absolute;
    width: 100%;
    line-height: 22px;
    left: 0;
    bottom: 70px;
}

.list_empty .emp_text2 {
    color: #666;
    text-align: center;
    position: absolute;
    width: 100%;
    line-height: 22px;
    left: 0;
    bottom: 50px;
}

/*浏览器版本太低提示*/
.brw_tip {
    width: 100%;
    height: 46px;
    line-height: 46px;
    display: none;
    background-color: #fff1ee;
    border-bottom: 1px solid #dadce0;
}

.brw_tip .t_con {
    position: relative;
    width: 1200px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    padding-left: 23px;
    font-size: 12px;
    color: #ff6b31;
    background: url("../../assets/images/brw_tip_ico.png") 0 center no-repeat;
    background-size: 16px 16px;
}

.brw_tip .t_con a {
    color: #1787fb;
    text-decoration: none;
}

.brw_tip .t_con .b_close {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    line-height: 46px;
    padding-left: 15px;
    font-size: 12px;
    color: #ff6b31;
    cursor: pointer;
    background: url("../../assets/images/brw_tip_close_ico.png") 0 center no-repeat;
    background-size: 10px 10px;
}

.brw_tip {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

/*快捷注册简历弹窗*/
.reg_quick_dialog .el-dialog__header, .reg_quick_dialog .el-dialog__body {
    padding: 0;
}

.reg_quick_box {
    width: 818px;
    height: 671px;
    background: url("../../assets/images/reg_quick_bg.png") 0 no-repeat;
    background-size: 874px 671px;
    position: relative;
}

.reg_quick_box .rqb_tx1 {
    font-size: 20px;
    color: #006fe3;
    line-height: 1;
    padding: 38px 0 38px 46px;
    padding-top: 20px;
    text-align: center;
}

.reg_quick_box .to_login_btn {
    position: absolute;
    right: 76px;
    top: 34px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fefefe;
    border-radius: 4px;
    background-color: #0cb166;
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

.reg_quick_box .to_login_btn:hover {
    background-color: #0ca15d;
}

.reg_quick_box .to_login_txt {
    position: absolute;
    right: 168px;
    top: 34px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #555555;
}

.reg_quick_box .form_group {
    padding: 0 0 0 20px;
    margin-bottom: 12px;
}

.reg_quick_box .form_group .be_label {
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    font-size: 14px;
    color: #666666;
    text-align: right;
    margin-bottom: 19px;
}

.reg_quick_box .form_group .be_input {
    float: left;
    width: 255px;
    margin-bottom: 19px;
    position: relative;
}

.reg_quick_box .form_group .be_input .no_job_time {
    position: absolute;
    right: -67px;
    top: 10px;
}

.reg_quick_box .form_group .be_input.no_job_time {
    width: 188px;
    margin-right: 67px;
}

.reg_quick_box .form_group .be_input.no_job_time .el-checkbox__label {
    padding-left: 5px;
}

.reg_quick_box .form_group .be_ge {
    float: left;
    padding-left: 22px;
    width: 370px;
    margin-bottom: 19px;
}

.reg_quick_box .form_group .be_gender {
    float: left;
    width: 76px;
    height: 40px;
    line-height: 40px;
    padding-left: 38px;
    border-radius: 999px;
    font-size: 14px;
    color: #666666;
    margin-right: 15px;
}

.reg_quick_box .form_group .be_gender.s1 {
    background: #f8f8f8 url("../../assets/images/reg_q_s1.png") 16px center no-repeat;
    background-size: 16px;
}

.reg_quick_box .form_group .be_gender.s2 {
    background: #f8f8f8 url("../../assets/images/reg_q_s3.png") 16px center no-repeat;
    background-size: 16px;
}

.reg_quick_box .form_group .be_gender.s1.active {
    background: #ebf5ff url("../../assets/images/reg_q_s2.png") 16px center no-repeat;
    background-size: 16px;
    color: #1787fb;
}

.reg_quick_box .form_group .be_gender.s2.active {
    background: #ebf5ff url("../../assets/images/reg_q_s4.png") 16px center no-repeat;
    background-size: 16px;
    color: #1787fb;
}

.reg_quick_box .el-date-editor.el-input, .reg_quick_box .el-date-editor.el-input__inner {
    width: 100%;
}

.reg_quick_box .el-select, .reg_quick_box .el-cascader {
    width: 255px;
}

.reg_quick_box .el-select.for_wage {
    width: 120px;
}

.reg_quick_box .for_sp {
    display: inline-block;
}

.reg_quick_box .for_sp_line {
    width: 853px;
    margin: 0 auto 29px;
    border-top: 1px dashed #e2ddde;
}

.reg_quick_box .form_group .be_tip {
    float: left;
    width: 370px;
    height: 40px;
    line-height: 40px;
    padding-left: 22px;
    font-size: 12px;
    color: #999999;
    margin-bottom: 19px;
}

.reg_quick_box .to_reg_group {
    padding-top: 5px;
}

.reg_quick_box .to_reg_group .to_reg_btn {
    width: 610px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    border-radius: 4px;
    background-color: #1787fb;
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
    margin: 0 auto;
}

.reg_quick_box .to_reg_group .to_reg_btn:hover {
    background-color: #177ee8;
}

.reg_quick_box .to_get_code_btn {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 38px;
    line-height: 38px;
    color: #1787fb;
    width: 96px;
    cursor: pointer;
    background-color: #f5f7fa;
    border: 0;
    border-left: 1px solid #DCDFE6;
    border-radius: 0 4px 4px 0;
    padding: 0;
}

.reg_quick_box .to_get_code_btn.disabled {
    background-color: #f5f7fa;
    color: #999;
    cursor: not-allowed;
}

.reg_quick_dialog .el-dialog__headerbtn {
    z-index: 3;
}


/* 分站按钮 */
.subsite_btn {
    cursor: pointer;
}

.subsite_btn_tpl4 {
    color: #fff;
}

.subsite_btn_tpl4 .switch_city {
    color: #fff;
}

.subsite_btn_tpl4:hover {
    color: #fff;
}

.subsite_btn .current_city {
    margin-right: 0 !important;
    padding-left: 13px;
    background: url(../images/subsite_icon.png) no-repeat left center;
    background-size: 9px 12px;
}

.subsite_btn .switch_city {
    color: #1787fb;
    margin-right: 20px;
    margin-left: 10px;
}

.subsite_btn_tpl4 .switch_city {
    color: #fff;
}

/* 分站弹窗 */
.subsite_pupop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
    /* display: none; */
}

.subsite_pupop .subsite_box {
    width: 580px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.subsite_pupop .subsite_box .close_icon {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.subsite_pupop .subsite_box .close_icon::before {
    content: "";
    width: 14px;
    height: 2px;
    display: block;
    background: #ccc;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 3px;
}

.subsite_pupop .subsite_box .close_icon::after {
    content: "";
    width: 14px;
    height: 2px;
    display: block;
    background: #ccc;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 3px;
    transform: translate(-50%, -50%) rotate(-50deg);
}

.subsite_pupop .subsite_box .subsite_title {
    color: #333;
}

.subsite_pupop .subsite_box .subsite_title .text_1 {
    margin-bottom: 10px;
    font-size: 16px;
}

.subsite_pupop .subsite_box .subsite_title .text_2 {
    font-size: 14px;
}

.subsite_pupop .subsite_box hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
}

.subsite_pupop .subsite_box .subsite_list {

}

.subsite_pupop .subsite_box .subsite_list .current_site {
    color: #999;
    margin-bottom: 20px;
}

.subsite_pupop .subsite_box .subsite_list .current_site .site_link {
    color: #1787fb;
}

.subsite_pupop .subsite_box .subsite_list .lsit_box {
    max-height: 300px;
    overflow-y: scroll;
}

.subsite_pupop .subsite_box .subsite_list .lsit_box .item {
    display: block;
    float: left;
    padding: 10px 20px;
    color: #333;
    font-size: 14px;
    margin: 0 20px 20px 0;
    border-radius: 5px;
    border: 1px solid rgba(233, 233, 240, 1);
    cursor: pointer;
}

.subsite_pupop .subsite_box .subsite_list .lsit_box .active_item {
    color: #1787fb;
    border: 1px solid #1787fb;
}

/* 新模板分站 */
#appNewHeader .subsite_btn .current_city {
    margin-right: 0 !important;
    padding-left: 0;
    background: none;
    background-size: 9px 12px;
    color: #fff;
}

#appNewHeader .subsite_btn .switch_city {
    color: #fff;
    margin: 0 6px;
}

#appNewHeader .subsite_pupop {
    z-index: 1000;
}

#appNewHeader .subsite_pupop .subsite_box .subsite_list .current_site .site_link {
    color: #00C48A;
}

#appNewHeader .subsite_pupop .subsite_box .subsite_list .lsit_box .active_item {
    color: #00C48A;
    border: 1px solid #00C48A;
}

/*附件*/
.attach-list {
    margin-top: 20px;
}

.attach-list ul {
    list-style-type: none;
}

.attach-list a {
    color: #1e50a2;
}

.attach-list a:hover {
    color: #ba2636;
}

/* pc新版绿色三角 */
.triangle-left {
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #00C48A;
    border-bottom: 6px solid transparent;
}

.triangle-right {
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #00C48A;
    border-bottom: 6px solid transparent;
}

.triangle-up {
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #00C48A;
}

.triangle-down {
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #00C48A;
}

.overflowHidden {
    overflow: hidden;
}

/* 风险提示 */
.risk_module {
    width: 272px;
    background: #FFFFFF;
    line-height: 24px;
    padding: 12px 17px;
    margin-top: 10px;
    border-radius: 10px;
}

.risk_module p {
    font-size: 12px;
    color: #666;
}

.risk_module .ts {
    margin-bottom: 2px;
    font-weight: 400;
    color: #4B4B4B;
    font-size: 16px;
    padding-left: 18px;
    background: url("../images/jobshow/fengxian.png") no-repeat left center;
    background-size: 13px 16px;
}

.risk_module p span {
    color: #FF4800;
    cursor: pointer;
}

/* 立即举报 */
.warning_box {
    box-sizing: border-box;
    padding: 8px 12px;
    background: #FFFAF5;
    font-size: 12px;
    margin-top: 10px;
    border-radius: 10px;
}

.warning_box .warning_txt {
    width: 60%;
    float: left;
    color: #333;
    height: 25px;
    line-height: 25px;
    box-sizing: border-box;
    background: url('../images/jobshow/jubao.png') left 3px no-repeat;
    background-size: 13px 16px;
    box-sizing: border-box;
    padding-left: 20px;
}

.warning_box .warning_txt .report_btn {
    color: #FF552E;
    border-bottom: 1px solid #FF552E;
    cursor: pointer;
}

.warning_box .lately_data {
    width: 30%;
    float: right;
    color: #999999;
    text-align: right;
    height: 25px;
    line-height: 25px;
}

.warning_box .lately_data .lately_time {
    margin-right: 20px;
}

/* 已投递简历 按钮样式 */
.already_apply {
    background: #66dcb9 !important;
    padding-left: 0 !important;
    border: 1px solid #66dcb9 !important;
}

/* 广告位hover样式 */
.pcd_item {
    cursor: pointer;
    position: relative;
}

.pcd_item:hover {
    box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
}

.pcd_item:hover:after {
    display: block;
}

.pcd_item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    display: none;
    border-radius: 10px;
}

/* 新模板求职群 */
.content_wrapper2 .qz {
    width: 270px;
    padding: 18px 20px;
    background: linear-gradient(23deg, #E2F0FF, #F1F8FF);
    margin-top: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.content_wrapper2 .qz-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.content_wrapper2 .qz img {
    width: 72px;
    height: 72px;
}

.content_wrapper2 .qz .code_text1 {
    color: #999;
    font-size: 12px;
    line-height: 22px;
    margin-right: 10px;
    width: 146px;
}

.content_wrapper2 .qzs {
    font-size: 16px;
    font-weight: 600;
    color: #36548C;
    cursor: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content_wrapper2 .qzsp {
    font-size: 12px;
    font-weight: 400;
    color: #3A588E;
    line-height: 1.4;
    margin-top: 4px;
    margin-bottom: 7px;
}


.content_wrapper2 .qz .ruqun {
    text-align: center;
    line-height: 2;
    margin-top: 4px;
    cursor: pointer;
    width: 80px;
    height: 25px;
    background: #2D68E8;
    border-radius: 4px;
}

.content_wrapper2 .qz .ruqun span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}


/* 公共弹窗样式 */
.qs_dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1999;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
}

.qs_dialog_wapper {
    background: #fff;
    margin: auto;
    display: inline-block;
    border-radius: 4px;
}

.qs_dialog_top {
    padding: 20px;
    position: relative;
}

.qs_dialog_title {
    font-size: 16px;
    color: #303133;
}

.qs_dialog_close_wapper {
    position: absolute;
    top: 22px;
    right: 22px;
}

.qs_dialog_close {
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.qs_dialog_close::before,
.qs_dialog_close::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #909399;
}

.qs_dialog_close::before {
    transform: rotate(45deg);
}

.qs_dialog_close::after {
    transform: rotate(-45deg);
}

.qs_dialog_errorMsg {
    padding: 0 33px;
}

.qs_dialog_errorMsg_content {
    box-sizing: border-box;
    width: 100%;
    background-color: #fdf6ec;
    color: #e6a23c;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    font-size: 14px;
}

/* 成功提示消息 */
.qs_message {
    position: fixed;
    z-index: 2000;
    width: 380px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px;
    padding-left: 20px;
    background: #e1f3d8;
    border: 1px solid #f0f9eb;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s, top 0.3s;
    display: flex;
    color: #67c23a;
}

.qs_message_fadeIn {
    opacity: 1;
    top: 20px;
}

.qs_message_fadeOut {
    opacity: 0;
    top: 0;
}

.qs_message .success-icon {
    width: 16px;
    height: 16px;
    background: url(../images/msg_success.png) center center no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}

/* 消息对话框 */
.qs_messagebox {
    width: 420px;
    padding-bottom: 10px;
    background-color: #fff;
    height: 140px;
    border-radius: 4px;
}

.qs_messagebox_center {
    align-items: center;
}

.qs_messagebox .qs_messagebox_title {
    padding: 15px 15px 10px;
    display: flex;
    justify-content: space-between;
    color: #303133;
    font-size: 18px;
}

.qs_messagebox_content {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    color: #606266;
}

.qs_messagebox_content .msg_icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    background: url(../images/message_box.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 12px;
}

.qs_messagebox_btnWapper {
    padding: 5px 15px 0;
    display: flex;
    justify-content: right;
}

.qs_messagebox_btnWapper .btn {
    padding: 0 15px;
    height: 32px;
    line-height: 30px;
    border-radius: 4px;
    cursor: pointer;
}

.qs_messagebox_btnWapper .btn1 {
    border: 1px solid #dcdfe6;
    color: #606266;
    font-size: 12px;
    margin-right: 10px;
}

.qs_messagebox_btnWapper .btn1:hover {
    color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff
}

.qs_messagebox_btnWapper .btn2 {
    background: #409eff;
    color: #fff;
    border: #409eff 1px solid;
    font-size: 12px;
}

.qs_messagebox_btnWapper .btn2:hover {
    background: #66b1ff;
    border-color: #66b1ff;
    color: #fff;
}

/* 登录弹窗背景 */
.login_dialog_bg {
    background: url(../images/login_modal_bg.png) no-repeat;
    background-size: 100% 100%;
}

/* 创建简历弹窗背景 */
.resumeAdd_dialog_bg {
    background: #fff url(../images/reg_quick_bg.png) no-repeat;
    background-size: 100% 100%;
}

.qs_dialog_content .reg_quick_box {
    background: none;
}

/* *****************创建简历弹窗************ */
.search_empty {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 220px;
    padding: 0 40px;
}

.search_empty img {
    width: 100px;
    height: 104px;
    margin-bottom: 23px;
}

.search_empty .text {
    font-size: 14px;
    color: #909399;
}

.categoryInput_jobIcon {
    width: 18px;
    height: 18px;
    background: url(../images/category_job.png) center center no-repeat;
    background-size: 100% 100%;
    margin-top: 11px;
    margin-right: 5px;
}

.categoryInput_AreaIcon {
    width: 18px;
    height: 18px;
    background: url(../images/category_dis.png) center center no-repeat;
    background-size: 100% 100%;
    margin-top: 11px;
    margin-right: 5px;
}

.job_select .el-dialog__header {
    display: none;
}

.job_select .el-btn {
    line-height: 2.1;
    padding: 0;
}

.city_select .el-btn {
    line-height: 2.1;
    padding: 0;
}

.job_select .el-dialog__body {
    padding: 18px;
}

.job_select .el-dialog__footer {
    padding-top: 0;
}

.job_select .el-empty__image {
    width: 100px;
}

.job_select .el-checkbox__label {
    color: #666666;
}

.job_select .el-checkbox__label:hover {
    color: #409eff;
}

.job_select .el-tag {
    padding-right: 12px;
    margin-right: 10px;
}

.job_select .el-btn {
    width: 80px;
    height: 30px;
}

.job_select .el-icon-close {
    font-size: 20px;
}

.job_select .el-icon-close:hover {
    background: none;
    color: #409eff;
}

.job_select .wapper .title {
    font-size: 16px;
    color: #333333;
    position: relative;
}

.job_select .wapper .title .title_other {
    color: #999999;
    font-size: 12px;
}

.job_select .wapper .title .close {
    position: absolute;
    right: 2px;
    top: 2px;
    background: url(../images/select_popup_close.png) center center no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    cursor: pointer;
}

.job_select .wapper .result_wapper {
    margin: 13px 0 11px 0;
    display: flex;
    align-items: top;
    min-height: 38px;
}

.job_select .wapper .result_wapper .result_title {
    flex-shrink: 0;
    line-height: 28px;
    margin-right: 15px;
}

.job_select .wapper .result_wapper .result_reset {
    flex-shrink: 0;
    line-height: 28px;
    cursor: pointer;
}

.job_select .wapper .result_wapper .result_item {
    display: flex;
    flex-wrap: wrap;
}

.job_select .wapper .result_wapper .result_item .el-tag {
    margin-bottom: 10px;
    height: 26px;
    line-height: 24px;
    border-radius: 29px;
}

.job_select .wapper .result_wapper .result_item .el-tag .el-icon-close {
    right: 0;
}

.job_select .wapper .search-box {
    margin: 12px 0;
}

.job_select .wapper .search-box .search-input ::v-deep .el-input__inner {
    height: 32px;
    border-color: #eeeeee;
}

.job_select .wapper .search-box .search-input ::v-deep .el-input__icon {
    line-height: 33px;
}

.job_select .wapper .select_wapper {
    width: 100%;
    height: 360px;
    border: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
    color: #666666;
}

.job_select .wapper .select_wapper .left {
    border-right: 1px solid #eeeeee;
    width: 219px;
    height: 100%;
    overflow-y: scroll;
    padding-top: 20px;
}

.job_select .wapper .select_wapper .left .item {
    padding: 0 14px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    margin-bottom: 4px;
    position: relative;
}

.job_select .wapper .select_wapper .left .item:hover {
    background: #f5f7fa;
    color: #409eff;
}

.job_select .wapper .select_wapper .left .itemAc {
    background: #f5f7fa;
    color: #409eff;
}

.job_select .wapper .select_wapper .right {
    flex: 1;
    height: 100%;
    overflow-y: scroll;
    padding: 20px 14px 0;
}

.job_select .wapper .select_wapper .right .item2 {
    font-size: 14px;
    color: #000000;
    margin-bottom: 12px;
}

.job_select .wapper .select_wapper .right .item2Ac {
    color: #409eff;
}

.job_select .wapper .select_wapper .right .item .item3_wapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3px;
}

.job_select .wapper .select_wapper .right .item .item3_wapper .item3 {
    margin-bottom: 20px;
    margin-right: 35px;
}

.job_select .search_wapper {
    height: 360px;
    border: 1px solid #eeeeee;
    overflow-y: scroll;
}

.job_select .search_wapper .search_item {
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    margin-bottom: 8px;
    cursor: pointer;
}

.job_select .search_wapper .search_item:hover {
    background: #f5f7fa;
}

.job_select .num {
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    background-color: #1989fa;
    color: #ffffff;
    font-size: 12px;
}

.job_select .num_right {
    position: absolute;
    top: 26%;
    right: 6px;
}

.job_select .pointer {
    cursor: pointer;
}

.job_select ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.job_select ::-webkit-scrollbar-track {
    background-color: transparent;
}

.job_select ::-webkit-scrollbar-thumb {
    background: #f1f1f1;
    border-radius: 5px;
}

.city_select .el-dialog__header {
    display: none;
}

.city_select .el-dialog__body {
    padding: 18px;
}

.city_select .el-dialog__footer {
    padding-top: 0;
}

.city_select .el-empty__image {
    width: 100px;
}

.city_select .el-tag {
    padding-right: 12px;
    margin-right: 10px;
}

.city_select .el-btn {
    width: 80px;
    height: 30px;
}

.city_select .el-icon-close {
    font-size: 20px;
}

.city_select .el-icon-close:hover {
    background: none;
    color: #409eff;
}

.city_select .select_alll {
    color: #000000;
}

.city_select .wapper .title {
    font-size: 16px;
    color: #333333;
    position: relative;
}

.city_select .wapper .title .title_other {
    color: #999999;
    font-size: 12px;
}

.city_select .wapper .title .close {
    position: absolute;
    right: 2px;
    top: 2px;
    background: url(../images/select_popup_close.png) center center no-repeat;
    width: 15px;
    height: 14px;
    background-size: 100% 100%;
    cursor: pointer;
}

.city_select .wapper .result_wapper {
    margin: 13px 0 11px 0;
    display: flex;
    align-items: top;
    min-height: 38px;
}

.city_select .wapper .result_wapper .result_title {
    flex-shrink: 0;
    line-height: 28px;
    margin-right: 15px;
}

.city_select .wapper .result_wapper .result_reset {
    flex-shrink: 0;
    line-height: 28px;
    cursor: pointer;
}

.city_select .wapper .result_wapper .result_item {
    display: flex;
    flex-wrap: wrap;
}

.city_select .wapper .result_wapper .result_item .el-tag {
    margin-bottom: 10px;
    height: 26px;
    line-height: 24px;
    border-radius: 29px;
}

.city_select .wapper .result_wapper .result_item .el-tag .el-icon-close {
    right: 0;
}

.city_select .wapper .search-box {
    margin: 12px 0;
}

.city_select .wapper .search-box .search-input ::v-deep .el-input__inner {
    height: 32px;
    border-color: #eeeeee;
}

.city_select .wapper .search-box .search-input ::v-deep .el-input__icon {
    line-height: 33px;
}

.city_select .wapper .select_wapper {
    width: 100%;
    height: 360px;
    border: 1px solid #eeeeee;
    display: flex;
    padding-top: 4px;
    color: #666666;
}

.city_select .wapper .select_wapper .item {
    padding: 0 14px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    margin-bottom: 4px;
    position: relative;
}

.city_select .wapper .select_wapper .item:hover {
    background: #f5f7fa;
    color: #409eff;
}

.city_select .wapper .select_wapper .itemAc {
    background: #f5f7fa;
    color: #409eff !important;
}

.city_select .wapper .select_wapper .left {
    border-right: 1px solid #eeeeee;
    width: 145px;
    height: 100%;
    overflow-y: scroll;
}

.city_select .wapper .select_wapper .right {
    width: 173px;
    border-right: 1px solid #eeeeee;
    height: 100%;
    overflow-y: scroll;
}

.city_select .wapper .select_wapper .subset {
    flex: 1;
    height: 100%;
    overflow-y: scroll;
}

.city_select .wapper .select_wapper .itemAcRight {
    color: #1989fa;
    background: url(../images/select_choose.png) no-repeat 95% 45%;
    background-size: 14px 14px;
}

.city_select .wapper .select_wapper .itemAcRight:hover {
    background: #f5f7fa url(../images/select_choose.png) no-repeat 95% 45%;
    background-size: 14px 14px;
}

.city_select .wapper .search_wapper {
    height: 360px;
    border: 1px solid #eeeeee;
    overflow-y: scroll;
}

.city_select .wapper .search_wapper .search_item {
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    margin-bottom: 8px;
    cursor: pointer;
}

.city_select .wapper .search_wapper .search_item:hover {
    background: #f5f7fa;
}

.city_select .num {
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    background-color: #1989fa;
    color: #ffffff;
    font-size: 12px;
}

.city_select .pointer {
    cursor: pointer;
}

.city_select ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.city_select ::-webkit-scrollbar-track {
    background-color: transparent;
}

.city_select ::-webkit-scrollbar-thumb {
    background: #f1f1f1;
    border-radius: 5px;
}

.reg_quick_box {
    height: 500px;
}

/* *****************创建简历弹窗************ */

/* 聊天绑定微信 */
.im_wx {
    padding: 25px;
    padding-top: 0;
    text-align: center;
}

.im_wx p {
    font-size: 16px;
    margin: 10px 0;
    color: #030303;
}

.im_wx .p2 {
    font-size: 14px;
    color: #999999;
}

/* 举报弹窗宽度 */
#tipoffDialog {
    width: 490px;
    padding: 0 30px;
}

/* 通用绑定微信 */
.global_wx_wapper {
    border-radius: 15px;
}

.global_wx {
    width: 305px;
    padding: 10px 32px 0;
}

/* 朋友圈海报 */
#sharePoster {
    width: 300px;
    height: 560px;
    color: #fff;
    font-size: 16px;
    padding: 25px 25px 30px;
}

#sharePoster .poster_imgWapper {
    width: 100%;
    height: 444px;
    text-align: center;
}

#sharePoster .poster_imgWapper img {
    width: 250px;
    height: 100%;
    display: inline-block;
}

.poster_btnWapper {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

.poster_btnWapper div {
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

.poster_btn1 {
    background: #157eff;
}

.poster_btn2 {
    background: #00d77e;
}


/* 简历详情弹窗 */
.resume_detail_modal .flex_resume {
    display: flex;
    align-items: baseline;
}

.resume_detail_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1999;
    background: rgba(0, 0, 0, .5);
}

.resume_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    z-index: 10000;
    padding-top: 300px;
}

.resume_mask .resume_mask_text {
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.resume_mask .resume_mask_btn {
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    width: 130px;
    background: #00C48A;
    color: #fff;
    padding: 9px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.resume_mask .resume_mask_btn:hover {
    background: #00AE7A;
}

.resume_show_box {
    width: 780px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 45px 22px 60px;
    overflow-y: scroll;
    overflow-x: hidden !important;
    position: relative;
}

.resume_detail_modal .close_btn {
    background: #fff url('../images/resumeshow/close.png') center center no-repeat;
    width: 30px;
    height: 30px;
    background-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: -52px;
    border-radius: 50%;
    z-index: 1;
}

.resume_show_box .fav_share_box {
    position: absolute;
    z-index: 10;
    top: 48px;
    right: 68px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.resume_show_box .fav_share_box .fav {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../images/resumeshow/fav.png') center center no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;
    cursor: pointer;
}

.resume_show_box .fav_share_box .fav_act {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../images/resumeshow/fav_act.png') center center no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;
    cursor: pointer;
}

.resume_show_box .fav_share_box .share {
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url('../images/resumeshow/shareIcon.png') center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.resume_show_box .oprate_box {
    width: 780px;
    height: 65px;
    position: fixed;
    bottom: 0;
    left: calc(50% - 390px);
    box-shadow: 0px 0px 15px 1px rgba(207, 207, 207, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 24px;
    z-index: 1999;
    background: #fff;
}

.resume_show_box .oprate_box .lf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.resume_show_box .oprate_box .lf .txt1 {
    display: block;
    height: 100%;
    background: url(../images/resumeshow/export.png) center 15px no-repeat;
    background-size: 18px;
    box-sizing: border-box;
    padding-top: 38px;
    cursor: pointer;
}

.resume_show_box .oprate_box .lf .txt1:hover {
    color: #00C48A;
    background: url(../images/resumeshow/export_act.png) center 15px no-repeat;
    background-size: 18px;
}

.resume_show_box .oprate_box .lf .txt2 {
    display: block;
    height: 100%;
    background: url(../images/resumeshow/print.png) center 15px no-repeat;
    background-size: 18px;
    box-sizing: border-box;
    padding-top: 38px;
    margin: 0 30px;
    cursor: pointer;
}

.resume_show_box .oprate_box .lf .txt2:hover {
    color: #00C48A;
    background: url(../images/resumeshow/print_act.png) center 15px no-repeat;
    background-size: 18px;
}

.resume_show_box .oprate_box .lf .txt3 {
    display: block;
    height: 100%;
    background: url(../images/resumeshow/report.png) center 15px no-repeat;
    background-size: 18px;
    box-sizing: border-box;
    padding-top: 38px;
    cursor: pointer;
}

.resume_show_box .oprate_box .lf .txt3:hover {
    color: #00C48A;
    background: url(../images/resumeshow/report_act.png) center 15px no-repeat;
    background-size: 18px;
}

.resume_show_box .oprate_box .rt {
    display: flex;
    align-items: center;
    justify-content: end;
}

.resume_show_box .oprate_box .rt .txt1 {
    display: block;
    width: 92px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: rgba(0, 196, 138, 0.08);
    border-radius: 4px;
    color: #00C48A;
    cursor: pointer;
}

.resume_show_box .oprate_box .rt .txt1:hover {
    background: #d6f6ec;
}

.resume_show_box .oprate_box .rt .txt2 {
    display: block;
    width: 92px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #00C48A;
    border-radius: 4px;
    color: #fff;
    margin-left: 20px;
    cursor: pointer;
}

.resume_show_box .oprate_box .rt .txt2:hover {
    background: #00AE7A;
}

.resume_show_box .oprate_box.back_detail {
    cursor: pointer;
    background: #00C48A;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resume_show_box .box_baseinfo {
    display: flex;
    margin-bottom: 24px;
    position: relative;
}

.resume_show_box .box_baseinfo .high_quality {
    position: absolute;
    top: 49px;
    left: 7px;
    width: 44px;
    height: 19px;
    background: url('../images/resume/hq.png') center center no-repeat;
    background-size: 100% 100%;
}

.resume_show_box .box_baseinfo .lf {
    border-radius: 50%;
    position: relative;
    margin-right: 20px;
}

.resume_show_box .box_baseinfo .lf img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.resume_show_box .box_baseinfo .lf .sex_icon {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 16px;
    height: 16px;
}

.resume_show_box .box_baseinfo .rt {
}

.resume_show_box .box_baseinfo .rt .line_1 {
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.resume_show_box .box_baseinfo .rt .line_2 {
    line-height: 1.5;
    font-size: 13px;
    color: #61687C;
    display: flex;
    align-items: center;
}

.resume_show_box .box_baseinfo .rt .line_2 .service_tag_wapper {
    background: linear-gradient(to right, #ff552e, #ff9f17);
    border-radius: 15px;
    padding: 0 8px 0 24px;
    height: 20px;
    line-height: 21px;
    position: relative;
    font-size: 12px;
    color: #fff;
    margin-bottom: 4px;
    margin-right: 10px;
    flex-shrink: 0;
}

.resume_show_box .box_baseinfo .rt .line_2 .service_tag_wapper::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/resume/zan.png') center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.resume_show_box .box_baseinfo .rt .line_1 .txt1 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-right: 8px;
}

.resume_show_box .box_baseinfo .rt .line_1 .txt2 {
    color: #00C48A;
    font-size: 12px;
    margin-right: 18px;
    position: relative;
    padding-left: 6px;
}

.resume_show_box .box_baseinfo .rt .line_1 .txt2 .circle {
    display: block;
    width: 4px;
    height: 4px;
    background: #00C48A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.resume_show_box .box_baseinfo .rt .line_1 .txt3 {
    color: #61687C;
    font-size: 13px;
    margin: 0 5px;
}

.resume_show_box .box_baseinfo .rt .line_1 .txt4 {
    color: #E9EBEF;
}

/* 候选人画像入口 */
.resume_show_box .box_baseinfo .rt .line_3 {
    margin-top: 6px;
    width: 408px;
    height: 23px;
    background: #FFF5EE;
    border-radius: 4px;
    border: 1px solid #FFDFCA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
}

.resume_show_box .box_baseinfo .rt .line_3 .icon {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 6px;
    top: 3px;
}

.resume_show_box .box_baseinfo .rt .line_3 .text {
    padding-top: 1px;
    font-size: 12px;
    font-weight: bold;
    background: linear-gradient(38deg, #FB6502 20%, #FE8436 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.resume_show_box .box_baseinfo .rt .line_3 .tag {
    width: 126px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    background: url('../images/resumeshow/resume_portrait_tag_bg.png') no-repeat;
    background-size: 100% 100%;
    font-size: 12px;
    color: #FEFEFE;
    position: relative;
}

.resume_show_box .box_baseinfo .rt .line_3 .tag::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    top: 8px;
    right: 6px;
    border: 3px solid transparent;
    border-left: 4px solid #FEFEFE;
}

.resume_show_box .desc_title {
    font-size: 14px;
    color: #61687C;
    margin-right: 25px;
    width: 60px;
}

.resume_show_box .resume_box_rt {
    width: calc(100% - 85px);
}

.resume_show_box .box_intention .intention_data {
    font-size: 14px;
    color: #61687C;
}

.resume_show_box .box_intention .intention_data .line_1 {
    margin-bottom: 10px;
}

.resume_show_box .resume_box_item {
    margin-bottom: 20px;
}

.resume_detail_modal .box_tags .tags_list .tag_item {
    background: #F8F8F8;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 13px;
    margin-right: 10px;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 10px;
    color: #61687C;
}

.resume_detail_modal .box_work_experience .experience_list .experience_item {
    margin-bottom: 15px;
}

.resume_detail_modal .box_work_experience .experience_list .experience_item .line_1 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.resume_detail_modal .box_work_experience .experience_list .experience_item .line_1 .time {
    color: #B7BED3;
    font-size: 14px;
}

.resume_detail_modal .box_work_experience .experience_list .experience_item .line_1 .txt1 {
    color: #61687C;
    font-size: 14px;
    font-weight: bold;
}

.resume_detail_modal .box_work_experience .experience_list .experience_item .line_1 .line_septal {
    color: #E9EBEF;
    margin: 0 8px;
}

.resume_detail_modal .box_work_experience .experience_list .experience_item .line_2 {
    color: #61687C;
}

.resume_detail_modal .box_edu_experience .edu_list .edu_item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.resume_detail_modal .box_edu_experience .edu_list .edu_item .txt {
    color: #61687C;
    font-size: 14px;
    font-weight: bold;
}

.resume_detail_modal .box_edu_experience .edu_list .edu_item .time {
    color: #B7BED3;
    font-size: 14px;
}

.resume_detail_modal .box_edu_experience .edu_list .edu_item .line_septal {
    color: #E9EBEF;
    margin: 0 8px;
}

.resume_detail_modal .certificate_list .certificate_item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #61687C;
    font-weight: bold;
}

.resume_detail_modal .certificate_list .certificate_item:last-child {
    margin-bottom: 0;
}

.resume_detail_modal .certificate_list .time {
    color: #B7BED3;
    font-weight: initial;
    font-size: 14px;
}

.resume_detail_modal .language_list .language_item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    color: #61687C;
    font-weight: bold;
}

.resume_detail_modal .language_list .language_item:last-child {
    margin-bottom: 0;
}

.resume_detail_modal .language_list .language_item span:nth-child(1) {
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}

.resume_detail_modal .language_list .language_item span:nth-child(1)::before {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    width: 1px;
    height: 12px;
    background: #61687C;
    transform: translate(-50%, -50%);
}

.resume_detail_modal .resume_box_item_img {
    align-items: flex-start;
}

.resume_detail_modal .img_list {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.resume_detail_modal .img_list .img_item {
    width: 97px;
    height: 97px;
    margin-right: 10px;
    cursor: pointer;
}

.resume_detail_modal .el-car-item .top-img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.resume_detail_modal .show_wx_code {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.resume_detail_modal .show_wx_code img {
    margin-bottom: 6px;
}

.resume_detail_modal .desc_empty {
    height: 32px;
    line-height: 32px;
    /* padding-left: 20px; */
    color: #61687C;
    /* background: url(../images/resume/re_empty.png) no-repeat 0 50%; */
}

.resume_detail_modal .list_name_box_active .b_name {
    color: #999999;
}

/* 去除火狐浏览器滚动条 */
.resume_detail_modal .resume_show_box {
    scrollbar-width: none;
}

.resume_content {
    scrollbar-width: none;
}

.resume_detail_modal .el-icon-loading {
    color: #00AE7A !important;
}

.resume_detail_modal .el-loading-text {
    color: #00AE7A !important;
}

.resume_detail_modal .filter_selected {
    padding-top: 12px !important;
    margin-top: 20px !important;
}

.resume_detail_modal .box_contact {
    align-items: flex-start;
    margin-bottom: 30px;
}

.resume_detail_modal .box_contact .contact_wapper {
    background: #F7F9FC;
    border-radius: 4px;
    height: 60px;
    width: 640px;
    padding: 11px 15px;
}

.resume_detail_modal .box_contact .contact_wapper .text1 {
    font-size: 14px;
    color: #FF552E;
}

.resume_detail_modal .box_contact .contact_wapper .text2 {
    color: #00C48A;
    cursor: pointer;
    text-decoration: underline;
}

.resume_detail_modal .box_contact .contact_wapper .text3 {
    color: #B7BED3;
    margin-top: 6px;
    font-size: 13px;
}

.resume_detail_modal .box_contact .contact_wapper2 {
    font-size: 14px;
}

.resume_detail_modal .box_contact .contact_wapper2 .text1 {
    font-weight: bold;
    margin-bottom: 10px;
}

.resume_detail_modal .box_contact .contact_wapper2 .text1 .margin_right {
    margin-right: 60px;
}

.resume_detail_modal .box_contact .contact_wapper2 .text2 {
    color: #B7BED3;
}

.resume_detail_modal .dialog_tip_wrapper .download {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #373737;
    border-radius: 6px;
}

.resume_detail_modal .dialog_tip_wrapper .tx1 {
    font-weight: 400;
    line-height: 15px;
    font-size: 14px;
}

.resume_detail_modal .dialog_tip_wrapper .tx2 {
    font-weight: 400;
    margin-top: 15px;
    font-size: 14px;
}

.resume_detail_modal .dialog_tip_wrapper .red {
    color: red;
}

.resume_detail_modal .dialog_tip_wrapper .blue {
    color: #409EFF;
}

.resume_detail_modal .dialog_tip_wrapper .borders {
    width: 150px;
    height: 44px;
    margin-right: 20px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 2px solid #f60;
}

.resume_detail_modal .dialog_tip_wrapper .payment-box {
    display: flex;
    line-height: 42px;
    margin-left: 37px;
    margin-top: 30px;
}

.resume_detail_modal .dialog_tip_wrapper .payment-box .item {
    width: 150px;
    height: 44px;
    border: 2px solid #e2e2e2;
    margin-right: 20px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.resume_detail_modal .dialog_tip_wrapper .imgs {
    vertical-align: middle;
    margin-right: 3px;
}

.resume_detail_modal .dialog_tip_wrapper .imgi {
    width: 0;
    height: 27px;
    border-left: 13px solid transparent;
    border-right: 13px solid #ff6600;
    border-top: 13px solid transparent;
    border-bottom: 13px solid #ff6600;
    color: #fff2ea;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    line-height: 13px;
    padding-right: 1px;
}

.resume_detail_modal .el-dialog .invitaion_box {
    padding: 0 74px 0 42px;
}

.resume_detail_modal .invitaion_box .el-form .el-form-item {
    margin-bottom: 11px !important;
}

.resume_detail_modal .resume_content {
    width: 780px;
    max-width: 85%;
    margin: 0 auto;
    height: 100%;
    background: #fff;
    position: relative;
}

.resume_detail_modal .resume_content::-webkit-scrollbar {
    display: none;
}

.resume_detail_modal .desc_detial {
    color: #61687C;
    line-height: 1.5;
}

.resume_detail_modal .enclosure {
    color: #1787fb;
    cursor: pointer;
}

.resume_detail_modal .customer_service_evaluation {
    font-weight: normal !important;
    line-height: 24px;
}

.resume_portrait_box {
    height: 450px;
}

/* 面试邀请弹窗 */
.invitaion_box_wapper .el-form-item {
    margin-bottom: 11px !important;
}

.invitaion_box_wapper {
    width: 540px;
    padding: 30px 20px;
}

.invitaion_box_wapper .invitaion_box {
    padding: 0 74px 0 42px;
}

.invitaion_box_wapper .invitaion_btn_wapper {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.resume_show_box .more_info {
    cursor: pointer;
}

.more_info_wrapper .item {
    display: flex;
    margin-bottom: 2px;
}

.more_info_wrapper .item::after {
    margin-bottom: 0;
}

/* 聊天前 选择职位 */
.selectjob.maincontent {
    height: 380px;
    overflow-y: auto;
    width: 530px;
    padding: 0 20px 20px;
}

.selectjob .li {
    height: 90px;
    line-height: 26px;
    position: relative;
    border-bottom: 1px solid #ededed;
    margin-bottom: 14px;
}

.selectjob .jobname {
    color: #333333;
    font-size: 14px;
}

.selectjob .wage {
    color: #FF5017;
    font-size: 14px;
}

.selectjob .info {
    color: #999999;
    font-size: 14px;
}

.selectjob .btn {
    width: 70px;
    height: 30px;
    line-height: 30px;
    background: #409EFF;
    border-radius: 15px;
    position: absolute;
    color: #FFFFFF;
    text-align: center;
    top: 24px;
    right: 20px;
    cursor: pointer;
}

.im-select-joblist-empty {
    height: 350px;
    width: 100%;
    float: left;
    position: relative;
}

.im-select-joblist-empty .emp_text {
    color: #666;
    text-align: center;
    position: absolute;
    width: 100%;
    line-height: 22px;
    left: 0;
    top: 80px;
    font-size: 16px;
}

.im-select-joblist-empty .emp_btn {
    color: #666;
    text-align: center;
    position: absolute;
    width: 100%;
    line-height: 22px;
    left: 0;
    top: 140px;
}

/* 下载简历弹窗 */
.dialog_tip_wrapper .download {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #373737;
    border-radius: 6px;
}

.dialog_tip_wrapper .tx1 {
    font-weight: 400;
    line-height: 15px;
    font-size: 14px;
}

.dialog_tip_wrapper .tx2 {
    font-weight: 400;
    margin-top: 15px;
    font-size: 14px;
}

.dialog_tip_wrapper .red {
    color: red;
}

.dialog_tip_wrapper .blue {
    color: #409EFF;
}

.dialog_tip_wrapper .borders {
    width: 150px;
    height: 44px;
    margin-right: 20px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 2px solid #f60;
}

.dialog_tip_wrapper .payment-box {
    display: flex;
    line-height: 42px;
    margin-left: 37px;
    margin-top: 30px;
}

.dialog_tip_wrapper .payment-box .item {
    width: 150px;
    height: 44px;
    border: 2px solid #e2e2e2;
    margin-right: 20px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.dialog_tip_wrapper .imgs {
    vertical-align: middle;
    margin-right: 3px;
}

.dialog_tip_wrapper .imgi {
    width: 0;
    height: 27px;
    border-left: 13px solid transparent;
    border-right: 13px solid #ff6600;
    border-top: 13px solid transparent;
    border-bottom: 13px solid #ff6600;
    color: #fff2ea;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    line-height: 13px;
    padding-right: 1px;
}

/* ajax登录弹窗 */
.login_dialog_wapper {
    width: 392px;
    padding: 26px 23px;
    font-size: 16px;
    padding-top: 24px;
}

.login_dialog_wapper .line {
    display: flex;
    align-items: center;
}

.login_dialog_wapper .line:first-child {
    margin-bottom: 22px;
}

.login_dialog_wapper .text {
    margin-right: 17px;
    font-size: 14px;
}

.login_dialog_wapper .input {
    border: 1px solid #DFE2E8;
    border-radius: 4px;
    padding-left: 14px;
    height: 40px;
}

.login_dialog_wapper .input::placeholder {
    font-size: 14px;
    color: #C1C5CC;
}

.login_dialog_wapper .input1 {
    width: 281px;
}

.login_dialog_wapper .input2 {
    width: 141px;
}

.login_dialog_wapper .input3 {
    width: 125px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #1E6FFF;
    margin-left: 12px;
    cursor: pointer;
    color: #1E6FFF;
}

.login_dialog_wapper .input3_disabled {
    color: #C1C5CC;
    border: 1px solid #C1C5CC;
}

.login_dialog_wapper .input4 {
    width: 345px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    background: #1E6FFF;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 29px;
}

/* 创建简历弹窗 */
#createResume .search_empty {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 220px;
    padding: 0 40px;
}

#createResume .search_empty img {
    width: 100px;
    height: 104px;
    margin-bottom: 23px;
}

#createResume .search_empty .text {
    font-size: 14px;
    color: #909399;
}

#createResume .categoryInput_jobIcon {
    width: 18px;
    height: 18px;
    background: url(../../images/category_job.png);
    background-size: 100% 100%;
    margin-top: 11px;
    margin-right: 5px;
}

#createResume .categoryInput_AreaIcon {
    width: 18px;
    height: 18px;
    background: url(../../images/category_dis.png);
    background-size: 100% 100%;
    margin-top: 11px;
    margin-right: 5px;
}

#createResume .job_select .el-dialog__header {
    display: none;
}

#createResume .job_select .el-btn {
    line-height: 2.1;
    padding: 0;
}

#createResume .city_select .el-btn {
    line-height: 2.1;
    padding: 0;
}

#createResume .job_select .el-dialog__body {
    padding: 18px;
}

#createResume .job_select .el-dialog__footer {
    padding-top: 0;
}

#createResume .job_select .el-empty__image {
    width: 100px;
}

#createResume .job_select .el-checkbox__label {
    color: #666666;
}

#createResume .job_select .el-checkbox__label:hover {
    color: #409eff;
}

#createResume .job_select .el-tag {
    padding-right: 12px;
    margin-right: 10px;
}

#createResume .job_select .el-btn {
    width: 80px;
    height: 30px;
}

#createResume .job_select .el-icon-close {
    font-size: 20px;
}

#createResume .job_select .el-icon-close:hover {
    background: none;
    color: #409eff;
}

#createResume .job_select .wapper .title {
    font-size: 16px;
    color: #333333;
    position: relative;
}

#createResume .job_select .wapper .title .title_other {
    color: #999999;
    font-size: 12px;
}

#createResume .job_select .wapper .title .close {
    position: absolute;
    right: 2px;
    top: 2px;
    background: url(../../images/select_popup_close.png);
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    cursor: pointer;
}

#createResume .job_select .wapper .result_wapper {
    margin: 13px 0 11px 0;
    display: flex;
    align-items: top;
    min-height: 38px;
}

#createResume .job_select .wapper .result_wapper .result_title {
    flex-shrink: 0;
    line-height: 28px;
    margin-right: 15px;
}

#createResume .job_select .wapper .result_wapper .result_reset {
    flex-shrink: 0;
    line-height: 28px;
    cursor: pointer;
}

#createResume .job_select .wapper .result_wapper .result_item {
    display: flex;
    flex-wrap: wrap;
}

#createResume .job_select .wapper .result_wapper .result_item .el-tag {
    margin-bottom: 10px;
    height: 26px;
    line-height: 24px;
    border-radius: 29px;
}

#createResume .job_select .wapper .result_wapper .result_item .el-tag .el-icon-close {
    right: 0;
}

#createResume .job_select .wapper .search-box {
    margin: 12px 0;
}

#createResume .job_select .wapper .search-box .search-input ::v-deep .el-input__inner {
    height: 32px;
    border-color: #eeeeee;
}

#createResume .job_select .wapper .search-box .search-input ::v-deep .el-input__icon {
    line-height: 33px;
}

#createResume .job_select .wapper .select_wapper {
    width: 100%;
    height: 360px;
    border: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
    color: #666666;
}

#createResume .job_select .wapper .select_wapper .left {
    border-right: 1px solid #eeeeee;
    width: 219px;
    height: 100%;
    overflow-y: scroll;
    padding-top: 20px;
}

#createResume .job_select .wapper .select_wapper .left .item {
    padding: 0 14px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    margin-bottom: 4px;
    position: relative;
}

#createResume .job_select .wapper .select_wapper .left .item:hover {
    background: #f5f7fa;
    color: #409eff;
}

#createResume .job_select .wapper .select_wapper .left .itemAc {
    background: #f5f7fa;
    color: #409eff;
}

#createResume .job_select .wapper .select_wapper .right {
    flex: 1;
    height: 100%;
    overflow-y: scroll;
    padding: 20px 14px 0;
}

#createResume .job_select .wapper .select_wapper .right .item2 {
    font-size: 14px;
    color: #000000;
    margin-bottom: 12px;
}

#createResume .job_select .wapper .select_wapper .right .item2Ac {
    color: #409eff;
}

#createResume .job_select .wapper .select_wapper .right .item .item3_wapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3px;
}

#createResume .job_select .wapper .select_wapper .right .item .item3_wapper .item3 {
    margin-bottom: 20px;
    margin-right: 35px;
}

#createResume .job_select .search_wapper {
    height: 360px;
    border: 1px solid #eeeeee;
    overflow-y: scroll;
}

#createResume .job_select .search_wapper .search_item {
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    margin-bottom: 8px;
    cursor: pointer;
}

#createResume .job_select .search_wapper .search_item:hover {
    background: #f5f7fa;
}

#createResume .job_select .num {
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    background-color: #1989fa;
    color: #ffffff;
    font-size: 12px;
}

#createResume .job_select .num_right {
    position: absolute;
    top: 26%;
    right: 6px;
}

#createResume .job_select .pointer {
    cursor: pointer;
}

#createResume .job_select ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

#createResume .job_select ::-webkit-scrollbar-track {
    background-color: transparent;
}

#createResume .job_select ::-webkit-scrollbar-thumb {
    background: #f1f1f1;
    border-radius: 5px;
}

#createResume .city_select .el-dialog__header {
    display: none;
}

#createResume .city_select .el-dialog__body {
    padding: 18px;
}

#createResume .city_select .el-dialog__footer {
    padding-top: 0;
}

#createResume .city_select .el-empty__image {
    width: 100px;
}

#createResume .city_select .el-tag {
    padding-right: 12px;
    margin-right: 10px;
}

#createResume .city_select .el-btn {
    width: 80px;
    height: 30px;
}

#createResume .city_select .el-icon-close {
    font-size: 20px;
}

#createResume .city_select .el-icon-close:hover {
    background: none;
    color: #409eff;
}

#createResume .city_select .select_alll {
    color: #000000;
}

#createResume .city_select .wapper .title {
    font-size: 16px;
    color: #333333;
    position: relative;
}

#createResume .city_select .wapper .title .title_other {
    color: #999999;
    font-size: 12px;
}

#createResume .city_select .wapper .title .close {
    position: absolute;
    right: 2px;
    top: 2px;
    background: url(../../images/select_popup_close.png);
    width: 15px;
    height: 14px;
    background-size: 100% 100%;
    cursor: pointer;
}

#createResume .city_select .wapper .result_wapper {
    margin: 13px 0 11px 0;
    display: flex;
    align-items: top;
    min-height: 38px;
}

#createResume .city_select .wapper .result_wapper .result_title {
    flex-shrink: 0;
    line-height: 28px;
    margin-right: 15px;
}

#createResume .city_select .wapper .result_wapper .result_reset {
    flex-shrink: 0;
    line-height: 28px;
    cursor: pointer;
}

#createResume .city_select .wapper .result_wapper .result_item {
    display: flex;
    flex-wrap: wrap;
}

#createResume .city_select .wapper .result_wapper .result_item .el-tag {
    margin-bottom: 10px;
    height: 26px;
    line-height: 24px;
    border-radius: 29px;
}

#createResume .city_select .wapper .result_wapper .result_item .el-tag .el-icon-close {
    right: 0;
}

#createResume .city_select .wapper .search-box {
    margin: 12px 0;
}

#createResume .city_select .wapper .search-box .search-input ::v-deep .el-input__inner {
    height: 32px;
    border-color: #eeeeee;
}

#createResume .city_select .wapper .search-box .search-input ::v-deep .el-input__icon {
    line-height: 33px;
}

#createResume .city_select .wapper .select_wapper {
    width: 100%;
    height: 360px;
    border: 1px solid #eeeeee;
    display: flex;
    padding-top: 4px;
    color: #666666;
}

#createResume .city_select .wapper .select_wapper .item {
    padding: 0 14px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    margin-bottom: 4px;
    position: relative;
}

#createResume .city_select .wapper .select_wapper .item:hover {
    background: #f5f7fa;
    color: #409eff;
}

#createResume .city_select .wapper .select_wapper .itemAc {
    background: #f5f7fa;
    color: #409eff !important;
}

#createResume .city_select .wapper .select_wapper .left {
    border-right: 1px solid #eeeeee;
    width: 145px;
    height: 100%;
    overflow-y: scroll;
}

#createResume .city_select .wapper .select_wapper .right {
    width: 173px;
    border-right: 1px solid #eeeeee;
    height: 100%;
    overflow-y: scroll;
}

#createResume .city_select .wapper .select_wapper .subset {
    flex: 1;
    height: 100%;
    overflow-y: scroll;
}

#createResume .city_select .wapper .select_wapper .itemAcRight {
    color: #1989fa;
    background: url(../../images/select_choose.png) no-repeat 95% 45%;
    background-size: 14px 14px;
}

#createResume .city_select .wapper .select_wapper .itemAcRight:hover {
    background: #f5f7fa url(../../images/select_choose.png) no-repeat 95% 45%;
    background-size: 14px 14px;
}

#createResume .city_select .wapper .search_wapper {
    height: 360px;
    border: 1px solid #eeeeee;
    overflow-y: scroll;
}

#createResume .city_select .wapper .search_wapper .search_item {
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    margin-bottom: 8px;
    cursor: pointer;
}

#createResume .city_select .wapper .search_wapper .search_item:hover {
    background: #f5f7fa;
}

#createResume .city_select .num {
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    background-color: #1989fa;
    color: #ffffff;
    font-size: 12px;
}

#createResume .city_select .pointer {
    cursor: pointer;
}

#createResume .city_select ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

#createResume .city_select ::-webkit-scrollbar-track {
    background-color: transparent;
}

#createResume .city_select ::-webkit-scrollbar-thumb {
    background: #f1f1f1;
    border-radius: 5px;
}

#createResume .reg_quick_box {
    height: 500px;
}

/* 骑士验证码 */
.qscms_captcha_wrapper {
    display: none;
    position: fixed !important;
    z-index: 1000000000;
    top: 20px;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.qscms_captcha_dialog {
    border-radius: 15px;
    background: #fff;
    position: fixed;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 310px;
    height: 264px;
    padding: 20px 10px 20px 10px;
}

.qscms_captcha_dialog .title {
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0px;
    position: relative;
}

.qscms_captcha_dialog .close {
    position: absolute;
    top: 1px;
    right: 6px;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.qscms_captcha_dialog .close::before,
.qscms_captcha_dialog .close::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #909399;
}

.qscms_captcha_dialog .close::before {
    transform: rotate(45deg);
}

.qscms_captcha_dialog .close::after {
    transform: rotate(-45deg);
}

#qscms_captcha {
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 15px !important;
}

#qscms_captcha .fa-arrow-right:before {
    content: '' !important;
    padding: 4px;
    width: 0 !important;
    height: 0 !important;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    display: block;
}

.common_white_space {
    white-space: pre-line !important;
}
