
body {
    background: #f4f6f9;
}

.member_div {
    position: relative;
    display: grid;
    width: 100%;
    background-color: #fff;
    grid-template-columns: 70px auto;
    padding: 20px;
    font-size: 12px;
    color: #666;
}
.member_div .avator {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 2px 2px 8px 1px #eeeeee;
    overflow: hidden;
}
.member_div .avator span {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    color: #fff;
}

.member_info {
    padding-top: 8px;
    padding-bottom: 5px;
}
.member_info .member_name {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.member_info span {
    margin-right: 5px;
}
.resume_edit {
    position: absolute;
    right: 20px;
    top: 40px;
    width: 80px;
    height: 24px;
    line-height: 24px;
    background-color: #e8faf8;
    border-radius: 30px;
    color: #2b9286;
    text-align: center;
}

.base_info {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 20px 20px 5px 20px;
    font-size: 12px;
    color: #666;
}
.base_info li {
    display: grid;
    grid-template-columns: 70px auto;
    position: relative;
    border-top: 1px solid #f4f6f9;
    line-height: 40px;
}
.base_info li div {
    text-align: right;
    color: #333;
}





.member_item {
    position: relative;
    width: 100%;
    background-color: #fff;
    font-size: 12px;
    color: #666;
    margin-top: 14px;
    padding: 5px 0;
}
.item_header {
    position: relative;
    padding: 20px;
}
.item_header h3 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin: 0;
}
.item_header a {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    text-align: center;
    background-color: #e8faf8;
    color: #2b9286;
    font-size: 12px;
}

.item_content ul {
    margin-top: -20px;
}
.item_content li {
    position: relative;
    padding: 14px 0;
    border-bottom: 1px solid #f4f6f9;
}
.item_content li a {
    display: block;
    margin: 0 20px;
    background: url('../images/right.png') no-repeat right 14px;
    background-size: 6px;
    color: #666;
}
.item_content .item_title {
    font-weight: 700;
    line-height: 24px;
    color: #333;
}
.item_content .item_subtitle {
    line-height: 24px;
}
.item_content .item_subtitle .hard_line {
    height: 10px;
    margin: 0 5px;
}
.item_content .item_certificate {
    margin-top: -10px;
}
.item_content .item_certificate li {
    padding: 5px 0;
}
.item_content .item_certificate li a {
    background: url(../images/right.png) no-repeat right 5px;
    background-size: 6px;
}
.item_jianjie {
    padding: 0 20px;
    margin-bottom: 20px;
}

/* 编辑基本信息样式 */
.base_info input, .base_info select, .base_info textarea {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: none;
    outline: none;
    background-color: #fff;
    font-size: 12px;
    color: #333;
    text-align: right;
}
.base_info textarea {
    height: 100px;
    line-height: 20px;
    resize: none;
    text-align: left;
    margin-top: 10px;
}
.yinsi {
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    padding-left: 20px;
}
.yinsi a {
    color: blue;
}

.read_yinsi {
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    display: none;
	z-index: 10000;
}
.read_yinsi .yinsi_content {
	position: absolute;
	bottom: -550px;
	left: 0;
	width: 100%;
	height: 550px;
	background-color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
    font-size: 12px;
}
.read_yinsi .yinsi_content h3 {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.read_yinsi .yscontent {
    height: 420px;
    overflow-y: auto;
    padding: 0 20px;
}
.read_yinsi .yinsi_content p {
    line-height: 24px;
    margin-bottom: 20px;
}
.read_yinsi .close_ys {
    height: 60px;
    padding-top: 16px;
    text-align: center;
    background-color: #f8f8f8;
}
.read_yinsi .close_ys button {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #2b9286;
    color: #2b9286;
    background-color: #e8faf8;
    border-radius: 30px;
}

.div_save {
    margin-top: 20px;
    text-align: center;
}
.btn_save {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #2b9286;
    color: #2b9286;
    background-color: #e8faf8;
    border-radius: 30px;
    font-weight: 700;
}
.btn_delete {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #f4837b;
    color: #f4837b;
    background-color: #f4837b25;
    border-radius: 30px;
    font-weight: 700;
}


.jobs_type {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    height: 100%;
}
.jobs_type .left {
    background-color: #f8f8f8;
    height: auto;
    overflow-y: scroll;
}
.jobs_type .right {
    background-color: #fff;
    height: 100%;
    overflow: auto;
}
.jobs_type li {
    display: block;
    color: #333;
    line-height: 30px;
    text-align: left;
    font-size: 12px;
    padding-left: 20px;
}
.jobs_type li.active {
    background-color: #2b9286;
    color: #fff;
}


.show_modal .show_modal_main {
    height: 500px;
    bottom: -500px;
}

.show_modal_body {
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    height: calc(100% - 100px);
}
.show_modal_body .show_modal_header {
    padding: 10px 20px;
}
.show_modal_header li {
    position: relative;
    display: inline-block;
    background-color: #2b9286;
    color: #fff;
    font-size: 12px;
    padding: 2px 20px 2px 6px;
    border-radius: 5px;
    margin-right: 5px;
}
.show_modal_header li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 4px;
    width: 20px;
    height: 20px;
    background: url('../images/close.svg') no-repeat right 5px;
    background-size: 10px;
}
.show_modal .show_modal_main .show_modal_content {
    flex-grow: 1;
    overflow: hidden;
    height: auto;
    font-size: 12px;
}

/* 工作经历样式 */
.fromdateline {
    display: inline-block;
    width: 100px;
}
.todateline {
    display: inline-block;
    width: 100px;
}


