.tiem01 {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.40);
    text-align: right;
}

.tiem01 .share {
    padding: 0;
}

.tiem01 .operate {
    display: flex;
    align-items: center;
    margin: 0 0 32px;
}

.t-info > dd {
    margin-left: 137px;
}

.l-area {
    background: #F9FBFB;
    border-radius: 4px;
    padding: 30px;
    width: 895px;
    box-sizing: border-box;
    cursor: context-menu;
}


.l-area > dl > dt {
    margin-right: 19px;
    text-align: center;
    font-size: 20px;
    color: rgba(3, 0, 0, 0.80);
    line-height: 28px;
    background: #F9FBFB;
}

.l-area > dl > dd dl:last-child {
    margin: 0;
}

.l-area > dl > dd {
    /*width: 626px;*/
}

.l-area .info {
    padding-bottom: 16px;
    background: #F9FBFB;
}

.l-area > dl {
    padding-bottom: 13px;
    position: relative;
}

.l-area > dl + dl:before {
    content: '';
    position: absolute;
    left: 137px;
    right: 30px;
    height: 1px;
    bottom: 0;
    background: #ededed;
}


.l-area .info > dt {
    height: 118px;

}

.l-area .info dt img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

.l-area .info dt .leaf {
    border-radius: 0;
    right: -16px;
    top: -4px;
}

.info > dd .name {
    font-size: 25px;
    height: 38px;
    line-height: 38px;
    margin: 0 0 12px;
    padding-top: 46px;
}

.info > dd .name span i {
    margin-left: 3px;
    position: relative;
    top: -5px;
}

.info > dd .name .m-info {
    /*margin-left: 97px;*/
}

.info > dd .name .m-info span {
    position: relative;
    padding-right: 20px;
    font-weight: 400;
}

.info > dd .name .m-info span + span:before {
    content: '';
    position: absolute;
    width: 1px;
    top: 2px;
    bottom: 2px;
    left: -10px;
    background: #6d6d6d;
}

.collection i {
    display: block;
}

.info > dd .name.man .icon-xgd_icon_women {
    display: none;
}

.info > dd .name.women .icon-xgd_icon_man {
    display: none;
}

.info > dd .i-t {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.60);
    line-height: 33px;
}

.info > dd .i-t p span {
    display: inline-block;
    vertical-align: middle;
}

.info > dd .i-t p span + span {
    margin-left: 24px;
}

.info > dd .i-t dl dt {
    color: rgba(0, 0, 0, 0.40);
}

.info > dd .i-key {
    line-height: 32px;
    color: rgba(3, 0, 0, 0.80);
    font-size: 14px;
    margin-top: 8px;
}

.info > dd .i-key .btn-js {
    display: inline-block;
    color: #04A4AA;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    margin-right: 24px;
}

.info > dd .i-key .btn-js img {
    margin: 0 5px;
}

.info > dd .i-t .btn-invite {
    display: inline-block;
    color: #04A4AA;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 24px;
    line-height: 32px;
    font-size: 17px;
    font-weight: bold;
}

.info > dd .i-t .yqms {
    width: 90px;
    height: 33px;
    line-height: 33px;
    background: #04A4AA;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.info > dd .i-key .num {
    color: #FD5945;
    display: inline-block;
    margin: 0 6px 0 8px;
}

.info > dd .i-key .btn-buy {
    color: #fff;
    display: inline-block;
    margin-left: 11px;
    width: 60px;
    height: 33px;
    text-align: center;
    cursor: pointer;
    background: #04A4AA;
    border-radius: 4px;
}

.l-area > dl + dl > dt {
    position: relative;
    margin: 14px 0 7px;
}

.l-area > dl + dl > dt:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 12px;
    height: 12px;
    background-image: linear-gradient(#34DC9F, #2ACED1);
    border-radius: 50%;
    margin-top: -5px;
}

.l-area dl:last-child:before {
    display: none;
}

.job-wanted,
.job-undergo,
.project-undergo {
    background: #F9FBFB;
    margin-top: 8px;
    padding-left: 137px;
}

.job-wanted dl {
    font-size: 15px;
    line-height: 29px;
}

.job-wanted dl dt {
    color: #6d6d6d;
}

.job-wanted dl dd {
    color: #242424;
    font-weight: bold;
}

.job-wanted dl dd.one-line {
    width: auto;
    max-width: 220px;
}

.job-wanted > dd {
    padding-left: 17px;
    clear: both;
}

.job-undergo > dd {
    clear: both;
    padding-left: 17px;
}

.clear {
    clear: both;
}

.strip + .strip {
    margin-top: 50px;
}

.strip h6 {
    line-height: 22px;
    margin-bottom: 5px;
}

.strip h6:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #6D6D6D;
    border-radius: 50%;
    left: -15px;
    top: 50%;
    margin-top: -2px;
}

.strip dl {
    line-height: 29px;
    font-size: 15px;
}

.strip dl dt {
    color: #6d6d6d;
}

.strip dl dd {
    color: #242424;
    font-weight: bold;
}

.project-undergo > dd {
    padding-left: 17px;
    clear: both;
}

.me .strip dl dd {
    margin-left: 70px;
}

.resume-detail .r-area .resume-box {
    margin-top: 62px;
}

.strip dl.link dd {
    margin-left: 72px;
}

.strip dl.link dd a {
    display: inline-block;
    color: rgba(3, 0, 0, 0.80);
    margin-right: 16px;
}

.strip dl.link dd a:hover {
    color: #04A4AA;
}

.jy dd {
    margin-left: 72px;
}

.dy1 i {
    color: #04A4AA;
    font-size: 23px;
}

.r-area {
    width: 285px;
}

.r-area dl {
    margin-bottom: 16px;
    margin-top: 60px;
}

.r-area dl a {
    display: block;
    padding: 55px 17px 0;
    background: #F9FBFB;
    border-radius: 4px;
    border: 1px solid #E7E7E7;
    height: 164px;
    box-sizing: border-box;
}

.r-area h4 {
    font-size: 28px;
    position: relative;
    padding: 0 0 0 14px;
    line-height: 37px;
}

.r-area h4:before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 2px;
    left: 0;
    width: 5px;
    /*background-image: linear-gradient(#34DC9F,#2ACED1);*/
    /*border-radius: 60px;*/
    background: url('/static/img/xgd_bgStrip.png') no-repeat;
    background-size: 100% 100%;
}

.jsj {
    position: relative;
}

.jsj:after {
    content: ':';
    position: absolute;
    right: 10px;
}

.popup-invite {
    padding: 40px 88px 0;
    display: none;
}

.tips {
    background: #F9FBFB;
    border-radius: 4px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.60);
    line-height: 22px;
    padding: 24px 16px;
    margin-bottom: 24px;
}

.popup-invite dl {
    line-height: 32px;
    font-size: 14px;
}

.popup-invite dl + dl {
    margin-top: 16px;
}

.popup-invite dl dt {
    width: 70px;
    color: rgba(0, 0, 0, 0.60);
}

.popup-invite .layui-form > dl > dd {
    margin-left: 90px;
}

.popup-invite dl dd .layui-input-block {
    margin-left: 0;
    min-height: 32px;
}

.popup-invite dl dd .layui-input {
    height: 32px;
    color: rgba(0, 0, 0, 0.60);
    padding: 0 16px;
    box-sizing: border-box;
}

.popup-invite dl dd .layui-form-item {
    margin: 0;
    clear: none;
}

.popup-invite dl dd .layui-form-select dl dd.layui-this {
    background: #04A4AA;
    border-radius: 0 2px 2px 0;
}

.popup-invite dl dd input {
    width: 100%;
    line-height: 32px;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0 16px;
}

.popup-invite .layui-form-radio > i:hover,
.popup-invite .layui-form-radioed > i {
    color: #04A4AA;
}

.popup-invite .layui-form-radio > i {
    font-size: 16px;
}

.popup-invite .addr i {
    color: #ccc;
    margin-left: 8px;
}

.popup-invite input {
    color: rgba(0, 0, 0, 0.60);
}

.popup-invite .textarea {
    width: 264px;
    font-size: 14px;
}

.popup-invite .layui-form-radio {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.60);
    line-height: 22px;
    margin: 0 0 8px;
    box-sizing: border-box;
    width: 50%;
    font-size: 0;
}

.popup-invite .textarea-wrap .layui-input-block {
    font-size: 0;
}

.popup-invite .textarea-wrap .layui-input-block input {
    width: 274px;
    vertical-align: middle;
}

.popup-invite .textarea-wrap .layui-input-block .layui-form-checkbox {
    margin-top: 0;
    vertical-align: middle;
}

.popup-invite .textarea-wrap .about .layui-form-radio {
    width: auto;
    padding-right: 3px;
    margin: 0;
    line-height: 32px;
}

.popup-invite .textarea-wrap .about span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.popup-invite .btn {
    margin: 66px -12px 0;
}

.popup-invite .btn button {
    width: 50%;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    background-color: #04A4AA;
    float: left;
}

.popup-invite .btn button:hover {
    background-color: #04A4AA;
}

.popup-invite .btn dt,
.popup-invite .btn dd {
    width: 50%;
    padding: 0 8px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    box-sizing: border-box;
    margin-left: 0 !important;
}

.popup-invite .btn dt a,
.popup-invite .btn dd a {
    display: block;
    border: 1px solid #04A4AA;
    border-radius: 4px;
    cursor: pointer;
    height: 32px;
}

.popup-invite .btn dt a {
    color: #04A4AA;
}

.popup-invite .btn dd a {
    color: #fff;
    background: #04A4AA;
}

.mar-t-10 {
    margin-top: 10px;
}

.daochu {
    color: #04a4aa;
    cursor: pointer;
}

.daochu .icon {
    font-size: 26px;
}

.w100 {
    width: 100% !important;
}

.w58 {
    width: 58%;
}

.w42 {
    width: 42%;
}

.zyjz {
    text-align: justify;
    text-align-last: justify;
}