.jianli_body {
    margin-top: 18px;
    padding: 18px 67px 0;
    background-color: #fff;
    overflow: hidden;
}
.talent-name {
    font-size: 24px;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin-bottom: 10px;
}
.talent-info {
    font-size: 16px;
    margin-bottom: 10px;
}
.resume-info-title {
    padding: 0px 10px;
    border-bottom: 1px solid #404040;

}
.resume-info-title h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 30px;
}
.resume-info-list {
    line-height: 26px;
}
.job-intent-item,
.edu-info-item {
    padding: 0 10px;
}
.job-intent-name {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: bolder;
}
.job-intent-detail {
    font-size: 14px;
    line-height: 26px;
}
.edu-info-item .containerItem {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    color: #000;
    line-height: 32px;
    font-weight: bolder;
}
.containerItem>div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.containerItem>div:first-child {
    width: 160px;
}
.containerItem>div:nth-child(2) {
    width: 210px;
}
.containerItem>div:nth-child(3) {
    width: 195px;
}
.containerItem>div:nth-child(4) {
    width: 150px;
}
.edu-info-detail {
    font-size: 16px;
    color: #1a1a1a;
    text-align: justify;
}
.educationLsit {
    /* list-style: disc; */
    padding-left: 0;
    margin-top: 0;
    line-height: 32px;
}
.opacity-img-body {
    position: relative;
}
.opacity-img-body img {
    width: 100%;
}
.denglu_alert-box {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 382px;
    height: 147px;
    background-color: #fff;
}
.denglu_alert-box p {
    text-align: center;
    margin-top: 44px;
    font-size: 17px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.85);
}
.go-login-btn-box {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.go-login-btn {
    padding: 5px 12px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #9A0200;
    cursor: pointer;
}