@charset "utf-8";
.base_resume{
    font-family: Arial;
}
.button-panel a:hover{
    color: inherit;
}
.button-panel .button-b-search.white{
    background: url(/images/button/icon_white_search.png) no-repeat;
}
ul.format{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
input[type="text"]:focus{
    outline: none;
}
div.gray_bg {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}
.resume_step_line{
    padding-bottom: 20px;
}
.resume_step_line .step_progress{
    margin-left: 24px;
    font-family: Arial;
}
.resume_step_line .dot{
    border: 1px solid transparent;
    background: transparent;
    width: 10px;
    height: 10px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-right: 28px;
}
.resume_step_line .dot.active{
    border-color: #4B8AF5;
}
.resume_step_line .dot.done{
    background-color: #4B8AF5;
    border-color: #4B8AF5;
}
.resume_step_line .dot.todo{
    border-color: #dde3e7;
    background-color: #dde3e7;
}
.resume_step_line .dot:after{
    content: "• • •";
    color: #4B8AF5;
    position: absolute;
    top: 0px;
    left: 10px;
    line-height: 10px;
    width: 26px;
    text-align: center;
    font-size: 12px;
}
.resume_step_line .dot.todo:after{
    color: #dde3e7;
}
.resume_step_line .dot:last-child:after{
    content: "";
}
.resume_btn_line .btn_step{
    width: 170px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #dadada;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
}
.resume_btn_line input.btn_step:focus{
    outline: none;
}
.resume_btn_line .btn_step.btn_main{
    border: 1px solid transparent;
    background-color: #5493c2;
    color: white;
}
.job-category-selector-outer{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1002;
    display: none;
}
.job-category-selector{
    width: 875px;
    background-color: white;
    margin: 15px auto 0px;
    border: 6px solid rgba(0, 0, 0, .6);
}
.job-category-selector-header{
    padding: 0px 20px;
    border-bottom: 1px solid #E5E5E5;
}
.job-category-selector-header .title{
    line-height: 60px;
    font-size: 16px;
    display: inline-block;
}
.job-category-selector-header .close_icon{
    margin-top: 22px;
}
.job-category-selector-body{
    font-size: 14px;
    overflow: hidden;
}
.job-category-selector-body td{
    vertical-align: top;
}
.job-category-selector-body td.vline{
    width: 1px;
    background-color: #E5E5E5;
}
.job-category-selector-body td.tree-thin{
    width: 220px;
}
.job-category-selector-body ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 40px;
    max-height: 420px;
    overflow-y: scroll;
}
.job-category-selector-body ul li{
    cursor: pointer;
    overflow: hidden;
}
.job-category-selector-body ul li.highlight,
.job-category-selector-body ul li.active,
.job-category-selector-footer .selected-list a,
.job-category-selector-footer .selected-label .num span{
    color: #1787fb;
}
.job-category-selector-body ul li .name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    float: left;
}
.job-category-selector-body .tree-thin ul li{
    padding-left: 20px;
}
.job-category-selector-body .tree-thin ul li.active,
.job-category-selector-footer .selected-list a{
    background-color: #f1f8ff;
}
.job-category-selector-body .tree-thin ul li .name{
    max-width: 190px;
}
.job-category-selector-body .tree-thin ul li.highlight .name{
    max-width: 165px;
}
.job-category-selector-body .tree-thin ul li.highlight .num,
.job-category-selector-body .tree-fat ul li.highlight .icon{
    float: left;
    padding-left: 5px;
    max-width: 25px;
}
.job-category-selector-body .tree-thin ul li.highlight .num:after{
    content: attr(content);
}
.job-category-selector-body .tree-fat ul li{
    width: 200px;
    float: left;
}
.job-category-selector-body .tree-fat ul li .name{
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.job-category-selector-body .tree-fat ul li.highlight .icon:after{
    content: "✔";
}
.job-category-selector-body .tree-fat ul li .name{
    max-width: 180px;
}
.job-category-selector-body .tree-fat ul li.highlight .name{
    max-width: 155px;
}
.job-category-selector-footer{
    -webkit-box-shadow: 0 -4px 15px 0 rgba(51,51,51,.1);
    -moz-box-shadow: 0 -4px 15px 0 rgba(51,51,51,.1);
    box-shadow: 0 -4px 15px 0 rgba(51,51,51,.1);
    min-height: 60px;
    padding: 12px 15px 12px 20px;
    font-size: 13px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.job-category-selector-footer .selected-label{
    float: left;
    line-height: 2.5;
}
.job-category-selector-footer .selected-list{
    padding-left: 85px;
    padding-right: 150px;
}
.job-category-selector-footer .selected-list a{
    display: inline-block;
    padding: 0px 10px;
    margin: 4px 6px 0px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.job-category-selector-footer .selected-list .name{
    line-height: 2;
}
.job-category-selector-footer .selected-list a.expired{
    color: gray;
}
.job-category-selector-footer .selected-list a:after{
    content: "x";
    margin-left: 8px;
}
.job-category-selector-footer .btn-confirm{
    background: #5493c2;
    display: inline-block;
    color: white;
    cursor: pointer;
    position: absolute;
    right: 14px;
    letter-spacing: 2px;
    bottom: 12px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    width: 140px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#new_industry,#new_job_function{
    width: 851px;
    background-color: #FFF;
    border: 6px solid rgba(0,0,0,0.6);
    padding: 2px 0px 10px 0px;
}
#new_industry .button-panel, #new_job_function .button-panel{
    margin-left: 337px;
    margin-top: 15px;
}
#new_job_function .button-panel:last-child,#new_industry .button-panel:last-child{
    margin-left: 30px;
}
#new_industry div,#new_industry a{
    font-size: 12px;
    font-family: "Microsoft YaHei";
    word-wrap: break-word;
}
#new_job_function div,#new_job_function a{
    font-size: 12px;
    font-family: "Microsoft YaHei";
    line-height: 19px;
    word-wrap: break-word;
}
div.category_detail{
    width: 30%;
    float: left;
}
div.tableTitleLine{
    height: 100%;
    width: 1px;
    background-color: #E5E5E5;
    float: left;
}
div.tableTitleLeft{
    padding-right: 10px;
    width: 193px;
    float: left;
    vertical-align: middle;
    text-align: right;
}
div.tableTitleRight{
    width: 642px;
    float: left;
    padding: 1px;
    border-left: 1px solid #E5E5E5;
}
div.tableTitleBlock{
    height: auto;
    float: left;
    border: 1px solid #E5E5E5;
    border-top: none;
}
.job_item_ul{
    z-index: 1000;
    position:absolute;
    background-color: #cccccc;
    padding: 8px;
    margin: 0;
}
.job_item_ul a{
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
.close_icon {
    height: 16px;
    width: 16px;
    background-image: url('/images/x.png');
    background-size: 16px 16px;
    float: right;
    cursor: pointer;
}
.select_block {
    padding-left: 15px;
    margin-top: 10px;
    border-bottom: 1px solid #E5E5E5;
}
.select_block span{
    font-size: 14px;
    font-weight: 600;
}
div.pathway {
    background: url("/images/forum/icon/t_home.png") no-repeat center left;
    padding-left: 20px;
    margin-bottom: 8px;
}
div.pathway a {
    color: #0659a7;
}
.button_edit{
    background-image: url('/images/button/button_edit.png');
}
.button_review{
    background-image: url('/images/button/button_review.png');
}
.button_delete{
    background-image: url('/images/button/button_delete.png');
}
.button_collect{
    background: url('/images/button/icon_collect.png') no-repeat center center;
    cursor: pointer;
}
.button_collect.todo{
    background: url('/images/button/icon_tocollect.png') no-repeat center center;
}
.button_edit, .button_review,.button_delete, .button_collect{
    display: inline-block;
    width: 25px;
    height: 25px;
}
.resume_name{
    width: 10%;
}
.resume_lang{
    width: 10%;
}
.resume_percent{
    width: 13%;
}
.resume_auth{
    width: 17%;
}
.resume_update{
    width: 15%;
}
.resume_review ,.resume_delete, .resume_edit{
    width: 6%;
}
.resume_default{
    width: 10%;
    color: #888;
}
.resume_view{
    width: 7%;
}
.resume_collection{
    width: 58px;
    text-decoration: underline;
}
.resume_table{
    clear: left;
    float: left;
    width: 100%;
    margin-top: 18px;
    background-color: #FFF;
    font-size: 14px;
}
.no-rec-box{
    clear: left;
    display: inline-block;
    width: 100%;
    height: 521px;
    background: url("/images/resume/resume_none_guide.jpg") no-repeat center;
    margin-top: 8px;
}
.no-rec-box .btn_new{
    width: 240px;
    height: 52px;
    display: inline-block;
    background: url("/images/resume/resume_none_btn.png") no-repeat center;
    position: relative;
    top: 245px;
    left: 190px;
    cursor: pointer;
}
.myresume td{
    border-top: 1px solid #E5E5E5;
}
.my_resume tr.myresume:nth-child(2) td{
    border-top: none;
}
.resume_table td{
    height: 75px;
    text-align: center;
}
.resume_table .multi td{
    height: 50px;
}
.table_title{
    background-color: #f0f0f0;
    height: 42px;
    vertical-align: middle;
}
.my_resume{
    border: 1px solid #e6e6e6;
    /*border-bottom: none;*/
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    margin-top: 8px;
}
.my_resume .button-panel{
    margin-left: 12px;
    margin-top: 16px;
}
.resume_center{
    font-size: 18px;
    font-family: Microsoft YaHei;
    float: left;
    margin-right: 5px;
    margin-top: 20px;
    margin-left: 20px;
}
.float-l{
    float: left;
}
.imgboxtit{
    width: 65px;
    height: 10px;
    background-color: #D7D7D7;
    margin-top: 6px;
    margin-right: 7px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.imgboxtit div{
    height: 100%;
    background-color: #F7691D;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.complete_percent_title{
    margin-left: 5px;
}
div.resume-choose{
    text-align: left;
    padding-left: 15px;
}
div.resume-choose.default-flag{
    background: url(/images/button/button_orange_dot.png) no-repeat 8px center;
}
select.quick_select {
    border: 1px solid #C0C0C0;
    width: 120px;
    font-size: 14px;
    color: #0859A8;
    padding: 4px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/images/button/icon_triangel.png") no-repeat 100px center, linear-gradient(to bottom,#ffffff,#eeeeee);
    background: url("/images/button/icon_triangel.png") no-repeat 100px center, -moz-linear-gradient(to bottom, #ffffff, #eeeeee);
    background: url("/images/button/icon_triangel.png") no-repeat 100px center, -o-linear-gradient(to bottom, #ffffff, #eeeeee);
}
select.quick_select:focus{
    outline: none;
}
#showAddWindow{
    z-index: 999;
    background-color:#FFF;
    width: 392px;
    height: 150px;
}
.show_title{
    font-size: 18px;
    font-weight: bold;
    border-bottom:1px solid red;
    padding-bottom: 3px;
    width: 112px;
    margin-left: 133px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 26px;
}
#ch_en_button + img{
    height: 29px;
    width: 61px;
}
#showAddWindow .button-panel{
    margin-left: 90px;
    padding: 0;
}
#showAddWindow .button-panel input{
    height: 29px;
    width: 61px;
    font-size: 16px;
    font-weight: 600;
}
.resume_table a, .resume_list a{
    color: #0859A8;
}
.resume-choose .choose-span{
    display: inline-block;
    margin-left: 5px;
    max-height: 40px;
    overflow: hidden;
}
.complete_percent{
    font-size: 12px;
    color: #888;
}
.resume_percent .complete_percent{
    padding-left: 20px;
}
.resume_list, .r_auth_right .topic_list {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}
.resume_list table, .r_auth_right .topic_list table {
    clear: both;
    width: 100%;
    border: 1px solid #E4E9ED;
    border-spacing: 0;
    background-color: #FFF;
}
.resume_list table td, .r_auth_right .topic_list table td {
    border-top: 1px solid #E4E9ED;
    height: 52px;
    vertical-align: middle;
    text-align: center;
}
.resume_list table th, .r_auth_right .topic_list table th {
    height: 37px;
    text-align: center;
}
.resume_list table.for_search tr.ban a, .r_auth_right .resume_list table tr.ban a{
    pointer-events: none;
    color: #828282;
}
.resume_list table.for_search tr.ban td.real_name a, .r_auth_right .resume_list table tr.ban td.real_name a{
    pointer-events: inherit;
    padding-right: 20px;
    background: url("/images/button/icon_ban.png") no-repeat right center;
    cursor: default;
}
.resume_list table.for_search tr.has_read td.real_name a, .resume_list table.for_search td.real_name a:visited,
.r_auth_right .resume_list table td.real_name a:visited{
    color: #333;
}
.resume_list table.for_search tr.has_read td.real_name a:hover{
    color: #0859A8;
}
.resume_list table.for_search tr.ban .button_collect{
    background: url('/images/button/icon_uncollect.png') no-repeat center center;
}
.resume_list table.for_search td, .r_auth_right .resume_list table td{
    width: 10%;
}
.resume_list table.for_search td.chk, .r_auth_right .resume_list table td.chk{
    width: 5%;
}
.resume_list table.for_search td.real_name, .r_auth_right .resume_list table td.real_name{
    width: 9%;
    text-align: left;
}
.resume_list table.for_search td.real_name a, .r_auth_right .resume_list table td.real_name a{
    display: inline-block;
    line-height: 20px;
}
.resume_list table.for_search td.real_name.avatar a, .r_auth_right .resume_list table td.real_name.avatar a{
    padding-right: 20px;
    background: url("/images/button/icon_avatar.png") no-repeat right center;
}
.resume_list table.for_search td.work_year, .r_auth_right .resume_list table td.work_year{
    width: 11%;
}
.resume_list table.for_search td.job_intention, .r_auth_right .resume_list table td.job_intention{
    width: 15%;
}
.resume_list_title {
    border: 1px solid #E4E9ED;
    border-bottom: none;
    position: relative;
}
.resume_list_title_in {
    background: #F0F0F0;
    border: 1px solid #fff;
    height: 40px;
    vertical-align: middle;
    display: table-cell;
    width: 998px;
    text-align: center;
}
.resume_list_title_in span.text {
    font-size: 14px;
}
.resume_list_title.bottom{
    border-top: none;
    border-bottom: 1px solid #E4E9ED;
}
.resume_list_title.bottom .resume_list_title_in{
    height: 54px;
    position: relative;
}
.resume_list_title.bottom input[type='checkbox']{
    margin: 8px 3px 0 15px;
    float: left;
}
.resume_list_title.bottom span{
    margin: 4px 10px 0 0;
    float: left;
}
.resume_list_title.bottom .button-panel{
    margin-right: 18px;
}
.resume_list_title.bottom .page_outer{
    position: absolute;
    top: 0px;
    right: 15px;
}
/*.resume_list_title.bottom .button-panel a{
    color: #fff;
}*/
.close_condition {
    height: 16px;
    width: 16px;
    background-image: url('/images/x.png');
    background-size: 16px 16px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 8px;
}
.resume_count {
    position: absolute;
    right: 20px;
    color: #888;
}
.popup .button-panel img, .addbox .button-panel img {
    width: 72px;
    height: 28px;
}
.popup.v1 .button-panel img,.addbox.v1 .button-panel img{
    width: 85px;
}
/*.popup .button-panel, .addbox .button-panel {
    margin-top: 12px;
}*/
.addbox .button-panel{
    margin-left: 170px;
}
.addbox .button-panel:last-child{
    margin-left: 30px;
}
.submit{
    margin-left: 427px;
}
.submit .button-panel{
    width: 143px;
    font-size: 16px;
    padding: 8px 15px;
}
.submit .button-panel input.button-i, .submit .button-panel a.button-a{
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    height: 18px !important;
    line-height: 18px !important;
    font-family: Arial;
}
.submit .button-panel .button-b-search{
    margin-left: 40px;
}
.base_resume .button-panel input{
    color: #FFF;
}
#education_add_form,#work_add_form{
    background-color: #eeeeee
}
span.require{
    color: red;
    /*margin-left: -8px;*/
    position: absolute;
    top: 6px;
    left: -5px;
}
.review span.require{
    top: 3px;
}
.resume_info select {
    margin-left: 7px;
}

div.half-row{
    width: auto;
    font-size: 14px;
}
div.resume_left{
    float: left;
    width: 270px;
}
.resume_left .preview_btn{
    float: left;
    width: 100%;
    text-align: center;
    background: #D7D7D7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: gray;
    padding: 8px 0;
    font-size: 16px;
}
.resume_left .preview_btn:hover{
    background: #c7c7c7;
}
.resume_left .preview_btn.hide{
    display: none;
}
div.form_left{
    border: 1px solid #E7E7E7;
    padding: 15px 15px 25px 15px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
}
#currentImage{
    text-align: center;
}
#currentImage, #currentImage_none{
    float: left;
    margin: 10px 15px 15px 0;
}
#currentImage img, #currentImage_none img{
    width: 105px;
    height: 105px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#currentImage_none img{
    border: 1px solid #eeeeee;
}
.resume_new_form #currentImage_none, .resume_new_form #currentImage{
    margin: 0px 0px 10px;
}
.resume_new_form #currentImage_none img, .resume_new_form #currentImage img{
    width: 111px;
    height: 111px;
}
div.upload_input{
    margin-top: 30px;
    float: left;
    background: url("/images/resume/upload_avatar.png") no-repeat;
}
.resume_left .upload_input.avatar{
    max-width: 118px;
}
div.upload_input.v1{
    background: url("/images/resume/upload_avatar_en.png") no-repeat;
}
div.form_h1{
    font-size: 18px;
    font-weight: bold;
}
div.resume_info{
    margin-left: 15px;
    float: left;
    width: 715px;
}
.base_resume .h2-title{
    font-size: 18px;
    font-weight: bold;margin-top: 6px;
    margin-bottom: 9px;
    border-bottom: 1px solid red;
    padding-bottom: 3px;
}
div.resume_info_list,div.work-info-list,div.resume_education,div.resume_work{
    border: 1px solid #E7E7E7;
    background-color: #FFFFFF;
    padding: 16px 0px 16px 32px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*div.info-list-title,div.work-info-list-title, .r_window_title{
    font-size: 18px;
    font-weight: bold;
    border-bottom:1px solid red;
    padding-bottom: 3px;
    width: 74px;
}*/
.work-info-list-title span,.info-list-title span{
    display:none;
    position: absolute;
    right: 5px;
    font-size: 15px;
}
div.info-list-title span.title, div.work-info-list-title span.title, .r_window_title{
    display: inline-block;
    border-bottom: 1px solid red;
    padding-bottom: 3px;
    font-size: 18px;
    font-weight: bold;
}
div.info-list-title span.title, div.work-info-list-title span.title{
    position: relative;
    right: 5px;
}
.work-info-list-title span a,.info-list-title span a{
    padding-left: 19px;
    color: #0660ae;
    background-image: url(/images/button/button_edit.png);
    background-repeat: no-repeat;
    background-size: 18px;
    text-decoration: underline;
}
div.float-l{
    float: left;
}
div.float-c{
    clear: both;
}
.base_resume .f-left{
    margin-top: 5px;
    font-size: 15px;
}
#education_add_form .f-left,#work_add_form .f-left{
    margin-top: 15px;
    font-size: 14px;
}
.base_resume .f-left-label,#education_add_form .f-left-label,#work_add_form .f-left-label{
    width: 90px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
}
.base_resume.v1 .resume_info .f-left-label{
    width: 114px;
}

.half-row .resume_info_input_text{
    width: 205px;
    margin-left: 7px;
}
.mini-row .resume_info_input_text{
    width: 150px;
    margin-left: 7px;
}
.all-row .resume_info_input_text{
    width: 400px;
    margin-left: 7px;
}
#education_add_form .resume_info_input_text,
#work_add_form .resume_info_input_text{
    margin: 0px;
}

#education_add_form,#work_add_form, .r_pop_window{
    border: 6px solid rgba(0,0,0,0.6);
    padding: 12px 12px 25px 25px;
    background-color: #FFF;
    font-family: Arial;
}

.submit{
    background-color: #CCC;
    float: left;
}
div.show_block{
    background-color: #CCC;
}
.r_input, .r_select, .r_textarea, .r_input_similar{
    border: 1px solid #dadada;
    padding: 0px 6px;
    height: 32px;
    line-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.r_input.readonly{
    color: darkgray;
    cursor: not-allowed;
}
.r_textarea{
    height: inherit;
    line-height: initial;
}
.r_checkbox_list{
    display: inline-block;
    margin: 3px 0px 3px 7px;
}
.r_checkbox_list .item{
    display: inline-block;
    margin-right: 10px;
}
.r_checkbox_list input[type="checkbox"]{
    margin-left: 0px;
}
/*.r_select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
    background: url(/images/resume/select_down.png) no-repeat right center #fff;
}*/

.r_input:focus, .r_select:focus, .r_textarea:focus{
    outline: none;
    border: 1px solid #4B8AF5;
}
.save_auth_btn{
    clear: left;
    padding-top: 15px;
}
#base_info_update_show .complete_percent{
    font-family: "Microsoft YaHei";
    font-size: 16px;
}
#base_info_update_show .complete_percent_title{
    margin: 0px;
    width: 90px;
}
#base_info_update_show .imgboxtit{
    width: 90px;
    height: 18px;
    margin: 1px 5px;
}
#base_info_update_show .complete_percent_num{
    color: #F7691D;
}
#base_info_update_show .r_input, #base_info_update_show .r_select {
    width: 130px;
}
#base_info_update_show .half-row{
    margin-top: 15px;
}
.base_resume .half-row, .base_resume .mini-row, .base_resume .all-row{
    margin: 10px 0 0;
    position: relative;
}
.select_item{
    padding-left: 15px;
    margin-left: 3px;
    background-image: url('/images/button/checkbox.png');
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
.resume_education .button-panel{
    margin-left: 3px;
    margin-top: 5px;
}
.resume_work .button-panel{
    margin-left: 3px;
    margin-top: 5px;
}
.resume_education .button-panel input{
    color: #000;
}
.resume_work .button-panel input{
    color: #000;

}
.titleH2{
    margin-bottom: 31px;
}

.file_block{
    margin-bottom: 25px;
    float: left;
}
.file_block .upload_input{
    background: url("/images/resume/upload_attach.png") no-repeat;
    margin: 0px;
}
.file_block .upload_input.v1{
    background: url("/images/resume/upload_attach_en.png") no-repeat;
}
.file_item{
    height: 150px;
    overflow: hidden;
    width: 74px;
    float: left;
    margin: 10px;
    position: relative;
}
.file_item img{
    width: 74px;
    height: auto;
}
span.filename{
    display: block;
    word-wrap: break-word;
    word-break: break-all;
}
#education_list_box, #work_list_box{
    clear: both;
    font-size: 14px;
}
.work_list_item,
.education_list_item{
    margin-top: 10px;
}
.education_list_item .school_name{
    font-weight: 600;
}
.education_list_item div:first-child span:after{
    content: "";
    margin-right: 5px;
}
.work_list_item .work_time {
    float: right;
    margin-right: 36px;
}
.work_list_item .work_title{
    font-weight: normal;
}
.work_list_item .sep_line,
.education_list_item .sep_line{
    width: 100%;
    height: 1px;
    background-color: #FFF;
    border-bottom: 1px dashed #ccc;
    margin-top: 5px;
    margin-bottom: 5px;
}
.work_list_item .work_desc_des,
.education_list_item .desc{
    word-break: break-all;
}
.work_list_item input,
.education_list_item input{
    float: right;
    color: #5B9AC6;
    margin-right: 34px;
}
.addbox .btn_group{
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding-top: 20px;
}

.block_selected{
    min-height: 20px;
}
.gray_bg img{
    top: 50%;
    left: 49%;
    position: fixed;
}
.edit .right_label{
    display:none;
}
.review .resume_info_input_text, .review select, .review .r_checkbox_list{
    display:none
}
#resume_basic .button-panel,#resume_work .button-panel{
    margin-top: 15px;
    margin-left: 101px;
}
.base_resume.v1 #resume_basic .button-panel, .base_resume.v1 #resume_work .button-panel{
    margin-left: 125px;
}
#resume_basic .button-panel img, #resume_work .button-panel img{
    width: 72px;
    height: 30px;
}
#resume_basic ,#resume_work{
    position: relative;
}
.addbox .button-panel input,.show_block .button-panel input{
    color: #000;
}
.del_blue{
    position: absolute;
    right: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('/images/button/del_blue_icon.png');
}
.company_name{
    font-weight: 600;
}
.mini-row-r .f-left-label{
    width: 70px;
}
.base_resume.v1 .mini-row-r .f-left-label{
    width: 110px;
}
.mini-row-r .require{
    margin-left: 5px;
}
.resume_info.resume_new_form{
    margin: 0px;
    width: 100%;
}
.resume_new_form .resume_new_box{
    padding: 30px 0px 50px 150px;
    position: relative;
    display: none;
}
.resume_new_form .avata_block{
    position: absolute;
    right: 150px;
    top: 82px;
}
.resume_new_form .avata_block .upload_input{
    margin-top: 0px;
}
.resume_new_form .resume_btn_line{
    margin: 30px 0px 0px 70px;
    overflow: hidden;
}
.resume_new_form .resume_btn_line .btn_step{
    margin-left: 30px;
    float: left;
}
.base_resume.v1 .resume_new_form .resume_btn_line{
    margin-left: 96px;
}
.resume_new_form .multi_container{
    width: 500px;
}
.resume_new_form .multi_container .multi_item{
    background-color: #EEEEEE;
    padding: 5px 8px;
    margin-bottom: 10px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.resume_new_form .multi_container .multi_item .operation{
    position: absolute;
    top: 5px;
    right: 8px;
}
.resume_new_form .multi_container .multi_item .operation a{
    margin-left: 8px;
    cursor: pointer;
    color: #4B8AF5;
}
.resume_new_form .multi_container .multi_item .operation + div{
    padding-right: 70px;
}
.resume_new_form .multi_container .multi_item div{
    word-break: break-all;
}
.resume_new_done_outer{
    border: 1px solid #e7e7e7;
    padding: 80px 0px;
    background-color: white;
    text-align: center;
}
.resume_new_done_inner{
    display: inline-block;
    text-align: left;
    font-size: 14px;
    height: 105px;
    position: relative;
    padding-left: 130px;
}
.resume_new_done_inner:before{
    content: "";
    display: inline-block;
    width: 108px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: url("/images/resume/icon-step-done.png") no-repeat center;
    background-size: contain;
}
.resume_new_done_inner .line1{
    font-size: 20px;
    margin-top: 10px;
}
.resume_new_done_inner .line2{
    margin-top: 12px;
}
.resume_new_done_inner .line2 span{
    vertical-align: center;
}
.resume_new_done_inner .line2 .progress_label,
.resume_new_done_inner .line2 .progress_num{
    color: gray;
}
.resume_new_done_inner .line2 .progress_bar{
    width: 125px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    background: #e7ebee;
}
.resume_new_done_inner .line2 .progress_bar_inner{
    height: 100%;
    background: #2887ff;
    border-radius: 3px;
}
.resume_new_done_inner .line3{
    color: #2887ff;
    display: inline-block;
    margin-top: 12px;
    display: block;
}
.resume_new_done_rcmd_title {
    margin: 10px 0px 15px;
}
.resume_new_done_rcmd_title span{
    font-size: 20px;
    color: grey;
}
.resume_new_done_rcmd_title a{
    float: right;
}
#TB_window a.r_link{
    color: #0659a7;
    text-decoration: underline;
}

.company_identify{
    float: left;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #E7E7E7;
    background: #ffffff;
    margin-top: 15px;
    text-align: center;
    padding: 30px 0;
}
.company_identify h1{
    font-family: Microsoft Yahei;
    font-weight: normal;
    font-size: 24px;
    color: #333;
    line-height: normal;
    margin: 15px 0 25px;
}
.ci_line {
    padding: 10px 0 10px;
}
span.ci_title {
    font-size: 14px;
    font-weight: bold;
    width: 140px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
span.ci_title.required:before{
    content: "*";
    color: red;
    margin-right: 6px;
}
.ci_input_row{
    display: inline-block;
    width: 450px;
    text-align: left;
    position: relative;
}
.ci_input_row .r_input,
.ci_input_row .r_textarea{
    width: 100%;
}
.ci_input_row .r_textarea{
    min-height: 120px;
}
.ci_input_row .operation{
    position: absolute;
    top: 0px;
    left: 450px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 18px;
    margin: 5px;
    cursor: pointer;
}
.ci_input_row .operation.icon-minus{
    left: 480px;
}
.ci_input_row.upload_btn{
    background: url("/images/resume/upload_attach.png") no-repeat;
}
#com_file_list, #com_logo_list, #com_office_list{
    width: 470px;
    overflow: hidden;
    margin-left: -10px;
}
.com_idf_btn{
    display: inline-block;
}
.com_idf_btn .button-panel{
    padding: 10px 50px;
}
.com_idf_btn .button-panel span.button-w-edit{
    width: 19px;
}
.com_idf_btn .button-panel input{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px !important;
}
.search_box {
    float: left;
    width: 100%;
    padding: 0px 70px 30px;
    background-color: #FFF;
    font-size: 14px;
    font-family: Microsoft YaHei;
    margin: 8px 0 10px;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search_box .form_title {
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    padding-top: 20px;
    margin-bottom: 24px;
}
.search_box .full_line, .search_box  .half_line {
    float: left;
    position: relative;
}
.search_box input[type='text'], .search_box select {
    border: 1px solid #ccc;
    width: 298px;
    height: 30px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search_box input[type='checkbox']{
    margin-left: 0px;
}
.search_box .check_item{
    display: inline-block;
    margin: 0px 10px 20px 0px;
}
.search_box .full_line input[type='text']{
    width: 726px;
}
.search_box .half_line select {
    width: 120px;
    height: 30px;
    margin-bottom: 20px;
}
.search_box .left_label {
    width: 116px;
    /*margin-left: 62px;*/
    display: inline-block;
}
.search_box .right_label {
    width: 116px;
    margin-left: 11px;
    display: inline-block;
    text-align: right;
}
.search_box .middle_label {
    margin: 0px 20px;
}
.search_box .submit{
    margin-left: 340px;
}
.search_box .may_interest {
    text-align: center;
}
.search_box .ordering form {
    display: block;
    float: left;
    margin-left: 30px;
}
.search_box .order_label {
    float: left;
    margin-left: 30px;
    font-weight: 600
}
a.r_view_collect_link{
    float: right;
    margin: 5px 10px 0px;
    font-size: 15px;
    color: #21479c;
    padding-left: 22px;
    background: url(/images/button/icon_star.png) no-repeat left center;
    /*text-decoration: underline;*/
}

.view_frame{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.view_box{
    border: 1px solid #e6e6e6;
    float: left;
    width: 830px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    padding: 15px 10px 15px 20px;
    min-height: 100px;
    margin-right: 10px;
}
.view_right_box{
    float: left;
    width: 160px;
}
.view_operation_list{
    overflow: hidden;
}
.view_operation_list .button-panel{
    margin-bottom: 10px;
    padding: 7px 0px 7px 35px;
}
.view_operation_list .button-panel img.bottom-bgi{
    width: 160px;
}
.view_operation_list a.button-a{
    font-size: 14px;
}
div.button-panel .button-r_download{
    background-image: url('/images/resume/button_down.png');
}
div.button-panel .button-r_print{
    background-image: url('/images/resume/button_print.png');
}
div.button-panel .button-r_privmsg{
    background-image: url('/images/resume/button_privmsg.png');
}
.note_block{
    margin: 5px 0px 15px;
    font-family: "Microsoft YaHei";
}
.note_block select, .note_block textarea{
    width: 100%;
    margin-bottom: 10px;
}
.note_block textarea{
    height: 170px;
}
.note_block .btn{
    background: #4A84B8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    color: white;
    padding: 8px 0px;
    font-size: 16px;
}
.button-panel input.button-i:focus{
    outline: none;
}
.view_box .file_block{
    /*border: 1px solid #E1E1E1;*/
    background: #F5F5F5;
    padding: 4px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    position: relative;
}
.view_box .file_block a:link{
    color: #333;
    text-decoration: none;
}
.view_box .file_block a:visited{
    color: #333;
}
.view_box .file_block a:hover{
    color: #78b9e3;
}
.view_box .file_name{
    float: left;
    padding-left: 15px;
    background: url('/images/button/button_attach.png') no-repeat left center;
}
.view_box .file_link{
    float: right;
}
.view_box .file_link a{
    /*background: url('/images/button/button_down_blue.png') no-repeat left center;*/
    background: url('/templates/horse/images/download1.png') no-repeat left center;
    padding: 0 10px 0 25px;
    display: inline-block;
    font-weight: bold;
    color: #0664AC;
}
.view_box .file_block .thumb{
    position: absolute;
    bottom: 20px;
    left: 74px;
    z-index: 999;
}
.view_box td.images .item{
    float: left;
    width: 192px;
    margin: 10px 0px 0px 10px;
}
.view_box td.images .item:nth-child(4n+1){
    margin-left: 0px;
    clear: left;
}
.view_box td.images .item img{
    width: 100%;
}
.view_box td.images .item .info{
    padding-right: 20px;
    position: relative;
    margin-top: 5px;
}
.view_box td.images .item .info .name{
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
}
.view_box td.images .item .info .icon{
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url('/templates/horse/images/download1.png') no-repeat center center;
}
.view_box table.contact{
    margin: 15px 0px 5px;
    font-family: "Microsoft YaHei";
}
.view_box table.contact td{
    background: #eef7fe;
    color: #4985b9;
    padding-left: 15px;
    font-size: 16px;
    line-height: 26px;
}
.view_box table.contact td.click{
    background: #5aa8df;
    text-align: center;
    width: 170px;
    color: white;
    padding: 10px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.view_box table.contact td.click .first{
    font-size: 24px;
    line-height: initial;
    margin-bottom: 10px;
}
.view_box table.contact td.click .second{
    font-size: 13px;
}
.view_box table.contact td.click .second span{
    border-bottom: 1px solid white;
    margin-right: 5px;
}
.view_box table.contact tr:nth-child(1) td:nth-child(1){
    padding-top: 6px;
}
.view_box table.contact tr:nth-last-child(1) td:nth-child(1){
    padding-bottom: 6px;
}
@media print {
    .topline,.row.for-user-info-dropdown,.top_row,.search,.searchframe,.searchwords,div.userdetail,.user-info-style,.userdetail,.navbar,div.submenu_list,.view_right_box,.footer,.bottom_ads,.adsBox-taboola,div[id^="tbl-"],.common_pathway,table#subTabs,div.logo,.print_hide,.userlogin{
        display: none;
    }
    body{
        background: white;
        -webkit-print-color-adjust:exact;
        -moz-print-color-adjust:exact;
        -ms-print-color-adjust:exact;
        print-color-adjust:exact;
    }
    .center{
        width: 100%;
        background: white;
        padding: 0px;
    }
    .view_box{
        border: none;
        width: 100%;
        padding: 0px;
    }
    .view_box td.images .item {
        float: left;
        width: 22%;
        margin: 10px 0px 0px 4%;
    }
    .view_frame{
        margin: 0px;
    }
}
table#r_collect{
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
}
table#r_collect td, table#r_collect th{
    text-align: center;
    height: auto;
}
.export_box{
    text-align: center;
    font-size: 14px;
    margin: 30px 0;
    font-family: verdana;
}
.export_box input[type='radio']{
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

.r_quick_rmcollect input[type='checkbox']{
    float: left;
    margin-right: 10px;
}
a.r_clearc{
    float: left;
    color: #21479c;
    margin: 5px 0 0 10px;
}
.button-panel .button-g-mark{
    background: url(/images/button/icon_green_mark.png) no-repeat center center;
}
.to_com_idf{
    float: right;
    margin-top: -25px;
}
a.r_key_mark{
    float: right;
    margin-top: -22px;
    color: #21479c;
    cursor: pointer;
}
.key_mark_box{
    padding: 8px 15px;
    width: 460px;
}
.key_mark_box table.keys{
    width: 100%;
    margin-top: 8px;
}
.key_mark_box table.keys td{
    text-align: center;
    padding: 8px;
}
.key_mark_box table.keys tr td:nth-child(1) {
    text-align: left;
    padding-left: 0;
    width: 50px;
}
.key_mark_box table.keys tr td:nth-child(2) {
    max-width: 300px;
}
.key_mark_box .operate{
    display: inline-block;
    margin-top: 10px;
}
.key_mark_box .operate *{
    float: left;
}
.key_mark_box .operate input{
    margin-right: 10px;
}
.key_mark_box .operate select{
    margin-right: 15px;
}
.key_mark_box .operate a.book-kw{
    width: 80px;
    height: 24px;
    display: inline-block;
    background: url(/images/book-kw-bg.gif) no-repeat center top;
    cursor: pointer;
}
.key_mark_box .operate a.delete-kw{
    background: url(/images/delete-kw-bg.png) no-repeat center top;
    width: 73px;
    height: 27px;
    margin-left: 10px;
    margin-top: -4px;
    cursor: pointer;
}
.key_mark_box .introduce{
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
    padding-top: 10px;
}
.key_mark_box .introduce p{
    margin: 5px 0px;
}


.resume_left.user{
    width: 718px;
    margin-right: 20px;
}
.resume_right.user{
    width: 262px;
}
.resume_left.user .box{
    border: 1px solid #e6e6e6;
    margin: 0px 0px 15px;
    background: #fff;
}
.resume_left.user .box_inner{
    padding: 18px;
    overflow: hidden;
}
.resume_left.user .box h2{
    padding: 8px 18px;
    margin: 0;
    color: #343434;
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
}
.resume_left.user .box h2.linear{
    background-image: linear-gradient(to bottom, #ffffff, #f3f3f3);
    background-image: -moz-linear-gradient(to bottom, #ffffff, #f3f3f3);
    background-image: -o-linear-gradient(to bottom, #ffffff, #f3f3f3);
}

.resume_left.user .view_list{
    margin-left: -14px;
    overflow: hidden;
}
.resume_left.user .view_cell {
    width: 217px;
    border: 1px solid #eee;
    float: left;
    text-align: center;
    margin: 0px 0px 14px 14px;
    padding: 10px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.resume_left.user .logo{
    width: 130px;
    height: 60px;
}
.resume_left.user .view_cell .name{
    font-size: 14px;
    font-family: Microsoft YaHei;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}
.resume_left.user .view_cell .time{
    color: #888;
    margin-top: 8px;
}
.resume_left.user .topic_row{
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 10px;
}
.resume_left.user .topic_row *{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.resume_left.user .topic_row .title{
    float: left;
    width: 66%;
    padding-right: 20px;
}
.resume_left.user .topic_row .company{
    float: left;
    width: 20%;
}
.resume_left.user .topic_row .time{
    float: left;
    width: 14%;
    text-align: right;
}

.seeRecordBody p{
    color: #888;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin: 0px;
}
.seeRecordBody p.guide{
    margin-top: 0.5em;
}
.seeRecordBody p.guide a{
    color: #0859A8;
    text-decoration: underline;
}
.seeRecordBody p:nth-child(3){
    margin-right: 40px;
}
.seeRecordBody .divideLine{
    padding: 0 30px;
}
.seeRecordBody .divideLine:after{
    content: "|";
    color: #c2c2c2;
    font-size: 18px;
}
.seeRecordBody span.num{
    color: #F7691D;
    font-size: 28px;
    font-family: Arial;
    padding: 0 5px;
}
.resume_right.user .allrim{
    margin-top: 0px;
}

.resume_right{
    float: left;
    width: 300px;
}

/********** begin company list **********/
.resume_left.company{
    width: 690px;
    margin-right: 10px;
}
.resume_left.company .none{
    margin-top: 8px;
    background: #fff;
    padding: 50px 0;
    text-align: center;
    font-family: Microsoft YaHei;
}
.resume_left.company .none .msg{
    width: 290px;
    height: 90px;
    display: inline-block;
    background: url(/images/resume/com_none.png) no-repeat left bottom;
    position: relative;
    margin-bottom: 8px;
}
.resume_left.company .none .msg span{
    font-size: 20px;
    color: #e8e8e8;
    vertical-align: bottom;
    position: absolute;
    right: 0;
    bottom: 6px;
}
.resume_left.company .none .guide{
    display: inline-block;
    width: 170px;
    text-align: right;
    background: url(/images/resume/com_none_guide.png) no-repeat left center;
    font-size: 14px;
}
.resume_left.company .none .guide a{
    color: #78b9e3;
    font-size: 15px;
}
.resume_right.company{
    margin-top: 35px;
}
.resume_right.company .to_resume_info .button-panel{
    margin-left: 77px;
}
.company .tabPage ul li span{
    background-image: url(/templates/horse/images/arrow_down1.png);
    background-repeat: no-repeat;
    background-position: 60px 5px;
}
.company .tabPage ul li.active span{
    background-position: 60px -25px;
}
.cell_in_com{
    float: left;
    width: 224px;
    height: 155px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0px 4px 9px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px 1px #ddd;
    -moz-box-shadow: 1px 1px 2px 1px #ddd;
    box-shadow: 1px 1px 2px 1px #ddd;
    padding: 25px 10px 20px;
    font-family: Arial;
}
.company .cell_in_com:nth-child(3n+1) {
    margin-left: 0;
}
.cell_in_com.hover{
    background-image: linear-gradient(to bottom, #ffffff, #ECF2F6);
    -webkit-box-shadow: 1px 1px 1px #ddd;
    -moz-box-shadow: 1px 1px 1px #ddd;
    box-shadow: 1px 1px 1px #ddd;
}
.cell_in_com.hover .job_apply_btn{
    display: block;
}
.cell_in_com.hover .time, .cell_in_com.hover .name{
    display: none;
}
.cell_in_com img.logo{
    width: 130px;
    height: 60px;
    margin-bottom: 10px;
}
.cell_in_com .time{
    color: #a8a8a8;
}
.cell_in_com .name{
    color: #0168b5;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.cell_in_com .job_apply_btn{
    display: none;
}
.cell_in_com .job_apply_btn .button-panel{
    margin: 10px 60px;
}
.cell_in_com .job_apply_btn .button-panel a.button-a{
    color: #ffffff;
}
.cell_in_com .job_apply_btn.done .button-panel a.button-a{
    color: darkgray;
    font-weight: bold;
}
.cell_in_com .job_apply_btn .button-panel img{
    width: 84px;
    height: 30px;
}
.cr_box{
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
}
.cr_title{
    background-image: linear-gradient(to bottom, #ffffff, #dfdfdf);
    background-image: -moz-linear-gradient(to bottom, #ffffff, #dfdfdf);
    background-image: -o-linear-gradient(to bottom, #ffffff, #dfdfdf);
    padding: 5px 12px;
}
.cr_title a {
    font-size: 14px;
    font-weight: bold;
}
.cell_cr{
    padding: 0px 8px;
}
.cell_in_cr{
    border-top: 1px dotted #ccc;
    padding: 8px 0;
    display: inline-block;
    width: 100%;
}
.cell_in_cr:nth-child(1) {
    border: none;
}
.img_in_cr{
    width: 100px;
    float: right;
    margin: 7px 0;
}
.img_in_cr img{
    width: 100%;
}
.info_in_cr{
    float: left;
    width: 100%;
    margin: 0 -110px 0;
}
.title_in_cr {
    display: block;
    margin-left: 110px;
    height: 20px;
    overflow: hidden;
}
.title_in_cr a{
    color: #0659a7;
}
.text_in_cr{
    display: block;
    margin-left: 110px;
}
.text_in_cr span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.resume_left.company .head_filter{
    background: white;
    margin-top: 5px;
    padding: 16px 13px 20px;
    -webkit-box-shadow: 1px 1px 2px #ddd;
    -moz-box-shadow: 1px 1px 2px #ddd;
    box-shadow: 1px 1px 2px #ddd;
    font-family: "Microsoft YaHei";
}
.resume_left.company .filter_unit{
    overflow: hidden;
}
.resume_left.company .filter_title{
    float: left;
    line-height: 35px;
    font-size: 17px;
}
.resume_left.company .filter_choice{
    padding-left: 46px;
}
.resume_left.company .category_filter .filter_choice{
    margin-left: -10px;
}
.resume_left.company .category_filter .filter_choice a{
    background: #F7F7F7;
    float: left;
    display: inline-block;
    border: 1px solid #ececec;
    height: 35px;
    line-height: 33px;
    margin: 0px 0px 8px 10px;
    padding: 0px 5px;
    font-size: 13px;
    width: 147px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.resume_left.company .category_filter .filter_choice a.active{
    background: #5996C2;
    color: white;
    border: 1px solid transparent;
}
.resume_left.company .key_filter{
    margin-top: 16px;
}
.resume_left.company .key_filter .search_input{
    float: left;
    width: 470px;
    height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dadada;
    border-right: none;
    padding: 0px 5px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}
.resume_left.company .key_filter .search_input:focus{
    outline: none;
}
.resume_left.company .key_filter .button-panel{
    padding: 9px 0px 9px 40px;
    width: 148px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.resume_left.company .key_filter .button-panel a{
    font-size: 16px;
}
/********** end company list **********/

/********** begin index page **********/
.r_index .resume_left, .r_index .resume_right{
    width: 492px;
    float: left;
    border: 1px solid #e5e5e5;
    font-family: "Microsoft YaHei";
    background-color: #ffffff;
    margin-top: 10px;
    padding-bottom: 40px;
}
.r_index .resume_left{
    margin-right: 12px;
}
.r_index .img_bg{
    height: 328px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 35px;
}
.r_index .resume_left .img_bg{
    background-image: url('/images/resume/resume_index_manage.jpg');
}
.r_index .resume_right .img_bg{
    background-image: url('/images/resume/resume_index_search.jpg');
}
.r_index .user_resume {
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
}
.r_index .button-panel{
    padding: 10px 40px;
    margin-left: 160px;
}
.r_index .button-panel a.button-a {
    color: #FFF;
    font-size: 20px;
    height: 20px;
}
.r_index .info_box{
    padding: 40px 25px 0;
}
.r_index .info_box .line{
    border-top: 1px solid #dddddd;
    -webkit-mask: -webkit-gradient(linear,left top,right bottom,color-stop(0%,transparent),color-stop(10%,#000),color-stop(90%,#000),color-stop(100%,transparent));
    -webkit-mask: -webkit-linear-gradient(left,transparent,#000 10%,#000 90%,transparent 100%);
}
.r_index .info_box .title{
    font-size: 17px;
    text-align: center;
    margin: 35px 0px 25px;
}
.r_index .info_box table{
    width: 100%;
    font-size: 14px;
}
.r_index .info_box table td{
    padding: 6px 0;
    text-align: center;
}
.r_index .info_box td.avatar{
    width: 50px;
    text-align: left;
}
.r_index .info_box td.name{
    text-align: left;
}
.r_index .info_box td.residence{
    width: 110px;
    text-align: center;
}
.r_index .info_box td.gender{
    width: 30px;
}
.r_index .info_box td.degree{
    text-align: right;
    width: 50px;
}
.r_index .info_box td.avatar img{
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.r_index .info_box tr.ban a {
    cursor: default;
    color: #828282;
}
.r_index .info_box td.logo{
    width: 110px;
    text-align: left;
}
.r_index .info_box td.logo img{
    height: 38px;
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/********** end index page **********/

/********** begin index_v2 page **********/
.r-index.row {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    margin-bottom: 15px;
}
.r-index .row_block{
    float: left;
    width: 100%;
}
.r-index .main_row{
    margin-top: 10px;
}
.r-index .main_row .resume_left {
    margin-right: 14px;
    position: relative;
}
.r-index .main_row .resume_left,
.r-index .category_row .resume_left{
    width: 236px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.r-index .main_row .resume_right {
    width: 750px;
}
.r-index .main_row .job_category {
    border-top: 2px solid #599AC6;
    border: 1px solid #E1E1E1;
    border-top: 2px solid #599AC6;
    padding: 0px 20px 20px;
    background: white;
}
.r-index .main_row .job_category .header {
    text-align: center;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 1px;
}
.r-index .main_row .job_category .line{
    border-top: 1px solid #E2ECF4;
    margin-bottom: 10px;
    -webkit-mask: -webkit-gradient(linear,left top,right bottom,color-stop(0%,transparent),color-stop(30%,#000),color-stop(70%,#000),color-stop(100%,transparent));
    -webkit-mask: -webkit-linear-gradient(left,transparent,#000 30%,#000 70%,transparent 100%);
}
.r-index .main_row .job_category .items{
    overflow: hidden;
}
.r-index .main_row .job_category .items.auto{
    height: auto !important;
}
.r-index .main_row .job_category a.item {
    display: block;
    height: 36px;
    line-height: 36px;
}
.r-index .main_row .resume_left .pull{
    position: absolute;
    height: 30px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.r-index .main_row .resume_left .pull.down{
    background: url("/images/mobile/arrow_down.png") no-repeat center;
}
.r-index .main_row .resume_left .pull.up{
    background: url("/images/mobile/arrow_up.png") no-repeat center;
}
#search_entry{
    overflow: hidden;
}
#search_entry .search-box{
    float: left;
    border: 2px solid #d2d2d2;
    height: 34px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#search_entry .search-box .search_input{
    float: left;
    width: 390px;
    border: 0;
    padding: 0px 8px;
    height: 100%;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#search_entry .search-box .search_input:focus{
    outline: none;
}
#search_entry .button-panel{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#search_entry .search-box .button-panel{
    padding: 10px 0px 10px 25px;
    margin-right: -1px;
    margin-top: -1px;
}
#search_entry .search-box .button-panel,
#search_entry .search-box .button-panel img {
    width: 114px;
}
#search_entry .search-box .button-panel a{
    font-size: 16px;
    /*color: white;*/
}
#search_entry .entry{
    float: right;
}
#search_entry .entry .button-panel {
    margin: 1px 0px 1px 13px;
    padding: 10px 0px 10px 20px;
}
#search_entry .entry .button-panel,
#search_entry .entry .button-panel img {
    width: 107px;
}
.r-index .main_row .row2,
.r-index .main_row .row3{
    margin-top: 14px;
}
.r-index .main_row .row2 img{
    width: 100%;
    height: 100%;
}
.r-index .main_row .row2 .swiper-container{
    margin-right: 3px;
    float: left;
    overflow: hidden;
}
.r-index .main_row .row2 .swiper-container,
.r-index .main_row .row2 .swiper-slide{
    width: 625px;
    height: 282px;
}
.r-index .main_row .row2 .thumb{
    list-style: none;
    margin: -3px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 122px;
}
.r-index .main_row .row2 .thumb li{
    width: 122px;
    height: 54px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 3px;
    opacity: .6;
}
.r-index .main_row .row2 .thumb li.active{
    opacity: 1;
    border: 2px solid #0488CF;
}
.r-index .main_row .row3 .j_forums_outer{
    width: 766px;
}
.r-index .main_row .row3 .j_forums td.cell{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 2px #ebebeb;
    -moz-box-shadow: 1px 1px 2px #ebebeb;
    box-shadow: 1px 1px 2px #ebebeb;
}
.r-index .main_row .row3 .j_forums td.cell span.icon{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.r-index .main_row .row3 .j_forums td.cell a{
    height: 62px;
    line-height: 62px;
}
.r-index .sda_row{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.r-index .sda_item{
    margin-top: 10px;
}
.r-index .sda_item.col3-1:nth-child(3n+2){
    margin-left: 13px;
    margin-right: 12px;
}
.r-index .latest_row .title{
    margin: 30px 0px 5px;
    overflow: hidden;
    line-height: 30px;
    font-size: 24px;
}
.r-index .latest_row .title a {
    display: inline-block;
    width: 50%;
    float: left;
}
.r-index .latest_row .title a.more{
    text-align: right;
    font-size: 16px;
}
.r-index .latest_row .j_employs.grid{
    margin-bottom: 0px;
}
.r-index .latest_row .j_employs.grid li.j_employ{
    width: 239px;
    border-width: 1px;
}
.r-index .category_row{
    margin-top: 30px;
    background: white;
    position: relative;
}
.r-index .category_row .resume_left{
    margin-right: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-color: darkgray;
    background-repeat: repeat-x;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 15px;
    overflow: hidden;
}
.r-index .category_row .resume_left .header {
    display: block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    margin: 6px 0px 10px;
    color: white;
}
.r-index .category_row .resume_left .items{
    overflow: hidden;
    max-height: 200px;
}
.r-index .category_row .resume_left .items a{
    display: block;
    float: left;
    width: 50%;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 8px;
    color: white;
}
.r-index .category_row .resume_left .more{
    clear: left;
    display: block;
    border: 2px solid white;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    clear: left;
    margin-top: 10px;
    color: white;
}
.r-index .category_row .resume_right{
    width: 764px;
    float: right;
}
.r-index .category_row .j_employs.table{
    border: 0px;
    margin: 0px;
    border-top: 1px solid darkgray;
}
.r-index .category_row .j_employs.table li.j_employ{
    border-left: 1px solid #dddede;
    width: 254px;
    height: 163px;
}
.r-index .category_row .j_employs.table .j_employ_name{
    text-align: center;
    color: inherit;
    font-size: 15px;
}
.r-index .category_row .j_employs.table .j_employ_logo{
    padding-top: 25px;
}
.r-index .category_row .j_employs.table ul.j_employ_line{
    border-top: 1px solid #dddede;
}
.r-index .category_row.id_0 .resume_left {background-image: url("/images/resume/job_cat_0.png")}
.r-index .category_row.id_1 .resume_left {background-image: url("/images/resume/job_cat_1.png")}
.r-index .category_row.id_2 .resume_left {background-image: url("/images/resume/job_cat_2.png")}
.r-index .category_row.id_3 .resume_left {background-image: url("/images/resume/job_cat_3.png")}
.r-index .category_row.id_4 .resume_left {background-image: url("/images/resume/job_cat_4.png")}
.r-index .category_row.id_5 .resume_left {background-image: url("/images/resume/job_cat_5.png")}
.r-index .category_row.id_6 .resume_left {background-image: url("/images/resume/job_cat_6.png")}
.r-index .category_row.id_7 .resume_left {background-image: url("/images/resume/job_cat_7.png")}
.r-index .category_row.id_8 .resume_left {background-image: url("/images/resume/job_cat_8.png")}
.r-index .category_row.id_9 .resume_left {background-image: url("/images/resume/job_cat_9.png")}
.r-index .category_row.id_10 .resume_left {background-image: url("/images/resume/job_cat_10.png")}
.r-index .category_row.id_0 .j_employs.table{border-color: #42BAFA}
.r-index .category_row.id_1 .j_employs.table{border-color: #FAB242}
.r-index .category_row.id_2 .j_employs.table{border-color: #A68AF0}
.r-index .category_row.id_3 .j_employs.table{border-color: #39D2BF}
.r-index .category_row.id_4 .j_employs.table{border-color: #D47FC8}
.r-index .category_row.id_5 .j_employs.table{border-color: #6B87DA}
.r-index .category_row.id_6 .j_employs.table{border-color: #64D286}
.r-index .category_row.id_7 .j_employs.table{border-color: #E9648D}
.r-index .category_row.id_8 .j_employs.table{border-color: #08D9D6}
.r-index .category_row.id_9 .j_employs.table{border-color: #FFD500}
.r-index .category_row.id_10 .j_employs.table{border-color: #EC6E43}
/********** end index_v2 page **********/

/********** begin jobs page **********/
.r_jobs.row{
    float: left;
    width: 100%;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    margin-top: 15px;
}
.r_jobs #search_entry .search-box .search_input{
    width: 630px;
}
.r_jobs .head_filter{
    border: 1px solid #F0F0F0;
    padding: 25px 18px 5px;
    background: white;
    margin: 22px 0px 12px;
}
.r_jobs .filter_row{
    margin-bottom: 15px;
}
.r_jobs .head_filter .filter_title{
    font-weight: bold;
    color: #939393;
    font-size: 17px;
    line-height: 28px;
    float: left;
}
.r_jobs .head_filter .filter_choice{
    padding-left: 70px;
}
.r_jobs .head_filter .filter_choice>:first-child{
    width: 70px;
    text-align: center;
    float: left;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.r_jobs .head_filter .filter_choice .inner{
    padding-left: 80px;
}
.r_jobs .filter_item{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin: 0px 5px 5px 0px;
    padding: 0px 10px;
}
.r_jobs .filter_item.active{
    background: #5896C3;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.r_jobs .resume_left {
    width: 786px;
    margin-right: 14px;
}
.r_jobs .resume_right {
    width: 200px;
}
.r_jobs .rcmd_company {
    background: white;
}
.r_jobs .rcmd_company .header {
    background: #EBEBEB;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
}
.r_jobs .rcmd_company ul {
    list-style: none;
    margin: 0px;
    padding: 0px 10px;
}
.r_jobs .rcmd_company ul li {
    border-top: 1px dashed #D7D7D7;
    text-align: center;
    padding: 20px 0px;
}
.r_jobs .rcmd_company ul li:nth-child(1) {
    border-top: none;
}
.r_jobs .rcmd_company .name {
    margin: 12px 0px 0px;
}
.r_jobs .topic_list {
    border: 1px solid #EEEEEE;
    border-bottom: none;
    background: white;
    overflow: hidden;
}
.r_jobs .topic_list .trow {
    border-bottom: 1px solid #E1E2E1;
    overflow: hidden;
    padding-left: 20px;
}
.r_jobs .topic_list .col1,
.r_jobs .topic_list .col2,
.r_jobs .topic_list .col3{
    float: left;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
}
.r_jobs .topic_list .col1{
    width: 65%;
    padding-right: 30px;
}
.r_jobs .topic_list .col2{
    width: 20%;
    padding: 0px 15px;
}
.r_jobs .topic_list .col3{
    width: 15%;
}
.r_jobs .topic_list_title .col2,
.r_jobs .topic_list_title .col3{
    text-align: center;
}
.r_jobs .topic_row .col3{
    padding-left: 15px;
}
.r_jobs .topic_list_title {
    color: #727272;
    line-height: 60px;
}
.r_jobs .topic_list_title .col1 ul.format li {
    float: left;
    margin-left: 40px;
}
.r_jobs .topic_list_title .col1 ul.format li:nth-child(1) {
    margin-left: 0px;
}
.r_jobs .topic_list_title span.choice_title:after{
    content: ":";
    margin: 0px 3px;
}
.r_jobs .topic_list_title a.choice_cur {
    color: #0A5B9C;
}
.r_jobs .topic_list_title a.choice_cur:after{
    border-style: solid;
    border-width: 5px;
    border-color: transparent;
    border-bottom-width: 0px;
    border-top: 6px solid #7C7C7C;
    width: 0px;
    height: 0px;
    content: '';
    display: inline-block;
    margin: 0px 3px 2px;
}
.r_jobs .topic_list_title .choices {
    -webkit-box-shadow: 0px 0px 2px #666;
    -moz-box-shadow: 0px 0px 2px #666;
    box-shadow: 0px 0px 2px #666;
    position: absolute;
    z-index: 1;
    background: white;
    margin: -15px 0px 0px 36px;
    display: none;
}
.r_jobs .topic_list_title .choices a {
    display: block;
    line-height: 32px;
    padding: 0px 10px;
    border-top: 1px solid #dcdcdc;
    color: #2F4F68;
}
.r_jobs .topic_list_title .choices a:nth-child(1) {
    border-top: none;
}
.r_jobs .topic_list_title .choices .arrow {
    border-style: solid;
    border-width: 6px;
    border-color: transparent;
    border-top-width: 0px;
    border-bottom: 7px solid #bbb;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -7px;
    left: 22px;
}
.r_jobs .topic_list_title .choices .arrow:before{
    content: "";
    border-style: solid;
    border-width: 6px;
    border-color: transparent;
    border-top-width: 0px;
    border-bottom: 7px solid white;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 1px;
    left: -6px;
}
.r_jobs .topic_row{
    line-height: 54px;
    height: 54px;
    font-size: 15px;
}
.r_jobs .topic_row .icon {
    width: 25px;
    height: 30px;
    display: inline-block;
    background: url(/images/forumicon9.png) no-repeat -119px -870px;
    margin-bottom: -10px;
}
.r_jobs .topic_list .page_pagination_box{
    margin: 20px 0px 30px;
}
.r_jobs .topic_list .page_line{
    height: 1px;
    background-color: #EEEEEE;
}
.r_jobs .none,
.r-jobs .none{
    margin: 55px 0px 55px 240px;
}
.r_jobs .none span.icon-frown,
.r-jobs .none span.icon-frown{
    color: #DADADA;
    font-size: 70px;
    float: left;
    margin-right: 25px;
    margin-top: -5px;
}
.r_jobs .none p,
.r-jobs .none p{
    color: #AFAFAF;
    font-size: 16px;
    margin: 0px;
    line-height: 30px;
}
#r_job_subscribe .layer {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,.8);
    color: white;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    z-index: 100;
    padding: 60px 0px;
}
#r_job_subscribe .icon-remove{
    cursor: pointer;
}
#r_job_subscribe .close_layer {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 50px;
}
#r_job_subscribe .content_region {
    margin: 0px auto;
    width: 600px;
}
#r_job_subscribe .declare .icon-envelope-alt {
    font-size: 50px;
    float: left;
    margin-right: 25px;
}
#r_job_subscribe .declare{
    margin-bottom: 40px;
}
#r_job_subscribe .declare p{
    margin: 0px;
}
#r_job_subscribe .declare p.row1{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 18px;
}
#r_job_subscribe .declare p.row2{
    font-size: 17px;
}
#r_job_subscribe .form{
    position: relative;
    height: 42px;
    padding-right: 140px;
}
#r_job_subscribe .form input,
#r_job_subscribe .form .main_btn{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 42px;
    height: 100%;
    font-size: 15px;
    font-family: "Microsoft YaHei";
}
#r_job_subscribe .form input{
    width: 100%;
    line-height: 38px;
    border: 2px solid white;
    border-right: none;
    background: transparent;
    color: white;
    padding: 0px 10px;
}
#r_job_subscribe .form input::-webkit-input-placeholder{
    color: white;
}
#r_job_subscribe .form .main_btn{
    position: absolute;
    width: 140px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #4C82B9;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    color: white;
    text-align: center;
    cursor: pointer;
}
#r_job_subscribe .form .main_btn.loading{
    background: #4C82B9 url("/images/loading3.gif") no-repeat center;
}
#r_job_subscribe .alert_region{
    padding: 12px 40px 12px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
#r_job_subscribe .alert_region.error{
    background: #FDE0E0;
    color: #F00000;
    margin: -10px 0px 20px;
}
#r_job_subscribe .alert_region.success{
    background: #46C054;
}
#r_job_subscribe .alert_region .icon-remove{
    font-size: 18px;
    position: absolute;
    top: 14px;
    right: 15px;
}
#r_job_subscribe .alert_region.error .icon-remove{
    color: #BDA8A8;
}
/********** end jobs page **********/

/********** begin jobs_v2 page **********/
.r-jobs.row{
    float: left;
    width: 100%;
    font-size: 14px;
    margin-top: 15px;
}
.r-jobs .search-row{
    float: left;
    width: 100%;
}
.r-jobs .search-box,
.r-jobs .entry{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 52px;
    line-height: 52px;
}
.r-jobs .search-box{
    float: left;
    width: 815px;
    padding-right: 120px;
    background-color: white;
    border: 1px solid #D2D2D2;
    font-size: 16px;
    position: relative;
}
.r-jobs .search-box input{
    font-size: inherit;
}
.r-jobs .search-box .child{
    height: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #E7E7E7;
    padding: 0px 10px;
}
.r-jobs .search-box div.child{
    width: 28%;
    padding: 0px;
}
.r-jobs .search-box input{
    color: inherit;
    margin: 0px;
    padding: 0px 10px;
    border: none;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.r-jobs .search-box div.child .zxsug{
    width: 280px !important;
    margin-left: -1px;
    margin-top: 2px;
    border-top: none;
    max-height: 251px;
    overflow-y: scroll;
}
.r-jobs .search-box div.child .zxsug li{
    height: 25px;
}
.r-jobs .search-box a.child{
    width: 22%;
    text-align: center;
}
.r-jobs .search-box a.child span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    display: inline-block;
    margin-left: -10px;
}
.r-jobs .search-box a.child:hover{
    color: inherit;
}
.r-jobs .search-box a.child:after{
    border-style: solid;
    border-width: 5px;
    border-color: transparent;
    border-bottom-width: 0px;
    border-top: 6px solid #7C7C7C;
    width: 0px;
    height: 0px;
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-left: 6px;
    margin-top: -2px;
}
.r-jobs .search-box a{
    cursor: pointer;
}
.r-jobs .search-box .child:first-child{
    border-left: none;
}
.r-jobs .search-box .btn-search{
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 3px;
    background: #FE7801;
    height: 44px;
    line-height: 44px;
    width: 110px;
    letter-spacing: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FE7801 url(/images/button/icon_white_search.png) no-repeat 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.r-jobs .entry{
    float: right;
}
.r-jobs .btn{
    font-weight: bold;
    color: white;
    font-size: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
}
.r-jobs .entry .btn{
    display: inline-block;
    width: 156px;
    background: linear-gradient(to bottom, #629ECC, #4B82B9);
    background: -moz-linear-gradient(to bottom, #629ECC, #4B82B9);
    background: -o-linear-gradient(to bottom, #629ECC, #4B82B9);
}
.r-jobs .head_filter{
    border: 1px solid #E5E5E5;
    background: white;
    margin-top: 15px;
    padding: 6px 20px;
    font-size: 15px;
}
.r-jobs .head_filter .filter_row{
    border-top: 1px dashed #D2D2D2;
    padding: 12px 0px;
}
.r-jobs .head_filter .filter_row:nth-child(1){
    border-top: none;
}
.r-jobs .head_filter .filter_title{
    float: left;
    color: grey;
}
.r-jobs .head_filter .filter_choice{
    padding-left: 70px;
}
.r-jobs .head_filter .filter_item{
    margin-left: 30px;
}
.r-jobs .head_filter .filter_choice .filter_item:nth-child(1){
    margin-left: 0px;
}
.r-jobs .head_filter .filter_item:hover,
.r-jobs .head_filter .filter_item.active{
    color: #ff6711;
}
.r-jobs .job_list{
    margin-top: 15px;
    background: white;
    border: 1px solid #E2E2E2;
    border-bottom: none;
    overflow: hidden;
}
.r-jobs .resume_list_title{
    border: none;
    border-bottom: 1px solid #E2E2E2;
}
.r-jobs .resume_list_title_in{
    height: 56px;
    color: grey;
}
.r-jobs .resume_list_title_in .column{
    float: left;
}
.r-jobs .job_row{
    border-bottom: 1px solid #E1E2E1;
    overflow: hidden;
    line-height: 52px;
    height: 52px;
    font-size: 15px;
}
.r-jobs .job_list .column{
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.r-jobs .job_list .job_title{
    width: 28%;
    padding-left: 20px;
}
.r-jobs .job_list .job_title .icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(/images/forumicon9.png) no-repeat -119px -870px;
    margin-bottom: -10px;
}
.r-jobs .job_list .company{
    width: 23%;
}
.r-jobs .job_list .location{
    width: 20%;
}
.r-jobs .job_list .salary{
    width: 17%;
    text-align: center;
}
.r-jobs .job_list .resume_list_title .salary a,
.r-jobs .job_list .resume_list_title .time a{
    background: url(/templates/horse/images/icon-sort.png) no-repeat right center;
    padding-right: 14px;
}
.r-jobs .job_list .resume_list_title .salary.active a,
.r-jobs .job_list .resume_list_title .time.active a{
    background-image: url(/templates/horse/images/icon-sort-active.png);
}
.r-jobs .job_list .job_row .salary{
    color: #ff6711;
    font-size: 16px;
    font-weight: bold;
}
.r-jobs .job_list .time{
    width: 12%;
    text-align: center;
}
.r-jobs .job_list .page_pagination_box {
    margin: 20px 0px 30px;
}
.r-jobs .job_list .page_line{
    height: 1px;
    background-color: #E2E2E2;
}
.r-jobs .rcmd_company {
    background: white;
    overflow: hidden;
    margin-top: 15px;
}
.r-jobs .rcmd_company .header {
    background: #EBEBEB;
    line-height: 40px;
    font-size: 16px;
    padding-left: 20px;
}
.r-jobs .rcmd_company .j_employs.table{
    margin: 0px;
    border: 1px solid #E5E5E5;
    border-top: none;
}
.r-jobs .rcmd_company .j_employs.table li.j_employ{
    border-left: 1px dashed #D7D7D7;
    height: 156px;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.r-jobs .rcmd_company .j_employs.table .j_employ_name {
    text-align: center;
    color: inherit;
    font-size: 15px;
}
/********** end jobs_v2 page **********/

/********** begin job detail page **********/
.r_job.row{
    border: 1px solid #E7E7E7;
    background-color: white;
    margin-top: 10px;
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 25px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.r_job .header{
    padding-bottom: 27px;
    border-bottom: 2px solid #ECECEB;
    margin-bottom: 28px;
}
.r_job .header_top{
    position: relative;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.r_job .header_top .j_title{
    display: block;
    padding-right: 100px;
}
.r_job .header_top .salary{
    color: #ff6711;
    font-size: 22px;
    margin-top: 15px;
}
.r_job .header_top .j_edit,
.r_job .header_top .collect{
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    color: #0558a4;
}
.r_job .header_top .j_edit{
    background: url(/images/button/button_edit.png) no-repeat left center;
    padding-left: 30px;
}
.r_job .header_top .collect{
    background: url("/templates/horse/images/icon_job_collect.png") no-repeat left center;
    padding-left: 25px;
}
.r_job .header_top .collect.active{
    background-image: url("/templates/horse/images/icon_job_collected.png");
}
.r_job .header_top .collect:hover{
    color: inherit;
}
.r_job .header_top .collect:after{
    content: "收藏";
}
.r_job .header_top .collect.active:after{
    content: "取消收藏";
}
.r_job .header_bottom{
    position: relative;
    padding-right: 340px;
}
.r_job .header_bottom .cf_name{
    font-size: 16px;
    font-weight: bold;
    color: #373737;
    margin-bottom: 30px;
    display: inline-block;
}
.r_job .header_bottom .jt_info{
    color: grey;
    overflow: hidden;
}
.r_job .header_bottom .jt_info span{
    float: left;
}
.r_job .header_bottom .jt_info span:before{
    content: "|";
    color: #DBDBDB;
    display: inline-block;
    margin: 0px 10px;
}
.r_job .header_bottom .jt_info span:first-child:before{
    display: none;
}
.r_job .header_bottom .j_btn,
.r_job .header_bottom .count_info{
    position: absolute;
    right: 0px;
    top: 50%;
    width: 300px;
}
.r_job .header_bottom .j_btn {
    margin-top: -25px;
    display: block;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.r_job .header_bottom .j_btn a{
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.r_job .header_bottom .j_btn.j_author a{
    border: 2px solid #FA7F22;
    color: #FA7F22;
}
.r_job .header_bottom .j_btn.j_author a:after{
    content: "关闭职位";
}
.r_job .header_bottom .j_btn.j_author.inactive a:after{
    content: "打开职位";
}
.r_job .header_bottom .j_btn.j_user a{
    padding: 2px 0px;
    background-color: #FA7F22;
    color: white;
}
.r_job .header_bottom .j_btn.j_user a:after{
    content: "申请职位";
}
.r_job .header_bottom .j_btn.j_user.done a{
    background-color: #CCCCCC;
}
.r_job .header_bottom .j_btn.j_user.done a:after{
    content: "已申请";
}
.r_job .header_bottom .count_info{
    margin-top: 30px;
    font-size: 12px;
    text-align: center;
}
.r_job .resume_left{
    width: 613px;
    margin-right: 25px;
}
.r_job .resume_left .r_box{
    border-bottom: 2px solid #ECECEC;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.r_job .resume_left .r_box:last-child{
    border: none;
}
.r_job .r_title .label{
    font-size: 18px;
    font-weight: bold;
}
.r_job .resume_left .r_title{
    overflow: hidden;
    line-height: 25px;
    margin-bottom: 25px;
}
.r_job .resume_left .r_title .icon{
    margin-right: 15px;
    height: 25px;
    width: 4px;
    background: #FA5A01;
    display: inline-block;
    float: left;
}
.r_job .resume_left .r_title .label{
    float: left;
}
.r_job .resume_left .r_desc{
    line-height: 1.8;
    word-break: break-all;
}
.r_job .resume_right{
    width: 300px;
}
.r_job .resume_right .r_box{
    border: 1px solid #D2D2D2;
    padding: 15px 20px 18px;
    margin-bottom: 25px;
}
.r_job .resume_right .r_title{
    padding-bottom: 15px;
}
.r_job .resume_right .r_title .more{
    float: right;
    color: #0558a4;
}
.r_job .resume_right .r_company .r_row{
    overflow: hidden;
    margin-bottom: 20px;
}
.r_job .resume_right .r_company .r_row.r_ln{
    height: 60px;
    overflow: hidden;
}
.r_job .resume_right .r_company .r_ln .logo{
    width: 130px;
    height: 60px;
    border: 1px solid #E7E7E7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin-right: 10px;
}
.r_job .resume_right .r_company .r_ln .name{
    font-size: 15px;
    font-weight: bold;
}
.r_job .resume_right .r_company .r_industry{
    font-size: 15px;
    line-height: 1.5;
}
.r_job .resume_right .r_company .r_industry span:first-child{
    color: grey;
}
.r_job .resume_right .r_company .r_guide{
    text-align: center;
    border-top: 1px solid #ECECEC;
    padding-top: 18px;
}
.r_job .resume_right .r_company .r_guide a{
    background: url("/templates/horse/images/icon_view_rcompany.png") no-repeat left center;
    padding-left: 25px;
}
.r_job .resume_right .r_jobs{
    padding-bottom: 0px;
}
.r_job .resume_right .r_jobs .r_content{
    border-top: 1px solid #ECECEC;
    padding-top: 16px;
}
.r_job .resume_right .r_jobs .rs_job{
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.r_job .resume_right .r_jobs .r_content .rs_job:last-child{
    border-bottom: none;
    margin-bottom: 0px;
}
.r_job .resume_right .r_jobs .rs_job .jcompany{
    color: grey;
    margin-top: 6px;
    display: block;
}
.r_job .resume_right .r_jobs .rs_job .jtail{
    margin-top: 8px;
    overflow: hidden;
}
.r_job .resume_right .r_jobs .rs_job .salary{
    float: left;
    color: #FA5A01;
    padding-right: 10px;
}
.r_job .resume_right .r_jobs .rs_job .location{
    float: right;
    color: grey;
}
/********** end  job detail page **********/

.upload_label {
    margin: 10px;
    float: left;
}
div.ci_input_row span.f-left-label {
    width: 60px;
    text-align: right;
    display: block;
    float: left;
    font-size: 14px;
    margin-top: 3px;
}
div.ci_input_row .half-row input, div.ci_input_row .half-row select {
    width: 200px;
    margin-bottom:7px;
}
div.ci_input_row .half-row select{
    margin-left:7px;
}
div.ci_input_row .all-row input{
    width: 380px;
    margin-bottom:7px;
}
#map, #streetView {
    height: 300px;
    width: 450px;
    margin-top: 1px;
    float: left;
}
#streetView{
    display:none;
}
div.map-save{
    position: absolute;
    bottom: 0px;
    left: 80px;
    z-index: 10;
}

/********** begin resume company **********/
.r_auth_left, .r_auth_right{
    width: 120px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
}
.r_auth_right{
    width: 870px;
    margin-left: 10px;
}
.r_auth_left{
    border: 1px solid #e4e4e4;
    background: #ffffff;
    padding: 0px 1px;
}
.r_auth_left ul.tabs {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}
.r_auth_left ul.tabs li {
    padding: 13px 0px;
    margin: 0px 2px;
    border-top: 1px solid #e6e6e6;
}
.r_auth_left ul.tabs li:nth-child(1){
    border: none;
}
.r_auth_left ul.tabs li.active{
    background: #5A89B9;
    margin: 0px -1px;
    padding: 10px 0px;
}
.r_auth_left ul.tabs li a{
    display: block;
}
.r_auth_left ul.tabs li a:after{
    content: ">";
    padding-left: 3px;
}
.r_auth_left ul.tabs a:hover{
    color: #0558B4;
}
.r_auth_left ul.tabs li.active a{
    color: white;
}
.r_auth_right .search_box{
    margin-top: 0px;
    padding: 0px 30px 30px;
}
.r_auth_right .search_box .half_line input[type='text'], .r_auth_right .search_box .full_line select{
    width: 275px;
}
.r_auth_right .search_box .half_line select{
    width: 110px;
}
.r_auth_right .search_box .full_line input[type='text']{
    width: 680px;
}
.r_auth_right .search_box .middle_label{
    margin-left: 16px;
}
.auth_box{
    width: 100%;
    clear: both;
    background: white;
    border: 1px solid #e4e4e4;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.r_auth_right h1{
    font-size: 24px;
    font-family: "Microsoft YaHei";
    margin: 0px 0px 10px;
    font-weight: normal;
    line-height: initial;
}
.r_auth_right form{
    text-align: center;
}
.r_auth_right form .btn_submit{
    display: inline-block;
}
.r_auth_right form .btn_submit .button-panel{
     padding: 10px 50px;
 }
.r_auth_right form .btn_submit .button-w-edit{
    width: 19px;
    background-position: 0px -28px;
}
.r_auth_right form .btn_submit .button-a{
    font-size: 16px;
}


.r_source{
    overflow: hidden;
}
.r_source .tabPage ul{
    margin: 0px 0px 10px;
}
.r_source ul.tabs {
    list-style: none;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    display: inline-block;
}
.r_source ul.tabs li {
    float: left;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    margin-right: 10px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.r_source ul.tabs li.active {
    background: #b1b1b1;
    border-color: transparent;
}
.r_source ul.tabs li a {
    display: inline-block;
    padding: 8px 20px;
}
.r_source ul.tabs li a:hover{
    color: inherit;
}
.r_source ul.tabs li.active a {
    color: white;
}
.r_auth_right .resume_list table tr.note{
    display: none;
}
.r_auth_right .resume_list table tr.note td{
    text-align: left;
    color: #828282;
    padding-left: 15px;
}
.r_auth_right .resume_list table td.status {
    position: relative;
}
.r_auth_right .resume_list table td.status div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}
.r_auth_right .resume_list table td.status .current{
    -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
    box-shadow: 2px 3px 5px rgba(0,0,0,.2);
    background-color: #F1F6FC;
    margin-top: -15px;
    z-index: 1;
    position: absolute;
    width: 100%;
}
.r_auth_right .resume_list table td.status input[type='button']{
    padding: 0px 15px 0px 0px;
    margin: 0px 10px 0px 0px;
    border: none;
    cursor: pointer;
    line-height: 16px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("/templates/horse/images/arrow_down0.jpg");
}
.r_auth_right .resume_list table td.status .current input[type='button']{
    background-image: url("/templates/horse/images/arrow_up0.jpg");
    line-height: 30px;
}
.r_auth_right .resume_list table td.status input[type='button']:focus{
    outline: none;
}
.r_auth_right .resume_list table td.status ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: none;
    border-top: 1px solid #ecf0f0;
}
.r_auth_right .resume_list table td.status ul li{
    line-height: 30px;
    cursor: pointer;
    text-align: center;
}
.r_auth_right .resume_list table td.status ul li:hover{
    background-color: lightgrey;
}
.r_auth_right .topic_line{
    font-family: "Microsoft YaHei";
    font-size: 14px;
    line-height: 24px;
}
.r_auth_right .topic_line span{
    color: #000000;
    font-weight: bold;
}
.r_auth_right .topic_line a{
    color: #0558B4;
}

.r_auth_right .push_rules{
    font-family: "Microsoft YaHei";
    padding: 20px 0px 40px;
}
.r_auth_right .push_rules h1{
    text-align: center;
}
.r_auth_right .push_rules .hint{
    color: #8a8a8a;
    text-align: center;
    border-bottom: 10px solid #f8f8f8;
    padding: 5px 0px 25px;
    font-size: 14px;
    margin-bottom: 30px;
}
.r_auth_right .push_rules .choices{
    padding: 0px 140px;
    font-size: 14px;
    text-align: left;
}
.r_auth_right .push_rules .choices .line{
    margin-bottom: 30px;
    position: relative;
}
.r_auth_right .push_rules .choices .title {
    position: absolute;
    font-weight: normal;
}
.r_auth_right .push_rules .choices .items {
    padding-left: 80px;
}
.r_auth_right .push_rules .choices .item{
    display: inline-block;
    margin: 0px 15px 10px 0px;
}
.r_auth_right .push_rules .choices .r_input{
    width: 450px;
}
.r_auth_right .push_rules .choices input[type="radio"], .r_auth_right .push_rules .choices input[type="checkbox"]{
    margin-left: 0px;
}
.r_auth_right .push_rules .btn_submit{
    display: inline-block;
    position: relative;
    left: 50%;
    margin-left: -75px;
}

.r_auth_right .company_identify{
    margin-top: 0px;
}

.r_auth_right .com_information{
    text-align: center;
    padding-top: 25px;
    font-family: "Microsoft YaHei";
}
.r_auth_right .com_information h1{
    margin-bottom: 20px;
}
.r_auth_right .com_information span.ci_title {
    width: 100px;
    margin-right: 10px;
    font-weight: normal;
    font-size: 15px;
}
.r_auth_right .com_information .btn_submit{
    margin: 20px 0px 10px;
}
.r_auth_right .com_information .hint{
    color: gray;
    line-height: 30px;
}

.r_auth_right .topic_none,
.r_auth_right .job_none{
    font-family: "Microsoft YaHei";
    text-align: center;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 48px;
}
.r_auth_right .topic_none .hint,
.r_auth_right .job_none .hint{
    margin: 27px 0px 18px;
}
.r_auth_right .topic_none a.guide,
.r_auth_right .job_none a.guide{
    border: 1px solid #377DD8;
    width: 130px;
    height: 35px;
    display: inline-block;
    line-height: 32px;
    color: #377DD8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
}
.r_auth_right .topic_list{
    font-family: "Microsoft YaHei";
    margin-bottom: 15px;
    font-size: 13px;
}
.r_auth_right .topic_list table th{
    font-weight: normal;
    color: #000000;
}
.r_auth_right .topic_list table td.title {
    width: 60%;
    text-align: left;
    padding-left: 20px;
}
.r_auth_right .topic_list.job_list table td.title{
    width: 40%;
}
.r_auth_right .topic_list.job_list.v2 table td.title{
    width: 30%;
}
.r_auth_right .topic_list.job_list.v2 table td.operate{
    width: 166px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
.r_auth_right .topic_list.job_list table td.location{
    width: 20%;
}
.r_auth_right .topic_list a{
    color: #0558B4;
}
.r_auth_right .topic_list table td.title a {
    white-space: nowrap;
    max-width: 500px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.r_auth_right .topic_list.job_list table td.title a{
    max-width: 327px;
}
.r_auth_right .job_list table td.operate a.btn{
    cursor: pointer;
    width: 22px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 10px;
}
.r_auth_right .job_list table td.operate a.btn.edit{
    background-image: url("/templates/horse/images/icon_blue_edit.png");
}
.r_auth_right .job_list table td.operate a.btn.view{
    background-image: url("/templates/horse/images/icon_blue_view.png");
}
.r_auth_right .job_list table td.operate a.btn.repost{
    background-image: url("/templates/horse/images/icon_blue_refresh.png");
}
.r_auth_right .topic_list .resume_list_title_in{
    height: 50px;
}
.r_auth_right .topic_list .resume_list_title_in span.text {
    font-size: 22px;
}
.r_auth_right .topic_list .resume_list_title_in a.guide{
    position: absolute;
    right: 20px;
    color: #0558B4;
}

.r_auth_index{
    font-family: "Microsoft YaHei";
}
.r_auth_index .num_related{
    overflow: hidden;
    margin-bottom: 15px;
}
.r_auth_index .num_related .cell{
    float: left;
    width: 198px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-left: 26px;
    font-size: 14px;
    padding: 20px 0px;
}
.r_auth_index .num_related a *{
    color: #000000;
}
.r_auth_index .num_related .cell:nth-child(1){
    margin-left: 0px;
    border: 1px solid #F8D9B9;
    background: #FFE8D2;
}
.r_auth_index .num_related .cell:nth-child(2){
    border: 1px solid #C3DDF8;
    background: #D2E9FF;
}
.r_auth_index .num_related .cell:nth-child(3){
    border: 1px solid #DDCFFC;
    background: #E8DAFF;
}
.r_auth_index .num_related .cell:nth-child(4){
    border: 1px solid #FAD3E2;
    background: #FEE0EE;
}
.r_auth_index .num_related .num {
    font-size: 30px;
    margin: 12px 3px 0px 0px;
    display: inline-block;
}
.r_auth_index .num_related .cell div:nth-child(2) {
    font-size: 18px;
}
.r_auth_index .cr_info {
    padding: 30px 25px 10px;
}
.r_auth_index .cr_info .logo {
    border: 1px solid #e7e7e7;
    float: right;
}
.r_auth_index .cr_info .name {
    font-size: 18px;
    color: #000;
}
.r_auth_index .cr_info ul {
    list-style: none;
    padding: 0px;
    font-size: 14px;
    margin: 2em 0 1.5em;
}
.r_auth_index .cr_info ul li{
    padding-bottom: 12px;
}
.r_auth_index .cr_info .line{
    font-size: 14px;
    margin-bottom: 15px;
}
.r_auth_index .cr_info .line:after{
    content: '';
    display: block;
    width: 760px;
    border-bottom: 1px solid #d1d1d1;
    float: right;
    margin-top: 10px;
}
.r_auth_index .cr_info .profile{
    margin-bottom: 20px;
}
.r_auth_right .r_auth_index .topic_list .resume_list_title_in{
    height: 40px;
}
.r_auth_index .topic_list .resume_list_title_in span.text {
    font-size: 15px;
    color: #000000;
}
.r_auth_index .topic_list .resume_list_title_in .more {
    position: absolute;
    right: 10px;
    font-size: 14px;
}
.job_post_box{
    padding: 0px 0px 20px;
    float: left;
    display: none;
    font-size: 14px;
}
.job_post_box .resume_step_line,
.job_post_box .form_line{
    padding: 25px 150px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.job_post_box .resume_step_line{
    border-bottom: 1px solid #EEEEEE;
}
.job_post_box .resume_btn_line{
    padding-top: 25px;
    float: left;
    width: 100%;
}
.job_post_box .step_title{
    font-size: 18px;
    font-weight: bold;
    vertical-align: bottom;
}
.job_post_box .resume_btn_line .btn_step{
    float: right;
    margin-left: 30px;
}
.job_post_box .resume_btn_line .btn_previous,
.job_post_box .resume_btn_line .btn_cancel{
    line-height: 34px;
    font-size: 15px;
    cursor: pointer;
}
.job_post_box .input-wrapper{
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 25px;
}
.job_post_box .input-wrapper:nth-child(odd){
    padding-right: 20px;
}
.job_post_box .input-wrapper:nth-child(even){
    padding-left: 20px;
}
.job_post_box .input-wrapper .input-label{
    margin-bottom: 5px;
}
.job_post_box .input-wrapper .input-label.required:before{
    content: "*";
    color: red;
    margin-right: 5px;
}
.job_post_box .input-outer .r_input,
.job_post_box .input-outer .r_select{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.job_post_box ul.zxsug{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 2px;
    border-color: #4B8AF5;
}
.job_post_box .input-outer[data-role="search-job-item"] ul.zxsug{
    max-height: 252px;
    overflow-y: scroll;
}
.job_post_box .input-outer[data-role="search-job-item"] ul.zxsug li{
    height: 25px;
}
.job_post_box .salary-mode-switch{
    font-size: 12px;
    color: #4B8AF5;
    line-height: 20px;
    display: inline-block;
    float: right;
}
.job_post_box .salary-outer *{
    float: left;
}
.job_post_box .salary-outer .r_input_similar{
    width: 40px;
    background-color: #F9F9F9;
    text-align: center;
}
.job_post_box .salary-outer .salary_currency{
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}
.job_post_box .salary-outer .salary_range_text{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.job_post_box .salary-outer .salary_range_text,
.job_post_box .salary-outer .r_input[name='salary_max']{
    display: none;
}
.job_post_box .salary-outer.salary-mode-range .salary_range_text,
.job_post_box .salary-outer.salary-mode-range .r_input[name='salary_max']{
    display: block;
}
.job_post_box .salary-outer .salary_unit{
    width: 70px;
    margin-left: -1px;
}
.job_post_box .salary-outer .r_input[name='salary_min']{
    width: 220px;
}
.job_post_box .salary-outer .r_input{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-width: 1px 0px;
}
.job_post_box .salary-outer .r_select{
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}
.job_post_box .salary-outer.salary-mode-range .r_input{
    width: 90px;
}
#job_desc_box .header{
    margin-bottom: 35px;
}
#job_desc_box .header .job_label{
    color: grey;
}
#job_desc_box .desc_tip{
    margin-bottom: 15px;
}
#job_preview_box .header{
    margin-bottom: 30px;
}
#job_preview_box .item_row{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
    padding-right: 35px;
}
#job_preview_box .item_row .job_label{
    font-weight: bold;
}
#job_preview_box .item_row .btn_edit{
    position: absolute;
    right: 0px;
    top: 0px;
    color: #2975f3;
}
#job_preview_box .item_row .job_desc{
    margin-top: 5px;
    word-break: break-all;
}
#job_preview_box .item_row .job_desc p{
    margin: 0px;
}
#job_preview_box .item_row .job_desc ul,
.r_job .resume_left .r_desc ul{
    margin: 0px 0px 0px 20px;
    padding: 0px;
}
#job_preview_box .item_row .job_desc ul li,
.r_job .resume_left .r_desc ul li{
    padding: 3px 0px;
}
/********** end resume company **********/

.r_guide_outer{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
    font-family: "Microsoft YaHei";
}
.r_guide_inner{
    width: 800px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -250px;
    background: url("/images/resume/resume_index_guide.png") no-repeat center;
}
.r_guide_inner .close{
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 73px;
    top: 52px;
    cursor: pointer;
}
.r_guide_inner .head_text{
    margin-top: 170px;
    margin-left: 105px;
    font-size: 18px;
    line-height: 1.6em;
    color: gray;
}
.r_guide_inner .tail_text{
    position: absolute;
    bottom: 80px;
    left: 0px;
    right: 0px;
    text-align: center;
}
.r_guide_inner .tail_text .btn{
    background: #F39900;
    width: 210px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 24px;
    letter-spacing: 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/*contact*/
 .view_box table.contact td.m-resume-view-all.click{
     padding:0px;
     width: 180px;
 }
.m-resume-view-all.click a{
    color:white !important;
    width: 100%;
    float: left;
    padding: 14px 0px;
}
.font24{
    font-size: 24px;
}
.font13{
    font-size: 13px;
}
.space10 {
    margin-bottom: 10px;
}
.m-resume-view-all span.space10 {
    display: block;
    clear: both;
}
.view_box table.contact.m-resume-contact td.icon-resume{
      background-image:url(/images/icon-resume.png?v=1);
      background-repeat: no-repeat;
      padding-left:23px;
  }
.view_box table.contact.m-resume-contact td.phone{
    background-position: 0px -12px;
}
.view_box table.contact.m-resume-contact td.email{
    background-position: 0px -62px;
}
.view_box table.contact.m-resume-contact td.wechat{
    background-position: 0px -112px;
}
.view_box table.contact.m-resume-contact td{
    background:none;
    color: #333;
}
.view_box table.contact.m-resume-contact td.click .first {
    background: #4A84B8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    color: white;
    padding: 8px 0px;
    font-size: 16px;
    white-space: nowrap;
    margin: 10px 0px 0px 0px;
    line-height: 25px;
}
.view_box table.contact.m-resume-contact .second {
    font-size:14px;
    margin-top:10px;
    white-space: nowrap;
}
.view_box table.contact.m-resume-contact tr td.click {
    padding: 0px;
}
.view_box table.contact.m-resume-contact tr td.note {
    vertical-align: middle;
}
.view_box table.contact.m-resume-contact tr:nth-child(1) td:nth-child(1){
    padding:0px;
}
/*contact*/
/*account*/
.r_auth_right .m-resume-account-area {
    margin-top:20px;
    float: left;
    width: 100%;
}
/*account*/