#facebox *,#facebox *:before,#facebox *:after {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

#facebox_bg,#alert_bg {
    width: 100%;
    height: 100%;
    float: left;
    top: 0px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 605;
}

/* #facebox .b{background:url(/media/images/b.png);}
#facebox .tl{background:url(/media/images/tl.png);}
#facebox .tr{background:url(/media/images/tr.png);}
#facebox .bl{background:url(/media/images/bl.png);}
#facebox .br{background:url(/media/images/br.png);} */
#facebox {
    position: absolute;
    top: 0px;
    left: 300px;
    width: auto;
    z-index: 605;
    text-align: left;
    background: white;
    margin: 8px;
    height: auto;
    box-shadow: 0px 0px 5px 1px #333;
    -o-box-shadow: 0px 0px 5px 1px #333;
    -ms-box-shadow: 0px 0px 5px 1px #333;
    -moz-box-shadow: 0px 0px 5px 1px #333;
}

#facebox.fk_hide_mode {
    border: 2px solid #FFFFFF;
}

#alert {
    position: fixed;
    top: 0px;
    left: 300px;
    min-width: 500px;
    max-width: 1000px;
    z-index: 615;
    text-align: left;
    background: white;
    margin: 5px;
    padding: 20px;
    filter: alpha(opacity = 95);
    opacity: 0.95;
    border-radius: 15px;
}

#alert.yes {
    -webkit-box-shadow: 0px 0px 8px 2px #000000;
    -webkit-text-shadow: 2px 2px 2px #000000;
}

#alert.no {
    -webkit-box-shadow: 0px 0px 8px 2px #B22222;
    -webkit-text-shadow: 2px 2px 2px #B22222;
}

#alert .text_div {
}

#alert .text {
    float: left;
    min-width: 500px;
    max-width: 800px;
    line-height: 25px;
    font-size: 20px;
    text-align: center;
    *text-align: left;
    font-weight: normal;
    font-family: "微软雅黑";
}

#facebox_tm {
    position: absolute;
    top: 0px;
    left: 300px;
    width: auto;
    z-index: 605;
}

#alert_tm {
    position: absolute;
    top: 0px;
    left: 300px;
    width: auto;
    z-index: 605;
    text-align: left;
    border: 8px solid white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    filter: alpha(opacity = 30);
    opacity: 0.3;
    background: white;
    padding: 20px;
}

#alert_tm {
    border: 5px solid #0465af;
    position: fixed;
    z-index: 615;
}

#facebox .popup {
    position: relative;
}

#facebox table {
    border-collapse: collapse;
    float: left;
    margin: 0;
}

#facebox td {
    border-bottom: 0;
    padding: 0;
}

#facebox .body {
    background: #fff;
    width: 100%;
}

#facebox .bodyb {
    padding: 10px;
    background: #fff;
    min-width: 100px;
}

#facebox .loading {
    padding: 20px 80px 20px 80px;
    text-align: center;
    vertical-align: middle;
}

#facebox .image {
    text-align: center;
}

#facebox .header {
    float: right;
    width: 0;
    height: 0px;
}

#facebox img {
    border: 0;
    margin: 18px;
    max-width: 700px;
}

#facebox .footer {
    float: left;
    height: 1px;
    width: 100%;
}

#facebox .div_welcome_title {
    color: #ffffff;
    height: 43px;
    margin-left: 0px;
    background: #4685d8;
    border: none;
}

#facebox .div_welcome_title span {
    line-height: 43px;
    font-size: 14px;
    margin-top: 0px;
    margin-left: 20px;
    padding: 0px;
    color: #ffffff;
    border: none;
    font-weight: bold;
}

#facebox .div_welcome_title span a.go {
    float: right;
    margin-left: 20px;
    line-height: 50px;
    color: #278cde;
    font-size: 14px;
    margin-top: 0px;
    *margin-right: 200px;
    *margin-top: 0px;
}

#facebox .div_welcome_title span a.go:hover {
    cursor: pointer;
    text-decoration: underline;
}

#facebox .div_welcome_title span:hover {
    cursor: auto;
}

#facebox .tl,#facebox .tr,#facebox .bl,#facebox .br {
    height: 10px;
    width: 10px;
    overflow: hidden;
    padding: 0;
}

#facebox_overlay,#alert_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.facebox_hide {
    z-index: -100;
}

.facebox_overlayBG,.alert_overlayBG {
    background-color: #000;
    _background-color: none;
    z-index: 600;
}

.alert_overlayBG {
    z-index: 610;
}

* html #facebox_overlay {
    /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +'px');
}

.facebox_close {
    position: absolute;
    width: 43px;
    height: 43px;
    top: 0px;
    *top: 0px;
    *right: 0px;
    right: 0px;
    z-index: 99999;
    background: #4685d8;
}

.facebox_close i {
    float: left;
    background: url(/media/images/facebox_item_del_white.png) no-repeat;
    width: 14px;
    height: 14px;
    margin-top: 15px;
    margin-left: 15px;
}

.facebox_tittle {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin-top: -10px;
    border-bottom: 2px solid #333;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.facebox_close:hover {
    cursor: pointer;
    background: #d44027;
}

.content {
    float: left;
    width: 100%;
    width: auto;
}

/** * facebox */
.div_fk_city,#div_fk_industry,.div_fk_position {
    float: right;
    width: 650px;
    min-height: 30px;
    font-size: 14px;
    _margin-left: -5px;
}

.div_fk_position_position_result {
    float: left;
}

.div_fk_position_position p {
    float: left;
    margin-left: 10px;
    width: 630px;
}

.div_fk_position_position_result span {
    float: left;
    width: 210px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.div_fk_position_position_result2 {
    float: left;
}

.div_fk_position_position_result2 span {
    float: left;
    width: 210px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    text-align: center;
}

.div_fk_city span:hover,#div_fk_industry span:hover {
    cursor: pointer;
    color: #1f83e8;
}

.div_fk_city_choose,.div_fk_city_region,.div_fk_city_city,.div_fk_industry_choose,.div_fk_position_choose,.div_fk_position_region {
    float: left;
    margin-left: 20px;
    width: 610px;
}

.div_fk_city_choose,.div_fk_industry_choose,.div_fk_position_choose {
    height: 32px;
    margin-top: 40px;
}

.div_fk_city_region p,.div_fk_city_city p,.div_fk_industry_all p,.div_fk_position_region p,.div_fk_position_position p {
    float: left;
    width: 650px;
    height: 35px;
}

.div_fk_city_region p a {
    width: 100%;
}

.div_fk_position_position2 {
    float: left;
    width: 760px;
}

.div_fk_position_position2 p {
    margin-left: 10px;
}

.div_fk_city_choose p,.div_fk_industry_all p,.div_fk_industry_choose p,.div_fk_position_choose p {
    float: left;
}

.div_fk_city_choose p a,.div_fk_city_region p a,.div_fk_city_city p a,.div_fk_industry_choose p a,.div_fk_industry_all p a,.div_fk_position_choose p a {
    float: left;
    line-height: 35px;
    font-weight: bold;
    color: #999999;
}

.div_fk_city_choose_result,.div_fk_city_city_result,.div_fk_industry_all_result,.div_fk_position_choose_result {
    float: left;
}

.div_fk_city_city_result {
    width: 100%;
    line-height: 35px;
}

.div_fk_city_city_result span {
    text-decoration: underline;
    font-size: 14px;
}

.div_fk_city_city_result span:hover {
    text-decoration: inherit;
}

.div_fk_city_region span,.div_fk_city_city span {
    float: left;
    height: 32px;
    line-height: 32px;
    width: 80px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.div_fk_industry_choose span,.div_fk_city_choose span {
    width: 100px;
}

.div_fk_industry_choose_result .industry_choose a,.div_fk_city_choose_result .city_choose a,.div_fk_position_choose_result .position_choose a {
    float: left;
    line-height: 30px;
    width: 115px;
    margin: 0 0 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.div_fk_city_choose span.city_choose,.div_fk_industry_choose span.industry_choose,.div_fk_position_choose span.position_choose {
    float: left;
    border: 1px solid #cbcbcb;
    width: 155px;
    margin-right: 10px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.div_fk_position_region span {
    width: 190px;
    font-size: 12px;
}

.div_fk_industry_choose span,.div_fk_city_choose_result span,.div_fk_position_choose_result span {
    width: 150px;
}

.div_fk_city_region span.on,.div_fk_city_city span.on {
    font-weight: bold;
    color: #1f83e8;
}

.div_fk_city_choose span a,.div_fk_position_choose a,.position_choose a {
    float: left;
}

#facebox .div_fk_city_choose_confirm {
    float: right;
}

#facebox a.fk_choose_top_sure {
    float: right;
    width: 100px;
    line-height: 32px;
    background: #4685d8;
    color: #ffffff;
    text-align: center;
}

#facebox a.fk_choose_top_sure:hover {
    cursor: pointer;
    background: #157acb;
}

.div_fk_city_choose span i,.div_fk_industry_choose span i,.div_fk_position_choose_result i {
    float: left;
    width: 17px;
    height: 17px;
    background: url(/media/images/facebox_item_del.png) no-repeat;
    margin: 9px 0 0 5px;
}

.div_fk_city_choose span i:hover,.div_fk_industry_choose span i:hover,.div_fk_position_choose_result i:hover {
    background: url(/media/images/facebox_item_delon.png) no-repeat;
    cursor: pointer;
}

.div_fk_industry_all,.div_fk_industry_all_result {
    float: left;
    width: 650px;
    margin-left: 0px;
}

.div_fk_industry_all_result {
    margin-top: 12px;
}

.div_fk_industry_choose_result {
    float: left;
}

.div_fk_industry_all span {
    width: 245px;
}

.div_fk_industry_choose span a.fk_choose_top_sure,.div_fk_position_choose_confirm a.fk_choose_top_sure {
    width: auto;
}

.div_fk_recom_self,.div_fk_avatar,.div_fk_cash,.div_fk_down_c {
    width: 650px;
}

#facebox .div_welcome_title {
    width: 100%;
}

.div_fk_welcome_fg {
    float: left;
    width: 100%;
    height: 0px;
    background: #cfcfcc;
}

.ul_fk_recom_self {
    float: left;
    width: 640px;
    margin: 30px;
    margin-bottom: 0px;
}

.ul_fk_recom_self li input[type='radio'] {
    float: left;
}

.ul_fk_recom_self li {
    float: left;
    line-height: 31px;
    width: 100%;
    margin-top: 10px;
}

.ul_fk_recom_self li span.label {
    float: left;
    width: 110px;
    text-align: right;
    font-size: 15px;
    line-height: 31px;
}

.div_fk_recom_self .remark {
    float: left;
    width: 550px;
}

.div_fk_recom_self .remark p,.div_fk_recom_self .remark a {
    float: left;
    line-height: 35px;
    color: #8e8e8e;
    margin-left: 75px;
    font-size: 14px;
    width: 550px;
}

.div_fk_recom_self .but,.div_fb_recom_self_re,.div_fk_cash .but,.div_fk_down_c .but {
    float: left;
    width: 500px;
    margin-left: 70px;
    height: 50px;
    margin-top: 20px;
}

#div_fk_industry .but {
    float: left;
    width: 500px;
    margin-left: 75px;
    height: 60px;
    margin-top: 5px;
}

.div_fb_recom_self_re {
    width: 600px;
    margin-left: 20px;
    text-align: left;
    line-height: 40px;
    float: left;
    font-size: 15px;
    margin-top: 20px;
    min-height: 80px;
}

.div_fb_recom_self_re a {
    font-weight: bold;
}

.div_fk_recom_self .but a,.div_fk_cash .but a,.div_fk_down_c .but a,#div_fk_industry .but a {
    float: left;
    width: 112px;
    font-size: 14px;
    text-align: center;
    line-height: 33px;
    margin-left: 70px;
    color: white;
    background: #278cde;
    border: 1px solid #d5d5d5;
}

.div_fk_recom_self .but a:hover,.div_fk_cash .but a:hover,.div_fk_down_c .but a:hover,.div_fk_recom_self .but a:active,.div_fk_cash .but a:active,.div_fk_down_c .but a:active,#div_fk_industry .but a:hover {
    color: #333;
    cursor: pointer;
    background: #fafafa;
    border: 1px solid #d5d5d5;
}

.div_fk_industry_choose span.div_fk_industry_choose_confirm,.div_fk_position_choose span.div_fk_position_choose_confir {
    float: right;
    width: 100px;
}

#div_fk_avatar_fileupload {
    float: left;
    width: 600px;
    margin-left: 10px;
}

#div_fk_avatar_fileupload input[type='file'] {
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: 2px solid #333;
}

.div_fk_warn {
    float: left;
    width: 100%;
    color: #FF0000;
    font-size: 14px;
    line-height: 100px;
    font-weight: bold;
    margin-left: 12px;
}

.div_fk_remark {
    float: left;
    width: 600px;
    color: #444;
    font-size: 14px;
    line-height: 35px;
    margin-top: 20px;
    margin-left: 12px;
}

.div_fk_remark p.center {
    text-align: center;
}

.div_fk_remark p a {
    color: #278cde;
    margin-left: 5px;
    margin-right: 5px;
}

.div_fk_cash_warn {
    float: left;
    width: 100%;
    color: #8B0000;
    font-size: 14px;
    line-height: 50px;
    font-weight: bold;
    margin-left: 12px;
}

#div_fk_avatar_progress {
    float: left;
    height: 100%;
    margin-top: 20px;
    min-width: 100px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    margin-left: 10px;
    font-weight: bold;
    width: 180px;
}

#div_fk_avatar_progress a {
    float: right;
    *margin-top: -40px;
    *margin-right: 50px;
}

.ul_fk_cash {
    float: left;
    width: 500px;
    font-size: 14px;
}

.ul_fk_cash li {
    float: left;
    width: 100%;
    line-height: 35px;
}

.ul_fk_cash li span {
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 8px;
}

.ul_fk_recom_self li a.rtext {
    float: left;
    line-height: 31px;
    height: 31px;
    margin-left: 8px;
    color: #333;
    font-size: 14px;
}

.ul_fk_recom_self li a.must {
    margin-right: 3px;
    color: #FF0000;
    font-weight: bold;
}

.ul_fk_recom_self li input[type='radio'],.ul_fk_recom_self li input[type='checkbox'] {
    float: left;
    margin-top: 8px;
    margin-left: 10px;
}

#facebox p.p_item {
    float: left;
    line-height: 31px;
    margin-left: 12px;
    margin-top: 10px;
    font-size: 14px;
    width: 100%;
}

#facebox p.p_item span.label a.must {
    margin-right: 3px;
    color: #CD2626;
    font-weight: bold;
}

#facebox p.p_item span.label {
    float: left;
    width: 100px;
    text-align: right;
}

#facebox p.p_item a.rtext {
    float: left;
    margin-left: 5px;
}

#facebox p.p_item a.rtext.red {
    color: #CD2626;
    font-weight: bold;
}

#facebox p.p_item input[type='checkbox'],#facebox p.p_item input[type='radio'] {
    float: left;
    margin-top: 9px;
}

#div_fk_recom_error {
    width: 500px;
}

#div_fk_pos_preview {
    width: 600px;
}

#li_fk_b_filter_muban {
    display: none;
}

.a_fk_register_yzm {
    float: left;
    line-height: 33px;
    color: white;
    text-align: center;
    font-weight: bold;
    width: 72px;
    background: #278cde;
}

.a_fk_register_yzm.c_landing_yzm {
    background: #157acb;
    border: 1px solid #dedede;
    line-height: 30px;
    color: white;
}

.a_fk_register_yzm:hover {
    cursor: pointer;
    color: #606060;
    background: #f4f4f4;
}

.a_fk_talente_sel:hover {
    cursor: pointer;
    text-decoration: underline;
}

#retry {
    font-size: 14px;
}

.div_fk_h_talente_search {
    float: left;
    line-height: 35px;
    margin-top: 20px;
}

.div_fk_h_talente_search .span_c_login_left_label {
    text-align: left;
    width: auto;
    font-size: 14px;
}

.a_fk_talente_but {
    float: left;
    width: 72px;
    height: 30px;
    line-height: 30px;
    background: #278cde;
    text-align: center;
    font-size: 15px;
    margin-left: 13px;
    color: white;
}

.a_fk_talente_but:hover {
    background: #157acb;
    cursor: pointer;
}

.ul_fk_talente_title,.ul_fk_talente_detail {
    float: left;
    width: 800px;
    line-height: 35px;
}

.ul_fk_talente_detail .go_to_resume {
    color: #1f83e8;
}

.ul_fk_talente_detail .go_to_resume:hover {
    text-decoration: underline;
}

.ul_fk_talente_title {
    margin-top: 20px;
    border-top: 1px solid #cfcfcc;
    border-bottom: 1px dashed #cfcfcc;
}

.ul_fk_talente_title li,.ul_fk_talente_detail li {
    float: left;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 1px;
}

.ul_fk_talente_title li {
    font-weight: bold;
}

.a_fk_talente_sel {
    color: #0464b0;
}

a.a_fk_talente_sel:hover {
    background: none;
}

.div_fk_forget_menu {
    float: left;
    margin-left: 190px;
    margin-top: 20px;
    height: 60px;
}

.div_fk_forget_menu a {
    float: left;
    width: 280px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-right: 20px;
    background: #c3c3c3;
}

.div_fk_forget_menu a i {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 9px;
    margin-left: 30px;
    margin-right: 25px;
}

.div_fk_forget_menu a i.mobile {
    background: url(/media/images/new/forget_menu_item.png) -8px -8px no-repeat;
}

.div_fk_forget_menu a i.mail {
    background: url(/media/images/new/forget_menu_item.png) -40px -8px no-repeat;
}

.div_fk_forget_menu a.on {
    height: 56px;
    background: url(/media/images/new/forget_menu_bgon.png) no-repeat;
}

.div_fk_forget_menu a:hover {
    cursor: pointer;
    height: 56px;
    background: url(/media/images/new/forget_menu_bgon.png) no-repeat;
}

#forget_get_psw_m,#forget_get_psw_e {
    text-decoration: underline;
}

#forget_get_psw_m:hover,#forget_get_psw_e:hover {
    cursor: pointer;
    text-decoration: none;
}

#forget_get_psw_m,#forget_get_psw_e {
    background: #278cde;
    text-align: center;
    color: white;
    min-width: 100px;
    width: 100px;
}

#div_fk_talente {
    width: 800px;
    margin-left: 0px;
}

#div_fk_talente span:hover {
    color: #333;
    cursor: default;
}

.div_fk_item {
    float: left;
    width: 100%;
}

/** * download * */
.div_down_iphone {
    float: left;
    width: 200px;
}

.div_down_iphone img {
    width: 200px;
}

.div_fk_quick_fast {
    float: left;
    width: 640px;
    height: 150px;
    margin: 30px;
}

.div_fk_quick_fast a {
    float: left;
    width: 100px;
    line-height: 30px;
    margin-top: 20px;
    color: #0465af;
    width: 100%;
}

.p_fk_feedback_text {
    float: left;
    margin: 20px 0 0 25px;
    width: 600px;
    line-height: 30px;
    font-size: 14px;
    height: 100px;
    border-bottom: 1px solid #ededed;
    color: #424242;
}

.div_h_down_how {
    float: left;
    display: none;
    width: 625px;
    margin-top: 25px;
    font-weight: normal;
}

.div_h_down_how {
    float: left;
    line-height: 30px;
}

.div_h_down_how p a {
    float: right;
    width: 400px;
    *margin-top: -30px;
}

.show_how_get_down {
    color: #0465af;
    margin-left: 10px;
}

.show_how_get_down:hover {
    cursor: pointer;
    text-decoration: underline;
}

/* | ------------------------------------------ | Glide styles | ------------------------------------------ | Here are slider styles |
*/
.slider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 70;
}

.slides {
    height: 100%;
    /* Simple clear fix */
    overflow: hidden;
    list-style: none;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide {
    height: 100%;
    float: left;
    clear: none;
}

.slider-arrows {
}

.slider-arrow {
    position: absolute;
    display: block;
    width: 40px;
    height: 76px;
    margin-bottom: -50px;
}

.slider-arrow:hover {
    cursor: pointer;
}

.slider-arrow--right {
    bottom: 50%;
    right: 0px;
    background: url(/media/images/new/auction_banner.png) -67px -0px no-repeat;
}

.slider-arrow--right:hover {
    background: url(/media/images/new/auction_banner.png) -67px -76px no-repeat;
}

.slider-arrow--left {
    bottom: 50%;
    left: 0px;
    background: url(/media/images/new/auction_banner.png) -0px -0px no-repeat;
}

.slider-arrow--left:hover {
    background: url(/media/images/new/auction_banner.png) -0px -76px no-repeat;
}

.slider-nav {
    display: none;
    position: absolute;
    bottom: 30px;
}

.slider-nav__item {
    width: 12px;
    height: 12px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    border: 1px solid #278cde;
    border-radius: 8px;
}

.slider-nav__item:hover {
    background: #278cde;
}

.slider-nav__item--current {
    background: #278cde;
}

a.a_fk_roster_sel:hover {
    cursor: pointer;
    color: #278cde;
}

.div_fk_unmath_reason {
    float: left;
    width: 100%;
    line-height: 30px;
    margin-top: 8px;
}

.div_fk_unmath_reason i {
    margin-top: 4px;
}

.div_fk_unmath_reason span {
    float: left;
    margin-left: 5px;
}

.div_fk_unmath_reason span.other {
    border: none;
}

.div_fk_unmath_reason textarea {
    float: left;
    width: 510px;
    height: 100px;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-top: 10px;
}

.div_fk_city_left_label {
    float: left;
    width: 100%;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: #efefef;
}

.div_fk_city_left_label a {
    float: left;
    line-height: 35px;
    margin-right: 18px;
    font-size: 14px;
    color: #494949;
}

.div_fk_city_left_label a.index {
    text-decoration: underline;
    font-weight: bold;
}

.div_fk_city_left_label a.none {
    color: #ccc;
}

.div_fk_rm_city_bot {
    float: left;
    margin-left: 10px;
    line-height: 40px;
    margin-top: 20px;
}

.div_fk_rm_city_bot a {
    float: left;
    width: 20px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    color: #999999;
}

.div_fk_rm_city_bot a.index {
    font-weight: bold;
    text-decoration: underline;
}

.div_fk_rm_city_bot a:hover,.div_fk_login_bar a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.div_fk_login_bar {
    float: left;
    width: 400px;
    margin-top: 0px;
    line-height: 37px;
    height: 50px;
    margin-left: 140px;
    font-size: 14px;
}

.div_fk_login_bar a {
    color: #278cde;
    margin-left: 70px;
}

.div_fk_hunter_login_text {
    float: left;
    width: 350px;
    margin-left: 90px;
    line-height: 30px;
    height: 30px;
    margin-top: 20px;
    font-size: 14px;
}

#facebox .div_fk_hunter_login_text img {
    float: left;
    width: 30px;
    margin: 0px;
    margin-left: 20px;
    margin-right: 10px;
}

.input_fk_cvbank_create_search {
    float: left;
    width: 300px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dedede;
    padding-left: 10px;
}

.font_fk_cvbank_create_search {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    margin-left: 22px;
    font-size: 14px;
}

.div_fk_industry_item,.div_fk_position_item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.div_fk_industry_item_left,.div_fk_position_item_left {
    float: left;
    width: 180px;
    margin-left: 0px;
    font-weight: bold;
}

.div_fk_position_item_left {
    margin-left: 0px;
}

.div_fk_industry_item_right,.div_fk_position_item_right {
    float: right;
    width: 580px;
    margin-right: 0px;
}

.div_fk_industry_item_right span,.div_fk_position_item_right span {
    float: left;
    width: 27%;
    line-height: 20px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
}

.div_fk_position_item_right span {
    width: 45%;
}

.div_fk_position_item_right span.second-list {
    width: 31%;
    cursor: pointer;
}

.div_fk_position_item_right span.second-list.on font.second_text {
    font-weight: bold;
    color: #278CDE;
}

.div_fk_industry_item_right span.third-item {
    width: 38%;
}

.div_fk_industry_item_right span.on,.div_fk_position_item_right font.third_text:hover,.div_fk_position_item_right font.second_text:hover,.div_fk_position_list span.on {
    color: #278CDE;
    text-decoration: underline;
    cursor: pointer;
}

.div_fk_position_list_relative {
    position: relative;
    width: 280px;
}

.div_fk_position_list {
    position: absolute;
    margin: 0px;
    width: 280px;
    z-index: 101;
    background: white;
    border: 2px solid #ff6600;
    display: none;
}

.div_fk_position_list.show {
    display: block;
}

.div_fk_position_position {
    float: left;
    width: 630px;
    margin-left: 10px;
    border-top: 1px solid #EEE;
}

.create_new_folder {
    float: left;
    width: 100%;
    margin-left: 100px;
    color: #278CDE;
}

.create_new_folder:hover {
    cursor: pointer;
    text-decoration: underline;
}

.div_fk_add_folder_but {
    float: left;
}

.div_fk_add_folder_but a {
    float: left;
    color: #278CDE;
    margin-left: 10px;
}

.div_fk_add_folder_but a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.a_fk_choose_but {
    color: #1f83e8;
}

.a_fk_choose_but:hover {
    cursor: pointer;
    text-decoration: underline;
}

.a_fk_choose_roster_page {
    background: #1f83e8;
    color: white;
    padding: 2px 5px 2px 5px;
    border: 1px solid #1f83e8;
}

.a_fk_roster_sel {
    color: #1f83e8;
}

.a_fk_roster_sel:hover {
    cursor: pointer;
    color: #ccc;
}

.a_fk_choose_roster_page:hover {
    background: white;
    color: #1f83e8;
}

.div_fk_down_r_folder {
    position: absolute;
    width: 649px;
    height: 180px;
    background: white;
    z-index: 606;
    margin-top: 52px;
}

.div_fk_industry_left_con,.div_fk_position_left_con {
    float: left;
    width: 210px;
}

.div_fk_industry_right_con,.div_fk_position_right_con {
    float: left;
    width: 440px;
}

.a_fk_industry_father,.a_fk_position_father {
    float: left;
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    border-right: 1px solid #e6e6e6;
    color: #333;
}

.a_fk_industry_father:hover,.a_fk_position_father:hover {
    cursor: pointer;
    background: #DADADA;
}

.a_fk_industry_father.index,.a_fk_position_father.index {
    color: #1f83e8;
}

.a_fk_industry_child,.a_fk_position_child {
    float: left;
    width: 100%;
    line-height: 40px;
}

.a_fk_industry_child font {
    margin-left: 20px;
    font-size: 14px;
    color: #424242;
}

.a_fk_industry_child.on font,.a_fk_position_child.index font {
    color: #278cde;
    font-weight: normal;
    font-size: 14px;
}

.a_fk_position_child font {
    float: left;
    width: 100%;
    line-height: 40px;
    margin-left: 20px;
    text-align: left;
    height: 40px;
    font-size: 14px;
}

.a_fk_position_child.left font,.a_fk_position_child.on font {
    width: 40%;
    text-align: left;
    margin-left: 20px;
    font-size: 14px;
}

.a_fk_industry_child.on:hover,.a_fk_position_child.on:hover,.a_fk_position_child.index:hover {
    color: #334655;
}

.a_fk_industry_child:hover,.a_fk_position_child:hover,.a_fk_position_child.on {
    cursor: pointer;
    background: #e6e6e6;
    color: #000000;
}

.a_fk_position_child.click font {
    font-weight: normal;
}

.div_fk_position_all_result {
    float: left;
    width: 650px;
    margin-top: 12px;
}

.div_fk_child_item {
    float: left;
    width: 100%;
}

.div_fk_child_item:hover {
    background: #DADADA;
}

.div_fk_positionsec_child {
    float: right;
}

.div_fk_childsec_absolute {
    position: absolute;
    width: 372px;
    margin-left: -375px;
    background: white;
    border: 2px solid #DADADA;
    min-height: 140px;
}

.a_fk_position_childsec {
    float: left;
    font-size: 12px;
    width: 178px;
    padding: 4px;
    line-height: 20px;
}

.a_fk_position_childsec:hover,.a_fk_position_childsec.on {
    color: #278cde;
    cursor: pointer;
}

.a_fk_position_childsec:hover {
    text-decoration: underline;
}

.div_fk_win_right_loading {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 145px;
}

/***
**rr form css
****/
@-webkit-keyframes rrform-tip-show {
    0% {
        -webkit-transform: translate(200px,0px);
    }

    30% {
        -webkit-transform: translate(0px,0px);
    }

    50% {
        -webkit-transform: rotate(4deg);
    }

    60% {
        -webkit-transform: rotate(-4deg);
    }

    70% {
        -webkit-transform: rotate(4deg);
    }

    80% {
        -webkit-transform: rotate(-2deg);
    }

    90% {
        -webkit-transform: rotate(2deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

.div_rrform_tip_show {
    z-index: 10000;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: rrform-tip-show;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
}

.div_rrform_tip_con {
    position: relative;
    margin: 0;
    display: none;
}

/** nano setup **/
.nano {
    position : relative;
    width : 100%;
    height : 100%;
    overflow : hidden;
}

.nano > .nano-content {
    position : absolute;
    overflow : scroll;
    overflow-x : hidden;
    top : 0;
    right : 0;
    bottom : 0;
    left : 0;
}

.nano > .nano-content:focus {
    outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
    visibility: hidden;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    visibility: visible;
}

.nano > .nano-pane {
    background : rgba(0,0,0,.25);
    position : absolute;
    width : 10px;
    right : 0;
    top : 0;
    bottom : 0;
    visibility : hidden\9;
    /* Target only IE7 and IE8 with this hack */
    opacity : .01;
    -webkit-transition : .2s;
    -moz-transition : .2s;
    -o-transition : .2s;
    transition : .2s;
}

.nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(0,0,0,.5);
    position : relative;
    margin : 0 1px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility : visible\9;
    /* Target only IE7 and IE8 with this hack */
    opacity : 0.99;
}
