@charset "UTF-8";

.boss-loading[data-v-25a6dc80] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    background-color: #fff
}

.loading-box[data-v-25a6dc80] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.loading-box .component-b[data-v-25a6dc80],.loading-box .component-o[data-v-25a6dc80],.loading-box .component-s1[data-v-25a6dc80],.loading-box .component-s2[data-v-25a6dc80] {
    display: inline-block;
    width: 40px;
    height: 42px;
    /*background: url(https://static.zhipin.com/fe-zhipin-sign/v5041/static/images/icons-boss.f2acc91.png) no-repeat;*/
    vertical-align: middle;
    -webkit-animation-fill-mode: both;
    -webkit-animation: bossLoading-data-v-25a6dc80 .6s linear infinite alternate;
    -moz-animation: bossLoading-data-v-25a6dc80 .6s infinite linear alternate;
    animation: bossLoading-data-v-25a6dc80 .6s linear infinite alternate
}

.loading-box .component-b[data-v-25a6dc80] {
    background-position: 0 0
}

.loading-box .component-o[data-v-25a6dc80] {
    content: "";
    background-position: 0 -68px;
    margin-left: -4px;
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    animation-delay: .1s
}

.loading-box .component-s1[data-v-25a6dc80] {
    background-position: 0 -141px;
    margin-left: 6px;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s
}

.loading-box .component-s2[data-v-25a6dc80] {
    content: "";
    background-position: 0 -141px;
    margin-left: -4px;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s
}

.loading-box p.gray[data-v-25a6dc80] {
    margin-top: 10px
}

@-webkit-keyframes bossLoading-data-v-25a6dc80 {
    0% {
        transform: -webkit-translate3d(0,0,0)
    }

    50% {
        transform: -webkit-translate3d(0,-10px,0)
    }
}

@-moz-keyframes bossLoading-data-v-25a6dc80 {
    0% {
        transform: -moz-translate3d(0,0,0)
    }

    50% {
        transform: -moz-translate3d(0,-10px,0)
    }
}

@keyframes bossLoading-data-v-25a6dc80 {
    0% {
        transform: translateZ(0)
    }

    50% {
        transform: translate3d(0,-10px,0)
    }
}

.toast-new {
    position: fixed;
    top: 0;
    line-height: 36px;
    text-align: center;
    z-index: 1050;
    transform: none;
    left: 10%;
    width: 80%;
    -webkit-animation: toastTop .25s ease-out;
    animation: toastTop .25s ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.toast-new.slideup {
    -webkit-animation-name: toastHide;
    animation-name: toastHide
}

.toast-new .toast-con {
    display: inline-block;
    background: #fff;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 50px;
    box-shadow: 0 0 14px rgba(0,0,0,.11)
}

.toast-new .icon-toast-error,.toast-new .icon-toast-info,.toast-new .icon-toast-loading,.toast-new .icon-toast-success,.toast-new .icon-toast-warning {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-top: -2px;
    vertical-align: middle
}

.toast-new .icon-toast-error svg,.toast-new .icon-toast-info svg,.toast-new .icon-toast-loading svg,.toast-new .icon-toast-success svg,.toast-new .icon-toast-warning svg {
    display: block
}

.toast-new .icon-toast-loading {
    -webkit-animation: circle 1.5s linear infinite;
    animation: circle 1.5s linear infinite
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes toastTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(45px);
        transform: translateY(45px)
    }
}

@keyframes toastTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(45px);
        transform: translateY(45px)
    }
}

@-webkit-keyframes toastHide {
    0% {
        opacity: 1;
        -webkit-transform: translateY(45px);
        transform: translateY(45px)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes toastHide {
    0% {
        opacity: 1;
        -webkit-transform: translateY(45px);
        transform: translateY(45px)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

a,b,body,button,dd,div,dl,em,footer,form,h1,h2,h3,h4,h5,h6,i,input,label,li,nav,p,select,span,td,textarea,u,ul {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none
}

li,ol,ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #414a60
}

a:active,a:focus,a:hover,button,input,textarea {
    outline: 0
}

a:hover {
    color: #00d7c6;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

img {
    border: none
}

map area {
    outline: none
}

table {
    border-collapse: collapse
}

body,button,input,option,select,td,textarea {
    font-family: arial,verdana,helvetica,PingFang SC,HanHei SC,STHeitiSC-Light,Microsoft Yahei,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,input[type=button],input[type=number],input[type=password],input[type=search],input[type=submit],input[type=tel],input[type=text],textarea {
    -webkit-appearance: none
}

body {
    background: #f6f6f8;
    line-height: 26px;
    color: #414a60;
    font-size: 14px
}

body,html {
    height: 100%
}

body.page-white {
    background: #fff
}

#header:after,#main:after,.clearfix:after,.home-box:after,.inner:after,.job-author:after,.job-list li:after,.job-primary:after,.promotion-job li:after {
    content: "";
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both
}

.clear-fix {
    clear: both;
    display: block;
    line-height: 0;
    font-size: 0;
    height: 0;
    visibility: hidden
}

.clear-fix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both
}

#header,.clear-fix,.clearfix,.home-box,.info,.inner,.job-author,.job-list li,.job-primary,.promotion-job li {
    zoom: 1
}

.gray {
    color: #9fa3af
}

.red {
    color: #fc703e!important
}

.text-blue {
    color: #00c2b3
}

.gray-bg {
    background-color: #f3f3f4
}

.vline {
    width: 1px;
    height: 12px;
    vertical-align: middle;
    background: #e0e0e0;
    margin: 0 10px
}

.vdot,.vline {
    display: inline-block
}

.vdot {
    padding: 0 10px 0 7px
}

.btn:hover,.ipt:hover {
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

::selection {
    color: #fff;
    background: #00d7c6
}

::-moz-selection {
    color: #fff;
    background: #00d7c6
}

input::-webkit-input-placeholder {
    color: #9fa3af
}

input:-ms-input-placeholder {
    color: #9fa3af
}

input:-moz-placeholder,input::-moz-placeholder {
    color: #9fa3af
}

textarea::-webkit-input-placeholder {
    color: #9fa3af
}

textarea:-ms-input-placeholder {
    color: #9fa3af
}

textarea:-moz-placeholder,textarea::-moz-placeholder {
    color: #9fa3af
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none!important;
    pointer-events: none;
    position: absolute;
    right: 0
}

input:-webkit-autofill,input:-webkit-autofill:focus {
    box-shadow: inset 0 0 0 1000px #fff!important
}

/*@font-face {*/
/*    font-family:iboss;src:url(//at.alicdn.com/t/font_916585_h0y0u6lsf6a.woff2?t=1625797018984) format("woff2"),url(//at.alicdn.com/t/font_916585_h0y0u6lsf6a.woff?t=1625797018984) format("woff"),url(//at.alicdn.com/t/font_916585_h0y0u6lsf6a.ttf?t=1625797018984) format("truetype")*/
/*}*/

.iboss,[class*=" iboss-"],[class^=iboss-] {
    font-family: iboss!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.iboss-bianzubeifen:before {
    content: "\e731"
}

.iboss-miniicon-wechat:before {
    content: "\e730"
}

.iboss-icon_information_nor:before {
    content: "\e72d"
}

.iboss-Group3:before {
    content: "\e72e"
}

.iboss-icon_get_nor:before {
    content: "\e72f"
}

.iboss-question-hover:before {
    content: "\e72c"
}

.iboss-question-primary:before {
    content: "\e72b"
}

.iboss-shipinyuyin:before {
    content: "\e72a"
}

.iboss-mianshijieshu:before {
    content: "\e727"
}

.iboss-lianxiren:before {
    content: "\e728"
}

.iboss-dizhi1:before {
    content: "\e729"
}

.iboss-info2:before {
    content: "\e725"
}

.iboss-comments:before {
    content: "\e726"
}

.iboss-danrenhuizong:before {
    content: "\e722"
}

.iboss-renyuanhuoyue:before {
    content: "\e723"
}

.iboss-zhiweijinzhan:before {
    content: "\e724"
}

.iboss-yibohui:before {
    content: "\e721"
}

.iboss-time-fill:before {
    content: "\e720"
}

.iboss-bianzu31x:before {
    content: "\e71f"
}

.iboss-info1:before {
    content: "\e71e"
}

.iboss-invoice-cancel:before {
    content: "\e71d"
}

.iboss-cebianlangongsizhuye:before {
    content: "\e71c"
}

.iboss-Drag:before {
    content: "\e719"
}

.iboss-Personalsigned:before {
    content: "\e71a"
}

.iboss-Company-signed:before {
    content: "\e71b"
}

.iboss-quxiao:before {
    content: "\e716"
}

.iboss-xiugai:before {
    content: "\e717"
}

.iboss-zhuanfa1:before {
    content: "\e718"
}

.iboss-beizhu:before {
    content: "\e712"
}

.iboss-lianxifangshi:before {
    content: "\e713"
}

.iboss-zhiwei:before {
    content: "\e714"
}

.iboss-shijian:before {
    content: "\e715"
}

.iboss-xuanzhongbufen1:before {
    content: "\e711"
}

.iboss-dianhua1:before {
    content: "\e710"
}

.iboss-jianli2:before {
    content: "\e70f"
}

.iboss-jianli1:before {
    content: "\e70e"
}

.iboss-shipin1:before {
    content: "\e709"
}

.iboss-yuyin1:before {
    content: "\e70c"
}

.iboss-shipin-jinzhi:before {
    content: "\e70d"
}

.iboss-yuyin-jinyin:before {
    content: "\e70a"
}

.iboss-yaoqingren:before {
    content: "\e70b"
}

.iboss-jianli:before {
    content: "\e708"
}

.iboss-weixin1:before {
    content: "\e706"
}

.iboss-dianhua:before {
    content: "\e707"
}

.iboss-niurenguanli1:before {
    content: "\e705"
}

.iboss-meirichakanshu:before {
    content: "\e700"
}

.iboss-meirigoutongshu:before {
    content: "\e701"
}

.iboss-gaoduanzhiwei:before {
    content: "\e702"
}

.iboss-zhuanshurenwujiangli:before {
    content: "\e703"
}

.iboss-VIPtequan:before {
    content: "\e704"
}

.iboss-shenhezhongicon:before {
    content: "\e6ff"
}

.iboss-invoice-cancellation:before {
    content: "\e6fd"
}

.iboss-invoice-ing2:before {
    content: "\e6fe"
}

.iboss-succeed:before {
    content: "\e6f3"
}

.iboss-fullscreen1:before {
    content: "\e6fb"
}

.iboss-fullscreen-hover:before {
    content: "\e6fc"
}

.iboss-invoice-no:before {
    content: "\e6f6"
}

.iboss-invoice-ok:before {
    content: "\e6f7"
}

.iboss-invoice-ing:before {
    content: "\e6fa"
}

.iboss-calendar-delete:before {
    content: "\e6ef"
}

.iboss-accomplish:before {
    content: "\e6f0"
}

.iboss-calendar-line:before {
    content: "\e6f1"
}

.iboss-packup:before {
    content: "\e6f2"
}

.iboss-notice:before {
    content: "\e6f4"
}

.iboss-show:before {
    content: "\e6f5"
}

.iboss-tishi:before {
    content: "\e6ee"
}

.iboss-iconxiazai:before {
    content: "\e6ec"
}

.iboss-iconguanbi:before {
    content: "\e6ed"
}

.iboss-buchongcailiao:before {
    content: "\e6eb"
}

.iboss-huati:before {
    content: "\e6e6"
}

.iboss-shuaxin1:before {
    content: "\e6e7"
}

.iboss-wenti:before {
    content: "\e6e8"
}

.iboss-get:before {
    content: "\e6e9"
}

.iboss-dianzan1:before {
    content: "\e6ea"
}

.iboss-duihao:before {
    content: "\e6e5"
}

.iboss-shuaxin:before {
    content: "\e6e4"
}

.iboss-tianxie2x:before {
    content: "\e6e3"
}

.iboss-dianzan:before {
    content: "\e6e2"
}

.iboss-gongjuxiang:before {
    content: "\e6e1"
}

.iboss-xingzhuangjiehe1:before {
    content: "\e6e0"
}

.iboss-tianjia1:before {
    content: "\e6de"
}

.iboss-chexiao:before {
    content: "\e6df"
}

.iboss-rukou1:before {
    content: "\e6dd"
}

.iboss-unchecked:before {
    content: "\e6dc"
}

.iboss-checked:before {
    content: "\e6db"
}

.iboss-prop-position:before {
    content: "\e6da"
}

.iboss-prop-services:before {
    content: "\e6d9"
}

.iboss-yibohuizhiwei-xuanzhong:before {
    content: "\e6d7"
}

.iboss-yibohuizhiwei:before {
    content: "\e6d8"
}

.iboss-info:before {
    content: "\e6d6"
}

.iboss-countdown:before {
    content: "\e6d5"
}

.iboss-lieqiguanli:before {
    content: "\e6d3"
}

.iboss-bianzu9:before {
    content: "\e6d4"
}

.iboss-daoxu:before {
    content: "\e6d1"
}

.iboss-zhengxu:before {
    content: "\e6d2"
}

.iboss-daishenhezhiwei:before {
    content: "\e6cb"
}

.iboss-paixu:before {
    content: "\e6cc"
}

.iboss-shanchujilu:before {
    content: "\e6cd"
}

.iboss-zaizhaozhiwei:before {
    content: "\e6ce"
}

.iboss-lietouyuangong:before {
    content: "\e6cf"
}

.iboss-tianjiatongshi:before {
    content: "\e6d0"
}

.iboss-shezhi1:before {
    content: "\e6ca"
}

.iboss-biaoqian:before {
    content: "\e6c9"
}

.iboss-icon-video:before {
    content: "\e6c8"
}

.iboss-offline-interview:before {
    content: "\e6c7"
}

.iboss-video-interview:before {
    content: "\e6c6"
}

.iboss-tongzhishux:before {
    content: "\e6c5"
}

.iboss-hebingxingzhuangx:before {
    content: "\e6c4"
}

.iboss-icon-tiaochawenjuan:before {
    content: "\e6c3"
}

.iboss-shengyinkai:before {
    content: "\e6c2"
}

.iboss-shengyinguan:before {
    content: "\e6c1"
}

.iboss-xingzhuangjiehe:before {
    content: "\e6c0"
}

.iboss-bianzu:before {
    content: "\e6bf"
}

.iboss-weixin:before {
    content: "\e6be"
}

.iboss-guanli:before {
    content: "\e6bd"
}

.iboss-zhibo:before {
    content: "\e6bc"
}

.iboss-xiazai1:before {
    content: "\e6b5"
}

.iboss-shangchuanchenggong:before {
    content: "\e6b4"
}

.iboss-bofang:before {
    content: "\e6b1"
}

.iboss-quanping2:before {
    content: "\e6b3"
}

.iboss-guanbi2:before {
    content: "\e6b6"
}

.iboss-shenhezhong:before {
    content: "\e6b7"
}

.iboss-shangchuanshibai:before {
    content: "\e6b8"
}

.iboss-zanting:before {
    content: "\e6b9"
}

.iboss-suoxiaoquanping:before {
    content: "\e6ba"
}

.iboss-zhiding1:before {
    content: "\e6bb"
}

.iboss-yanjing1:before {
    content: "\e6b2"
}

.iboss-tuijianliyou:before {
    content: "\e6ae"
}

.iboss-niurenbeizhu:before {
    content: "\e6b0"
}

.iboss-xinxi-copy:before {
    content: "\e6f9"
}

.iboss-xinxi:before {
    content: "\e635"
}

.iboss-jingyingniuren:before {
    content: "\e633"
}

.iboss-circle:before {
    content: "\e6af"
}

.iboss-cloud-sync:before {
    content: "\e6f8"
}

.iboss-diandiandian:before {
    content: "\e6ad"
}

.iboss-cloud:before {
    content: "\e61f"
}

.iboss-unhappy-face:before {
    content: "\e601"
}

.iboss-normal-face:before {
    content: "\e602"
}

.iboss-smile-face:before {
    content: "\e636"
}

.iboss-loading:before {
    content: "\e62e"
}

.iboss-erweimashuaxin:before {
    content: "\e61b"
}

.iboss-qiyepinpailiebiao:before {
    content: "\e605"
}

.iboss-pinpaijieshao:before {
    content: "\e606"
}

.iboss-pinpaibaohuzhengce:before {
    content: "\e618"
}

.iboss-renyuanguishuguanxi:before {
    content: "\e619"
}

.iboss-left-fill:before {
    content: "\e6ab"
}

.iboss-right-fill:before {
    content: "\e6ac"
}

.iboss-map-solid:before {
    content: "\e603"
}

.iboss-gongsi:before {
    content: "\e6a9"
}

.iboss-gongzuo:before {
    content: "\e6aa"
}

.iboss-quanping1:before {
    content: "\e6a7"
}

.iboss-xiazai:before {
    content: "\e6a8"
}

.iboss-suokai:before {
    content: "\e6a3"
}

.iboss-ruzhiguanli:before {
    content: "\e6a4"
}

.iboss-shanchu:before {
    content: "\e6a5"
}

.iboss-suoguan:before {
    content: "\e6a6"
}

.iboss-jiaoyujingli1:before {
    content: "\e6a1"
}

.iboss-gongzuojingyan1:before {
    content: "\e6a2"
}

.iboss-meiyong:before {
    content: "\e69f"
}

.iboss-youyong:before {
    content: "\e6a0"
}

.iboss-wenbenicon:before {
    content: "\e69e"
}

.iboss-jianlizhushou:before {
    content: "\e604"
}

.iboss-dianhuaicon:before {
    content: "\e69d"
}

.iboss-niurendianhua:before {
    content: "\e69c"
}

.iboss-jingying:before {
    content: "\e69b"
}

.iboss-xingbiao-xian:before {
    content: "\e699"
}

.iboss-xingbiao-mian:before {
    content: "\e69a"
}

.iboss-kefu:before {
    content: "\e698"
}

.iboss-xiayi:before {
    content: "\e696"
}

.iboss-shangyi:before {
    content: "\e697"
}

.iboss-bianji:before {
    content: "\e695"
}

.iboss-shezhi:before {
    content: "\e694"
}

.iboss-sousuoicon:before {
    content: "\e693"
}

.iboss-guanbi1:before {
    content: "\e690"
}

.iboss-suoxiao1:before {
    content: "\e691"
}

.iboss-fangda:before {
    content: "\e692"
}

.iboss-gongzuojingyan:before {
    content: "\e68c"
}

.iboss-jiaoyujingyan:before {
    content: "\e68d"
}

.iboss-dizhi:before {
    content: "\e68e"
}

.iboss-qiwangzhiwei:before {
    content: "\e68f"
}

.iboss-niurenguanliv:before {
    content: "\e68b"
}

.iboss-niurenguanli:before {
    content: "\e68a"
}

.iboss-niurenmeilai:before {
    content: "\e689"
}

.iboss-daochu:before {
    content: "\e688"
}

.iboss-xiaoxitongzhi:before {
    content: "\e687"
}

.iboss-duanxin:before {
    content: "\e686"
}

.iboss-niurenfenxiicon:before {
    content: "\e685"
}

.iboss-xinzhaohusvg:before {
    content: "\e684"
}

.iboss-icon_indeterminacy:before {
    content: "\e681"
}

.iboss-icon_man:before {
    content: "\e682"
}

.iboss-icon_women:before {
    content: "\e683"
}

.iboss-changyongyu:before {
    content: "\e67f"
}

.iboss-biaoqing:before {
    content: "\e680"
}

.iboss-yuyin-miansvg:before {
    content: "\e67e"
}

.iboss-shipin-miansvg:before {
    content: "\e67d"
}

.iboss-guolvshezhi:before {
    content: "\e67c"
}

.iboss-quanping:before {
    content: "\e677"
}

.iboss-guanbi:before {
    content: "\e678"
}

.iboss-suoxiao:before {
    content: "\e679"
}

.iboss-shipin:before {
    content: "\e67a"
}

.iboss-yuyin:before {
    content: "\e67b"
}

.iboss-gongsirizhi:before {
    content: "\e676"
}

.iboss-warning-fill:before {
    content: "\e600"
}

.iboss-jiaoyujingli:before {
    content: "\e672"
}

.iboss-nianling:before {
    content: "\e673"
}

.iboss-gongzuojingli:before {
    content: "\e674"
}

.iboss-qiuzhizhuangtai:before {
    content: "\e675"
}

.iboss-quxiaobuheshi:before {
    content: "\e671"
}

.iboss-duiwoganxingqu:before {
    content: "\e669"
}

.iboss-guanjianci:before {
    content: "\e66a"
}

.iboss-kanguowo:before {
    content: "\e66b"
}

.iboss-shaixuan:before {
    content: "\e66c"
}

.iboss-tongshituijian:before {
    content: "\e66d"
}

.iboss-tuijianniuren:before {
    content: "\e66e"
}

.iboss-xinniuren:before {
    content: "\e66f"
}

.iboss-wokanguo:before {
    content: "\e670"
}

.iboss-duigou:before {
    content: "\e665"
}

.iboss-xia:before {
    content: "\e666"
}

.iboss-x:before {
    content: "\e667"
}

.iboss-shang:before {
    content: "\e668"
}

.iboss-wenhao:before {
    content: "\e664"
}

.iboss-bianlaing:before {
    content: "\e65f"
}

.iboss-fengjinjilu:before {
    content: "\e65d"
}

.iboss-job:before {
    content: "\e65e"
}

.iboss-zongliang:before {
    content: "\e660"
}

.iboss-ku:before {
    content: "\e661"
}

.iboss-shenfenguanli:before {
    content: "\e662"
}

.iboss-fenpei:before {
    content: "\e663"
}

.iboss-yuemian:before {
    content: "\e658"
}

.iboss-dacheng:before {
    content: "\e659"
}

.iboss-wancheng:before {
    content: "\e65a"
}

.iboss-kailiao:before {
    content: "\e65b"
}

.iboss-shuangliao:before {
    content: "\e65c"
}

.iboss-suo1:before {
    content: "\e657"
}

.iboss-lady:before {
    content: "\e655"
}

.iboss-man:before {
    content: "\e656"
}

.iboss-kaisuo:before {
    content: "\e653"
}

.iboss-suo:before {
    content: "\e654"
}

.iboss-tuding:before {
    content: "\e652"
}

.iboss-songda:before {
    content: "\e650"
}

.iboss-shibai:before {
    content: "\e651"
}

.iboss-jujueicon:before {
    content: "\e64e"
}

.iboss-jieshouicon:before {
    content: "\e64f"
}

.iboss-yidu:before {
    content: "\e64d"
}

.iboss-tianjia:before {
    content: "\e64c"
}

.iboss-down:before {
    content: "\e63e"
}

.iboss-up:before {
    content: "\e649"
}

.iboss-right:before {
    content: "\e64a"
}

.iboss-left:before {
    content: "\e64b"
}

.iboss-zhuanfa:before {
    content: "\e648"
}

.iboss-jubao:before {
    content: "\e646"
}

.iboss-zhiding:before {
    content: "\e647"
}

.iboss-goutongjilu:before {
    content: "\e644"
}

.iboss-mianshianpai:before {
    content: "\e645"
}

.iboss-plus-hollow:before {
    content: "\e643"
}

.iboss-light:before {
    content: "\e622"
}

.iboss-checked-solid:before {
    content: "\e61d"
}

.iboss-phone:before {
    content: "\e637"
}

.iboss-sentence:before {
    content: "\e638"
}

.iboss-editor-emoticon:before {
    content: "\e639"
}

.iboss-editor-resume:before {
    content: "\e63a"
}

.iboss-explain:before {
    content: "\e63b"
}

.iboss-interview:before {
    content: "\e63c"
}

.iboss-more-hollow:before {
    content: "\e63d"
}

.iboss-editor-exchange:before {
    content: "\e63f"
}

.iboss-wechat:before {
    content: "\e640"
}

.iboss-swap:before {
    content: "\e641"
}

.iboss-forward:before {
    content: "\e642"
}

.iboss-bell-solid:before {
    content: "\e634"
}

.iboss-fresh:before {
    content: "\e62c"
}

.iboss-filter:before {
    content: "\e62d"
}

.iboss-communication:before {
    content: "\e62f"
}

.iboss-checked-hollow:before {
    content: "\e630"
}

.iboss-Batch:before {
    content: "\e631"
}

.iboss-user:before {
    content: "\e632"
}

.iboss-menu-enterprise:before {
    content: "\e629"
}

.iboss-menu-viewed:before {
    content: "\e624"
}

.iboss-menu-prop:before {
    content: "\e627"
}

.iboss-menu-chat:before {
    content: "\e625"
}

.iboss-menu-search:before {
    content: "\e626"
}

.iboss-menu-recommend:before {
    content: "\e628"
}

.iboss-menu-job:before {
    content: "\e62a"
}

.iboss-menu-profile:before {
    content: "\e62b"
}

.iboss-close:before {
    content: "\e623"
}

.iboss-close-solid:before {
    content: "\e620"
}

.iboss-close-hollow:before {
    content: "\e61a"
}

.iboss-edit:before {
    content: "\e61c"
}

.iboss-delete:before {
    content: "\e61e"
}

.iboss-plus:before {
    content: "\e621"
}

.iboss-healthy:before {
    content: "\e616"
}

.iboss-bread:before {
    content: "\e617"
}

.iboss-rice:before {
    content: "\e607"
}

.iboss-medicine:before {
    content: "\e608"
}

.iboss-stock:before {
    content: "\e609"
}

.iboss-beach:before {
    content: "\e60a"
}

.iboss-schedule:before {
    content: "\e60b"
}

.iboss-traffic:before {
    content: "\e60c"
}

.iboss-medal:before {
    content: "\e60d"
}

.iboss-gift:before {
    content: "\e60e"
}

.iboss-bus:before {
    content: "\e60f"
}

.iboss-icecream:before {
    content: "\e610"
}

.iboss-clock:before {
    content: "\e611"
}

.iboss-building:before {
    content: "\e612"
}

.iboss-call:before {
    content: "\e613"
}

.iboss-tourism:before {
    content: "\e614"
}

.iboss-umbrella:before {
    content: "\e615"
}

#wrap {
    min-height: 100%;
    overflow: visible;
    overflow-x: hidden
}

#header,#wrap {
    position: relative
}

#header {
    width: 100%;
    height: 49px;
    background: #202329;
    box-shadow: 0 1px 8px #000
}

#header .logo {
    padding: 56px 0 0 60px;
    float: left
}

#header .logo a {
    background: 0 0;
    width: auto;
    height: 60px
}

#header .logo span {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 18px;
    margin-left: 24px;
    line-height: 26px;
    padding-top: 5px;
    font-weight: 400
}

.btn {
    margin: 0;
    padding: 9px 15px;
    line-height: 1;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e3e7ed;
    color: #414a60;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: background-color .1s linear,box-shadow .1s linear;
    outline: none;
    user-select: none
}

.btn,.btn i {
    display: inline-block
}

.btn i {
    margin-right: 3px
}

.btn.active,.btn.selected,.btn:hover {
    background-color: #f7f7f7
}

.btn:active {
    box-shadow: 0 0 0 3px #f9fafb
}

.btn-primary {
    background-color: #00a6a7;
    border-color: #00a6a7;
    color: #fff
}

.btn-primary:hover {
    background-color: #6adbcf;
    border-color: #6adbcf
}

.btn-primary:active {
    box-shadow: 0 0 0 3px #cceded
}

.btn-success {
    background-color: #67c23a;
    border-color: #67c23a;
    color: #fff
}

.btn-success:hover {
    background-color: #85ce61;
    border-color: #85ce61
}

.btn-success:active {
    box-shadow: 0 0 0 3px #e1f3d8
}

.btn-danger {
    background-color: #ef5350;
    border-color: #ef5350;
    color: #fff
}

.btn-danger:hover {
    background-color: #f27573;
    border-color: #f27573
}

.btn-danger:active {
    box-shadow: 0 0 0 3px #fcdddc
}

.btn-warning {
    background-color: #f90;
    border-color: #f90;
    color: #fff
}

.btn-warning:hover {
    background-color: #ffad33;
    border-color: #ffad33
}

.btn-warning:active {
    box-shadow: 0 0 0 3px #fcdddc
}

.btn-info {
    background-color: #2db7f5;
    border-color: #2db7f5;
    color: #fff
}

.btn-info:hover {
    background-color: #42bef6;
    border-color: #42bef6
}

.btn-info:active {
    box-shadow: 0 0 0 3px #d5f1fd
}

.btn-text {
    border-color: rgba(0,0,0,0)
}

.btn-circle,.btn-dashed {
    border-style: dashed;
    background-color: #fff
}

.btn-circle .btn-outline,.btn-dashed .btn-outline {
    color: #00a6a7;
    background: rgba(0,190,189,.1)
}

.btn-circle .btn-outline:hover,.btn-dashed .btn-outline:hover {
    padding: 0;
    background: rgba(0,190,189,.2)
}

.btn-circle.active,.btn-circle.selected,.btn-circle:hover,.btn-dashed.active,.btn-dashed.selected,.btn-dashed:hover {
    background-color: #f7f7f7
}

.btn-circle.btn-primary,.btn-dashed.btn-primary {
    color: #00a6a7
}

.btn-circle.btn-primary.active,.btn-circle.btn-primary.selected,.btn-circle.btn-primary:hover,.btn-dashed.btn-primary.active,.btn-dashed.btn-primary.selected,.btn-dashed.btn-primary:hover {
    background-color: #e6f6f6
}

.btn-circle.btn-success,.btn-dashed.btn-success {
    color: #67c23a
}

.btn-circle.btn-success.active,.btn-circle.btn-success.selected,.btn-circle.btn-success:hover,.btn-dashed.btn-success.active,.btn-dashed.btn-success.selected,.btn-dashed.btn-success:hover {
    background-color: #f0f9eb
}

.btn-circle.btn-danger,.btn-dashed.btn-danger {
    color: #ef5350
}

.btn-circle.btn-danger.active,.btn-circle.btn-danger.selected,.btn-circle.btn-danger:hover,.btn-dashed.btn-danger.active,.btn-dashed.btn-danger.selected,.btn-dashed.btn-danger:hover {
    background-color: #fdeeee
}

.btn-circle.btn-warning,.btn-dashed.btn-warning {
    color: #f90
}

.btn-circle.btn-warning.active,.btn-circle.btn-warning.selected,.btn-circle.btn-warning:hover,.btn-dashed.btn-warning.active,.btn-dashed.btn-warning.selected,.btn-dashed.btn-warning:hover {
    background-color: #fff5e6
}

.btn-circle.btn-info,.btn-dashed.btn-info {
    color: #2db7f5
}

.btn-circle.btn-info.active,.btn-circle.btn-info.selected,.btn-circle.btn-info:hover,.btn-dashed.btn-info.active,.btn-dashed.btn-info.selected,.btn-dashed.btn-info:hover {
    background-color: #eaf8fe
}

.btn-circle,.btn-outline {
    border-style: solid
}

.btn-circle {
    border-radius: 50%
}

.btn-circle.btn-icon {
    padding: 9px
}

.btn-circle.btn-dashed {
    border-style: dashed
}

.btn-circle i {
    margin-right: 0;
    font-size: 20px
}

.btn-small {
    padding: 5px 7px;
    font-size: 12px
}

.btn-disabled,.btn-loading,.btn[disabled] {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none
}

.btn-disabled:hover,.btn-loading:hover,.btn[disabled]:hover {
    background-color: #fff
}

.btn-disabled.btn-primary:hover,.btn-loading.btn-primary:hover,.btn[disabled].btn-primary:hover {
    background-color: #00a6a7
}

.btn-disabled.btn-success:hover,.btn-loading.btn-success:hover,.btn[disabled].btn-success:hover {
    background-color: #67c23a
}

.btn-disabled.btn-danger:hover,.btn-loading.btn-danger:hover,.btn[disabled].btn-danger:hover {
    background-color: #ef5350
}

.btn-disabled.btn-warning:hover,.btn-loading.btn-warning:hover,.btn[disabled].btn-warning:hover {
    background-color: #f90
}

.btn-disabled.btn-info:hover,.btn-loading.btn-info:hover,.btn[disabled].btn-info:hover {
    background-color: #2db7f5
}

.btn-disabled:active,.btn-loading:active,.btn[disabled]:active {
    box-shadow: none
}

a.btn-primary:hover {
    color: #fff
}

a.btn-primary.btn-circle:hover,a.btn-primary.btn-dashed:hover,a.btn-primary.btn-outline:hover {
    color: #00a6a7
}

a.btn-success:hover {
    color: #fff
}

a.btn-success.btn-circle:hover,a.btn-success.btn-dashed:hover,a.btn-success.btn-outline:hover {
    color: #67c23a
}

a.btn-danger:hover {
    color: #fff
}

a.btn-danger.btn-circle:hover,a.btn-danger.btn-dashed:hover,a.btn-danger.btn-outline:hover {
    color: #ef5350
}

a.btn-warning:hover {
    color: #fff
}

a.btn-warning.btn-circle:hover,a.btn-warning.btn-dashed:hover,a.btn-warning.btn-outline:hover {
    color: #f90
}

a.btn-info:hover {
    color: #fff
}

a.btn-info.btn-circle:hover,a.btn-info.btn-dashed:hover,a.btn-info.btn-outline:hover {
    color: #2db7f5
}

.btns-group .btn {
    border-radius: 0;
    margin-right: -1px
}

.btns-group .btn:first-of-type {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px
}

.btns-group .btn:last-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    margin-right: 0
}

.btns-group .btn:active {
    position: relative
}

.dialog-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1010;
    display: flex;
    justify-content: center;
    align-items: center
}

.dialog-wrap .icon-dialog-error,.dialog-wrap .icon-dialog-info,.dialog-wrap .icon-dialog-lock,.dialog-wrap .icon-dialog-success,.dialog-wrap .icon-dialog-warning {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    /*background-image: url(https://static.zhipin.com/fe-zhipin-sign/v5041/static/images/icons-dialog.878a7a5.png);*/
    background-repeat: no-repeat
}

.dialog-wrap .icon-dialog-info {
    background-position: 0 -242px
}

.dialog-wrap .icon-dialog-warning {
    background-position: 0 -163px
}

.dialog-wrap .icon-dialog-error {
    background-position: 0 -82px
}

.dialog-wrap .icon-dialog-lock {
    background-position: 0 -320px
}

.dialog-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(37,40,48,.7);
    z-index: 1002
}

.dialog-container {
    position: relative;
    z-index: 1003;
    min-width: 320px;
    padding: 20px 30px;
    max-height: 100%;
    background-color: #fff;
    box-shadow: 0 0 14px rgba(0,0,0,.11)
}

.dialog-header {
    font-size: 14px;
    line-height: 26px
}

.dialog-header,.dialog-header h3.title {
    font-weight: 400
}

.dialog-header .close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 8px;
    top: 8px;
    z-index: 1;
    cursor: pointer
}

.dialog-header .close:hover .icon-close:after,.dialog-header .close:hover .icon-close:before {
    background: #414a60
}

.dialog-header .icon-close {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    vertical-align: top
}

.dialog-header .icon-close:after,.dialog-header .icon-close:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    background: #8d92a1;
    transform: rotate(45deg);
    left: 4px;
    top: 12px
}

.dialog-header .icon-close:after {
    transform: rotate(-45deg)
}

.dialog-body {
    max-height: calc(100vh - 128px);
    overflow: auto
}

.dialog-body .tip-text {
    padding: 10px 0;
    color: #8d92a1;
    line-height: 24px;
    font-size: 14px;
    background-image: none
}

.dialog-body .tip-warning {
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b;
    font-size: 12px;
    padding: 8px 10px;
    margin-top: 20px;
    border-radius: 0
}

.dialog-footer {
    margin: 20px 0 0;
    position: relative
}

.dialog-footer .btns {
    text-align: right
}

.dialog-footer .btns .btn {
    min-width: 80px;
    margin-left: 20px
}

.dialog-footer .btns .btn:first-of-type {
    margin-left: 0
}

.dialog-icons-default .dialog-container {
    border-radius: 12px;
    width: 400px
}

.dialog-icons-default .dialog-header {
    overflow: hidden
}

.dialog-icons-default .dialog-header h3.title {
    margin-left: 44px;
    font-weight: 400;
    word-wrap: break-word;
    word-break: break-all
}

.dialog-icons-default .dialog-header .icon-dialog {
    float: left;
    width: 24px;
    margin-top: 2px
}

.dialog-icons-default .dialog-body {
    padding-left: 44px
}

.dialog-primary-default .dialog-container {
    width: 340px;
    padding: 20px 30px;
    border-radius: 12px
}

.dialog-primary-default .dialog-header h3.title {
    font-weight: 600;
    color: #222;
    line-height: 22px;
    font-size: 16px
}

.dialog-primary-default .dialog-header .close {
    color: #999
}

.dialog-primary-default .dialog-header .close:hover {
    background: none
}

.dialog-primary-default .dialog-footer {
    margin-top: 20px;
    padding-top: 0
}

.dialog-primary-default .dialog-footer .btns .btn {
    padding: 0;
    min-width: 88px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    line-height: 30px;
    height: 32px;
    margin: 0 0 0 12px;
    transition: all .2s linear
}

.dialog-primary-default .dialog-footer .btns .btn-cancel {
    height: 32px;
    border-radius: 4px;
    border: 1px solid #00bebd;
    font-weight: 500;
    color: #00a6a7
}

.dialog-primary-default .dialog-footer .btns .btn-cancel:hover {
    color: #00a6a7;
    padding: 0;
    border: 1px solid #00bebd;
    background: rgba(0,190,189,.1)
}

.dialog-primary-default .dialog-footer .btns .btn-sure {
    border: 1px solid rgba(0,0,0,0);
    background: #00bebd
}

.dialog-primary-default .dialog-footer .btns .btn-sure:hover {
    background: rgba(0,190,189,.8)
}

.dialog-around-default {
    position: absolute;
    width: auto;
    height: auto
}

.dialog-around-default .dialog-container:after,.dialog-around-default .dialog-container:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -6px;
    background: #fff
}

.dialog-around-default .dialog-container:after {
    transform: rotate(45deg);
    box-shadow: 0 0 14px rgba(0,0,0,.11)
}

.dialog-around-default .dialog-container:before {
    width: 30px;
    left: 50%;
    margin-left: -15px;
    z-index: 1
}

.dialog-top-default {
    top: auto;
    bottom: 100%;
    right: 0;
    margin-bottom: 12px
}

.dialog-top-default .dialog-container:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 14px rgba(0,0,0,.11);
    bottom: -6px
}

.dialog-top-default .dialog-container:before {
    width: 30px;
    bottom: 0;
    z-index: 1
}

.dialog-top-left-default {
    top: auto;
    bottom: 100%;
    left: auto;
    right: 0;
    margin-bottom: 12px
}

.dialog-top-left-default .dialog-container:after {
    bottom: -6px;
    left: auto;
    right: 36px
}

.dialog-top-left-default .dialog-container:before {
    bottom: 0;
    left: auto;
    right: 28px
}

.dialog-top-right-default {
    top: auto;
    right: auto;
    bottom: 100%;
    margin-bottom: 12px
}

.dialog-top-right-default .dialog-container:after {
    bottom: -6px;
    left: 30px
}

.dialog-top-right-default .dialog-container:before {
    bottom: 0;
    left: 30px
}

.dialog-bottom-default {
    bottom: auto;
    top: 100%;
    right: 0;
    margin-top: 12px
}

.dialog-bottom-default .dialog-container:after {
    top: -6px
}

.dialog-bottom-default .dialog-container:before {
    top: 0
}

.dialog-bottom-left-default {
    bottom: auto;
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 12px
}

.dialog-bottom-left-default .dialog-container:after {
    top: -6px;
    left: auto;
    right: 36px
}

.dialog-bottom-left-default .dialog-container:before {
    top: 0;
    left: auto;
    right: 28px
}

.dialog-bottom-right-default {
    bottom: auto;
    top: 100%;
    margin-top: 12px
}

.dialog-bottom-right-default .dialog-container:after {
    top: -6px;
    left: 36px
}

.dialog-bottom-right-default .dialog-container:before {
    top: 0;
    left: 28px
}

.dialog-left-default {
    bottom: auto;
    left: auto;
    right: 100%;
    margin-right: 12px
}

.dialog-left-default .dialog-container:after {
    top: 50%;
    margin-top: -6px;
    left: auto;
    right: -6px
}

.dialog-left-default .dialog-container:before {
    top: 50%;
    margin-top: -6px;
    left: auto;
    right: -9px;
    transform: rotate(90deg)
}

.dialog-left-top-default {
    bottom: auto;
    left: auto;
    right: 100%;
    margin-right: 12px
}

.dialog-left-top-default .dialog-container:after {
    bottom: 12px;
    margin-top: -6px;
    left: auto;
    right: -6px
}

.dialog-left-top-default .dialog-container:before {
    bottom: 12px;
    margin-top: -6px;
    left: auto;
    right: -9px;
    transform: rotate(90deg)
}

.dialog-left-bottom-default {
    bottom: auto;
    top: 0;
    left: auto;
    right: 100%;
    margin-right: 12px
}

.dialog-left-bottom-default .dialog-container:after {
    top: 18px;
    margin-top: -6px;
    left: auto;
    right: -6px
}

.dialog-left-bottom-default .dialog-container:before {
    top: 22px;
    margin-top: -6px;
    left: auto;
    right: -9px;
    transform: rotate(90deg)
}

.dialog-right-default {
    bottom: auto;
    left: 100%;
    margin-left: 12px
}

.dialog-right-default .dialog-container:after {
    top: 50%;
    margin-top: -6px;
    left: 0
}

.dialog-right-default .dialog-container:before {
    top: 50%;
    margin-top: -6px;
    left: 6px;
    transform: rotate(90deg)
}

.dialog-right-top-default {
    bottom: auto;
    left: 100%;
    margin-left: 12px;
    top: 100%
}

.dialog-right-top-default .dialog-container:after {
    bottom: 12px;
    margin-top: -6px;
    left: 0
}

.dialog-right-top-default .dialog-container:before {
    bottom: 18px;
    margin-top: -6px;
    left: 6px;
    transform: rotate(90deg)
}

.dialog-right-bottom-default {
    bottom: auto;
    top: 0;
    left: 100%;
    margin-left: 12px
}

.dialog-right-bottom-default .dialog-container:after {
    top: 18px;
    margin-top: -6px;
    left: 0
}

.dialog-right-bottom-default .dialog-container:before {
    top: 22px;
    margin-top: -6px;
    left: 6px;
    transform: rotate(90deg)
}

.dialog-alert-default .dialog-header h3.title {
    margin-left: 0;
    text-align: center;
    padding-bottom: 12px
}

.dialog-alert-default .dialog-container {
    width: 320px
}

.dialog-alert-default .dialog-body {
    padding-left: 0
}

.dialog-alert-default .dialog-footer .btns {
    text-align: center
}

.dialog-large-default .dialog-container {
    width: 800px
}

.dialog-inline-default .dialog-container {
    top: 25px
}

.dialog-layer-full {
    display: block
}

.dialog-layer-full .dialog-header .close {
    right: -32px;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: #8d92a1
}

.dialog-layer-full .dialog-header .close:hover {
    opacity: .8
}

.dialog-layer-full .dialog-header .icon-close {
    width: 32px;
    height: 32px
}

.dialog-layer-full .dialog-header .icon-close:after,.dialog-layer-full .dialog-header .icon-close:before {
    top: 15px;
    left: 7px;
    background-color: #414a60
}

.dialog-layer-full .dialog-container {
    width: 800px;
    margin: 0 auto;
    padding: 0;
    height: 100%
}

.dialog-layer-full .dialog-body {
    max-height: 100%;
    overflow: auto
}

.dialog-opacity-layer {
    background: hsla(0,0%,100%,0);
    top: 0;
    left: 0
}

.dialog-promotion-iframe .dialog-container {
    width: 750px;
    height: 100%;
    top: 0;
    margin-left: -375px;
    margin-top: 0
}

.dialog-promotion-iframe .dialog-body {
    height: 100%
}

.dialog-promotion-iframe .dialog-body iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.dialog-flyin-large {
    justify-content: flex-end;
    align-items: normal
}

.dialog-flyin-large .dialog-container {
    display: flex;
    flex-direction: column;
    padding: 0;
    animation-fill-mode: both;
    animation: dialogFlyinRight .3s ease-out 0s;
    height: 100%
}

.dialog-flyin-large .dialog-header {
    padding: 10px 20px
}

.dialog-flyin-large .dialog-header .close {
    right: auto;
    left: -32px;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: #8d92a1
}

.dialog-flyin-large .dialog-header .close:hover {
    opacity: .8
}

.dialog-flyin-large .dialog-header .icon-close {
    width: 32px;
    height: 32px
}

.dialog-flyin-large .dialog-header .icon-close:after,.dialog-flyin-large .dialog-header .icon-close:before {
    top: 15px;
    left: 9px;
    background-color: #414a60
}

.dialog-flyin-large .dialog-body {
    overflow: auto;
    max-height: none;
    padding: 10px 20px;
    flex: 1
}

.dialog-flyin-large .dialog-footer {
    margin-top: 0;
    padding: 0 20px 20px
}

.lock-html {
    overflow-y: hidden
}

@keyframes dialogFlyinRight {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

@media (max-width:374px) {
    .dialog-container {
        position: absolute;
        width: 302px
    }
}

.wrap-sign {
    height: 100%
}

.page-sign.page-is-mobile #header {
    display: none
}

.page-sign #header {
    background: 0 0;
    box-shadow: none
}

.page-sign #header .tel {
    position: absolute;
    top: 60px;
    right: 60px;
    opacity: .7;
    color: #fff;
    line-height: 20px;
    z-index: 1
}

.page-sign #header .tel i {
    padding-right: 3px;
    vertical-align: middle
}

.page-sign .sign-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -275px;
    margin-left: -370px;
    height: 550px;
    width: fit-content;
    background: #fff;
    box-shadow: 0 6px 13px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    z-index: 1006
}

.page-sign .sign-wrap.isLarge {
    height: 590px;
    margin-top: -295px
}

.page-sign .sign-wrap.login-wrap {
    height: 574px;
    margin-top: -287px
}

.page-sign .sign-wrap:after {
    content: "";
    clear: both;
    display: block;
    width: 0
}

.page-sign .padding-top100 {
    padding-top: 100px!important
}

.limit-boss-dialog .dialog-container {
    width: 520px;
    padding: 0 0 30px
}

.limit-boss-dialog .dialog-footer {
    margin-top: 0;
    padding: 0 30px
}

.limit-boss-dialog .limit-content .title {
    width: 100%;
    height: 96px;
    /*background: url({$background}) no-repeat 50%;*/
    background-size: 100% auto
}

.limit-boss-dialog .limit-content .title h4 {
    line-height: 24px;
    font-weight: 500;
    font-size: 20px;
    padding: 36px 0 0 30px
}

.limit-boss-dialog .limit-content .content {
    padding: 20px 30px;
    white-space: pre-wrap
}

.limit-boss-dialog .limit-content .content p {
    color: #51586d;
    line-height: 28px
}

.limit-boss-dialog .limit-content .content p:first-child {
    padding-bottom: 8px
}

.limit-boss-dialog .limit-content .text-primary {
    color: #00c2b3
}

.limit-boss-dialog .limit-content .text-primary:hover {
    color: #18c3b1
}

.limit-boss-dialog .limit-content .text-danger {
    color: #ef505e
}

@media (max-width:800px) {
    .limit-boss-dialog.dialog-wrap .dialog-container {
        width: 300px!important
    }

    .limit-boss-dialog .limit-content .title {
        height: 56px
    }

    .limit-boss-dialog .limit-content .title h4 {
        padding: 20px 0 0 30px
    }

    .limit-boss-dialog .limit-content .content {
        padding: 10px 15px
    }
}

.sign-form {
    float: left
}

.sign-form .btn-switch {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    /*background-image: url();*/
    background-size: 95px 65px
}

.sign-form .btn-switch.scan-switch {
    background-position: -70px -5px
}

.sign-form .btn-switch.scan-switch:hover {
    background-position: -40px -5px
}

.sign-form .btn-switch.pwd-switch {
    background-position: -34px -41px
}

.sign-form .btn-switch.pwd-switch:hover {
    background-position: -5px -41px
}

.sign-form .btn-switch .switch-tip {
    position: absolute;
    top: -5px;
    right: 35px;
    width: 117px;
    background-color: #00a6a7;
    color: #fff;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 1px 7px 0 rgba(93,213,200,.2);
    font-size: 13px
}

.sign-form .btn-switch .switch-tip:before {
    position: absolute;
    top: 8px;
    right: -9px;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #00a6a7;
    border-top: 7px solid rgba(0,0,0,0);
    border-bottom: 7px solid rgba(0,0,0,0)
}

.sign-form .btn-sign-switch {
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 1005;
    width: 42px;
    height: 42px;
    background: no-repeat;
    background-size: 42px 84px;
    cursor: pointer
}

.sign-form .btn-sign-switch.ewm-switch {
    background-image: url(__STATIC__/index/img/code_choose.png)
}

.sign-form .btn-sign-switch.ewm-switch:hover {
    background-position: 0 -42px
}

/*.sign-form .btn-sign-switch.phone-switch {*/
/*    background-image: url(https://static.zhipin.com/fe-zhipin-sign/v5041/static/images/btn-phone.5d4d0f2.png)*/
/*}*/

.sign-form .btn-sign-switch.phone-switch:hover {
    background-position: 0 -42px
}

.sign-form .btn-sign-switch .switch-tip {
    position: absolute;
    left: 42px;
    top: 8px;
    width: 120px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #9fa3af;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    background-color: #fff
}

.sign-form .btn-sign-switch .switch-tip:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: #fff;
    z-index: -1;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2)
}

.sign-form .sign-form-content {
    position: relative;
    width: 500px
}

.sign-form .inner-box {
    position: relative;
    width: 324px;
    padding-top: 68px;
    margin: 0 auto
}

.sign-form .inner-box.sign-account .title {
    display: none
}

.sign-form .inner-box .title {
    line-height: 24px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #414a60;
    margin-bottom: 13px
}

.sign-form .inner-box .title.sign-miniapp {
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 400;
    color: #18c3b1;
    font-size: 16px
}

.sign-form .text-tip {
    color: #4c4d52;
    text-align: center;
    padding-top: 16px;
    overflow: hidden;
    font-size: 13px
}

.sign-form .text-tip a {
    float: left;
    width: 33.33%;
    text-align: left;
    color: #9fa3af
}

.sign-form .text-tip a:hover {
    color: #18c3b1;
    opacity: .8
}

.sign-form .text-tip a.active {
    color: #18c3b1
}

.sign-form .text-tip a.pwd-login-btn {
    text-align: center
}

.sign-form .text-tip a.link-signup {
    text-align: right
}

.sign-form .text-tip a.link-wechat-login {
    text-indent: 30px;
    /*background: url(https://static.zhipin.com/fe-zhipin-sign/v5041/static/images/weixin.745e0ab.png) no-repeat 0 -35px;*/
    background-size: 20px auto;
    color: #9fa3b0;
    cursor: pointer
}

.sign-form .text-tip a.link-wechat-login:hover {
    color: #18c3b1
}

.sign-form .no-account {
    display: none;
    margin-top: 24px;
    color: #9fa3b0;
    text-align: center;
    overflow: hidden;
    font-size: 13px
}

.sign-form .no-account .link-signup {
    color: #18c3b1
}

.sign-form .no-account .link-signup:active,.sign-form .no-account .link-signup:hover {
    color: #18c3b1;
    opacity: .8
}

.sign-form .no-account.show {
    display: block
}

.sign-form .text-argeement {
    font-size: 13px;
    font-weight: 400;
    color: #8d92a1;
    line-height: 18px;
    text-align: center;
    margin-top: 30px
}

.sign-form .text-argeement a {
    font-size: 13px;
    font-weight: 400;
    color: #18c3b1;
    line-height: 18px
}

.sign-form .text-argeement a.active,.sign-form .text-argeement a:hover {
    opacity: .8
}

.sign-form .text-argeement .agree-policy {
    position: relative;
    top: 2px;
    margin-right: 3px
}

.sign-form .app-load-box {
    display: none;
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -50px;
    right: -288px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 13px 0 rgba(0,0,0,.1)
}

.sign-form .app-load-box.show {
    display: block
}

.sign-form .app-load-box:before {
    width: 20px;
    height: 28px;
    left: 0;
    top: 124px;
    background: #fff;
    position: absolute;
    content: "";
    z-index: 1
}

.sign-form .app-load-box:after {
    width: 0;
    height: 0;
    transform: rotate(45deg);
    border: 8px solid rgba(0,0,0,0);
    box-shadow: 0 6px 13px 0 rgba(0,0,0,.1);
    position: absolute;
    content: "";
    left: -8px;
    top: 128px;
    background: #fff
}

.sign-form .app-load-box img {
    display: block;
    width: 103px;
    height: 103px;
    margin: 34px auto 14px
}

.sign-form .app-load-box p {
    font-size: 14px;
    color: #61687c;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 0;
    text-align: center
}

.sign-form .sign-tab {
    display: flex;
    justify-content: space-between;
    margin-bottom: 37px
}

.sign-form .sign-tab span {
    display: inline-block;
    width: 152px;
    height: 42px;
    line-height: 42px;
    color: #414a60;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #e3e7ed
}

.sign-form .sign-tab span.cur,.sign-form .sign-tab span:hover {
    border-color: #53cac3;
    color: #53cac3
}

.sign-form .sign-tab .scan-title-text {
    width: 100%;
    height: 24px;
    font-size: 20px;
    font-weight: 500;
    color: #414a60;
    line-height: 24px;
    text-align: center
}

.sign-form .form-btn {
    margin-top: 30px
}

.sign-form .form-btn .btn {
    display: block;
    width: 100%;
    line-height: 42px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    color: #fff;
    letter-spacing: 1px;
    background-color: #00a6a7;
    padding: 0
}

.sign-form .form-btn .btn:hover {
    background-color: #6adbcf
}

.sign-form .text-sign-tip {
    text-align: center;
    font-size: 13px;
    margin-top: 24px;
    line-height: 18px;
    color: #9fa3b0
}

.sign-form .text-sign-tip .agree-policy {
    position: relative;
    top: 2px;
    margin-right: 3px
}

.sign-form .text-sign-tip a {
    color: #18c3b1
}

.sign-form .text-sign-tip a:active,.sign-form .text-sign-tip a:hover {
    opacity: .8
}

.sign-form .text-sign-tip .link-signin {
    text-decoration: underline
}

.sign-form .text-sign-tip.scan-miniapp {
    margin-top: 30px;
    color: #61687c;
    line-height: 22px;
    font-size: 14px
}

.sign-form .text-sign-tip.scan-miniapp .link-signin {
    display: inline-block;
    margin-top: 62px;
    font-size: 13px;
    text-decoration: none
}

.sign-form .publicity-info {
    margin-top: 20px
}

.sign-form .publicity-info p {
    color: #8d92a1;
    font-size: 12px;
    text-align: center;
    line-height: 20px
}

.sign-form .publicity-info a {
    position: relative;
    color: #8d92a1;
    padding: 0 4px;
    display: inline-block
}

.sign-form .publicity-info .prove-list a+a:before {
    content: " ";
    position: absolute;
    width: 1px;
    top: 5px;
    left: 0;
    height: 10px;
    background-color: #8d92a1
}

.sign-form .publicity-info .renshe-phone {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-left: 4px
}

.sign-form .publicity-info .renshe-phone:before {
    content: " ";
    position: absolute;
    width: 1px;
    top: 5px;
    left: 0;
    height: 10px;
    background-color: #8d92a1
}

.sign-form .publicity-info .pc-license {
    display: inline-block
}

.sign-form .publicity-info .mobile-license {
    display: none
}

.dialog-wechat.dialog-wrap .dialog-layer {
    background-color: rgba(37,40,48,.95)
}

.dialog-wechat.dialog-wrap .dialog-container {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    background: 0 0
}

.dialog-wechat.dialog-wrap .dialog-container .dialog-body {
    padding: 0;
    margin: auto;
    max-height: 100%
}

.dialog-wechat.dialog-wrap .dialog-header .close {
    top: 15px;
    right: 35px;
    transition: all .2s linear
}

.dialog-wechat.dialog-wrap .dialog-header .close:hover {
    background: 0 0
}

.dialog-wechat.dialog-wrap .dialog-header .close:hover .icon-close:after,.dialog-wechat.dialog-wrap .dialog-header .close:hover .icon-close:before {
    background-color: #fff
}

.dialog-wechat.dialog-wrap .dialog-header .icon-close:after,.dialog-wechat.dialog-wrap .dialog-header .icon-close:before {
    background: #d1d4db;
    width: 18px;
    height: 1px;
    left: 3px
}

.dialog-wechat.dialog-wrap iframe {
    height: 425px;
    margin: auto
}

.dialog-wechat.dialog-wrap .title {
    text-align: center;
    font-size: 20px;
    color: #fff
}

.dialog-wechat.dialog-wrap .mini-app-login {
    margin: 0 auto;
    text-align: center;
    min-height: 280px
}

.dialog-wechat.dialog-wrap .mini-app-login .mini-qrcode {
    width: 280px;
    margin-top: 15px
}

.dialog-wechat.dialog-wrap .info {
    width: 280px;
    margin: 15px auto 0;
    padding: 7px 14px;
    background-color: #232323;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: inset 0 5px 10px -5px #191919,0 1px 0 0 #444;
    box-shadow: inset 0 5px 10px -5px #191919,0 1px 0 0 #444;
    line-height: 1.6;
    color: #fff;
    text-align: center
}

.dialog-wechat.dialog-wrap .info p {
    font-size: 13px
}

.dialog-wechat.dialog-wrap .overdue {
    position: absolute;
    top: 55px;
    left: 9px;
    height: 282px;
    width: 282px;
    background-color: hsla(0,0%,100%,.9);
    text-align: center
}

.dialog-wechat.dialog-wrap .overdue.mini-overdue {
    top: 40px;
    left: 13px
}

.dialog-wechat.dialog-wrap .overdue span {
    display: block;
    margin-top: 90px;
    font-size: 20px;
    color: #414a60;
    letter-spacing: 1px
}

.dialog-wechat.dialog-wrap .overdue .btn-refresh {
    box-sizing: content-box;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #00a6a7;
    background-color: #00a6a7;
    display: block;
    width: 146px;
    min-width: unset;
    height: 42px;
    min-height: unset;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    margin: 20px auto 0;
    padding: 0
}

.dialog-wechat.dialog-wrap .wechat-login-wrap {
    position: relative
}

.scan-help-enter-active {
    transition: all .2s linear
}

.scan-help-enter-active.sign-scan-help {
    animation: slide-right .2s
}

.scan-help-leave-active {
    transition: all .2s linear
}

.scan-help-leave-active.sign-scan-help {
    animation: slide-right .2s reverse
}

.resume-parse .yidun_intellisense--light .yidun_classic-container,.sign-form .yidun_intellisense--light .yidun_classic-container {
    z-index: 1011
}

.resume-parse .yidun.yidun--light .yidun_bgimg .yidun_bg-img,.sign-form .yidun.yidun--light .yidun_bgimg .yidun_bg-img {
    width: 100%!important;
    height: auto!important
}

.resume-parse .yidun.yidun--light .yidun_jigsaw,.sign-form .yidun.yidun--light .yidun_jigsaw {
    width: auto!important;
    height: 100%!important
}

.resume-parse .yidun_intellisense--light .yidun_intelli-control,.sign-form .yidun_intellisense--light .yidun_intelli-control {
    height: 42px
}

.resume-parse .yidun.yidun--light .yidun_control.yidun_control--moving .yidun_slider,.sign-form .yidun.yidun--light .yidun_control.yidun_control--moving .yidun_slider {
    background-color: #00c2b3
}

.resume-parse .yidun.yidun--light .yidun_slider:hover,.sign-form .yidun.yidun--light .yidun_slider:hover {
    color: #00c2b3;
    background-color: #00c2b3
}

.resume-parse .yidun.yidun--light .yidun_control.yidun_control--moving .yidun_slide_indicator,.sign-form .yidun.yidun--light .yidun_control.yidun_control--moving .yidun_slide_indicator {
    border-color: #00c2b3;
    background: #eefff5
}

.resume-parse .yidun_intellisense--light.yidun_intellisense--checking .yidun_intelli-icon,.resume-parse .yidun_intellisense--light.yidun_intellisense--loading .yidun_intelli-icon,.sign-form .yidun_intellisense--light.yidun_intellisense--checking .yidun_intelli-icon,.sign-form .yidun_intellisense--light.yidun_intellisense--loading .yidun_intelli-icon {
    background-color: #00c2b3
}

.resume-parse .yidun_intellisense--light.yidun_intellisense--checking .yidun_intelli-text,.resume-parse .yidun_intellisense--light.yidun_intellisense--loading .yidun_intelli-text,.sign-form .yidun_intellisense--light.yidun_intellisense--checking .yidun_intelli-text,.sign-form .yidun_intellisense--light.yidun_intellisense--loading .yidun_intelli-text {
    color: #00c2b3
}

.resume-parse .yidun_intellisense--light.yidun_intellisense--success .yidun_classic-tips,.sign-form .yidun_intellisense--light.yidun_intellisense--success .yidun_classic-tips {
    color: #00c2b3;
    background: #eefff5;
    cursor: default;
    border-color: #00c2b3;
    line-height: 38px;
    height: 40px;
    text-align: left;
    padding: 0 18px
}

.resume-parse .yidun_intellisense--light .yidun_intelli-tips:hover .yidun_intelli-icon,.sign-form .yidun_intellisense--light .yidun_intelli-tips:hover .yidun_intelli-icon {
    background-color: #00c2b3;
    box-shadow: 0 2px 6px 1px #00c2b3
}

.resume-parse .yidun_intellisense--light .yidun_intelli-tips:hover .yidun_intelli-text,.sign-form .yidun_intellisense--light .yidun_intelli-tips:hover .yidun_intelli-text {
    color: #00c2b3
}

.resume-parse .yidun_intellisense--light,.sign-form .yidun_intellisense--light {
    z-index: 999
}

@keyframes slide-right {
    0% {
        margin-left: -10px;
        opacity: 0
    }

    to {
        margin-left: 0;
        opacity: 1
    }
}

.sign-form-content-viewer .form-row {
    position: relative;
    margin-bottom: 24px;
    cursor: pointer
}

.sign-form-content-viewer .form-row:last-of-type {
    margin-bottom: 0
}

.sign-form-content-viewer .form-row.is-disabled .ipt-wrap {
    cursor: not-allowed
}

.sign-form-content-viewer .form-row .ipt-wrap {
    position: relative;
    display: block
}

.sign-form-content-viewer .form-row .ipt-wrap .icon {
    position: absolute;
    left: 9px;
    top: 12px;
    width: 20px;
    height: 20px;
    /*background-image: url(https://static.zhipin.com/fe-zhipin-sign/v5041/static/images/icons-sign.66eb1d7.png);*/
    background-repeat: no-repeat
}

.sign-form-content-viewer .form-row .ipt-wrap .icon.icon-sign-phone {
    background-position: 2px 1px
}

.sign-form-content-viewer .form-row .ipt-wrap .icon.icon-sign-pwd {
    background-position: 2px -91px
}

.sign-form-content-viewer .form-row .ipt-wrap .icon.icon-sign-sms {
    background-position: 2px -141px
}

.sign-form-content-viewer .form-row .ipt-wrap .ipt {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 42px;
    border: 1px solid #e3e7ed;
    font-size: 13px;
    line-height: 40px;
    padding-left: 38px
}

.sign-form-content-viewer .form-row .ipt-wrap .ipt:focus {
    box-shadow: 1px 2px 3px #d7f4f1;
    border-color: #59cac2
}

.sign-form-content-viewer .form-row .ipt-wrap .ipt.ipt-phone {
    padding-left: 95px
}

.sign-form-content-viewer .form-row .ipt-wrap .account-mask {
    position: absolute;
    left: 95px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    z-index: 9;
    line-height: 40px;
    background: #fff
}

.sign-form-content-viewer .form-row .dropdown-select {
    position: absolute;
    top: 1px;
    left: 28px;
    height: 40px;
    z-index: 1;
    background: 0 0;
    user-select: none
}

.sign-form-content-viewer .form-row .dropdown-select .icon-select-arrow {
    position: absolute;
    right: 5px;
    top: 12px;
    width: 16px;
    height: 16px;
    background-position: 2px -54px;
    background-repeat: no-repeat;
    /*background-image: url(https://static.zhipin.com/fe-zhipin-sign/v5041/static/images/icons.69b3aa9.png)*/
}

.sign-form-content-viewer .form-row .dropdown-select.dropdown-select-open .icon-select-arrow {
    background-position: 2px -86px
}

.sign-form-content-viewer .form-row .dropdown-select .text-select {
    display: inline-block;
    font-style: normal;
    cursor: pointer;
    width: 37px;
    padding: 7px 25px 7px 0;
    border: 0;
    text-align: right
}

.sign-form-content-viewer .form-row .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    z-index: 1011;
    height: 20px;
    cursor: pointer;
    text-align: left
}

.sign-form-content-viewer .form-row .dropdown-menu-open {
    display: block
}

.sign-form-content-viewer .form-row .dropdown-menu ul {
    border: 1px solid #e3e7ed;
    border-top: none;
    background-color: #fff;
    overflow: auto;
    overflow-x: hidden;
    width: 176px;
    max-height: 292px
}

.sign-form-content-viewer .form-row .dropdown-menu ul li {
    line-height: 42px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px
}

.sign-form-content-viewer .form-row .dropdown-menu ul li:after {
    content: "";
    clear: both;
    display: block;
    width: 0
}

.sign-form-content-viewer .form-row .dropdown-menu ul li:not(.disabled):active,.sign-form-content-viewer .form-row .dropdown-menu ul li:not(.disabled):hover {
    background-color: #f2f5f9
}

.sign-form-content-viewer .form-row .dropdown-menu ul li.disabled {
    opacity: .5
}

.sign-form-content-viewer .form-row .dropdown-menu ul li .num {
    float: right
}

.sign-form-content-viewer .form-row .btn-sms {
    position: absolute;
    right: 3px;
    top: 3px;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    background-color: #fff;
    min-width: 104px;
    color: #00a6a7;
    border: 0
}

.sign-form-content-viewer .form-row .btn-sms.sending {
    color: #9fa3b0;
    white-space: nowrap;
    font-size: 13px;
    letter-spacing: 0
}

.sign-form-content-viewer .form-row .btn-sms:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: #e3e7ed
}

.sign-form-content-viewer .form-row .tip-error {
    position: absolute;
    left: 3px;
    top: 45px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    padding: 0 0 0 27px;
    /*background: url(https://static.zhipin.com/fe-zhipin-sign/v5041/static/images/icons.69b3aa9.png) no-repeat 0 -1059px;*/
    background-size: 18px auto;
    color: #fc703e;
    text-align: left;
    white-space: nowrap
}

.sign-form-content-viewer .verify-init-btn {
    position: relative;
    width: 100%;
    height: 42px;
    text-align: center;
    line-height: 40px;
    z-index: 1;
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    background-image: linear-gradient(180deg,#fff,#f3f3f3);
    cursor: pointer;
    font-size: 14px;
    box-sizing: border-box
}

.sign-form-content-viewer .verify-init-btn:hover {
    background-image: linear-gradient(0deg,#fff,#f3f3f3)
}

.sign-form-content-viewer .verify-init-dot {
    position: absolute;
    width: 13px;
    height: 13px;
    display: block;
    left: 12px;
    top: 13px;
    border-radius: 50%;
    background: #3873ff
}

.sign-form-content-viewer .row-code {
    position: relative;
    min-height: 42px;
    background: #e8e8e8
}

.sign-form-content-viewer .row-code:before {
    position: absolute;
    left: 50%;
    margin-left: -45px;
    /*content: "正在加载中";*/
    /*background: url(https://z.zhipin.com/web/geek/resource/loading.gif) 100% no-repeat;*/
    background-size: 16px;
    padding-right: 20px;
    line-height: 42px;
    color: #969696
}

.sign-form-content-viewer .row-code.nc-container .nc_scale {
    height: 42px
}

.sign-form-content-viewer .row-code.nc-container .nc_scale .btn_ok {
    color: #00a6a7;
    border-color: #00a6a7
}

.sign-form-content-viewer .row-code.nc-container .nc_scale span {
    width: 46px;
    height: 40px;
    line-height: 40px
}

.sign-form-content-viewer .row-code.nc-container .nc_scale .nc_bg,.sign-form-content-viewer .row-code.nc-container .nc_scale .on_ok {
    background: #8d92a1
}

.sign-form-content-viewer .row-code.nc-container .nc_scale .scale_text {
    line-height: 42px;
    background-color: #eef0f5;
    color: #61687c
}

.sign-form-content-viewer .row-code.nc-container .nc_wrapper {
    width: 100%!important;
    overflow: hidden
}

.sign-form-content-viewer .row-code .picture_box {
    position: relative;
    width: 100%;
    padding-right: 94px;
    box-sizing: border-box
}

.sign-form-content-viewer .row-code .picture_box .input_code {
    height: 42px!important;
    padding: 9px 18px!important;
    font-size: 13px;
    border: 1px solid #e3e7ed;
    padding-left: 0;
    outline: none;
    width: 100%!important;
    top: 0!important;
    box-sizing: border-box
}

.sign-form-content-viewer .row-code .picture_box .input_code:focus {
    box-shadow: 1px 2px 3px #d7f4f1;
    border-color: #59cac2
}

.sign-form-content-viewer .row-code .picture_box .code_img {
    position: absolute;
    top: 0;
    right: 0;
    height: 42px!important;
    width: 96px;
    outline: none;
    margin-left: 0!important
}

.qrcode-box {
    position: relative;
    margin: 0 auto
}

.qrcode-box .scan-help-viewer {
    padding-top: 32px;
    padding-bottom: 38px;
    text-align: center;
    color: #9fa3af
}

.qrcode-box .scan-help-viewer span {
    vertical-align: middle
}

.qrcode-box .scan-help-viewer em {
    font-style: normal;
    color: #3a76ff;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle
}

.qrcode-box .scan-help-viewer em:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    /*background: url(https://static.zhipin.com/fe-zhipin-sign/v5041/static/images/icon-help.bd4128c.png) no-repeat 50%;*/
    vertical-align: -2px;
    margin-left: 5px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%
}

.qrcode-box .qrcodeimg-box {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: relative
}

.qrcode-box .qrcodeimg-box .invalid-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    text-align: center;
    background-color: hsla(0,0%,100%,.9)
}

.qrcode-box .qrcodeimg-box .invalid-box i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 75px auto 0;
    font-size: 30px;
    color: #999;
    animation: loading 1.2s infinite
}

@keyframes loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

.qrcode-box .qrcodeimg-box .invalid-box p {
    padding: 50px 0 25px;
    color: #333;
    text-align: center
}

.qrcode-box .qrcodeimg-box .invalid-box .btn {
    display: inline-block;
    min-width: 100px;
    box-sizing: content-box;
    height: 36px;
    line-height: 36px;
    border: 1px solid #00a6a7;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    background-color: #00a6a7;
    text-align: center;
    cursor: pointer;
    padding: 0
}

.qrcode-box .qrcodeimg-box .invalid-box .btn:active,.qrcode-box .qrcodeimg-box .invalid-box .btn:hover {
    transition: all .2s linear;
    background-color: #6adbcf
}

.qrcode-box .qrcodeimg-box img {
    width: 100%;
    height: 100%
}

.qrcode-box .login-step-box {
    text-align: center
}

.qrcode-box .login-step-box .user-photo {
    margin-bottom: 30px;
    margin-top: 65px;
    display: inline-block;
    width: 160px;
    height: 160px
}

.qrcode-box .login-step-box .user-photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.qrcode-box .login-step-box .login-step-title {
    text-align: center;
    color: #00a6a7;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400
}

.qrcode-box .login-step-box .login-step-detail {
    text-align: center;
    font-size: 14px;
    color: #9fa3b0;
    line-height: 20px
}

.sign-scan-help {
    position: absolute;
    left: 370px;
    top: -107px;
    width: 274px;
    height: 524px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 1006;
    box-shadow: 0 6px 13px rgba(0,0,0,.1)
}

.sign-scan-help:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -10px;
    top: 147px;
    border: 10px solid rgba(0,0,0,0);
    border-right-color: #fff;
    border-left: none
}

.sign-scan-help.show {
    display: block;
    opacity: 1;
    margin-left: 0
}

.sign-scan-help h4 {
    margin: 40px auto 24px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 22px
}

.sign-scan-help .scan-help-tab {
    position: relative;
    z-index: 1;
    width: 188px;
    height: 29px;
    margin: 0 auto;
    border: 1px solid #53cac4;
    font-size: 0;
    border-radius: 20px;
    overflow: hidden
}

.sign-scan-help .scan-help-tab li {
    width: 50%;
    text-align: center;
    vertical-align: middle;
    color: #19b9b1;
    font-size: 12px;
    background-color: #fff;
    cursor: pointer;
    height: 29px;
    line-height: 29px;
    float: left
}

.sign-scan-help .scan-help-tab li.active {
    background-color: #e5f8f7
}

.sign-scan-help .sub-title {
    margin: 24px auto 20px;
    color: #444;
    text-align: center;
    line-height: 20px
}

.sign-scan-help .scan-help-content li {
    display: none;
    width: 234px;
    height: 325px;
    margin: 0 auto
}

.sign-scan-help .scan-help-content li.active {
    display: block
}

.sign-scan-help .scan-help-content li.help-boss {
    /*background: url(https://img.bosszhipin.com/static/file/2022/6gyainbzon1646641031872.png) no-repeat 50%;*/
    background-size: 100% 100%
}

.sign-scan-help .scan-help-content li.help-geek {
    /*background: url(https://img.bosszhipin.com/static/file/2022/qsxkd6jow71646641032175.png) no-repeat 50%;*/
    background-size: 100% 100%
}

.check-phone-dialog .dialog-header .title {
    font-size: 24px
}

.check-phone-dialog .dialog-container {
    width: 444px!important;
    padding: 40px
}

.check-phone-dialog.dialog-wrap .dialog-container .dialog-header {
    padding-top: 0
}

.check-phone-dialog.dialog-wrap .dialog-container .dialog-header .title {
    text-align: left
}

.check-phone-dialog.dialog-wrap .dialog-container .dialog-body {
    padding: 26px 0 0
}

.check-phone__container .form-row {
    padding-left: 120px
}

.check-phone__container .form-row .form-row-label {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    padding-right: 30px;
    text-align: right;
    line-height: 44px
}

.check-phone__container .form-row .tip-error {
    left: 120px
}

.check-phone__container .form-row .account-show {
    display: inline-block;
    line-height: 44px
}

.check-phone__container .operate-area {
    margin-top: 24px;
    text-align: right
}

.check-phone__container .operate-area .btn {
    display: inline-block;
    box-sizing: content-box;
    border: 1px solid #00a6a7;
    color: #fff;
    letter-spacing: 1px;
    background: #00a6a7;
    text-align: center;
    cursor: pointer;
    min-width: 42px;
    height: 32px;
    margin: 0 0 0 20px;
    padding: 0 25px;
    line-height: 32px;
    font-size: 14px;
    transition: all .2s linear
}

.check-phone__container .operate-area .btn:hover {
    background-color: #00a6a7;
    color: #fff
}

.check-phone__container .operate-area .btn-cancel {
    background: #fff;
    color: #00a6a7
}

.check-phone__container .operate-area .btn-cancel:hover {
    background-color: #fff;
    color: #00c7b1
}

@media (max-width:800px) {
    .page-sign {
        background: 0 0;
        min-width: inherit
    }

    .page-sign #header {
        display: none
    }

    .page-sign .sign-wrap {
        position: static;
        transform: none;
        box-shadow: none;
        width: 100vw;
        min-height: 100vh
    }

    .page-sign .sign-wrap.login-wrap {
        height: auto;
        margin-top: 0;
        margin-left: 0
    }

    .page-sign .sign-wrap .btn-sign-switch,.page-sign .sign-wrap .btn-switch,.page-sign .sign-wrap .side-slide-box,.page-sign .sign-wrap .text-tip {
        display: none
    }

    .page-sign .sign-wrap .sign-form {
        box-sizing: border-box;
        width: 100%;
        padding: 0 15px
    }

    .page-sign .sign-wrap .sign-form.is-signup .sign-tab {
        display: none
    }

    .page-sign .sign-wrap .sign-form.is-signup .title {
        margin-bottom: 40px
    }

    .page-sign .sign-wrap .sign-form .sign-tab {
        margin-bottom: 59px;
        display: none
    }

    .page-sign .sign-wrap .sign-form .sign-tab span {
        flex: 1
    }

    .page-sign .sign-wrap .sign-form .publicity-info .renshe-phone {
        display: block
    }

    .page-sign .sign-wrap .sign-form .publicity-info .renshe-phone:before {
        display: none
    }

    .page-sign .sign-wrap .sign-form-content {
        width: 100%
    }

    .page-sign .sign-wrap .inner-box {
        width: 100%;
        padding-top: 0
    }

    .page-sign .sign-wrap .inner-box .title {
        display: block;
        line-height: 32px;
        margin-top: 30px;
        margin-bottom: 44px;
        font-weight: 400;
        font-size: 26px;
        color: #00a6a7
    }

    .page-sign .sign-wrap .no-account {
        display: block
    }

    .wx-bind {
        position: static;
        transform: none;
        box-shadow: none;
        width: 100vw;
        padding: 0 15px;
        border-radius: 0;
        box-sizing: border-box
    }

    .wx-bind .title {
        padding: 30px 0 20px
    }

    .login-page .dialog-wrap .dialog-container {
        width: 260px;
        min-width: auto
    }
}

.from-creator .sign-account .text-tip a {
    display: inline-block;
    float: none;
    width: auto
}

.from-creator .sign-account .text-tip a+a {
    margin-left: 40px
}

.from-evaluation .sign-account .text-tip a {
    display: inline-block;
    float: none;
    width: auto
}

.from-evaluation .sign-account .text-tip a+a {
    margin-left: 40px
}

.from-evaluation .scan-app .text-tip a {
    float: none
}

.from-pes .sign-account .text-tip a {
    display: inline-block;
    float: none;
    width: auto
}

.from-pes .sign-account .text-tip a+a {
    margin-left: 40px
}

.from-pes .scan-app .text-tip a {
    float: none
}

.from-pes .scan-help-tab {
    display: none
}