﻿html {
    overflow: hidden;
}

body {
    width: 100%;
    overflow: auto;
    min-height: 500px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

input::-ms-clear {
    display: none;
}

button {
    outline: none;
    cursor: pointer;
}

    button::-moz-focus-inner,
    input[type="reset"]::-moz-focus-inner,
    input[type="button"]::-moz-focus-inner,
    input[type="submit"]::-moz-focus-inner,
    input[type="file"] > input[type="button"]::-moz-focus-inner {
        border: none
    }

.font0 {
    font-size: 0 !important;
}

li {
    list-style-type: none;
}

input {
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    border-radius: 3px;
    outline: none;
}

.mailContent:focus {
    box-shadow: 0 0 5px rgba(24, 142, 239, 1);
    -webkit-box-shadow: 0 0 5px rgba(24, 142, 239, 1);
    -moz-box-shadow: 0 0 5px rgba(24, 142, 239, 1);
}

.mailContent {
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    border-radius: 3px;
    outline: none;
}

input:focus,
input:hover {
    box-shadow: 0 0 5px rgba(24, 142, 239, 1);
    -webkit-box-shadow: 0 0 5px rgba(24, 142, 239, 1);
    -moz-box-shadow: 0 0 5px rgba(24, 142, 239, 1);
}

textarea {
    padding: 10px;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    border-radius: 3px;
    outline: none;
    border: 1px solid #d5d7dc;
}

    textarea:focus {
        box-shadow: 0 0 5px rgba(24, 142, 239, 1);
        -webkit-box-shadow: 0 0 5px rgba(24, 142, 239, 1);
        -moz-box-shadow: 0 0 5px rgba(24, 142, 239, 1);
    }

/* 顶部 */

.header-box {
    width: 100%;
    height: 55px;
    background-image: url(../images/position_top_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header {
    width: 1200px;
    height: 55px;
    margin: 0 auto;
}

    .header .img-box {
        height: 55px;
        line-height: 55px;
        display: inline-block;
    }

        .header .img-box img {
            /* width: 177px; */
            height: 28px;
            vertical-align: middle;
        }

.ver-T {
    display: inline-block;
    vertical-align: top;
}

.header-nav {
    height: 55px;
    line-height: 55px;
    color: #fff;
    display: inline-block;
    margin-left: 177px;
    text-align: right;
}

    .header-nav .on,
    .header-nav span:hover {
        background: #188cef;
    }

    .header-nav span {
        font-size: 16px;
        position: relative;
        text-align: left;
        height: 55px;
    }

        .header-nav span a {
            background-repeat: no-repeat;
            box-sizing: border-box;
            display: block;
            color: #fff;
        }

.index-box {
    background-image: url(../images/top_index_icon.png);
    background-position: 25px center;
    background-size: 19px 19px;
    padding-left: 50px;
    padding-right: 25px;
}

.job-box {
    background-image: url(../images/top_position_icon.png);
    background-position: 25px center;
    background-size: 20px 16px;
    padding-left: 50px;
    padding-right: 25px;
}

.resume-box {
    background-image: url(../images/top_resume_icon.png);
    background-position: 25px center;
    background-size: 16px 18px;
    padding-left: 50px;
    padding-right: 25px;
}

.talent-pool {
    background-image: url(../images/top_talent_icon.png);
    background-position: 25px center;
    background-size: 20px 15px;
    padding-left: 50px;
    padding-right: 25px;
}

.employment-box {
    background-image: url(../images/top_hire_icon.png);
    background-position: 25px center;
    background-size: 16px 18px;
    padding-left: 50px;
    padding-right: 25px;
}

.statistics-box {
    background-image: url(../images/top_count_icon.png);
    background-position: 25px center;
    background-size: 16px 16px;
    padding-left: 50px;
    padding-right: 25px;
}

.system-box {
    background-image: url(../images/top_system_icon.png);
    background-position: 25px center;
    background-size: 19px 17px;
    padding-left: 50px;
    padding-right: 25px;
}

.mail {
    height: 35px;
    border-left: 1px solid #e1e1e1;
    display: inline-block;
    width: 150px;
    margin-left: 12px;
    vertical-align: middle;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    cursor: pointer;
}

    .mail font {
        line-height: 38px;
        font-size: 14px;
        color: #fff;
        padding-left: 7px;
        width: 150px;
        text-align: center;
        display: inline-block;
    }

.pullDown-box {
    background-image: url(../images/top_sj1_icon.png);
    background-repeat: no-repeat;
    background-size: 8px 6px;
    background-position: right center;
    width: 14px;
    height: 39px;
}

/* .mail .on,
.pullDown-box:hover {
    background-image: url(../images/top_sj2_icon.png);
} */

/* body.dragging, body.dragging * {
    cursor: move !important;
}
.dragged{
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
} */

.header-ul {
    background: #fff;
    z-index: 100;
    position: absolute;
    text-align: center;
    border: 1px solid #e1e1e1;
    display: none;
    box-sizing: border-box;
    width: 107px;
}

    .header-ul li {
        line-height: 34px;
        color: #909090;
        font-size: 14px;
        box-sizing: border-box;
    }

        .header-ul li:hover a {
            color: #188eef;
        }

        .header-ul li a {
            color: #909090;
            font-size: 14px;
            padding: 0 20px;
        }

select {
/*    -webkit-appearance: none;
    -moz-appearance: none;*/
    outline: none;
}

    select select {
        background: transparent;
        border: none;
        outline: none;
    }

/* 按钮 */
.mail-btn,
.ewn-btn,
.fb-btn,
.finish-btn,
.shangchuan-btn,
.add-btn,
.fbqx-btn,
.tongguo-btn,
.butongguo-btn,
.tijiao-btn,
.bj-btn,
.shanchu-btn,
.fuzhi-btn,
.pipei-btn,
.xiayilun-btn,
.change-btn,
.ceping-btn,
.bishi-btn,
.jieguo-btn,
.receping-btn,
.rebishi-btn,
.chakanDetail-btn,
.cehui-btn {
    border: none;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    padding: 0;
    margin-right: 2px;
}

.fb-box,
.finish-box,
.shangchuan-box,
.add-box,
.tongguo-box,
.buttongguo-box,
.bj-box,
.tj-box,
.shanchu-box,
.fuzhi-box,
.daiding-box,
.pipei-box,
.finish-box,
.xiayilun-box,
.change-box1,
.ceping-box,
.bishi-box,
.jieguo-box,
.receping-box,
.rebishi-box {
    display: none;
    position: fixed;
    background: #585858;
    border-radius: 4px;
    z-index: 5;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
}

.release,
.cancel,
.merge,
.upload,
.refresh,
.batch,
.pass-btn,
.noPass-btn,
.pltj-btn,
.anpai,
.tongzhi,
.ceping,
.fasong,
.daochu,
.pipei,
.bishi,
.faqiceping,
.detail-next,
.bf-bufaoffer-btn,
.bufatijian-btn {
    border: 1px solid #d6d7dc;
    color: #909090;
    font-size: 12px;
    border-radius: 5px;
    height: 32px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: left 12px center;
    margin-right: 12px;
    background-color: transparent;
    padding-left: 32px;
    padding-right: 14px;
    line-height: 30px;
}

textarea {
    padding: 10px;
    color: #323232;
    font-family: Microsoft Yahei;
}

input {
    color: #323232;
}

select {
    color: #323232;
}

/* 修改弹窗 */
.change-del {
    overflow: auto;
    height: 320px;
}

.conBtn span,
.conBtn lable {
    cursor: pointer;
}

.bg-gray {
    background: #e1e1e1;
}

/* .goTop{
    width: 60px;
    height: 60px;
    background: #fff;
    position: fixed;
    bottom: 120px;
    transition: 1s ease-out;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    -moz-transition: 1s all ease;
    background-image: url('../images/gw_top1_icon.png');
    background-size: 24px 27px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.goTop.on{
    background-image: url('../images/gw_top2_icon.png');
}
 */
.upload-input {
    width: 100px !important;
    box-sizing: border-box;
    border: none !important;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    z-index: 999;
}

.upload-jieguo {
    width: 100px !important;
    box-sizing: border-box;
    border: none !important;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    z-index: 999;
}

.upload-resume {
    width: 100px !important;
    box-sizing: border-box;
    border: none !important;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    z-index: 999;
}

/* 底部跳转 */
.items-bottom {
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    display: inline-block;
    margin: 30px 0;
    text-align: right;
    width: 100%;
}

.page-control {
    color: #323232;
    font-size: 14px;
    line-height: 34px;
    vertical-align: middle;
    float: left;
}

.controlSelect {
    width: 61px;
    height: 26px;
    line-height: 26px;
    box-sizing: border-box;
    border: 1px solid #d6d7dc;
    margin: 0px 4px 0 7px;
    vertical-align: middle;
}

#controlSelectOffer {
    width: 61px;
    height: 26px;
    line-height: 26px;
    box-sizing: border-box;
    border: 1px solid #d6d7dc;
    margin: 0px 4px 0 7px;
    vertical-align: middle;
}

.total-box {
    line-height: 34px;
    font-size: 14px;
    color: #909090;
}

.total-number {
    font-size: 14px;
    margin: 0 5px;
}

.total-page {
    font-size: 14px;
    margin: 0 5px;
}

.page-box {
    line-height: 34px;
    vertical-align: middle;
    margin-left: 10px;
}

.arrow-left-box,
.arrow-right-box {
    display: inline-block;
    line-height: 14px;
}

.arrow-left-box {
    margin-right: 17px;
}

.arrow-left,
.arrow-right {
    border: none;
    background-color: transparent;
    width: 10px;
    height: 14px;
    line-height: 34px;
    background-image: url(../images/position_before1_icon.png);
    background-size: 10px 14px;
    background-position: center;
    background-repeat: no-repeat;
}

.arrow-right {
    background-image: url(../images/position_next1_icon.png);
    margin-left: 17px;
}

.arrow-left.on {
    background-image: url(../images/position_before2_icon.png);
}

.arrow-right.on {
    background-image: url(../images/position_next2_icon.png);
}

.number-box {
    font-size: 14px;
    color: #323232;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    vertical-align: middle;
    display: inline-block;
}

    .number-box.on {
        width: 30px;
        height: 30px;
        background-color: #188cef;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        vertical-align: middle;
        display: inline-block;
    }

.page-btn {
    line-height: 14px;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}

.page-span {
    color: #323232;
    font-size: 14px;
    line-height: 34px;
    vertical-align: middle;
    margin-left: 18px;
}

.page-value {
    width: 44px;
    height: 24px;
    box-sizing: border-box;
    border: 1px solid #d6d7dc;
    margin: 0px 4px 0 7px;
}

.turn-box {
    width: 40px;
    height: 24px;
    border: none;
    background: #188cef;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    display: inline-block;
    line-height: 24px;
    text-align: center;
}

/* 底部 */
.footer {
    height: 55px;
    background: #000f29;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 55px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

/*全站的弹窗样式*/
@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -o-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes bounceInOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -o-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
    }

    15% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    85% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

.sharonTips {
    animation-fill-mode: both;
    animation-duration: .3s;
    z-index: 19910119;
    width: 260px;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-background-clip: content;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
    left: 50%;
    top: 50%;
    margin-left: -130px;
    font-size: 14px;
}

.sharonTips-shade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19910116;
    background-color: #000;
    opacity: 0.3;
}

/*弹窗的动画行为*/
.anim-bounceIn {
    animation-name: bounceIn;
    -webkit-animation-name: bounceIn;
}

.anim-bounceOut {
    animation-name: bounceOut;
    -webkit-animation-name: bounceIn;
}

.anim-bounceInOut {
    animation-name: bounceInOut;
    -webkit-animation-name: bounceInOut;
    animation-duration: 2.4s;
    -webkit-animation-duration: 2.4s;
}


/*弹窗的样式*/
.sharonTips-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    padding: 15px 30px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 19910120;
}

.sharonTips-confirm {
}

.sharonTips-prompt input {
    width: 100%;
    height: 30px;
    line-height: 30px;
}


.sharonTips-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
}

.sharonTips-content {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    font-size: 14px;
    overflow-y: auto;
}

.sharonTips-closeBtn {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 0;
    line-height: initial;
}

    .sharonTips-closeBtn a {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 13px;
        height: 13px;
        margin-left: 10px;
        font-size: 12px;
        background: url('/static/images/bullet_del1_icon.png') 0 no-repeat;
    }

.sharonTips-btn {
    text-align: right;
    padding: 0 10px 12px;
    pointer-events: auto;
    user-select: none;
}

    .sharonTips-btn a {
        height: 28px;
        line-height: 28px;
        margin: 0 6px;
        padding: 0 15px;
        border: 1px solid #dedede;
        background-color: #f1f1f1;
        color: #333;
        border-radius: 2px;
        font-weight: 400;
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
        vertical-align: top;
    }

        .sharonTips-btn a.yesBtn {
            border-color: #4898d5;
            background-color: #2e8ded;
            color: #fff;
        }

/* 短信模板 */
.mailContent {
    /* padding: 0 10px 20px 10px; */
    /* min-height: 140px; */
    outline: 0;
    color: #323232;
    line-height: 24px;
    width: auto;
    text-align: left;
}

.mailSms {
    line-height: 35px;
}

.mailEmail {
    line-height: 35px;
}

.mailP {
    margin-top: 10px;
    color: #323232;
    font-size: 14px;
}

    .mailP:focus {
        outline: 0;
    }

.mailSpan {
    padding: 0;
    border: none;
    margin-right: 0;
    font-size: 14px;
    color: #188eef !important;
    width: auto !important;
}

.mailSpanDel {
    background-image: url(../images/position_del2_icon.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center;
    width: 18px;
    height: 16px;
    position: absolute;
    right: 6px;
    top: 10px;
}

.mailInput {
    /* box-sizing: border-box; */
    border: none;
    display: inline-block;
    vertical-align: middle;
    color: #323232;
    font-size: 14px;
    border: none;
    word-break: break-all;
}

/* .mailInput:focus {
    box-shadow: 0 0 5px rgba(24, 142, 239, 1);
    -webkit-box-shadow: 0 0 5px rgba(24, 142, 239, 1);
    -moz-box-shadow: 0 0 5px rgba(24, 142, 239, 1);
} */

.choose p {
    position: relative;
}

/* 雪碧图 */
/* word的图标 */
.word-icon {
    background-image: url(../images/sprite_list_icon.png);
    background-repeat: no-repeat;
    background-position: -99px -84px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: unset;
    vertical-align: bottom;
    left: 0px;
    top: 0;
}

.excal-icon {
    background-image: url(../images/sprite_list_icon.png);
    background-repeat: no-repeat;
    background-position: -132px -84px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: unset;
    vertical-align: bottom;
    left: 0px;
    top: 0;
}

.print-icon {
    background-image: url(../images/sprite_list_icon.png);
    background-repeat: no-repeat;
    background-position: -550px -84px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: unset;
    vertical-align: bottom;
    left: 0px;
    top: 0;
}

.pdf-icon {
    background-image: url(../images/sprite_list_icon.png);
    background-repeat: no-repeat;
    background-position: -67px -84px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: unset;
    vertical-align: bottom;
    left: 0px;
    top: 0;
}

.image-icon {
    background-image: url(../images/sprite_list_icon.png);
    background-repeat: no-repeat;
    background-position: -4px -84px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: unset;
    vertical-align: bottom;
    left: 0px;
    top: 0;
}

.html-icon {
    background-image: url(../images/sprite_list_icon.png);
    background-repeat: no-repeat;
    background-position: -133px -105px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: unset;
    vertical-align: bottom;
    left: 0px;
    top: 0;
}

/* 系统设置导航 */
.mail-hover {
    height: 55px;
    width: 150px;
}

.mail {
    margin-top: 10px;
}

.setting {
    padding: 23px 0 22px 0px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    width: 97px;
    margin: auto;
    margin-top: 6px;
    text-align: center;
    position: relative;
    transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 11111;
}

.setting-li {
    line-height: 1;
    font-size: 14px;
    color: #909090;
    margin-bottom: 20px;
    cursor: pointer;
}

.settingHeader-li {
    line-height: 1;
    font-size: 14px;
    color: #909090;
    margin-bottom: 20px;
    cursor: pointer;
    margin-bottom: 0;
}

.setting-li:last-child {
    margin-bottom: 0;
}

.setting-li a {
    color: #909090;
    display: block;
    width: 100%;
    height: 100%;
}

.setting-li:first-child:hover a,
.setting-li:hover {
    color: #188eef;
}

.setting-li:nth-child(4):hover a,
.setting-li:hover {
    color: #188eef;
}

.setting-left {
    /* background-image: url(../images/xt_more4_icon.png); */
    background-repeat: no-repeat;
    background-position: left 22px center;
    background-size: 6px 8px;
    transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out;
}

.setting-right {
    /* background-image: url(../images/xt_more1_icon.png); */
    background-repeat: no-repeat;
    background-position: left 22px center;
    background-size: 6px 8px;
    transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out;
}

.mail-hover:hover .setting {
    visibility: visible;
    opacity: 1;
}

.guanli {
    position: absolute;
    /* right: -140px; */
    left: -140px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    text-align: center;
    top: 91px;
    transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 11111111;
    background: #fff;
}

.guanli-li {
    height: 37px;
    padding: 0 20px;
    line-height: 37px;
    color: #909090;
}

    .guanli-li a {
        color: #909090;
        display: block;
        width: 100%;
        height: 100%;
    }

    .guanli-li:hover,
    .guanli-li.on,
    .guanli-li:hover a {
        color: #fff;
        background: #188eef;
    }

.setting-right:hover {
    background-image: url(../images/xt_more3_icon.png);
    color: #188eef;
}

    .setting-right:hover .guanli {
        visibility: visible;
        opacity: 1;
    }

.shezhi {
    position: absolute;
    left: -99px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    text-align: center;
    top: 52px;
    transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 1111111;
    background: #fff;
}

.shezhi-li {
    height: 37px;
    padding: 0 20px;
    line-height: 37px;
    color: #909090;
}

    .shezhi-li a {
        color: #909090;
    }

    .shezhi-li:hover,
    .shezhi-li.on,
    .shezhi-li:hover a {
        color: #fff;
        background: #188eef;
    }

.setting-left:hover {
    background-image: url(../images/xt_more3_icon.png);
    color: #188eef;
}

    .setting-left:hover .shezhi {
        visibility: visible;
        opacity: 1;
    }


.conBtn label {
    cursor: pointer;
}


/* ::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #188eef;
    border-radius: 15px;
}
 */
.tcTitle img {
    cursor: pointer;
}

.clear-box {
    cursor: pointer;
}

.title1 img {
    cursor: pointer;
}

.conBtn label,
.China,
#fore {
    cursor: pointer;
}

.mail-content > div {
    color: #323232;
}

.send-right-box {
    width: 445px;
    border-radius: 5px;
    min-height: 150px;
    border: 1px solid #d5d7dc;
    box-sizing: border-box;
    color: #323232;
    font-size: 14px;
    padding: 10px;
    text-align: left;
    line-height: 34px;
    /* margin-left: 10px; */
}

    .send-right-box p {
        line-height: 34px;
        color: #323232;
    }

.send-right-box-fix {
    margin-left: 10px;
}

.send-right-box:focus {
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    box-shadow: 0 0 5px rgba(24, 142, 239, 1);
    -webkit-box-shadow: 0 0 5px rgba(24, 142, 239, 1);
    -moz-box-shadow: 0 0 5px rgba(24, 142, 239, 1);
    outline: none;
}

.download-ewm {
    width: 50px;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 60px;
    cursor: pointer;
    line-height: 20px;
    color: #188eef;
    padding-left: 16px;
    background: url(../images/resume_download2_icon.png) left 3px center no-repeat;
    background-size: 12px;
    box-sizing: border-box;
    z-index: 9999;
}

.min-dialog {
    background: #323232 !important;
    opacity: .9;
    display: flex;
    justify-content: center;
    width: 130px;
    height: 130px;
}

/* 空列表 */
.noItem {
    width: 1200px;
    margin: auto;
    text-align: center;
    margin-top: 78px;
    display: none;
}

.noItem-img {
    background-image: url(../images/empty_icon.png);
    background-size: 302px 261px;
    background-repeat: no-repeat;
    background-position: center;
    width: 1200px;
    height: 261px;
}

.noItem-p {
    font-size: 18px;
    color: #909090;
    line-height: 1;
    margin-top: 20px;
    text-align: center;
}

.yuanjianlinoItem {
    margin-top: 78px;
}

.tcTitle img {
    cursor: pointer;
}

.change-close {
    cursor: pointer;
}

.conBtn label,
.conBtn span {
    cursor: pointer;
}

.ProvinceList {
    padding: 20px 10px 20px 10px;
}

#province span {
    cursor: pointer;
}

.conBtn font {
    cursor: pointer;
}

.get_rank_tip {
    color: #eaac00;
    font-size: 14px;
    position: fixed;
    right: 184px;
    top: 351px;
    height: 43px;
    line-height: 43px;
    background-image: url('../images/jb_icon.png');
    background-repeat: no-repeat;
    background-size: 41px 28px;
    background-position: left center;
    box-sizing: border-box;
    padding-left: 56px;
    display: none;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    100% {
        opacity: 0
    }
}

.addInfoTc .send-right-box div {
    line-height: 34px;
}


.change-bottom .name_fix {
    padding: 10px 0;
    padding-left: 35px;
    cursor: not-allowed;
}

    .change-bottom .name_fix span:first-child {
        width: 85px;
        font-size: 14px;
    }

    .change-bottom .name_fix span:nth-child(2) {
        font-size: 14px;
        color: #323232;
        width: 125px;
        margin-left: -7px;
    }

.conBtn_po_fix {
    position: fixed;
    bottom: 0;
    width: 1200px;
    text-align: center;
    background: #fff;
    z-index: 1;
    left: 0;
    height: 60px;
    box-shadow: 0 0 20px 1px #e1e1e1;
    margin: auto;
    right: 0;
}

.conBtn_span_po_fix {
    margin-top: 10px;
}

button:disabled {
    background-color: #909090;
}

.upload-ts-table {
    width: 100%;
    margin-bottom: 20px;
}

    .upload-ts-table thead tr {
        font-size: 12px;
        color: #323232;
        text-align: left;
        color: #909090;
        background-color: #f4f4f4;
        white-space: nowrap;
        padding: 20px;
        box-sizing: border-box;
    }

    .upload-ts-table tbody tr {
        border-bottom: 1px solid #e1e1e1;
    }

    .upload-ts-table th, .upload-ts-table td {
        height: 30px;
        font-size: 12px;
        vertical-align: middle;
        padding: 0 20px;
    }

.fj-fileTc {
    margin-left: 136px;
    text-align: left;
}
