/*********************** 简历详细页-头部 ***********************/
.resume_top {
    width: 100%;
    height: 100px;
    line-height: 1;
    margin: 0 auto;
    background: #000;
    position: relative;
    transition: 2s linear;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center
}

.resume_top:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, .5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, .5)));
    background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, .5) 100%);
    background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, .5) 100%);
    background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, .5) 100%)
}

.resume_top .bg-image {
    width: 100%;
    background: #e2e0e1 url(../images/resume_top_bg.jpg);
    height: 100px
}

.resume_topwrap {
    background: #fff;
    border-bottom: 1px #eeeeee solid;
    box-shadow: 0 1px 8px rgba(3, 0, 0, .06);
}

.resume_topbox {
    margin: 0 auto;
    height: 65px;
    position: relative;
    z-index: 1;
}

.avatar-container {
    width: 80px;
    margin: 0 auto;
    position: relative;
    left: inherit;
    transform: inherit;
    z-index: 10
}

.avatar-container .headimg-box {
    width: 120px;
    height: 120px;
    border: 4px solid #fff;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -64px;
    top: -65px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.subnav-contentbox {
    background: #FFF;
    position: relative;
    width: 100%;
    height: 56px;
}

.subnav-contentbox .subnav-content {
    font-size: 16px;
    color: #999;
    text-align: center
}

.subnav-contentbox .subnav-content>li {
    padding: 0 30px;
    line-height: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    position: relative
}

.subnav-contentbox .subnav-content>li>a {
    padding: 19px 0;
    display: block;
    border-bottom: 2px solid transparent;
    color: #9a9a9a
}

.subnav-contentbox .subnav-content>li.current>a,
.subnav-contentbox .subnav-content>li>a:hover {
    color: #282828;
    border-bottom: 2px solid #444;
    text-decoration: none
}

.resume_info .contact .teltip {
    background-color: #f3f3f3;
    color: #666;
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
    position: relative;
    margin: 5px 0 10px 20px;
    display: inline-block;
}

.resume_info .contact .teltip .arrows {
    position: absolute;
    left: 26px;
    top: -9px;
    width: 30px;
    height: 12px;
    background-image: url(../images/01.png);
    background-repeat: no-repeat;
    background-position: 5px -456px;
}

/* 简历详细页*/
.rshow {
    width: 1200px;
    margin: 25px auto 0;
}

.rshow .l {
    float: left;
    width: 74%;
    background: #FFF;
    border-radius: 8px;
}

.rshow .l .main {
}

.resume_info {
    width: 100%;
    overflow: hidden;
    min-height: 500px
}

.resume_info .items {
    padding-bottom: 25px;
    padding-left: 58px;
    padding-right: 58px;
}

.resume_info .tit {
    height: 35px;
    padding-top: 18px;
    font-size: 20px;
    color: #333333;
    border-top: 1px #EEEEEE solid;
    overflow: hidden;
}

.resume_info .tit span {
    padding-left: 30px;
    color: #FF9900;
    font-size: 12px;
}

.resume_info .tit .more {
    float: right;
    margin-right: 15px;
    font-size: 14px;
}

/* --------------基本资料*/
.resume_info .info {
    padding: 35px 30px 20px 58px;
    position: relative
}

.resume_info .info .rtime {
    position: absolute;
    right: 20px;
    top: 15px;
    text-align: right;
    width: 200px;
    font-size: 12px;
    color: #999999
}

.resume_info .info .inl {
    float: right;
    width: 140px;
    position: absolute;
    top: 40px;
    right: 58px;
    display: none
}

.resume_info .info .inl .pic {
    width: 140px;
    height: 140px;
    border: 1px #ccc solid;
    border-radius: 140px;
    margin-top: 3px;
    overflow: hidden
}

.resume_info .info .inl .pic img {
    width: 140px;
    min-height: 140px;
}

.resume_info .info .inr {
    float: left;
    width: 100%;
}

.resume_info .info .inr .inr_box {
    padding-top: 5px;
    display: flex;
}
.resume_info .info .inr .inr_box .headimg-box {
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.resume_info .info .inr .inr_box .headimg-box img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: fill
}
.resume_info .info .inr .name_box {
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    overflow: hidden;
}

.resume_info .info .inr .name_box .name {
    float: left;
    height: 35px;
    padding-right: 15px;
    font-size: 24px;
    color: #333333;
    font-weight: 700;
}

.resume_info .info .inr .name_box .name_span {
    float: left;
    margin-right: 15px;
    font-size: 18px;
    margin-top: 2px
}

.resume_info .info .inr .name_box .source {
    color: #FF6600;
    float: left;
    height: 35px;
    line-height: 38px;
    padding-left: 17px;
    background-image: url(../images/02.png);
    background-position: 0px -117px;
    background-repeat: no-repeat;
    font-size: 12px;
}

.resume_info .info .inr .name_box .source span {
    padding-left: 5px;
    color: #0066CC
}

.resume_info .info .inr .name_box .tag_cell_group {
    float: left;
    padding-left: 15px;
    padding-top: 9px;
}

.resume_info .info .inr .name_box .tag_cell_group .tag_cell {
    float: left;
    padding-right: 10px;
}

.resume_info .info .inr .name_box .tag_cell_group .tag_cell span {
    height: 20px;
    line-height: 20px;
    display: block;
    font-size: 12px;
    font-family: "宋体";
    padding-left: 22px;
    padding-right: 10px;
    background-image: url(../images/11.gif);
    background-repeat: no-repeat;
    background-position: left 0px;
    color: #BC4D10;
}

.resume_info .info .inr .txt {
    height: 28px;
    padding-left: 4px;
}

.resume_info .info .inr .txt .for_address {
    float: left;
    padding-right: 25px;
    max-width: 330px;
}

.resume_info .info .inr .txt span {
    color: #ccc;
    padding: 0 18px;
    font-size: 10px;
}

.resume_info .info .inr .lab {
    padding-top: 2px;
}

.resume_info .info .inr .lab .las {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ecf8ff;
    height: 28px;
    line-height: 28px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

/* --------------求职意向*/
.resume_info .intention {
    margin-top: 5px;
    line-height: 200%;
    color: #333333
}

.resume_info .intention li {
    width: 100%;
    line-height: 220%
}

.resume_info .intention span.t1 {
    color: #999999;
    padding-right: 8px;
}

.resume_info .intention span.t2 {
    width: 320px;
    display: inline-block
}

.resume_info .intention u {
    color: #CCCCCC;
    padding-left: 35px;
    padding-right: 55px;
    text-decoration: none;
    font-family: "simsun";
}

/* --------------联系方式*/
.resume_info .contact {
    width: 100%
}

.resume_info .contact .it {
    background-image: url(../images/02.png);
    background-repeat: no-repeat;
    padding-right: 40px;
    font-size: 18px;
    color: #FF6600;
    float: left;
    height: 30px;
    line-height: 30px;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-top: 15px;
    margin-bottom: 10px;
}

.resume_info .contact .it.tel {
    background-position: 0px 4px;
    padding-left: 25px;
}

.resume_info .contact .it.email {
    background-position: 0px -38px;
    padding-left: 30px;
}

.resume_info .contact .downbtn {
    float: left;
    width: 126px;
    height: 38px;
    line-height: 38px;
    background-color: #FF6600;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    border: 1px #FF4400 solid;
    margin-top: 10px;
    border-radius: 4px;
}

.resume_info .contact .downbtn:hover {
    background-color: #FF4400;
    border: 1px #FF2200 solid;
}

.resume_info .contact .invitation {
    float: left;
    width: 126px;
    height: 38px;
    line-height: 38px;
    background-color: #FF6600;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    border: 1px #FF4400 solid;
    border-radius: 4px;
    margin-right: 15px;
    margin-top: 15px;
}

.resume_info .contact .invitation:hover {
    background-color: #FF4400;
    border: 1px #FF2200 solid;
}

.resume_info .contact .msgSend {
    float: left;
    width: 100px;
    height: 38px;
    line-height: 38px;
    background-color: #ffff;
    color: #FF6600;
    text-align: center;
    cursor: pointer;
    border: 1px #FF6600 solid;
    border-radius: 4px;
    margin-right: 15px;
    margin-top: 15px;
}

.resume_info .contact .msgSend:hover {
    color: #e5650f;
    border: 1px #e5650f solid;
}

.resume_info .contact .set {
    float: left;
    padding-left: 16px;
    padding-right: 16px;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    height: 38px;
    margin-right: 15px;
    background-color: #FFFFFF;
    border: 1px #CCCCCC solid;
    margin-top: 15px;
    cursor: pointer;
}

.resume_info .contact .set:hover {
    background-color: #FFF0E9;
    border: 1px #FF6600 solid;
    color: #FF6600;
}

.resume_info .contact .set.select {
    background-image: url(../images/02.png);
    background-repeat: no-repeat;
    background-position: right -72px;
    background-color: #FFF0E9;
    border: 1px #FF6600 solid;
    color: #FF6600;
    padding-right: 32px;
}

/* --------------教育经历*/
.resume_info .edu {
    background: url(../images/03.png) no-repeat 250px 20px;
}

.resume_info .edu .td1 {
    width: 217px;
    padding-right: 30px;
    text-align: right;
    line-height: 200%;
    font-size: 14px
}

.resume_info .edu .td1 .cout {
    font-size: 12px;
    color: #999999
}

.resume_info .edu .td2 {
    width: 63%;
    padding-left: 5%;
    padding-top: 3px;
    margin-bottom: 40px;
    word-break: break-all;
    font-size: 14px;
    position: relative
}

.resume_info .edu .td2 .round {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    overflow: hidden;
    background-image: url(../images/04.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
}

.resume_info .edu .td2 span {
    padding-left: 20px;
    padding-right: 20px;
    color: #CCCCCC;
    word-break: break-all;
    font-size: 12px
}

/* --------------工作经历*/
.resume_info .jobs {
    background: url(../images/03.png) no-repeat 250px 20px;
}

.resume_info .jobs .td1 {
    width: 217px;
    padding-right: 30px;
    text-align: right;
    line-height: 200%;
    font-size: 14px
}

.resume_info .jobs .td1 .cout {
    font-size: 12px;
    color: #999999
}

.resume_info .jobs .td2 {
    width: 63%;
    padding-left: 5%;
    padding-top: 3px;
    margin-bottom: 40px;
    font-size: 14px;
    position: relative
}

.resume_info .jobs .td2 .round {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    overflow: hidden;
    background-image: url(../images/04.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
}

.resume_info .jobs .td2 .line {
    padding-left: 20px;
    padding-right: 20px;
    color: #CCCCCC;
    font-size: 12px
}

.resume_info .jobs .td2 .txt {
    line-height: 180%;
    padding-top: 7px;
    padding-bottom: 20px;
    word-break: break-all;
    font-size: 13px
}

/* --------------培训经历*/
.resume_info .tra {
    background: url(../images/03.png) no-repeat 168px 20px;
}

.resume_info .tra .td1 {
    width: 135px;
    padding-right: 30px;
    text-align: right;
    line-height: 200%;
    font-size: 14px
}

.resume_info .tra .td1 .cout {
    font-size: 12px;
    color: #999999
}

.resume_info .tra .td2 {
    width: 65%;
    padding-left: 5%;
    padding-top: 3px;
    font-size: 14px;
    position: relative
}

.resume_info .tra .td2 .round {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    overflow: hidden;
    background-image: url(../images/04.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
}

.resume_info .tra .td2 .line {
    padding-left: 20px;
    padding-right: 20px;
    color: #CCCCCC;
    font-size: 12px
}

.resume_info .tra .td2 .txt {
    line-height: 180%;
    padding-top: 7px;
    padding-bottom: 20px;
    word-break: break-all;
    font-size: 13px
}

/* --------------自我描述*/
.resume_info .evaluate {
    line-height: 220%;
    padding-right: 50px;
    word-break: break-all;
    font-size: 14px
}

/* --------------获得证书*/
.resume_info .certificate {
    padding-top: 20px;
}

.resume_info .certificate .cer {
    margin-top: 6px;
    padding-left: 20px;
    padding-right: 25px;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 25px;
    background-image: url(../images/09.png);
    background-repeat: no-repeat;
    background-position: right 0px;
    background-color: #FBEAE6;
    color: #FF6600
}

.resume_info .certificate .cer span {
    color: #666666;
    padding-right: 15px;
}

/* --------------语言能力*/
.resume_info .language {
    padding-top: 15px;
}

.resume_info .language .lang {
    margin-top: 6px;
    padding-left: 20px;
    padding-right: 25px;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 25px;
    background-image: url(../images/05.png);
    background-repeat: no-repeat;
    background-position: right 0px;
    background-color: #E8F7F2;
}

.resume_info .language .lang span {
    color: #0066CC;
    padding-right: 15px;
}

/* --------------照片作品*/
.resume_info .pic .pli {
    float: left;
    width: 150px;
    height: 150px;
    margin: 15px 0 15px 18px;
    background-color: #FFFFFF;
    border: 1px #EEEEEE solid;
}

.resume_info .pic .pli a {
    width: 150px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.resume_info .pic .pli img {
    vertical-align: middle;
    max-width: 150px;
    _width: 150px;
    max-height: 150px;
    _height: 150px;
    border: 0;
}

/* --------------word简历*/
.resume_info .word {
    padding-top: 15px;
}

.resume_info .word .txt {
    background-image: url(../images/06.png);
    background-repeat: no-repeat;
    padding-left: 38px;
    height: 30px;
    line-height: 30px;
}

.resume_info .word .txt span {
    padding-left: 20px;
    color: #999999
}

/* ------简历右侧--------*/
.rshow .r {
    float: right;
    width: 24%;
    background: #fff;
    border-radius: 8px;
    position: relative;
}

.rshow .r .main {
    padding-top: 25px;
    padding-bottom: 20px;
    border-radius: 5px;
    width: 160px;
    margin: 0 auto;
    background: #FFF;
    overflow: hidden
}

.rshow .r .main .code_text {
    width: 120px;
    height: 25px;
    margin: 0 auto;
    color: #999
}

.rshow .r .main .code {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border: 1px #EEEEEE solid;
}

.rshow .r .main .code img {
    width: 120px;
    height: 120px;
}

.rshow .r .main .downbtn {
    margin: 0 auto;
    width: 120px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #FF6600;
    margin-top: 20px;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

.rshow .r .main .downbtn:hover {
    background-color: #FF4400
}

.rshow .r .main .split {
    margin: 0 auto;
    width: 120px;
    height: 15px;
    position: relative;
    border-bottom: 1px #CCCCCC solid;
    margin-top: 10px;
    margin-bottom: 20px;
}

.rshow .r .main .split .txt {
    width: 46px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 35px;
    top: 3px;
    background-color: #FFFFFF;
    text-align: center;
    color: #CCCCCC
}

.rshow .r .main .cbtn {
    margin: 0 auto;
    width: 118px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #EBEBEB;
    margin-top: 15px;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px #EBEBEB solid
}

.rshow .r .main .cbtn:hover {
    border: 1px #CCCCCC solid;
    background-color: #CCCCCC
}

.txt_center {
    text-align: center;
}

.down_resum_confirm_box {
    display: none
}

.down_resum_confirm {
    line-height: 24px;
    width: 420px;
}

.down_resum_confirm .txt_highlight {
    color: #FF6600;
}

.down_resum_confirm .txt_blue {
    color: #0180cf;
}

.down_resum_confirm .content {
    margin-bottom: 5px;
}

.down_resum_confirm .tips {
    text-align: center;
    font-size: 12px;
    color: #999;
}

/* 邀请面试弹框 490px*/
.interview_dialog {
    width: 470px;
    font-size: 14px;
    color: #333333;
    padding: 10px 0px 0px 30px;
}

.interview_dialog .tip {
    width: 450px;
    line-height: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 10px;
}

.interview_dialog .tip strong {
    color: #FF6600;
}

.interview_dialog .content {
    width: 450px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 5px;
}

.interview_dialog .content .td1 {
    width: 100px;
    height: 42px;
    padding-top: 5px;
    text-align: right;
    color: #666666;
}

.interview_dialog .content .td2 {
    width: 320px;
}

.interview_dialog .content .td2 .am_or_pm {
    width: 70px;
    float: left;
    margin: 0 5px;
}

.interview_dialog .content .td2 .am_or_pm .w80 {
    width: 80px
}

.interview_dialog .content .td2 .contact_type .w80 {
    width: 80px
}

.interview_dialog .content .td2 .time .w100 {
    width: 100px
}

.interview_dialog .content .td2 .time {
    width: 90px;
    float: left
}

.interview_dialog .content .td2 .option {
    margin-top: 7px;
    margin-right: 20px;
    float: left;
}

.interview_dialog .content .td2 .contact_type {
    width: 70px;
    float: left;
}

.interview_dialog .content .td2 .contact {
    width: 225;
    padding-left: 10px;
    height: 34px;
    border: 1px #DDDDDD solid;
    line-height: 34px;
    color: #333333;
    float: left;
    margin-left: 5px;
}

.interview_dialog .notice {
    width: 450px;
    padding-bottom: 5px;
    margin: 10px 0px;
}

.interview_dialog .notice label {
    cursor: pointer;
}

.interview_dialog .notice span {
    color: #666666;
    font-size: 12px;
}

.interview_dialog .notice strong {
    color: #FF6600;
    margin: 0 5px;
}

/*input输入框样式*/
.textarea_370_34 {
    width: 360px;
    padding-left: 10px;
    height: 80px;
    border: 1px #DDDDDD solid;
    line-height: 25px;
    color: #333333;
}

.select_300_34 {
    width: 300px;
}

.input_300_34 {
    width: 312px;
    padding-left: 10px;
    height: 34px;
    border: 1px #DDDDDD solid;
    line-height: 34px;
    color: #333333;
}

.select_input_date {
    width: 106px;
    padding-left: 10px;
    line-height: 32px;
    height: 32px;
    border: 1px #DDDDDD solid;
    background-image: url(../images/10.png);
    background-repeat: no-repeat;
    background-position: right 0px;
    cursor: pointer;
    background-color: #FFFFFF;
    float: left;
}

/*右侧固定*/
body {
    _background-image: url(about:blank);
    _background-attachment: fixed;
}

.sticky {
    float: none;
    position: fixed;
    top: 50px;
    z-index: 6;
    left: 50%;
    margin-left: 600px;
}

/*当窗口改变时发生*/
@media screen and (max-width:1260px) {
    .rshow {
        width: 1000px;
        min-width: 1000px;
    }

    .resume_info .items {
        padding-bottom: 15px;
        padding-left: 28px;
        padding-right: 28px;
    }

    .resume_info .info {
        padding: 35px 30px 15px 28px;
    }

    .resume_info .intention span.t2 {
        width: 260px;
    }

    .sticky {
        margin-left: 500px;
    }
}