/* 页面基础样式 */
body {
    background-color: #f8f8f8;
    color: #666;
    font-size: 14px;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, label {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font-family: Microsoft Yahei, Helvetica, Arial;
    font-size: 14px;
    color: #666;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: none !important;
}

ul, h1, h2, h3, h4, h5, p, label, input {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

h1, h2, h3, h4, h5 {
    font-size: 14px;
    font-weight: normal;
}

input:focus, textarea:focus, button:focus, a:focus, select:focus {
    outline: none;
}

ul, ol {
    list-style: none;
}

small {
    font-size: 14px;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

address, cite, dfn, em, var, i {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: Microsoft Yahei, Helvetica, Arial;
}

/* WebKit browsers*/
::-webkit-input-placeholder {
    color: #aaa;
}

/* Mozilla Firefox 4 to 18*/
:-moz-placeholder {
    color: #aaa;
}

/* Mozilla Firefox 19+*/
::-moz-placeholder {
    color: #aaa;
}

/* Internet Explorer 10+*/
:-ms-input-placeholder {
    color: #aaa;
}

button, input, select, textarea {
    font-size: 100%;
}

i, em {
    font-style: normal;
}

a:focus {
    color: #666;
    text-decoration: none;
}

label {
    font-weight: normal;
}

li {
    list-style: none;
}

html .hide {
    display: none;
}

fieldset, img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*必须输入符号专用样式*/
ul li label strong {
    color: #ee5a2f;
    margin-left: 2px;
}

/* bootstrapUI变更 */
/*按钮*/
.btn {
    border-radius: 3px !important;
    line-height: 24px;
}

.btn-primary, .btn-primary:focus {
    background-color: #ee5a2f;
    border-color: #ee5a2f;
}

.btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}

/*提示窗，样式修改*/
.modal-content {
    position: fixed !important;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 3px;
    left: 5px !important;
    right: 5px;
    width: auto !important;
}

.modal-header {
    display: none;
}

.modal-footer {
    border: 0;
    padding-top: 0;
    text-align: center;
}

.modal-footer button {
    width: 100px;
}

.modal-footer button, .modal-footer button:focus {
    border-radius: 5px;
    outline: none;
}

.modal-footer button:focus {
    outline: none;
}

.modal-footer button i.fa {
    display: none;
}

/* Internet Explorer 10+*/
.clear {
    clear: both;
    float: none;
    height: 0;
    overflow: hidden;
}

/*页面报错*/
.error-report {
    text-align: center;
}

.error-report img {
    width: 80%;
    margin-top: 20px;
}

.error-report h3 {
    font-weight: normal;
    font-size: 18px;
    padding: 20px 0 20px;
    color: #000
}

.error-report p {
    line-height: 24px;
}

.error-report button {
    border: 1px solid #0e87bb;
    border-radius: 20px;
    background: #f8f8f8;
    font-size: 16px;
    color: #0e87bb;
    width: 80%;
    height: 40px;
    margin-top: 30px;
}

/*------------通用表单样式-------------*/
.general-input-form {
    min-height: 600px;
    padding-bottom: 150px;
}

.general-input-form ul {
    overflow: hidden;
    background-color: #fff;
    padding: 0 10px;
}

.general-input-form ul li {
    padding: 10px 0;
    height: auto;
    overflow: hidden;
    line-height: 25px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: -1px;
}

.general-input-form ul li .select2-container .select2-selection {
    line-height: 0;
    display: block;
    min-height: auto;
}

.general-input-form ul li .select2-container ul {
    border-top: none;
}

.general-input-form ul li .select2-container ul li {
    border-bottom: none;
    padding: 0;
}

.general-input-form ul li .select2-container ul li input {
    margin: 0 !important;
}

.general-input-form ul li > label {
    display: block;
    float: left;
    width: 120px;
    color: #888;
    font-weight: normal;
    margin-bottom: 0;
    position: relative;
    padding-left: 13px;
}

.general-input-form ul li > label strong {
    position: absolute;
    top: 2px;
    left: 0;
}

.general-input-form ul li > span {
    display: block;
    overflow: hidden;
    color: #999;
    text-align: right;
    padding-right: 25px;
}

.general-input-form ul li ul li span {
    overflow: visible;
}

.general-input-form ul li input {
    border: 0;
    color: #333;
    width: 100%;
    text-align: right;
}

.general-input-form ul li select {
    width: 100%;
    color: #333;
    height: 25px;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    text-align: right;
    text-align-last: right;
    direction: rtl;
    margin-right: -5px;
}

.general-input-form ul li textarea {
    resize: none;
    border: none;
    width: 100%;
    color: #333;
}

.general-input-form ul li.through > label {
    width: 100%;
}

.general-input-form ul li.through > span {
    width: 100%;
    padding-left: 13px;
    position: relative;
}

.general-input-form ul li.through i.fa-caret-down{
    top: 7px;
}

/*特殊状态的表单字体颜色*/
.general-input-form ul li textarea::-webkit-input-placeholder,
.general-input-form ul li input::-webkit-input-placeholder {
    color: #aaa;
}

.general-input-form ul li input:disabled {
    background-color: #fff;
    color: #aaa;
}

/*下拉箭头*/
.general-input-form ul li span i.fa-caret-down {
    position: absolute;
    right: 10px;
    top: 15px;
}

/*时间-清除按钮*/
.general-input-form ul li span em.fa-times-circle {
    position: absolute;
    top: 15px;
    right: 6px;
    background-color: #fff;
    font-size: 18px;
    color: #ccc;
    display: none;
}

/*下拉框-搜索功能*/
.general-input-form ul li .select2-selection {
    border: none !important;
}

.general-input-form ul li .select2-selection__rendered {
    padding-left: 0 !important;
    background-color: #fff !important;
    text-align: right !important;
    padding-right: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.general-input-form ul li .select2-container {
    width: 100% !important;
}

.general-input-form .select2-selection__choice {
    margin-top: 0 !important;
}

.general-input-form ul li p {
    position: relative;
}

/*图片上传按钮样式*/
.general-input-form ul li i.fa-minus,
.general-input-form ul li i.fa-plus {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    position: absolute;
    margin: 0;
    top: 1px;
}

.general-input-form ul li i.fa-minus {
    right: 26px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.general-input-form ul li i.fa-plus {
    right: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*实名认证-已认证图标*/
.general-input-form ul li i.fa-check-circle {
    position: absolute;
    font-size: 12px;
    color: #00B83F;
    right: 25px;
    top: 18px;
}

/*浮动时长*/
.general-input-form ul li i.time-length {
    position: absolute;
    top: 22px;
    right: 10px;
}

/*温馨提示*/
.help-info {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.help-info label {
    font-size: 14px;
    font-weight: bold;
    padding: 4px 0 4px 10px;
    line-height: 24px;
    color: #FFFFFF;
    background-color: #ee5a2f;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.help-info ol {
    background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.help-info li {
    line-height: 20px;
    font-size: 12px;
    padding: 5px 0;
}

.help-info .weight {
    color: #000;
    font-weight: bold;
}

/*温馨提示-折叠*/
.prompt-open {
    position: relative;
}

.prompt-open em {
    position: absolute;
    right: 15px;
    font-size: 1.3em;
    top: 12px;
    color: #FFF;
}

.prompt-open em.fa-sort-down {
    top: 4px;
}

.prompt-open em.fa-sort-up {
    top: 10px;
    display: none
}

.prompt-open label {
    cursor: pointer;
}

.prompt-open label span {
    font-weight: normal;
}

.prompt-close {
    padding: 0 !important;
}

.prompt-close em.fa-sort-up {
    display: inline;
}

.prompt-close em.fa-sort-down, .prompt-close ol {
    display: none;
}

.prompt-open .prompt-on {
    font-size: 12px;
}

.prompt-open .prompt-off {
    font-size: 12px;
    display: none;
}

.prompt-close .prompt-on {
    display: none;
}

.prompt-close .prompt-off {
    display: inline;
}

/*暂无数据*/
.prompt-no-data {
    border: none !important;
    background-color: transparent !important;
    text-align: center;
    margin-top: 80px !important;
    line-height: 24px !important;
}

.prompt-no-data i.no-data {
    background: url("../../images/base/icon-no-data.png") no-repeat;
    display: inline-block;
    width: 150px;
    height: 100px;
    background-size: 150px;
}

.prompt-no-data strong {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 0 !important;
    display: inline !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

/*适配不同尺寸的手机*/
@media (max-width: 360px) {
    .btn {
        line-height: 22px;
    }
}

@media (max-width: 320px) {
    .nav {
        padding: 25px 0;
    }
}

@media (min-width: 410px) {
    .nav {
        padding: 40px 0;
    }
}

/*禁止编辑-下拉选择插件-字体颜色*/
.select2-container--disabled span {
    color: #ccc !important;
}

.select2-container--disabled .select2-selection__arrow {
    display: none
}

/*不能编辑的表单背景色*/
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fff !important;
}

/*表单-必填-红边线*/
.required {
    border-left: 2px solid #ee5a2f;
}

/*图片附件上传*/
.image-upload-container img {
    display: block;
    border: 0;
    width: 100%;
    height: 100%;
}

.image-upload-container button {
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 2em;
    color: #ccc;
    margin-top: 0px;
}

.image-upload-container button strong {
    font-size: 24px;
    color: #ccc;
}

.image-upload-container p div {
    width: 25%;
    height: 100px;
    display: block;
    float: left;
    position: relative;
    padding: 3px;
}

.image-upload-container p div i {
    position: absolute;
    bottom: 3px;
    right: 3px;
    color: #fff;
    font-size: 1em;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
}

/*电子合同待签署提醒*/
.contract-signed-remind {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    padding: 0 20px;
}

.contract-signed-remind .title {
    text-align: center;
    margin-top: 40px;
}

.contract-signed-remind .title img {
    width: 110px;
}

.contract-signed-remind .title h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding-top: 20px;
}

.contract-signed-remind .content {
    text-align: center;
    padding: 20px;
    line-height: 24px;
}

.contract-signed-remind .content span {
    color: #ee5a2f;
    font-weight: bold;
    padding: 0 5px;
}

.contract-signed-remind ul {
    background-color: #f7f7f7;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 15px 0 15px 10px;
    margin-bottom: 20px;
    line-height: 24px;
    overflow: auto;
}

.contract-signed-remind li label {
    width: 90px;
    float: left;
    display: block;
    color: #999;
    text-align: right;
}

.contract-signed-remind li span {
    display: block;
    overflow: hidden;
    color: #000;
}

/*协议弹层*/
.employee-resign-process {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #f2f2f2;
}

.employee-resign-process h4 {
    text-align: center;
    line-height: 60px;
    padding-top: 10px;
    font-size: 21px;
}

.employee-resign-process .content {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    margin: 0 15px;
    padding: 15px;
    border-radius: 5px;
    line-height: 30px;
    overflow: auto;
    height: 200px;
}

.employee-resign-process .content strong {
    color: #000;
}

.employee-resign-process .operation {
    padding: 15px 50px 0;
}

.employee-resign-process .operation button {
    background-color: #61aafc;
    border: none;
    border-radius: 50px;
    width: 100%;
    color: #fff;
    height: 40px;
}

/*离职调查*/
.employee-resign-survey {
    color: #888;
}

.employee-resign-survey h4 {
    line-height: 35px;
    color: #000;
    font-weight: bold;
}

.employee-resign-survey i.fa {
    display: block;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    font-size: 16px !important;
    line-height: 27px;
    padding-left: 24px;
}

.employee-resign-survey i.fa span {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 45px;
}

.employee-resign-survey i.fa-check-square,
.employee-resign-survey i.fa-check-circle {
    color: #ee5a2f !important;
}

.employee-resign-survey .explain {
    margin: 5px 10px 5px 24px;
    border: 1px solid #ddd;
    padding: 5px;
}

/*离职评分*/
.departure-score ol {
    margin: 0;
    padding-left: 30px;
}

.departure-score li {
    list-style-type: decimal;
    line-height: 30px;
    height: 30px;
}

.departure-score li label {
    width: 60px;
    float: left;
    display: block;
    margin: 0;
}

.departure-score li span {
    display: block;
    float: left;
    height: 30px;
    overflow: hidden;
    width: 150px;
}

.departure-score li i.fa {
    font-size: 20px;
    margin: 0 3px;
    padding-top: 5px;
    width: 22px;
    text-align: center;
    color: #e9e9e9;
    display: none;
    cursor: default;
}

.departure-score li i.active {
    color: #ee5a2f;
    display: inline-block;
}

.departure-score li em {
    font-style: normal;
    color: #ccc;
}

/*移动端-补充*/
.departure-score .mobile {
    font-size: 14px;
    width: 300px;
    padding-left: 25px;
}

.departure-score .mobile li {
    line-height: 36px;
    height: 36px;
    overflow: visible;
    padding: 0;
    border: none;
    margin: 0;
    color: #666;
}

.departure-score .mobile li label {
    width: 70px;
    color: #666;
}

.departure-score .mobile li span {
    height: 36px;
    width: 175px;
}

.departure-score .mobile li i.fa {
    font-size: 22px !important;
    width: 25px;
    padding: 0;
    line-height: 36px;
}

.departure-score .editor li i.fa {
    display: inline-block;
}

.employee-resign-survey.preview span {
    padding-left: 21px;
}

.employee-resign-survey.preview .explain {
    background-color: #f3f3f3;
    border: none;
    color: #bbb;
}
