.img_item.filter_combo .filter_line .line_item .f_item.active {
    background-color: #F4FFFC;
    color: #00C48A;
}

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

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

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

.filter_combo .filter_line .line_title.line_title_selected {
    color: #FF4200;
}

.filter_combo .filter_line .s_tag {
    display: block;
    float: left;
    font-size: 12px;
    color: #333333;
    height: 26px;
    line-height: 26px;
    padding: 0 22px 0 10px;
    border: 1px solid #FF4200;
    position: relative;
    margin-right: 10px;
    border-radius: 3px;
    background: #FFF7EE;
    margin-bottom: 12px !important;
}

.filter_combo .filter_line .s_tag:hover {
    border: 1px solid #FF4200;
}

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

.filter_combo .filter_line .remove:hover {
    color: #FF4200;
}

.content_box_line1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
}

.box2_list {
    background: #fff;
    padding: 19px 0;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    -webkit-transition: -webkit-box-shadow .15s ease-out;
    transition: -webkit-box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out;
    transition: box-shadow .15s ease-out, -webkit-box-shadow .15s ease-out;
    border-radius: 10px;
    margin-bottom: 10px;
}

.box2_list:hover {
    box-shadow: 0px 0px 7px 1px rgb(136 136 136 / 22%);
    -webkit-box-shadow: 0px 0px 7px 1px rgb(136 136 136 / 22%);
    cursor: pointer;
}

.filter_combo {
    padding: 20px 18px 20px 18px;
    background-color: #ffffff;
    border-radius: 10px;
}

.content_box2 {
    border-radius: 10px;
    display: block;
    background: transparent;
    padding-right: 0;
}

.box2_nav {
    border-radius: 10px;
}

.box2_nav .tab {
    border-radius: 10px;
}

.btn button {
    border: none;
    background: #00C48A;
    color: #fff;
    padding: 9px 20px;
    border-radius: 5px;
    margin-top: 20px;
    margin-right: 30px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.btn button:hover {
    background: #00AE7A;
}

.btn button.btn_loading {
    background: #00C48A url(../images/btn_loading.png) 70px center no-repeat;
    background-size: 15px 15px;
    box-sizing: border-box;
    padding: 9px 30px 9px 10px;
}

.list_left {
    padding-left: 20px;
    width: 507px;
    float: left;
}

.list_left div.list_img {
    width: 70px;
    height: 70px;
    margin-right: 26px;
    position: relative;
    height: auto;
}
.list_left .name_bottom {
	margin-bottom: 9px;
}
.list_img img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.list_left div.list_img .sex_icon {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 16px;
    height: 16px;
    background: url('../images/man.png') left center no-repeat;
    background-size: 100% 100%;
}

.list_left div.list_img .sex_icon.sex_icon_woman {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 16px;
    height: 16px;
    background: url('../images/woman.png') left center no-repeat;
    background-size: 100% 100%;
}

.list_left div.list_img .sex_icon.sex_icon_secrecy {
    background: none;
}

.list_left div.list_img .hq {
    width: 44px;
    height: 19px;
    background: url('../images/hq.png') center center no-repeat;
    background-size: 100% 100%;
    margin-left: 13px;
}

.list_name_box .r_tag {
    background: linear-gradient(to right, #ff552e, #ff9f17);
}

.list_name_box .r_tag {
    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;
	margin-left: 5px;
	color: #fff;
	margin-top: 2px;
}

.list_name_box .r_tag span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/zan.png') center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.register_color {
    color: #ff552e;
}


/*未登录状态遮罩*/
.resumelist-login-layer {
	width: 100%;
	height: 580px;
	background: url(../images/224.jpg) no-repeat;
	background-size: 100% 100%;
}
.resumelist-login-layer .tip-block {
	height: 160px;
	text-align: center;
	font-size: 22px;
	margin: 0 auto;
	padding-top: 140px;
}
.resumelist-login-layer .tip-block .tip-block-title p {
	padding-bottom: 15px;
}
.resumelist-login-layer .tip-block .tip-block-title .small {
    font-size: 16px;
    color: #373838;
}

.resumelist-login-layer .tip-block .btn_free_registration {
    display: block;
    width: 155px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    border-radius: 25px;
    margin: 0 auto;
    background: #00C48A;
}

.resumelist-login-layer .tip-block .btn_free_registration:hover {
    background: #00AE7A;
}

.resumelist-login-layer .tip-block .btn_existing_account {
    margin: 0;
    background: transparent;
    color: #00C48A;
    text-decoration: revert;
}
.resumelist-login-layer .tip-block .tip-block-title .middle {
	color: #333;
	font-weight: bold;
}
.resumelist-login-layer .tip-block .btn_inline {
	font-size: 14px;
	padding: 0px 24px;
}

.resumelist-login-layer .tip-block .tip_block_qr {
	width: 130px;
	height: 130px;
	margin: 0 auto 5px;
}

.resumelist-login-layer .tip-block .tip_block_qr .tip_qr {
	width: 130px;
	height: 130px;
}
.resumelist-login-layer .tip-block .tip_qr_txt {
	text-align: center;
	font-size: 14px;
	color: #666;
	padding-bottom: 20px;
}
/* 简历置顶 */
.topping_img {
	position: absolute;
	right: 0;
	top: 0;
}

.topping_img img {
	width: 40px;
	height: 44px;
}


.list_name_box .b_name {
    float: left;
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
	display: block;
    color: #333;
}

.box2_list:hover .b_name {
    color: #00C48A;
}

.list_name_box .b_name.b_name_top {
    color: #FF4C4C;
}

.list_font {
    color: #333;
    font-size: 12px;
}

.intention_new {
    display: flex;
    font-size: 12px;
    color: #999;
    align-items: center;
    justify-content: start;
    margin-bottom: 10px;
    max-width: 300px;
}

.intention_new .text1 {
    flex-shrink: 0;
}

.intention_new .text2 {
    font-size: 12px;
    color: #333;
    max-width: 130px;
    display: inline-block;
}

.intention_new .text2:hover {
    color: #00c48a;
    cursor: pointer;
}

.intention_new .text3 {
    flex-shrink: 0;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #C8CDD4;
    border-radius: 50%;
    margin: 0 6px 2px;
}

.list_name_box {
    margin-bottom: 9px;
    width: 100%;
}

.refreshtime_new {
    color: #5AC75C;
    background: #EBF7EC;
    padding: 4px 6px 3px;
    font-size: 12px;
    border-radius: 4px;
}

.refreshtime_new2 {
    color: #26BFCD;
    background: #EBF8FB;
}

.checkbox {
    margin: 0px 20px 28px;
}

.checkbox::checked {
    background: red;
}

.list_right {
    display: flex;
    align-items: center;
    float: right;
    width: 620px;
    height: 94px;
}
.list_right .btn {
	float: right;
}
.list_left div {
    float: left;
}

.list_right div {
    float: left;
}

.list_right_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    box-sizing: border-box;
    padding-left: 12px;
    position: relative;
}

.list_right_box::before {
    content: '';
    width: 1px;
    height: 60%;
    position: absolute;
    top: 8px;
    left: -1px;
    border-left: 1px dashed #C0C4CB;
}

.list_right_box .icon_work {
    width: 12px;
    height: 12px;
    background: url(../images/work_exper.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: -7px;
}

.list_right_box .icon_edu {
    width: 14px;
    height: 14px;
    background: url(../images/edu_exper.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 1px;
    left: -8px;
}

.list_right_box .edu_work {}

.list_right div {
    float: initial;
    font-size: 13px;
}

.btn button {
    margin: 0;
}

.work_expreience {
    margin-bottom: 12px;
}

.edu_expreience {
    display: flex;
    align-items: center;
}

.edu_expreience .text1 {
    color: #A3A8B3;
    display: inline-block;
    width: 140px;
}

.edu_expreience .text2 {
    color: #333333;
    max-width: 120px;
}

.edu_expreience .text3 {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #C8CDD4;
    border-radius: 50%;
    margin: 0 6px;
}

.edu_expreience .text4 {
    color: #333333;
    max-width: 80px;
}

.content_box_margin {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    padding-right: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.operation {
    padding-top: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
}

.operation input {
    margin-right: 6px;
}

.operation .all_checked {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-right: 50px;
}

.pagination li.active {
    background: #00C48A;
    border-color: #00C48A;
}

.pagination li:hover {
    background: #00C48A;
    border-color: #00C48A;
}

.operation .operation_btn {
    margin-right: 10px;
    color: #666666;
    font-size: 14px;
    padding: 5px 13px;
    border: none;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}

.operation button:hover {
    border: none;
}

/* .filter_combo .filter_line .f_select {
    border: 1px solid #ffffff;
}

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

.filter_combo .filter_line .f_select.open {
    background: #F4FFFC;
    color: #00C48A;
} */

.dropdow_inner_searchmajor .nav_box .tabnav .tab_list {
    /* border: none; */
}

.dropdow_inner_searchmajor .nav_box .tabnav .tab_list {
    color: #333;
}

.dropdow_inner_searchmajor .nav_box .tabnav .tab_list:hover {
    color: #00C48A;
}

.dropdow_inner_searchmajor .nav_box .tabnav .tab_list.select {
    color: #00C48A;
    border-bottom: 1px solid #e2e2e2;
}

.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%);
}

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

.dropdowbox_Resume .dropdow_inner_noa {
    width: 308px;
}

.dropdowbox_Resume .nav_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px;
}

.dropdowbox_Resume .nav_box li {
    width: 72px;
}

.dropdowbox_Resume .nav_box li a:hover {
    background: #F4FFFC;
    color: #00C48A;
}

.dropdow_inner_searchmajor {
    border: none;
    box-shadow: 0px 0px 6px 0px rgb(222 222 222 / 49%);
}

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

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

.dropdow_inner_searchtrade {
    border: none;
    box-shadow: 0px 0px 6px 0px rgb(222 222 222 / 49%);
}

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

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

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

.list_name_box_active .b_name {
    color: #999999;
}

body::-webkit-scrollbar {
    display: none;
}

/* div::-webkit-scrollbar {
    display: none;
} */

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

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

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

/* 简历对比复选框 现已隐藏 */
.checkbox {
    margin: 28px 20px;
}

.checkbox input {
    border: 1px solid #f3f3f3;
}