* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: 'Microsoft YaHei', sans-serif;
    background: #F1F1F1;
    color: #333;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #333;
}

img {
    vertical-align: middle;
}

ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}



input[type=hidden] {
    display: none;
}

input, textarea {
    border: none;
    background: none;
    outline: none;
    font-family: 'Microsoft YaHei', sans-serif;
    font-size: 14px;
    resize: none;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}

table {
    border-collapse: collapse;
}

.placeholder {
    color: #b3b3b3 !important;
}

::-webkit-input-placeholder {
    color: #b3b3b3;
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
    display: block;
}

::-webkit-scrollbar-thumb:hover {
    border-color: #00A2E9;
    background: #8FCCF9;
}

::-webkit-scrollbar-thumb {
    background-color: #D2D5E4;
    border-radius: 20px;
    border: 1px solid #A8ADB7;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.unread {
    background: #E62129;
    line-height: 1;
    border-radius: 99px;
    behavior: url('../PIE.htc');
    font-size: 12px;
    color: #fff;
    padding: 2px 5px;
    display: inline-block;
}

.main {
    margin-left: 230px;
}

.main-wrap {
    background: #fff;
}

.main .wrapper {
    width: 970px;
    background: #fff;
    position: absolute;
    top: 80px;
    bottom: 0;
}

.main .section {
    padding: 15px 0;
    background: #fff;
}

.main .page-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0 15px;
}

.container {
    padding-top: 80px;
}

/* layui样式重写 */

.layui-form-checked[lay-skin=primary] i {
    border-color: #009EE6;
    background-color: #009EE6;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #009EE6;
}

.layui-form-checkbox[lay-skin=primary] span {
    color: #333;
    position: relative;
    bottom: 1px;
}

.layui-form-checkbox[lay-skin=primary] {
    padding-left: 24px;
}

body .layui-layer-page .layui-layer-content {
    overflow: inherit;
}

body .layui-laydate .layui-this {
    background-color: #009EE6 !important;
}

.layui-laydate-header i:hover, .layui-laydate-header span:hover {
    color: #009EE6 !important;
}

body .layui-laydate-header i {
    font-size: 14px;
}

body .layui-laydate-footer span:hover {
    color: #009EE6
}

body .layui-laydate-content td.laydate-selected {
    background-color: #EEF1F6
}

body .layui-layer-btn a {
    height: auto !important;
    border-radius: 4px;
}

body .layui-layer-dialog.layer-warning, body .layui-layer-dialog.layer-tip{
    min-width: 320px;
    overflow: hidden;
    border-radius: 10px;
}

body .layui-layer-dialog.layer-warning .layui-layer-title {
    border-bottom: 0;
    background: #fff;
    color: #E62129;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    height: auto;
    line-height: normal;
}

body .layui-layer-dialog.layer-tip .layui-layer-title {
    border-bottom: 0;
    background: #fff;
    color: #009EE6;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    height: auto;
    line-height: normal;
}

body .layui-layer-dialog.layer-warning .layui-layer-content {
    padding-bottom: 50px;
}

body .layui-layer-dialog.layer-tip .layui-layer-content {
    padding-bottom: 50px;
}

body .layui-layer-dialog.layer-warning .layui-layer-btn .layui-layer-btn0 {
    border-color: #E62129;
    background-color: #E62129;
}

body .layui-layer-dialog.layer-tip .layui-layer-btn .layui-layer-btn0 {
    border-color: #009EE6;
    background-color: #009EE6;
}

body .layui-layer-msg {
    min-width: 200px;
}

/*body .layui-layer.loading .layui-layer-ico16 {
    background-image: url('../images/loading.gif');
    background-size: contain;
}*/

body .layui-layer.loading {
    box-shadow: 0px 0px 6px 0px rgba(0,138,199,0.15);
    min-width: 180px;
    border-color: #E6E6E6;
}

body .layui-layer.loading .layui-layer-padding {
    padding-left: 65px;
}

/* cropper样式重写 */

body .cropper-face {
    background-color: #009EE6;
    opacity: 0.5;
}

/* 头部样式 */

.header {
    width: 100%;
    min-width: 1200px;
    height: 62px;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #E6E6E6;
    position: fixed;
    top: 0;
    z-index: 99;
}

.header .logo {
    float: left;
    margin-top: 10px;
}

.header a.switchOldVersion {
    float: left;
    color: #00A2E9;
    font-size: 14px;
    margin-left: 30px;
    margin-top: 30px;
}

.header a.switchOldVersion i{
    width: 14px;
    height: 7px;
    display: inline-block;
    background-image: url(../images/icons.png);
    background-position: -223px -43px;
    margin-left: 5px;
}

.header .search-wrap {
    width: 373px;
    height: 32px;
    line-height: 32px;
    float: left;
    margin-left: 30px;
    margin-top: 15px;
    border: 1px solid #00A2E9;
    border-radius: 4px;
    behavior: url('../PIE.htc');
}

.header .search-btn {
    width: 64px;
    height: 100%;
    line-height: 30px;
    background: #009EE6;
    color: #fff;
    text-align: center;
    float: right;
    cursor: pointer;
}

.header .search-icon {
    width: 15px;
    height: 16px;
    float: left;
    background-image: url('../images/icons.png');
    background-position: -99px -5px;
    margin: 8px 13px 0 11px;
}

.header .search-input {
    width: 250px;
    height: 100%;
    line-height: 30px;
    float: left;
}

.header .addJob-btn {
    width: 100px;
    height: 32px;
    line-height: 32px;
    background: #009EE6;
    color: #fff;
    float: left;
    border-radius: 4px;
    margin-left: 3%;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;
}

.header .addJob-btn span:after {
    content: '';
    width: 1px;
    height: 13px;
    display: inline-block;
    background: rgba(255, 255, 255, .5);
    vertical-align: middle;
    margin: 0 5px;
    position: relative;
    top: -2px;
}

.header .edit-icon {
    width: 13px;
    height: 14px;
    display: inline-block;
    background-image: url('../images/icons.png');
    background-position: -131px -10px;
    vertical-align: middle;
}

.header .msg-btn {
    width: 24px;
    height: 20px;
    background-image: url('../images/icons.png');
    background-position: -156px -4px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    top: 2px;
    display: inline-block;
    vertical-align: middle;
}

.header .msg-btn .unread {
    position: absolute;
    right: -10px;
    top: -10px;
}

.header .company-bar {
    float: right;
    margin-top: 18px;
    cursor: pointer;
    position: relative;
}

.header .company-logo {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-image: url('../images/icons.png');
    background-position: -260px -3px;
    vertical-align: middle;
}

.header .company-logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.header .company-name {
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 5px;
    max-width: 100px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header .company-name:hover {
    color: #00A2E9;
}

.showCompanyMenu {
    height: 45px;
    display: inline-block;
}

.company-menu {
    width: 100px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 45px;
    text-align: center;
    box-shadow:  0px 0px 6px 0px rgba(128, 128, 128, 0.2);
    border: 1px solid #E6E6E6;
    display: none;
}

.company-menu a {
    height: 35px;
    line-height: 35px;
    display: block;
}

.company-menu a:hover {
    background: #009EE6;
    color: #fff;
    text-decoration: underline;
}

.header .arrow-icon {
    width: 20px;
    height: 10px;
    display: inline-block;
    background-image: url('../images/icons.png');
    background-position: -220px -10px;
    vertical-align: middle;
}

.header .tel {
    float: right;
    font-size: 18px;
}

.header .line {
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
}

.header .line:after {
    content: '';
    width: 1px;
    height: 20px;
    background: #d8dce6;
    display: inline-block;
    vertical-align: middle;
}

.header .title {
    font-size: 18px;
    vertical-align: top;
    color: #000;
}

.header .login-link {
    float: right;
    font-size: 18px;
}

.header .login-link a {
    color: #008FE5;
}

.footer {
    background: #fff;
    clear: both;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.footer .logo {
    float: left;
    margin: 4px 20px;
}

.footer .fl {
    float: left;
    margin-left: 30px;
}

.footer .fl a {
    margin-right: 20px;
}

.footer .fl a:hover {
    color: #009EE6;
    text-decoration: underline;
}

.footer .fl .link {
    margin-bottom: 25px;
}

.footer .fl p {
    margin: 10px 0;
}


/* 左部导航样式 */

.sidebar {
    width: 210px;
    position: fixed;
    top: 80px;
    bottom: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.sidebar .nav {
    width: 100px;
    height: 100%;
    float: left;
    background: #009EE6;
    color: #fff;
}

.sidebar .nav ul {
    margin: 10px 0;
}

.sidebar .nav-item {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.sidebar .nav-item a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #fff;
}

.sidebar .nav-item.active {
    background: #4DBBEE;
}

.sidebar .nav-item.active .sub-nav {
    display: block;
}

.sidebar .nav-item:hover>a {
    background: #4DBBEE;
}

.sidebar .nav-item:hover .txt {
    text-decoration: underline;
}

.sidebar .nav-item i {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url('../images/icons.png?v=20200820');
    vertical-align: middle;
    margin-right: 8px;
}

.sidebar .nav-item .iconfont {
    margin-right: 8px;
}

.sidebar .nav-item .icon-iconshouye- {
    font-size: 14px;
}

.sidebar .home-icon {
    background-position: -5px -5px;
}

.sidebar .job-center-icon {
    background-position: -5px -38px;
}

.sidebar .resume-manage-icon {
    background-position: -5px -67px;
}

.sidebar .resume-search-icon {
    background-position: -5px -100px;
}

.sidebar .statistic-icon {
    background-position: -5px -130px;
}

.sidebar .vip-service-icon {
    background-position: -5px -162px;
}

.sidebar .security-setting-icon {
    background-position: -5px -190px;
}

.sidebar .data-setting-icon {
    background-position: -5px -224px;
}

.sidebar .custom-icon {
    background-position: -5px -256px;
}


.sidebar .sub-nav {
    width: 110px;
    color: #444;
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 0;
    display: none;
}

.sidebar .aside-toggle {
    width: 22px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: -11px;
    z-index: 1;
    margin-top: -80px;
    border-radius: 11px;
    cursor: pointer;
    background: #fff;
    color: #009EE6;
}

.sidebar .aside-toggle:hover {
    background: #F5FAFF;
}

.sidebar .aside-toggle.open {
    background: #009EE6;
    color: #fff;
    display: none;
}

.sidebar .aside-toggle.open:hover {
    background: #00B1FF;
}

.sidebar .sub-nav-item {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 10px 0;
}

.sidebar .sub-nav-item a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #444;
}

.sidebar .sub-nav-item.active a {
    background: #E62129;
    color: #fff;
}

.sidebar .sub-nav-item:hover a {
    background: #E62129;
    color: #fff;
    text-decoration: underline;
}

/* 标签栏 */

.tab {
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #019CEF;
}

.tab-item .num, .sub-tab-item .num{
    color: #E62129;
    font-size: 12px;
    margin-left: 5px;
}

.tab-item {
    float: left;
}

.tab-item a {
    display: inline-block;
    padding: 6px 16px 5px;
    background: #fff;
    color: #333;
    margin-right: 1px;
    border-radius: 4px 4px 0 0;
    behavior: url('../PIE.htc');
    border: 1px solid #E6E6E6;
}

.tab-item.active a {
    background: #019CEF;
    color: #fff;
    border-color: #019CEF;
    padding-top: 5px;
    margin-top: 1px;
}
.sub-tab {
    margin-top: 20px;
    margin-left: 25px;
}
.sub-tab-item {
    display: inline-block;
    position: relative;
}
.sub-tab-item a{
    padding: 4px 10px;
    background: #fff;
    color: #333;
    border: 1px solid #E6E6E6;
    margin-right: 10px;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    min-width: 100px;
    text-align: center;
}
.sub-tab-item.active a {
    background: #019CEF;
    color: #fff;
    border-color: #019CEF;
}
.sub-tab-item .iconfont {
    font-size: 13px;
    vertical-align: middle;
    margin-right: 3px;
    position: relative;
}

.sub-tab-item .icon-jianliguanli {
    top: -1px;
}

.sub-tab-item .icon-fasong {
    top: -1px;
}

.sub-tab-item .icon-iconfontbiaoqing {
    top: -2px;
}

.sub-tab-item .icon-icon-test {
    top: -1px;
}

/* 标签页 */

.tab-container {
    width: 970px;
    background: #fff;
    position: absolute;
    top: 115px;
    bottom: 0;
}

.tab-wrapper {
    padding: 20px 15px;
    background: #fff;
}

/* 表单 */

.form-wrap {
    padding: 50px 80px;
    background: #fff;
}

.form-item {
    margin-bottom: 20px;
    position: relative;
}

.form-label {
    width: 65px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: top;
    padding-top: 7px;
    text-align: right;
}

.form-label i {
    color: #E62129;
    font-style: normal;
}

.form-input {
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
}

.input-wrap:hover {
    box-shadow:0px 0px 6px 0px rgba(0,138,199,0.15);
    border-color: #009EE6;
}

.select .input-wrap, .select .form-input {
    cursor: pointer;
}

.input-wrap {
    width: 300px;
    display: inline-block;
    position: relative;
    border-radius: 2px;
    border: 1px solid #E6E6E6;
}

.input-wrap.active {
    border-color: #E62129;
}

.input-wrap.ico {
    padding-right: 30px;
}

.input-wrap.disabled {
    padding-right: 0;
    background: #F2F2F2;
}

.input-wrap.disabled > i {
    display: none !important;
}

.select {
    display: inline-block;
}

.select .input-wrap>i {
    width: 12px;
    height: 6px;
    display: inline-block;
    background-image: url('../images/icons.png');
    background-position: -101px -261px;
    position: absolute;
    right: 12px;
    top: 15px;
}

.select .select-list {
    width: 101%;
    position: absolute;
    top: 110%;
    left: -0.5%;
    z-index: 55;
    background: #fff;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 0px 6px 0px rgba(128, 128, 128, 0.2);
    max-height: 300px;
    overflow: auto;
    display: none;
}

.select .select-list.flip {
    bottom: 110%;
    top: auto;
}

.select .select-item {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    cursor: pointer;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.select .select-item:hover {
    background: #F2F2F2;
}

.select .select-item.active {
    background: #009EE6;
    color: #fff;
}

.select .select-item.disabled {
    background: #F2F2F2 !important;
}

.input-wrap>i {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #ccc;
    font-size: 14px;
    font-style: normal;
}

.input-wrap i.iconfont {
    top: 10px;
}

.form-item.area .input-wrap {
    width: 145px;
    margin-right: 10px;
}

.form-item.contact .input-wrap {
    width: 100px;
}

.form-item .bubble-link {
    width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    background-image: url('../images/bubble-tip2.png');
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 3px;
}

.form-item .bubble-link a {
    color: #E62129;
    text-decoration: underline;
    margin-left: 8px;
}

.form-item .form-tip {
    padding-left: 80px;
    margin: 10px 0;
    color: #737373;
}

.form-item .form-tip i {
    font-style: normal;
    color: #E62129;
    margin-right: 3px;
}

.form-item.telephone .divider {
    margin: 0 5px;
}

.input-wrap.edit {
    width: 500px;
    height: 225px;
}

.input-wrap.edit textarea {
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #333;
}

.form-item .error-tip {
    color: #E62129;
    display: inline-block;
    font-size: 12px;
}

.form-item .select .error-tip {
    margin-right: 10px;
}

.form-item .select .error-tip i {
    margin: 0 5px 3px;
}

.form-item .error-tip i {
    width: 13px;
    height: 13px;
    display: inline-block;
    background-image: url('../images/icons.png');
    background-position: -39px -254px;
    margin: 0 5px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.form-item .error-tip .bubble-tip {
    width: 223px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    background-image: url('../images/bubble-tip1.png');
    vertical-align: middle;
    margin-bottom: 3px;
    font-size: 14px;
    padding-left: 20px;
}

.form-item .error-tip .bubble-tip a {
    color: #019CEF;
    margin-left: 10px;
}

.form-item .choice-wrap {
    width: 525px;
    display: inline-block;
}

.choice-wrap .choice-item {
    width: 106px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}

.choice-wrap .choice-item.selected {
    border-color: #009EE6;
    color: #009EE6;
    position: relative;
}

.choice-wrap .choice-item.selected i {
    width: 25px;
    height: 25px;
    display: block;
    background-image: url('../images/icons.png');
    background-position: -62px -248px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.addWelfare {
    width: 240px;
    margin-left: 80px;
    overflow: hidden;
}

.addWelfare .input-wrap {
    width: 150px;
    float: left;
}

.addWelfare-btn {
    width: 88px;
    height: 36px;
    line-height: 36px;
    float: left;
    text-align: center;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-left: none;
    cursor: pointer;
}

.form-btn {
    display: inline-block;
    width: 103px;
    height: 33px;
    line-height: 33px;
    background: #009EE6;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    vertical-align: top;
}

.form-btn.linear {
    background: #fff;
    color: #009EE6;
    border: 1px solid #009EE6;
    line-height: 32px;
}

.form-btn.linear:hover {
    background: #D8EAF2;
    color: #009EE6;
}

.form-item .back-btn {
    display: inline-block;
    width: 103px;
    height: 33px;
    line-height: 31px;
    background: #fff;
    color: #333;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #E6E6E6;
    vertical-align: top;
    margin-left: 15px;
}

.form-btn:hover {
    background: #00B1FF;
    color: #fff;
}

.btn-hover:hover {
    background: #00B1FF !important;
    color: #fff !important;
}

.form-item .back-btn:hover {
    border-color: #ccc;
}

.form-item .upload-btn {
    width: 103px;
    height: 32px;
    border-radius: 2px;
    text-align: center;
    background: #F6F6F6;
    border: 1px solid #E6E6E6;
    padding-top: 5px;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
}

.form-item .upload-btn i {
    width: 25px;
    height: 20px;
    display: inline-block;
    background-image: url(../images/icons.png);
    background-position: -279px -283px;
    vertical-align: middle;
    margin-right: 5px;
}

/* 操作提示 */

.operation-tip {
    padding: 4px 15px 4px 45px;
    border: 1px dashed #5ACBFF;
    background: #F5FAFF;
    border-radius: 2px;
    behavior: url('../PIE.htc');
    position: relative;
    margin-bottom: 20px;
}

.operation-tip p {
    color: #333;
    margin: 5px 0;
    font-size: 13px;
}

.operation-tip .tit {
    color: #009EE6;
    font-size: 14px;
}

.operation-tip i {
    color: #009EE6;
    font-size: 22px;
    position: absolute;
    top: 7px;
    left: 12px;
}

.operation-tip .item {
    font-size: 12px;
    color: #E62129;
}

.btn-tip {
    padding: 4px 6px;
    color: #737373;
    font-size: 12px;
    border: 1px solid #D9D9D9;
    background: #fff;
    line-height: normal;
    text-align: justify;
    border-radius: 2px;
    width: 190px;
    position: absolute;
    bottom: 130%;
    left: 0;
    z-index: 10;
    display: none;
}

.btn-tip i {
    width: 22px;
    height: 10px;
    display: inline-block;
    background-image: url(../images/icons.png);
    background-position: -280px -320px;
    position: absolute;
    bottom: -7px;
    left: 20px;
}

/* 搜索框 */

.tab-wrapper .search-input {
    width: 240px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #E6E6E6;
    border-radius: 16px;
    behavior: url('../PIE.htc');
    position: relative;
    padding-right: 40px;
    display: inline-block;
    vertical-align: middle;
}

.tab-wrapper .search-input input {
    display: block;
    padding-left: 15px;
    width: 100%;
    height: 100%;
    line-height: 32px;
    color: #737373;
}

.tab-wrapper .search-input .search-icon {
    width: 15px;
    height: 16px;
    display: inline-block;
    background-image: url('../images/icons.png');
    background-position: -69px -8px;
    position: absolute;
    right: 16px;
    top: 7px;
    cursor: pointer;
}

.tab-wrap-hd .add-btn {
    width: 102px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    background: #E62129;
    color: #fff;
    border-radius: 2px;
    margin-right: 40px;
    vertical-align: middle;
}

/* 列表无内容提示 */

.no-item-tip {
    text-align: center;
    margin-top: 15%;
}

.no-item-tip .no-item-img {
    width: 114px;
    height: 75px;
    background-image: url('../images/no-item.png');
    display: inline-block;
}

.no-item-tip .iconfont {
    font-size: 100px;
    color: #D9D9D9;
}

.no-item-tip p {
    color: #999;
    line-height: 25px;
    margin: 15px 0;
    font-size: 16px;
}

/* 表格 */

table.item-list {
    width: 100%;
    margin: 20px 0;
}

table.item-list tr {
    height: 45px;
    text-align: center;
    border-bottom: 1px solid #F0F0F0;
}

table.item-list .hd {
    height: 32px;
    background: #F0F0F0;
}

table.item-list th, table.item-list td {
    width: 25%;
}

table.item-list a {
    color: #019CEF;
    padding: 0 5px;
    border: 1px solid #BFBFBF;
    border-radius: 2px;
    margin: 0 5px;
}

table.item-list .td1 {
    padding: 0 20px;
    position: relative;
}

table.item-list .check-wrap {
    width: 16px;
    position: absolute;
    left: 0;
    top: 12px;
}

.item-list-ft {
    clear: both;
}

.delete-btn {
    width: 69px;
    height: 22px;
    text-align: center;
    border: 1px solid #A6A6A6;
    border-radius: 2px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    cursor: pointer;
}

.delete-btn i {
    font-size: 12px;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.delete-btn:hover {
    border-color: #E62129;
    color: #E62129;
}

/* prompt 输入层 */

.prompt {
    width: 380px;
    height: 220px;
    background: #fff;
    padding: 15px 20px;
    display: none;
    border-radius: 4px;
}

.prompt h2 {
    font-size: 16px;
    color: #009EE6;
    font-weight: bold;
}

.prompt p {
    margin: 20px 0;
}

.prompt input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    border: 1px solid #1E9BF5;
    border-radius: 4px;
    padding: 0 10px;
}

.prompt .btn-wrap {
    text-align: right;
    margin-top: 40px;
}

.prompt .btn-wrap .btn {
    margin: 0 0 0 20px;
}

.prompt-btn .btn {
    text-align: center;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    background: #00A2E9;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 20px;
    white-space: nowrap;
}

.prompt-btn .btn:hover {
    background: #00B1FF;
}

.prompt-btn .btn.cancel {
    border: 1px solid #D9D9D9;
    background: #fff;
    color: #333;
}

.prompt-btn .btn.cancel:hover {
    background: #f6f6f6;
}

/* 职位发布 */

.advanced-setting p {
    padding-left: 80px;
    margin-bottom: 20px;
}

.advanced-setting p>i {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url('../images/icons.png');
    vertical-align: middle;
}

.advanced-setting p i.info-icon {
    background-position: -196px -254px;
}

.advanced-setting p i.warn-icon {
    background-position: -196px -285px;
}

.advanced-setting p span {
    color: #E62129;
    vertical-align: middle;
    margin-left: 5px;
}

.organ-modal, .modal.posDesc {
    width: 900px;
    height: 460px;
    background: #fff;
    display: none;
}

.organ-modal .organ-hd {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #009EE6;
    color: #fff;
}

.organ-modal .form-wrap {
    padding: 20px 20px 10px 80px;
}

.organ-modal .form-btn {
    position: absolute;
    right: 160px;
    top: 0;
}

.organ-modal .item-list, .modal.posDesc .item-list{
    margin: 0;
}

.organ-modal .item-list tr.hd {
    height: 32px;
    font-size: 14px;
}

.organ-modal .item-list tr.hd th {
    font-weight: normal;
    border: 1px solid #F0F0F0;
}

.organ-modal .item-list tr, .modal.posDesc .item-list tr {
    height: 36px;
    font-size: 12px;
}

.organ-modal .item-list td, .modal.posDesc .item-list td{
    border: 1px solid #F0F0F0;
}

.organ-modal .item-list a, .modal.posDesc .item-list a{
    padding: 1px 10px;
    border-color: #00A2E9;
}

.organ-modal .item-list a:hover, .modal.posDesc .item-list a:hover{
    background: #00A2E9;
    color: #fff;
}

.organ-modal .item-list a.delete, .modal.posDesc .item-list a.delete{
    color: #E62129;
    border-color: #E62129;
}

.organ-modal .item-list a.delete:hover, .modal.posDesc .item-list a.delete:hover{
    background: #E62129;
    color: #fff;
}

.modal.posDesc .td1 {
    width: 25%;
}
.modal.posDesc .td3 {
    width: 20%;
}
.modal.posDesc .td2 {
    width: 55%;
}

.modal.posDesc .form-btn {
    font-size: 16px;
    width: 96px;
    margin-bottom: 10px;
}

.modal.addPosDesc {
    width: 600px;
}

.modal.addPosDesc .form-item {
    margin-bottom: 10px;
}

.modal.addPosDesc .form-label {
    width: 90px;
}

.modal.addPosDesc .input-wrap {
    width: 440px;
}

.modal.addPosDesc .prompt-btn {
    text-align: right;
    margin-bottom: 20px;
}

.modal.addPosDesc .prompt-btn .btn {
    margin: 0 14px;
}

.modal.addPosDesc .error-tip {
    padding-left: 95px;
}

/* 职位列表 */

.position-bar {
    padding: 20px;
}

.position-bar .form-item {
    display: inline-block;
    margin-bottom: 0;
}

.position-bar .form-btn {
    width: 70px;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    margin-left: 20px;
    margin-bottom: 2px;
}

.position-bar .search-icon {
    width: 15px;
    height: 16px;
    display: inline-block;
    background-image: url('../images/icons.png');
    background-position: -69px -8px;
    position: absolute;
    left: 12px;
    top: 9px;
    cursor: pointer;
}

.position-list {
    width: 100%;
    text-align: center;
}

.position-list .fixBottom {
    position: fixed;
    width: 970px;
    bottom: 0;
    display: table;
}

.position-list .btn-group {
    width: 350px;
    border-left: 1px solid #E6E6E6;
}

.position-list .btn-group .btn {
    font-size: 14px;
    padding: 4px 15px;
    border: 1px solid #009EE6;
    border-radius: 2px;
    color: #009EE6;
    cursor: pointer;
    margin: 0 5px;
}

.position-list .btn-group .btn:hover {
    background-color: #009EE6;
    color: #fff;
}

.position-list .btn-group .btn-disabled {
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 2px;
    color: #333;
    margin: 0 5px;
    background: #E6E6E6;
    border: 1px solid #E6E6E6;
    cursor: not-allowed;
}

.ct60, .ct80, .ct100, .ct120, .ct140, .ct160, .ct180, .ct200, .ct300, .ct400 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.ct60 {
    width: 60px;
}

.ct80 {
    width: 80px;
}

.ct100 {
    width: 100px;
}

.ct120 {
    width: 120px;
}

.ct140 {
    width: 140px;
}

.ct160 {
    width: 160px;
}

.ct180 {
    width: 180px;
}

.ct200 {
    width: 200px;
}

.ct300 {
    width: 300px;
}

.ct400 {
    width: 400px;
}

.position-list tr.disabled {
    height: 60px;
}

.position-list tr.disabled .td2 {
    color: #333;
}

.position-list tr.disabled .td2 i {
    background: #ccc;
    color: #333;
}

.position-list tr.hd {
    height: 40px !important;
    background: #FAFAFA;
    font-size: 14px;
}

.position-list tr.hd td {
    color: #333;
}

.position-list tr {
    height: 85px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    font-size: 13px;
}

.position-list .td1 {
    width: 28px;
    padding: 0 5px;
    border-right: 1px solid #E6E6E6;
}

.position-list .td1 .layui-form-checkbox {
    padding-left: 0;
    position: relative;
    top: 1px;
}

.position-list .td2 {
    width: 250px;
    padding-left: 5px;
    color: #009EE6;
    font-size: 14px;
    text-align: left;
    position: relative;
}

.position-list .td2 a {
    color: #009EE6;
}

.position-list .td2 i {
    background: #E62129;
    color: #fff;
    font-style: normal;
    border-radius: 2px;
    padding: 0 2px;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: text-bottom;
}

.position-list .td2 i.rt {
    /* position: relative;
    top: -10px; */
}

.position-list .td2 .time {
    color: #333;
    background: #FFF1BA;
    font-size: 12px;
    padding: 2px 5px;
    position: absolute;
    left: 0;
    bottom: 3px;
}

.position-list .td7 {
    width: 170px;
    border-left: 1px solid #E6E6E6;
}

.position-list .td7 .txt, .position-list .td7 .icon {
    margin: 10px 0;
    position: relative;
}

.position-list .td7 .txt {
    margin-top: 20px;
}

.position-list .td7 .txt span {
    margin: 0 6px;
}

.position-list .td7 .txt i {
    font-style: normal;
    color: #333;
}

.position-list .td7 .txt .new-icon {
    width: 29px;
    height: 16px;
    display: block;
    background-image: url('../images/icons.png');
    background-position: -357px -349px;
    position: absolute;
    right: 5px;
    bottom: 100%;
}

.position-list .td7 .icon span {
    margin: 0 15px;
    color: #00A2E9;
}

.position-list .td7 .icon i {
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

.position-list .td7 .icon i:hover .tip {
    display: block;
}

.position-list .td7 .icon .tip {
    width: 34px;
    height: 20px;
    padding-top: 3px;
    background-image: url('../images/icons.png');
    background-position: -290px -344px;
    font-size: 12px;
    font-style: normal;
    position: absolute;
    top: 20px;
    left: 0;
    display: none;
}

.position-list .td8 {
    width: 135px;
    border-left: 1px solid #E6E6E6;
}

.position-list .td8 .btn {
    padding: 2px 10px;
    color: #009EE6;
    border: 1px solid #009EE6;
    border-radius: 2px;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

.position-list .td8 .btn:hover {
    background: #009EE6;
    color: #fff;
}

.position-list .td9 {
    width: 80px;
    border-left: 1px solid #E6E6E6;
}

.position-list .td9 a {
    color: #009EE6;
    display: inline-block;
    margin: 10px 0;
}

.position-list .td9 a:hover {
    text-decoration: underline;
}

.position-list .form-btn {
    width: auto;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    margin-left: 10px;
    padding: 0 15px;
}

.position-list.unpublished tr {
    height: 60px;
}

.position-list.unpublished .td7 .txt {
    margin-top: 10px;
}

/* 下拉菜单 */

.drop-icon {
    width: 12px;
    height: 6px;
    display: inline-block;
    background-image: url('../images/icons.png');
    background-position: -101px -261px;
    margin-left: 5px;
    vertical-align: middle;
}

.drop-menu {
    cursor: pointer;
    position: relative;
}

.drop-menu:hover .drop-list {
    display: block;
}

.drop-list {
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    top: 90%;
    left: 20%;
    z-index: 10;
    display: none;
}

.drop-list li {
    padding: 8px 10px;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
}

.drop-list li.active {
    background: #009EE6;
    color: #fff;
}

.drop-list li:not(.active):hover {
    background: #F2F2F2;
}

/* 分页 */

.pagination {
    margin-top: 25px;
    padding-bottom: 60px;
    text-align: center;
}

.pagination span {
    vertical-align: middle;
}

.pagination .count {
    letter-spacing: 4px;
}

.pagination .form-item {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.pagination .form-item .input-wrap {
    width: 100px;
    padding-right: 20px;
}

.pagination .input-wrap i {
    right: 8px;
    top: 10px;
}

.pagination .form-input {
    height: 24px;
    line-height: 24px;
    color: #333;
    padding-left: 8px;
    padding-right: 0;
}

.pagination-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.pagination-wrap li {
    float: left;
    padding: 2px 10px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    margin: 0 5px;
    display: none;
}

.pagination-wrap li:hover {
    background: #F2F2F2;
    color: #333;
}

.pagination-wrap li.active {
    background: #F2F2F2;
    color: #00A2E9;
}

.pagination-wrap .prev, .pagination-wrap .next {
    font-weight: normal;
    display: inline-block;
}

.pagination .input-wrap.pagination-input {
    width: 50px;
    margin: 0 5px;
}

.pagination .input-wrap.pagination-input .form-input {
    padding-left: 0;
    text-align: center;
}

.pagination .btn {
    width: 50px;
    height: 24px;
    line-height: 22px;
    display: inline-block;
    color: #009EE6;
    border: 1px solid #009EE6;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 3px;
}

.pagination .btn:hover {
    background: #009EE6;
    color: #fff;
}

.pagination .select .select-item {
    height: 30px;
    line-height: 30px;
}

/* 简历管理 */

.icon-nanhai2 {
    color: #009EE6;
    font-size: 18px;
    vertical-align: middle;
    margin: 0 6px 3px 0;
    display: inline-block;
}

.icon-nvhai {
    color: #E62129;
    font-size: 18px;
    vertical-align: middle;
    margin-bottom: 3px;
    display: inline-block;
    margin: 0 6px 3px 0;
}

/* 简历列表 */

.resume-bar {
    padding-top: 20px;
    position: relative;
    z-index: 40;
    background: #fff;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.resume-bar .form-item {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}

.resume-bar .form-btn {
    width: 90px;
    height: 34px;
    line-height: 34px;
    vertical-align: top;
    margin-left: 12px;
    font-size: 14px;
}

.resume-bar .form-label {
    margin-right: 5px;
    width: 65px;
}

.resume-bar .form-label i {
    color: #009EE6;
    margin-right: 3px;
}

.resume-bar .resume-search {
    display: inline-block;
    vertical-align: top;
}

.resume-bar.download .resume-search {
    padding-left: 5px;
}


.resume-bar .search-wrap-l {
    margin-right: 0 !important;
}

.resume-bar .search-wrap-l .input-wrap {
    width: 72px;
    padding-right: 10px;
    background: #F5F5F5;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.resume-bar .search-wrap-l .form-input {
    padding-left: 8px;
    color: #333;
    text-align: center;
}

.resume-bar .search-wrap-l i {
    right: 5px;
}

.resume-bar .resume-search .form-item {
    float: left;
}

.resume-bar .search-wrap-r .input-wrap {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.resume-bar .filter-btn {
    background: #fff;
    color: #009EE6;
    border: 1px solid #009EE6;
    line-height: 32px;
}

.resume-bar .filter-btn i {
    width: 10px;
    height: 5px;
    display: inline-block;
    background-image: url('../images/icons.png');
    background-position: -72px -292px;
    margin-bottom: 2px;
    margin-left: 5px;
}

.resume-bar .filter-btn:hover {
    background: #D8EAF2;
}

.resume-bar .clear-btn {
    width: 56px;
    background: #fff;
    color: #333;
    border: 1px solid #E6E6E6;
    line-height: 32px;
}

.resume-bar .clear-btn:hover {
    border-color: #009EE6;
    color: #009EE6;
}

.form-item.hidden {
    display: none;
}

.resume-bar .filter-btn.hideMoreFilter {
    width: 70px;
    display: none;
}

.resume-bar .filter-btn.hideMoreFilter i {
    background-position: -40px -291px;
}

.resume-list-hd {
    font-size: 0;
    padding: 10px 15px;
    border-top: 1px solid #E6E6E6;
}

.resume-list-hd .form-btn {
    width: auto;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    vertical-align: middle;
}

.resume-list-hd .filter-btn {
    line-height: 23px;
    position: relative;
}

.filter-btn .iconfont {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}

.resume-list-hd .layui-form-checkbox[lay-skin=primary] {
    padding-left: 20px;
    margin-left: 10px;
}

.resume-list-hd .layui-form-checkbox[lay-skin=primary] span {
    font-size: 12px;
    padding-right: 0;
    bottom: 0;
}

.resume-list-hd .layui-form-checkbox[lay-skin=primary] i {
    margin-top: 1px;
}

.resume-list-hd .select-list .select-item {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

.resume-list-hd span.text {
    vertical-align: middle;
    font-size: 13px;
}

.resume-list-hd .txt {
    margin-right: 20px;
    vertical-align: middle;
    font-size: 13px;
}

.resume-list-hd .viewMode {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin: 0 5px;
}

.resume-list-hd .viewMode li {
    width: 26px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #E6E6E6;
    float: left;
    text-align: center;
    cursor: pointer;
}

.resume-list-hd .viewMode li span {
    width: 14px;
    height: 11px;
    display: inline-block;
    background-image: url('../images/icons.png');
}

.resume-list-hd .viewMode li.active {
    border-color: #009EE6;
}

.resume-list-hd .viewMode li span.icon1 {
    background-position: -100px -383px;
}

.resume-list-hd .viewMode li.active span.icon1 {
    background-position: -100px -412px;
}

.resume-list-hd .viewMode li span.icon2 {
    background-position: -130px -412px;
}

.resume-list-hd .viewMode li.active span.icon2 {
    background-position: -100px -383px;
}

.resume-list-hd .form-item {
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.resume-list-hd .form-item.pageNum .input-wrap {
    width: 85px;
    padding-right: 15px;
}

.resume-list-hd .pageNum .input-wrap i {
    right: 5px;
    top: 10px;
}

.resume-list-hd .pageNum .form-input {
    height: 24px;
    line-height: 24px;
    color: #333;
    padding-left: 8px;
    padding-right: 0;
    font-size: 13px;
}

.resume-list-hd .form-item.talent {
    margin-left: 18px;
    margin-right: 30px;
}

.resume-list-hd .form-item.talent .form-label {
    font-size: 13px;
    width: 80px;
    color: #009EE6;
    padding-top: 5px;
}

.resume-list-hd .form-item.talent .input-wrap {
    width: 200px;
}

.resume-list-hd .form-item.talent .form-input {
    height: 26px;
    line-height: 26px;
    font-size: 13px;
}

.resume-list-hd .form-item.talent .input-wrap>i {
    top: 11px;
}

.resume-list-hd .form-item.talent .select-item {
    font-size: 13px;
    height: 35px;
    line-height: 35px;
}

.resume-list-hd .icon-shezhi {
    cursor: pointer;
    vertical-align: middle;
    color: #333;
}
.state .filter-btn {
    position: relative;
    cursor: pointer;
}

.filter-btn:hover .filter-list {
    display: block;
}

.filter-list {
    width: 101%;
    position: absolute;
    top: 105%;
    left: -0.5%;
    z-index: 50;
    background: #fff;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 0px 6px 0px rgba(128, 128, 128, 0.2);
    display: none;
}

.filter-list.flip {
    bottom: 105%;
    top: auto;
}

.filter-list .line {
    height: 1px;
    border-top: 1px dashed #CCCCCC;
}

.filter-item {
    padding: 5px 10px;
    cursor: pointer;
    text-align: left;
    color: #333;
    line-height: 23px;
    font-size: 13px;
}

.filter-item.active {
    color: #009EE6;
}

.filter-item:hover {
    background: #F2F2F2;
}

.filter-item.revoke {
    color: #E62129;
    border-top: 1px solid #E6E6E6;
    text-align: center;
}

.resume-list .resumeState {
    width: 130px;
    text-align: left;
    padding-left: 10px;
}

.resume-list .hd .resumeState {
    padding-left: 12px;
}

.weidu .icon-yifaoffer {
    color: #FD4F4B;
    margin-left: 2px;
    margin-right: 8px;
    font-size: 18px;
    vertical-align: middle;
}

.yidu .icon-yidu {
    color: #FEA519;
    margin-left: 2px;
    margin-right: 8px;
    position: relative;
    top: -1px;
    font-size: 18px;
    vertical-align: middle;
}

.heshi .icon-heshi {
    font-size: 20px;
    color: #00C987;
    margin-right: 5px;
    vertical-align: middle;
}

.buheshi .icon-iconfontbiaoqing {
    color: #E62129;
    position: relative;
    top: -2px;
    margin-left: 1px;
    margin-right: 6px;
    vertical-align: middle;
    font-size: 18px;
}

.daigoutong .icon-time {
    font-size: 20px;
    color: #FEA211;
    margin-right: 5px;
    vertical-align: middle;
}

.wufalianxi .icon-lianxi {
    font-size: 20px;
    color: #FD4F4B;
    margin-right: 5px;
    vertical-align: middle;
}

.exported .icon-ic_derive_normal {
    font-size: 15px;
    margin-left: 2px;
    position: relative;
    top: -1px;
    margin-right: 8px;
}

.forwarded .icon-zhuanfa {
    font-size: 15px;
    margin-left: 4px;
    margin-right: 9px;
    color: #009EE6
}

.shanchu .icon-shanchu1 {
    font-size: 17px;
    margin-left: 2px;
    margin-right: 9px;
    color: #E62129;
}

.resume-list-wrap {
    width: 100%;
    padding-left: 188px;
    overflow-x: auto;
    overflow-y: hidden;
}

.resume-list {
    min-width: 100%;
    font-size: 12px;
    display: inline-block;
}

.resume-list.fixBottom {
    position: fixed;
    bottom: 0;
    z-index: 50;
    width: 1080px;
    min-width: auto;
    border-top: 1px solid #E6E6E6;
}

.resume-list.fixed {
    width: 188px;
    min-width: 188px;
    position: absolute;
    left: 0;
    z-index: 10;
    background: #fff;
}

.resume-list.fixed.shadow {
    box-shadow: 1px 0px 6px 0px rgba(128, 128, 128, 0.2);
    border-right: 1px solid #E6E6E6;
}

.resume-list.fixed .hd .name {
    text-align: center;
    padding-right: 0;
}

.resume-list li {
    width: 120px;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
.resume-list li.tl {
    text-align: left;
    padding-left: 10px;
}

.resume-list li span {
    vertical-align: top;
}

.resume-list .tr {
    height: 55px;
    line-height: 55px;
    white-space: nowrap;
    border-bottom: 1px solid #E6E6E6;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.resume-list .tr.hd {
    height: 40px;
    line-height: 40px;
    background: #F7F7F7;
    border-top: 1px solid #E6E6E6;
}

.resume-list .tr.hd li {
    font-size: 14px;
}

.resume-list .checkbox {
    width: 28px;
    padding: 0 5px;
    border-right: 1px solid #E6E6E6;
}

.resume-list .checkbox .layui-form-checkbox {
    padding-left: 0;
    position: relative;
    top: 1px;
}

.resume-list .name {
    width: 140px;
    text-align: left;
    position: relative;
}

.resume-list .name span {
    text-align: left;
    width: auto;
    max-width: 60px;
}

.resume-list .name .avatar {
    display: inline;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}

.resume-list .name .avatar .red-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    behavior: url('../PIE.htc');
    display: block;
    position: absolute;
    top: -3px;
    right: 3px;
    background: #E62129;
}

.resume-list .hd .name {
    text-align: center;
}

.resume-list .name a {
    color: #009EE6;
}

.resume-list .name a:visited {
    color: #333;
}

.resume-list .name .icon {
    background: #FD4F4B;
    color: #fff;
    padding: 0 2px;
    font-style: normal;
    border-radius: 2px;
    behavior: url('../PIE.htc');
    position: relative;
    top: -10px;
    cursor: pointer;
    font-size: 12px;
}

.resume-list .name img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.resume-list .hd .sign i {
    color: #009EE6;
    vertical-align: middle;
    margin-right: 3px;
    position: relative;
    top: -3px;
    display: inline-block;
}

.resume-list li.w60 {
    width: 60px;
}

.resume-list li.w80 {
    width: 80px;
}

.resume-list li.w100 {
    width: 100px;
}

.resume-list li.w110 {
    width: 110px;
}

.resume-list li.w120 {
    width: 120px;
}

.resume-list li.w140 {
    width: 140px;
}

.resume-list li.w160 {
    width: 160px;
}

.resume-list li.w200 {
    width: 200px;
}

.resume-list li.w300 {
    width: 300px;
}

.resume-list .sign {
    width: 90px !important;
    padding-left: 10px;
    text-align: left;
}

.resume-list .sign .add-icon {
    width: 10px;
    height: 11px;
    display: inline-block;
    background-image: url('../images/icons.png');
    background-position: -163px -382px;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}

.sign-item {
    padding: 2px 7px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.sign-item .ct80 {
    width: 60px !important;
    vertical-align: top;
    text-overflow: clip;
    text-align: center;
    font-size: 12px;
}

.sign-item.green {
    background: #00C987;
}

.sign-item.red {
    background: #FD4F4B;
}

.sign-item.blue {
    background: #229BF3;
}

.sign-item[data-value='20'] {
    background: #29D5E0;
}

.sign-item[data-value='21']{
    background: #D5D53F;
}

.sign-item[data-value='22']{
    background: #68DA45;
}

.sign-item[data-value='23']{
    background: #FFAC71;
}

.sign-item[data-value='24'] {
    background: #FF8732;
}

.sign-item[data-value='25'] {
    background: #D77BED;
}

.icon-biaoqian[data-value='20'] {
    color: #29D5E0;
}

.icon-biaoqian[data-value='21'] {
    color: #D5D53F;
}

.icon-biaoqian[data-value='22'] {
    color: #68DA45;
}

.icon-biaoqian[data-value='23'] {
    color: #FFAC71;
}

.icon-biaoqian[data-value='24'] {
    color: #FF8732;
}

.icon-biaoqian[data-value='25'] {
    color: #D77BED;
}

.resume-list .age {
    color: #E62129;
}

.resume-list .resume-btn {
    width: auto;
}

.resume-list .resume-btn .tip {
    margin-left: 30px;
    font-size: 12px;
    color: #E62129
}

.resume-list .resume-btn .btn {
    padding: 2px 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

.resume-list .resume-btn .btn:hover {
    border-color: #009EE6;
    color: #009EE6;
}

.resume-list .resume-btn .btn:hover i {
    background-position: -71px -292px;
}

.resume-list .resume-btn .btn>i {
    width: 12px;
    height: 6px;
    display: inline-block;
    background-image: url('../images/icons.png');
    background-position: -101px -262px;
    vertical-align: middle;
    margin-left: 3px;
}

.filter-list.talent {
    width: 130px;
}

.filter-list.talent .talent-wrap {
    max-height: 250px;
    overflow: auto;
}

.filter-list.talent .filter-item {
    width: 100%;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filter-list.talent .talent-setting {
    color: #009EE6;
}

.resume-list.baiduResume .name {
    width: 120px;
    text-align: left;
    padding-left: 20px;
}

.resume-list.baiduResume .link a {
    color: #009EE6;
}

.resume-list .row-wrap {
    position: relative;
}

.resume-list .row-wrap.active .tr {
    background: #FAFAFA;
    border-bottom: 0;
}

.resume-list .ext {
    background: #fff;
    padding-top: 20px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    z-index: 30;
    font-size: 14px;
    display: none;
}

.resume-list .ext.unscroll {
    width: 900px;
    min-height: 120px;
}

.resume-list.fixed .ext {
    width: 188px;
}

.resume-list.fixed .ext .label {
    color: #999;
    margin-bottom: 20px;
    padding-left: 80px;
}

.resume-list .ext .ext-item {
    width: 200px;
    margin-bottom: 20px;
    margin-left: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.resume-list .ext .ext-lg-item {
    float: right;
    width: 650px;
    padding-left: 80px;
    padding-right: 20px;
    position: relative;
}

.resume-list .ext .ext-lg-item .label {
    color: #999;
    position: absolute;
    left: 0;
    top: 0;
}

.resume-list .ext .ext-lg-item .ext-item {
    margin-left: 0;
    width: 550px;
    white-space: normal;
}

/* 设置简历列表字段 */

.resume-list-setting {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    margin-left: 15px;
    font-size: 14px;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    line-height: 22px;
}

.resume-list-setting:hover .column-setting {
    display: block;
}

.column-setting {
    width: 175px;
    background: #fff;
    padding-top: 10px;
    position: absolute;
    top: 110%;
    right: -17px;
    z-index: 99;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 0px 6px 0px rgba(128, 128, 128, 0.2);
    font-size: 14px;
    display: none;
}

.column-setting .check-item {
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
}

.column-setting .check-item:hover {
    background: #F2F2F2;
}

.column-setting .check-item .arrow {
    width: 13px;
    height: 13px;
    float: right;
    vertical-align: middle;
    border-radius: 2px;
    margin-right: 5px;
    margin-top: 8px;
}

.column-setting .check-item .arrow:hover {
    background: #ccc;
}

.column-setting .check-item .arrow i {
    width: 5px;
    height: 8px;
    background-image: url('../images/icons.png');
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    margin-top: 2px;
}

.column-setting .check-item .arrow.up i {
    background-position: -259px -383px;
}

.column-setting .check-item .arrow.down i {
    background-position: -292px -383px;
}

.column-setting .check-item.disabled .layui-form-checked[lay-skin=primary] i {
    background: #fff;
    color: #999;
}

.column-setting .defaultSetting {
    color: #009EE6;
    text-align: center;
    padding: 10px 0;
    margin-top: 5px;
    border-top: 1px solid #E6E6E6;
}

/* 设置标记 */

.setMark {
    width: 160px;
    position: absolute;
    top: 40%;
    right: 50%;
    z-index: 50;
    background: #fff;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 0px 6px 0px rgba(128, 128, 128, 0.2);
    display: none;
}

.setMark .title {
    padding: 14px 0 10px 20px;
    border-bottom: 1px dashed #E6E6E6;
}

.setMark .btn-wrap {
    border-top: 1px solid #E6E6E6;
}

.setMark .btn-wrap .btn {
    width: 100%;
    text-align: center;
    padding: 8px 0;
    color: #009EE6;
    float: left;
    cursor: pointer;
}

.setMark .btn-wrap .btn.delete {
    width: 50%;
    color: #E62129;
    border-right: 1px solid #E6E6E6;
}

.setMark .btn-wrap .btn:hover, .setMark .mark-item:hover {
    background: #F2F2F2;
}

.setMark .mark-list {
    max-height: 250px;
    overflow: auto;
}

.setMark .mark-item {
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 15px;
    cursor: pointer;
    margin: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.setMark .mark-item.active {
    background: #F2F2F2;
}

.setMark .mark-item .iconfont, .multiSelect .iconfont {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}

.setMark .mark-item .icon-tongzhi, .multiSelect .icon-tongzhi {
    color: #00C987;
    margin-bottom: 2px;
}

.setMark .mark-item .icon-gongzuo, .multiSelect .icon-gongzuo {
    color: #229BF3;
}

.setMark .mark-item .icon-lianxi, .multiSelect .icon-lianxi {
    color: #FD4F4B;
    font-size: 22px;
    margin-left: -2px;
    margin-right: 8px;
}

.setMark .mark-item .phone-icon, .multiSelect .phone-icon {
    width: 11px;
    height: 21px;
    display: inline-block;
    background-image: url('../images/icons.png');
    background-position: -256px -344px;
    vertical-align: middle;
    margin: 0 14px 2px 3px;
}

.setMark .mark-item .icon-biaoqian, .multiSelect .icon-biaoqian {
    font-size: 20px;
    margin-bottom: 2px;
    display: inline-block;
    margin-right: 9px;
}

.angle-icon {
    width: 7px;
    height: 17px;
    display: block;
    background-image: url('../images/icons.png');
    background-position: -257px -316px;
    position: absolute;
    top: 50%;
    left: -7px;
    margin-top: -9px;
}

/* 管理标记 */

.manageMark {
    width: 300px;
    overflow: hidden;
    background: #fff;
    border-radius: 2px;
    display: none;
}

.manageMark .title {
    height: 43px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 16px;
    color: #009EE6;
    font-weight: bold;
    border-bottom: 1px solid #E6E6E6;
}

.manageMark .mark-list {
    width: 100%;
    padding: 15px 15px 0 15px;
    max-height: 300px;
    overflow: auto;
}

.manageMark .mark-item .form-item {
    margin-bottom: 12px;
}

.manageMark .mark-item .form-label {
    width: 20px;
    margin-right: 8px;
}

.manageMark .mark-item .form-input {
    height: 30px;
    line-height: 30px;
}

.manageMark .mark-item .input-wrap {
    width: 230px;
}

.manageMark .mark-item .square {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    display: inline-block;
}

.manageMark .mark-item .icon-shanchu {
    color: #E62129;
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
}

.manageMark .add-btn {
    width: 87%;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #F5F5F5;
    margin: 0 auto 15px;
    border-radius: 2px;
    border: 1px solid #E6E6E6;
    cursor: pointer;
}

.manageMark .prompt-btn {
    text-align: center;
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #E6E6E6;
    margin-top: 10px;
}

/* 多选下拉列表 */

.select-list.multiSelect {
    max-height: none;
}

.select-list.multiSelect .check-list {
    max-height: 300px;
    overflow-y: auto;
}

.select-list.multiSelect .check-item {
    height: 32px;
    line-height: 32px;
    padding: 0 8px 0 10px;
    cursor: pointer;
    text-align: left;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select-list.multiSelect .check-item:not(.disabled):hover {
    background: #F2F2F2;
}

.select-list.multiSelect .check-item.disabled {
    background: #F2F2F2;
    padding-left: 34px;
}

.select-list.multiSelect .check-item .layui-form-checkbox[lay-skin=primary] {
    margin-bottom: 2px;
}

.select-list.multiSelect .prompt-btn {
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #E6E6E6;
}

.select-list.multiSelect .prompt-btn .btn {
    width: 54px;
    font-size: 13px;
    margin: 0 15px;
}

/* 面邀记录 */

.resume-list.interview .name span {
    line-height: normal;
}

.resume-list.interview .name .avatar {
    margin-right: 0;
}

.resume-list.interview .name .ct60 {
    margin-top: 6px;
    max-width: 80px;
    margin-left: 5px;
}

.resume-list.interview .name .phone {
    position: absolute;
    right: 35px;
    bottom: 5px;
}

.resume-list.interview .hd .jobArea {
    line-height: 40px;
}

.resume-list.interview .jobArea {
    line-height: normal;
    text-align: left;
    padding-left: 40px;
}

.resume-list.interview .jobArea .jobName {
    margin-top: 8px;
}

.tobeConfirmed {
    color: #009EE6;
    padding-left: 21px;
    position: relative;
}

.tobeConfirmed > i{
    width: 12px;
    height: 6px;
    display: inline-block;
    background-image: url('../images/icons.png');
    background-position: -101px -262px;
    margin-left: 3px;
}

.resume-list.interview .link a {
    color: #009EE6;
    margin: 0 5px;
}

.resume-list.interview .state {
    text-align: left;
    padding-left: 20px;
}

.resume-list.interview .hd .state {
    padding-left: 35px;
}

.stoodUp i {
    color: #E62129;
    margin-right: 4px;
}

.passed i {
    color: #229BF3;
    margin-left: -2px;
    margin-right: 4px;
    font-size: 18px !important;
}

.offered i {
    color: #229BF3;
    margin-right: 6px;
    font-size: 14px !important;
}

.eliminate i {
    color: #FD4F4B;
    font-size: 14px !important;
    margin-right: 6px;
}

.pending i {
    color: #EB9000;
    margin-right: 5px;
    margin-left: -1px;
    font-size: 16px !important;
}

.filter-list.setInterviewState .filter-item i {
    font-size: 16px;
    vertical-align: top;
}

.select-list.interviewState .select-item.active {
    color: #009EE6;
    background: #F2F2F2;
}

/* 弹出框 */

.modal {
    background: #fff;
    border-radius: 2px;
    display: none;
}

.modal .title {
    padding-left: 20px;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
    background: #009EE6;
    color: #fff;
    font-size: 16px;
}

.modal .modal-wrap {
    padding: 20px 20px 0 20px;
}

/* 面试评价 */

.modal.evaluate {
    width: 510px;
}

.modal.evaluate .tip {
    height: 36px;
    line-height: 36px;
    color: #999;
    background: #F2F2F2;
    padding-left: 20px;
    font-size: 12px;
}

.evaluate-wrap {
    padding-left: 40px;
    position: relative;
    overflow: hidden;
}

.evaluate-wrap textarea {
    width: 430px;
    height: 110px;
    padding: 10px;
    font-size: 12px;
}

.evaluate-wrap img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.evaluate-input-wrap {
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    position: relative;
}

.evaluate-input-wrap .angle-icon {
    top: 16px;
}

.evaluate-wrap .ft {
    margin-top: 10px;
    color: #999;
}

.evaluate-wrap .ft .num {
    color: #00A2E9;
}

.evaluate-wrap .ft .form-btn {
    width: 77px;
    height: 26px;
    line-height: 26px;
    float: right;
}

.evaluate-list {
    margin: 30px 0;
    height: 210px;
    overflow: auto;
}

.evaluate-list li {
    padding-left: 40px;
    padding-top: 8px;
    margin-bottom: 20px;
    position: relative;
}

.evaluate-list li img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.evaluate-list .txt {
    color: #777;
    word-break: break-all;
}

.evaluate-list .txt .name {
    color: #333;
}

.evaluate-list .time {
    color: #999;
    font-size: 12px;
    margin-top: 5px;
}

.modal.evaluate .pagination {
    font-size: 13px;
}

/* 修改面试时间 */

.modal.interviewTime {
    width: 430px;
}

.modal.interviewTime .title {
    background: #fff;
    color: #333;
    font-size: 14px;
}

.input-wrap.timeSelect {
    width: 190px;
}

.input-wrap.timeSelect .form-input {
    padding-left: 40px;
    cursor: pointer;
}

.input-wrap.timeSelect:hover i.layui-icon {
    display: block;
}

.input-wrap.timeSelect i.layui-icon {
    font-size: 18px;
    color: #333;
    cursor: pointer;
    display: none;
}

.modal.interviewTime .form-item {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.modal.interviewTime .select.time {
    margin-right: 0;
}

.modal.interviewTime .form-input {
    color: #333;
}

.input-wrap.timeSelect .icon-rili {
    left: 10px;
    right: auto;
    font-size: 20px;
    top: 6px;
}

.modal.interviewTime .prompt-btn {
    text-align: right;
    margin-top: 50px;
    margin-bottom: 20px;
}

.modal.interviewTime .prompt-btn .btn {
    margin: 0 10px;
}

.modal.interviewTime .tip {
    height: 34px;
    line-height: 34px;
    padding-left: 12px;
    color: #7A4E00;
    background: #FFF2DB;
    clear: both;
    font-size: 12px;
}

/* 拒收的简历 */

.resume-list.reject li {
    width: 220px;
    font-size: 14px;
}

.resume-list.reject li.checkbox {
    width: 28px;
}
.resume-list.reject .hd .name {
    text-align: left;
    padding-left: 55px;
}
.resume-list.reject li.name {
    width: 170px;
}

.resume-list.reject li>a {
    color: #E62129;
}

/* 添加拒收简历 */

.modal.reject {
    width: 300px;
    height: 200px;
    position: relative;
}

.modal.reject .form-item {
    overflow: hidden;
}

.modal.reject .input-wrap {
    width: 190px;
    float: left;
}

.modal.reject .form-btn {
    width: 70px;
    height: 36px;
    line-height: 36px;
    float: left;
}

.modal.reject .prompt-btn {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #E6E6E6;
    position: absolute;
    bottom: 0;
}

.modal.reject .item img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.modal.reject .item a {
    color: #009EE6;
    vertical-align: middle;
    margin-left: 10px;
}

.modal.reject .item span {
    font-size: 12px;
    vertical-align: middle;
    float: right;
    margin-top: 6px;
    margin-right: 20px;
}

.modal.applyCount {
    width: 560px;
    height: 460px;
    overflow: auto;
}

.modal.applyCount .modal-wrap {
    height: 400px;
    overflow: auto;
}

.modal .item-list {
    margin: 0;
}

.modal .item-list tr {
    height: 34px;
    border-bottom: 0;
}

.modal .item-list td {
    width: 48%;
    font-size: 12px;
    border: 1px solid #D9D9D9;
}

.modal .item-list .hd td {
    font-size: 14px;
}

.modal .item-list td.num {
    width: 4%;
}

/* 企业人才库 */

.resume-list .date {
    white-space: normal;
    line-height: normal;
    padding-top: 10px;
}

.modal.talent {
    width: 480px;
}

.modal.talent .scroll-wrap {
    height: 400px;
    margin-bottom: 20px;
    overflow: auto;
}

.modal.talent .item-list a {
    padding: 1px 10px;
    border-color: #00A2E9
}

.modal.talent .item-list a:hover {
    background: #00A2E9;
    color: #fff;
}

.modal.talent .item-list a.delete {
    color: #E62129;
    border-color: #E62129;
}

.modal.talent .item-list a.delete:hover {
    background: #E62129;
    color: #fff;
}

.modal.talent .form-label {
    width: 85px;
    margin-right: 0;
}

.modal.talent .form-input {
    height: 30px;
    line-height: 30px;
}

.modal.talent .form-btn {
    width: 70px;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
}

/* 下载的简历 */

.resume-list.download .ext, .resume-list.search .ext {
    width: 100%;
}


.resume-list.download .ext-lg-item, .resume-list.search .ext-lg-item {
    width: auto;
    float: none;
    margin-left: 80px;
}

.resume-list.download .ext-lg-item .ext-item, .resume-list.search .ext-lg-item .ext-item {
    width: auto;
    white-space: normal;
}

.resume-list.download .ext-lg-item .ext-item p, .resume-list.search .ext-lg-item .ext-item p {
    margin-top: 10px;
}

/* 邀请面试 */

.modal.interview {
    width: 550px;
}

.modal.interview .input-wrap {
    width: 420px;
}

.modal.interview .form-item.telephone .divider {
    margin: 0;
}

.modal.interview .input-wrap.edit {
    width: 420px;
    height: 80px;
}

.modal.interview .input-wrap.edit textarea {
    padding-top: 6px;
}

.modal.interview .msgNotify .check-wrap {
    margin-top: 7px;
    display: inline-block;
}

.modal.interview .msgNotify .check-wrap .layui-form-checkbox[lay-skin=primary] span {
    color: #999;
}

.modal.interview .form-btn {
    width: auto;
    padding: 0 10px;
}

.modal.interview .form-btn.preview {
    padding: 0 20px;
    margin-right: 10px;
}

.modal.interview .form-item.candidate {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background: #F2F2F2;
    margin-bottom: 0;
    margin-top: 20px;
}

.modal.interview .form-item.candidate .form-label {
    padding-top: 0;
}

.modal.interview .avatar-list {
    height: 40px;
    display: inline-block;
}

.modal.interview .avatar-list img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    behavior: url('../PIE.htc');
    border: 2px solid #fff;
    cursor: pointer;
}

.modal.interview .choice-list {
    font-size: 12px;
    padding-left: 80px;
    margin-top: 10px;
    color: #999;
}

.modal.interview .choice-item {
    padding: 3px 10px;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    color: #333;
}

.modal.interview .choice-item:hover {
    border-color: #009EE6;
    color: #009EE6;
}

.modal.interview .choice-item.active {
    border-color: #009EE6;
    color: #009EE6;
}

.modal.interview .choice-item.active i {
    width: 13px;
    height: 11px;
    background-image: url('../images/icons.png');
    background-position: -349px -380px;
    position: absolute;
    right: -1px;
    bottom: 0;
    display: block;
}

.modal.interview .select-item {
    padding-right: 30px;
    position: relative;
}

.modal.interview .error-tip {
    margin-left: 75px;
}

.select-item.pm {
    display: none;
}

.select-item .layui-icon-close-fill {
    float: right;
    color: #999;
    padding-top: 1px;
    position: absolute;
    right: 8px;
}

.select-item .layui-icon-close-fill:hover {
    color: #000;
}

.modal.preview .modal-wrap {
    padding: 30px;
}

.modal.preview h3 {
    font-weight: bold;
    font-size: 16px;
}

.modal.preview p {
    margin: 20px 0;
}

.modal.preview h4 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 80px;
}

.modal.preview h4 .label {
    position: absolute;
    top: 0;
    left: 0;
}

.modal.preview .ft {
    border-top: 1px solid #E6E6E6;
}

.modal.preview .prompt-btn {
    text-align: right;
    margin-top: 20px;
}

.modal.preview .prompt-btn .btn {
    width: auto;
    padding: 8px 12px;
    margin: 0 10px;
}

.modal.preview .prompt-btn .btn.cancel {
    padding: 7px 20px;
}

/* 积分任务 */

.table.integralTask {
    width: 100%;
    text-align: center;
    margin-bottom: 150px;
}

.table.integralTask td {
    border: 1px solid #E6E6E6;
}

.table.integralTask .hd {
    height: 40px;
    background: #FAFAFA;
    font-size: 16px;
}

.table.integralTask tr {
    height: 55px;
}

.table.integralTask td.task {
    text-align: left;
    padding-left: 20px;
}

.table.integralTask td.task small {
    color: #999;
}

.table.integralTask td.task small i {
    font-size: 20px;
    margin-left: 3px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.table.integralTask strong.red {
    color: #E62129;
    margin-right: 5px;
    font-size: 16px;
}

.table.integralTask .btn {
    padding: 4px 12px;
    background: #009EE6;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}

.table.integralTask .btn:not(.disabled):hover {
    background: #00B1FF;
    color: #fff;
}

.table.integralTask .btn.disabled {
    background: #8C8C8C;
}

.table.integralTask .tr {
    height: 40px;
}

/* 消费规则 */

.table.consumeRule {
    width: 100%;
    text-align: left;
}

.table.consumeRule tr {
    height: 40px;
}

.table.consumeRule td.title {
    width: 300px;
    padding-left: 22px;
}

.table.consumeRule td {
    border: 1px solid #E6E6E6;
    padding-left: 36px;
}

.table.consumeRule td span {
    margin-right: 20px;
}

/* 积分明细 */

.table.integralDetail {
    width: 100%;
    text-align: center;
}

.table.integralDetail tr {
    height: 40px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.table.integralDetail tr.hd {
    background: #FAFAFA;
    font-size: 16px;
}

.table.integralDetail td {
    width: 25%;
}

.table.integralDetail td strong.red {
    color: #E62129;
    margin-right: 5px;
    font-size: 16px;
}

.totalIntegral {
    color: #009EE6;
    font-size: 16px;
    float: right;
    margin-right: 50px;
    margin-top: 20px;
}

.totalIntegral p {
    line-height: 30px;
}

/* 商品列表 */

.goods-list {
    padding-left: 9px;
    overflow: hidden;
}

.goods-item {
    width: 224px;
    font-size: 12px;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 2px 3px 0px rgba(56, 59, 59, 0.15);
    float: left;
    margin: 0 7px;
    margin-bottom: 14px;
    cursor: pointer;
    color: #333;
}

.goods-item:hover {
    color: #333;
}

.goods-item img {
    width: 222px;
    height: 222px;
}

.goods-item .goods-price strong {
    color: #E62129;
    font-size: 16px;
    margin-right: 5px;
}

.goods-item p {
    line-height: 24px;
    margin: 5px 0;
    padding: 0 6.5px;
}

.goods-item .goods-price span {
    float: right;
}

.goods-item .goods-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 商品详情 */

.goods-menu {
    border-bottom: 2px solid #E62129;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 40px;
}

.goods-menu li {
    float: left;
}

.goods-menu li a {
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    display: inline-block;
    color: #333;
    font-size: 16px;
}

.goods-menu li.active a {
    padding: 0 30px;
    background: #E62129;
    color: #fff;
    border-radius: 4px 4px 0px 0px;
}

.goods-info {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
}

.goods-pic {
    float: left;
}

.goods-pic .pic-lg img {
    width: 400px;
    height: 400px;
    border: 1px solid #E6E6E6;
}

.goods-pic .pic-sm {
    margin-top: 15px;
}

.goods-pic .pic-sm img {
    width: 90px;
    height: 90px;
    margin-right: 9px;
    border: 1px solid #E6E6E6;
    cursor: pointer;
}

.goods-pic .pic-sm img.active {
    border-color: #E62129;
}

.goods-pay {
    font-size: 16px;
    margin-left: 85px;
    float: left;
}

.goods-pay .title {
    margin-bottom: 60px;
}

.goods-pay .item {
    margin-bottom: 25px;
}

.goods-pay .item span {
    vertical-align: middle;
}

.goods-pay .item .price {
    color: #E62129;
    font-weight: bold;
    font-size: 22px;
    margin-left: 30px;
}

.goods-pay .count-input {
    border: 1px solid #ccc;
    height: 27px;
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
    margin-right: 20px;
}

.goods-pay .count-input span {
    width: 25px;
    height: 100%;
    line-height: 23px;
    text-align: center;
    float: left;
    font-size: 20px;
    cursor: pointer;
}

.goods-pay .count-input span.reduce {
    border-right: 1px solid #ccc;
}

.goods-pay .count-input span.add {
    border-left: 1px solid #ccc;
}

.goods-pay .count-input input {
    width: 66px;
    height: 100%;
    text-align: center;
    float: left;
}

.goods-pay .btn {
    width: 122px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #E62129;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-top: 123px;
}

.goods-pay .btn:hover {
    background: #FE363E;
}

.goods-detail img {
    margin-bottom: 20px;
    display: block;
}

/* 账户认证 */

table.accountAuth {
    width: 100%;
    text-align: center;
}

table.accountAuth tr {
    height: 100px;
    border-bottom: 1px solid #E6E6E6;
}

table.accountAuth .icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    background-image: url('../images/icons.png');
    vertical-align: middle;
}

table.accountAuth .icon.license {
    background-position: -342px -404px;
}

table.accountAuth .icon.email {
    background-position: -342px -436px;
}

table.accountAuth .txt {
    font-size: 12px;
    color: #999;
}

table.accountAuth p.txt {
    margin: 12px 0;
}

table.accountAuth a.link {
    font-size: 12px;
    color: #00A2E9;
    margin-left: 40px;
}

table.accountAuth .form-btn {
    width: 96px;
    height: 26px;
    line-height: 26px;
}

table.accountAuth .form-btn.disabled:hover {
    background: transparent;
}

table.accountAuth .td1 {
    width: 60px;
}

table.accountAuth .td2 {
    width: 140px;
}

table.accountAuth .td3 {
    text-align: left;
    padding-left: 40px;
}

table.accountAuth .td4 {
    width: 160px;
}

/* 上传企业logo */

.upload-logo .upload-btn {
    width: 96px;
    height: 26px;
    line-height: 26px;
}

.section .upload-logo p {
    font-size: 12px;
    margin: 15px 0;
}

.upload-logo .upload-area {
    width: 300px;
    height: 300px;
    border: 1px solid #D9D9D9;
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.upload-logo .upload-area.sm {
    width: 160px;
    height: 160px;
    display: block;
}

.upload-logo .upload-area img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.upload-logo .layui-form-checkbox[lay-skin=primary] span {
    font-size: 12px;
}

.upload-logo .upload-area img#logoPic {
    z-index: 1;
}

.upload-logo .btn-wrap {
    margin: 25px 0;
}

.upload-logo .btn-wrap .form-btn {
    width: 96px;
}

.upload-logo .btn-group {
    margin-left: 130px;
    display: inline-block;
}

.upload-logo .btn-group span {
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    display: inline-block;
    border: 1px solid #E6E6E6;
    cursor: pointer;
    border-radius: 2px;
}

.upload-logo .btn-group span:hover {
    border-color: #009EE6;
}

.upload-logo .btn-group i {
    width: 12px;
    height: 13px;
    background-image: url('../images/icons.png');
    display: inline-block;
}

.upload-logo .btn-group .rotateL i {
    background-position: -286px -413px;
}

.upload-logo .btn-group .rotateR i {
    background-position: -317px -413px;
}

/* 企业模板 */

.form-btn.preview-page {
    width: 116px;
    height: 26px;
    line-height: 26px;
}

.company-template {
    padding-left: 15px;
    margin-top: 20px;
    overflow: hidden;
}

.company-template-item {
    width: 223.5px;
    box-shadow: 0px 2px 3px 0px rgba(56, 59, 59, 0.15);
    border: 1px solid #E6E6E6;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}

.company-template-item img {
    width: 100%;
    height: 155px;
}

.company-template-item p {
    padding: 10px 15px;
}

.company-template-item strong {
    float: right;
    color: #E62129;
}

.company-template-item .btn-wrap {
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.company-template-item .btn {
    margin: 0 10px;
    padding: 2px 8px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    font-size: 12px;
    cursor: pointer;
}

.company-template-item .btn:hover {
    border-color: #00A2E9;
    color: #00A2E9;
}

/* 手机登录设置 */

.login-account {
    width: 550px;
}

.login-account li {
    height: 46px;
    line-height: 46px;
    border: 1px solid #E6E6E6;
    margin-top: 20px;
    border-radius: 2px;
}

.login-account li:hover {
    border-color: #ccc;
}

.login-account .icon {
    width: 9px;
    height: 15px;
    background-image: url('../images/icons.png');
    background-position: -287px -442px;
    display: inline-block;
    margin: 0 30px;
    position: relative;
    top: 2px;
}

.login-account .form-btn {
    line-height: 26px;
    float: right;
    margin-right: 10px;
    margin-top: 9px;
}

.login-account .txt {
    color: #999;
    margin-left: 20px;
}

.login-account .ct100 {
    margin-left: 50px;
    vertical-align: top;
}

.login-account img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-left: 15px;
    vertical-align: top;
    margin-top: 5px;
}

.modal.addLoginPhone .input-wrap {
    width: 260px;
}

.modal.addLoginPhone .modal-wrap {
    padding-left: 10px;
}

.modal.addLoginPhone .form-btn {
    height: 30px;
    line-height: 30px;
    width: 260px;
}

.modal.addLoginPhone .sendCode {
    position: relative;
    padding-right: 90px;
}

.modal.addLoginPhone .getCode {
    color: #009EE6;
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}

.modal.addLoginPhone .getCode.disabled span {
    color: #009EE6;
}

.modal.addLoginPhone .getCode.disabled {
    color: #333;
}

.modal.addLoginPhone .error-tip {
    margin-left: 70px;
}

.login-account.wx .ct100 {
    margin-left: 15px;
}

.login-account.wx .ct200 {
    margin-left: 15px;
    vertical-align: top;
}

.login-account.wx .txt {
    margin-left: 80px;
}

/* 微信绑定设置 */

.modal.qrcode {
    background: none;
}

.modal.qrcode img {
    width: 330px;
    height: 330px;
}

body .qrcode-class.layui-layer {
    background: none;
    box-shadow: none;
}

.modal.qrcode .tip {
    background: #222;
    color: #fff;
    line-height: 20px;
    padding: 8px 38px;
    border-radius: 99px;
    behavior: url('../PIE.htc');
    text-align: center;
    margin-top: 20px;
}

/* 简历搜索 */

.resume-list.search .tr {
    height: 55px;
    line-height: 55px;
}

.resume-list.search .hd {
    height: 40px;
    line-height: 40px;
}

.resume-list.search .name {
    padding-left: 16px;
    line-height: normal;
    vertical-align: middle;
    white-space: normal;
}

.resume-list.search .name span {
    line-height: 24px;
}

.resume-list.search .hd .name {
    text-align: left;
    line-height: 40px;
}

.resume-list.search .icon-de {
    font-size: 12px;
    color: #FF7379;
    margin-right: 5px;
}

.resume-list.search .icon-en {
    color: #FF7379;
    font-style: normal;
    font-size: 12px;
    margin-right: 5px;
}

.resume-list.search .date {
    padding-top: 9px;
}

.resume-list.search .ext-lg-item {
    margin-left: 180px;
}

.resume-list.search .ext img {
    width: 74px;
    height: 74px;
    border-radius: 6px;
    position: absolute;
    left: 40px;
}

.resume-bar .btn-group {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.resume-list.search .tip {
    float: right;
    width: auto;
    margin-right: 20px;
    font-size: 12px !important;
}

.resume-list.search .tip .icon-en {
    margin-left: 20px;
}

.resume-list.search .btn.save {
    color: #009EE6;
    border-color: #009EE6;
}

.resume-list.search .btn.save:hover {
    background: #D8EAF2;
}

.resume-list.search .btn.save .icon-baocun {
    font-size: 13px;
    margin-right: 5px;
}

.select-list.searcher .select-item {
    padding-right: 30px;
    position: relative;
    color: #009EE6;
}

.select-list.searcher .select-item.active {
    color: #fff;
}

.table.searcher {
    width: 100%;
    text-align: center;
}

.table.searcher td {
    width: 31%;
    border: 1px solid #E6E6E6;
}

.table.searcher tr {
    height: 45px;
}

.table.searcher tr.hd {
    background: #FAFAFA;
    height: 40px;
}

.table.searcher .td1 {
    width: 55px;
}

.table.searcher a {
    margin: 0 15px;
    color: #333;
}

.table.searcher a.modify:hover {
    color: #009EE6;
}

.table.searcher a.delete:hover {
    color: #E62129;
}

.table.searcher .form-btn {
    width: 118px;
    height: 26px;
    line-height: 26px;
    margin-left: 10px;
}

/* 消息 */

.chat-container {
    width: 1000px;
    position: fixed;
    top: 80px;
    bottom: 20px;
    z-index: 10;
    background: #fff;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.03);
}

.msg-wrap {
    width: 30%;
    height: 100%;
    float: left;
    border-right: 2px solid #f2f2f5;
}

.msg-wrap .msg-hd {
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #f2f2f5;
    background: #fbfbfc;
    color: #888;
    padding-left: 20px;
    display: table;
}

.msg-wrap .msg-hd span {
    display: table-cell;
    vertical-align: middle;
}

.chat-wrap {
    width: 70%;
    height: 100%;
    float: left;
    position: relative;
    display: none;
}

.chat-wrap .chat-hd {
    width: 100%;
    height: 40px;
    background: #fbfbfc;
    border-bottom: 2px solid #f2f2f5;
    padding-left: 20px;
    display: table;
}

.chat-wrap .chat-hd > span {
    display: table-cell;
    vertical-align: middle;
}

.chat-wrap .chat-bar {
    height: 5%;
    background: #FAFAFA;
    padding: 1.3% 20px;
    color: #888;
}

.chat-wrap .chat-bar span {
    margin-right: 15px;
    font-size: 13px;
    vertical-align: middle;
}

.chat-wrap .chat-bar .posName {
    color: #009EE6;
    max-width: 200px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chat-wrap .chat-hd a {
    color: #666;
    cursor: pointer;
}

.chat-wrap .chat-hd a:hover {
    color: #009EE6;
}

.msg-list {
    height: calc(100% - 40px);
    overflow: auto;
    position: relative;
}

.msg-item {
    width: 100%;
    height: 72px;
    padding: 15px 20px 15px 80px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid #f6f6f6;
}

.msg-item:hover, .msg-item.active {
    background: #f2f5fa;
}

.msg-item > img {
    width: 46px;
    height: 46px;
    position: absolute;
    left: 20px;
    top: 11px;
    border-radius: 50%;
}

.msg-item .msg-name {
    color: #666;
    padding-right: 70px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    margin-top: -6px;
}

.msg-name .unread {
    position: absolute;
    right: 30px;
    top: 16px;
}

.msg-item .msg-time {
    width: 80px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    font-size: 12px;
    color: #999;
    text-align: right;
    text-overflow: ellipsis;
}

.msg-item .msg-txt {
    color: #999;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-wrap .chat-list {
    height: calc(100% - 232px);
    padding: 0 3%;
    overflow: auto;
}

.chat-wrap .chat-ft {
    height: 160px;
    border-top: 2px solid #f2f2f5;
    padding: 0 20px;
}

.chat-time {
    text-align: center;
    color: #999;
    font-size: 12px;
    margin: 20px 0;
}

.chat-item {
    margin: 20px 0;
    float: none !important;
}

.chat-item>img {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
}

.chat-item .chat-bubble {
    max-width: 75%;
    padding: 5px 10px;
    line-height: 24px;
    margin: 4px 10px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    word-break: break-all;
    text-align: justify;
    position: relative;
}

.chat-bubble .emoji{
    width: 25px;
    vertical-align: bottom;
}

.chat-bubble .pic {
    border-radius: 5px; 
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
}

.msg-txt .emoji {
    width: 18px;
    margin-bottom: -1px;
    vertical-align: bottom;
}

.chat-item.fl .chat-bubble {
    background: #f2f5fa;
    color: #000;
    position: relative;
}

.chat-item.fr {
    text-align: right;
}

.chat-item.fr .chat-bubble {
    background: #CCE4FC;
    color: #000;
}

.chat-icon-wrap {
    padding: 8px 0;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
}

.chat-icon-wrap .iconfont {
    font-size: 22px;
    color: #aaa;
    cursor: pointer;
}

.chat-icon-wrap .hint-top {
    margin-right: 20px;
}

.chat-icon-wrap .iconfont:hover {
    color: #009EE6;
}

.chat-icon-wrap .clear {
    float: right;
    color: #aaa;
    cursor: pointer;
    margin-top: 3px;
}

.chat-icon-wrap .clear:hover {
    color: #009EE6;
}

.chat-ft textarea {
    width: 100%;
    height: 75px;
    padding: 5px 0;
}

.chat-btn-wrap {
    text-align: right;
}

.chat-btn-wrap .form-btn {
    width: 70px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.chat-btn-wrap .txt {
    color: #d1d4db;
    vertical-align: middle;
    margin-right: 20px;
}

.phrase-list {
    width: 400px;
    max-height: 300px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 40px;
    z-index: 99;
    background: #fff;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 0px 6px 0px rgba(128, 128, 128, 0.2);
    overflow: auto;
    display: none;
}

.phrase-hd {
    padding: 10px 15px;
    font-size: 16px;
    color: #333;
}

.phrase-hd span {
    float: right;
    color: #009EE6;
    cursor: pointer;
}

.phrase-item {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-size: 13px;
}

.phrase-item:hover {
    background: #f2f5fa;
}

.modal.phrase .scroll-wrap {
    height: 400px;
    margin: 10px 0;
    overflow: auto;
}

.modal.phrase .item-list tr {
    height: 40px;
}

.modal.phrase .item-list .btn {
    color: #019CEF;
    padding: 1px 10px;
    border: 1px solid #00A2E9;
    border-radius: 2px;
    margin: 0 5px;
    cursor: pointer;
}

.modal.phrase .item-list .btn:hover {
    background: #00A2E9;
    color: #fff;
}

.modal.phrase .item-list .btn.delete {
    color: #E62129;
    border-color: #E62129;
}

.modal.phrase .item-list .btn.delete:hover {
    background: #E62129;
    color: #fff;
}

.modal.phrase .item-list td.txt {
    width: 70%;
    text-align: left;
    padding-left: 20px;
}

.modal.phrase .form-label {
    margin-right: 0;
}

.modal.phrase .form-input {
    height: 30px;
    line-height: 30px;
}

.modal.phrase .form-btn {
    width: 70px;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
}

.chat-wrap .tip {
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding-left: 20px;
    position: absolute;
    bottom: 24.5%;
    z-index: 1;
    display: none;
}

.chat-wrap .tip.error {
    color: #E62129;
    background: #F0DCDD;
}

.chat-wrap .tip.error span {
    color: #009EE6;
    cursor: pointer;
    margin-left: 20px;
}

.chat-wrap .tip .layui-icon {
    margin-right: 8px;
}

.chat-wrap .tip.success {
    color: #41bfb3;
    background: #ECF8F7;
}

.chat-hide {
    width: 70%;
    height: 100%;
    float: left;
    position: relative;
}

.chat-hide .wrap {
    width: 100%;
    height: 180px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -90px;
}

.chat-hide .bg {
    width: 110px;
    height: 112px;
    background: url('../images/no-msg.png');
    display: inline-block;
}

.chat-hide p {
    margin-top: 40px;
    color: #9fa3b0;
}

/* 登录 */

.login-container {
    width: 1200px;
    height: 380px;
    position: absolute;
    top: 20%;
}

.login-container .banner {
    width: 735px;
    height: 100%;
    overflow: hidden;
    float: left;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.03);
}

.login-container .banner img {
    width: 100%;
    height: 100%;
}

.login-box {
    width: 410px;
    height: 380px;
    float: right;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #F2F2F2;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.login-wrap {
    padding: 15px 40px;
}

.login-tab {
    overflow: hidden;
}

.login-tab-item {
    float: left;
    font-size: 16px;
    cursor: pointer;
    width: 150px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #777F9A;
    text-align: center;
    color: #777F9A;
    border-radius: 2px;
}

.login-tab-item.active {
    color: #009EE6;
    border-color: #009EE6;
}

.login-box-title {
    text-align: center;
    margin-bottom: 20px;
}

.login-box-title:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #E0DBDB;
    display: block;
    position: relative;
    top: -12px;
}

.login-box-title span {
    color: #414A60;
    font-size: 20px;
    padding: 0 12px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.login-input-wrap {
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    padding-left: 40px;
    position: relative;
    margin-top: 25px;
}

.login-input-wrap.active {
    border-color: #E62129 !important;
}

.login-input-wrap:hover {
   box-shadow: 0px 0px 6px 0px rgba(0,138,199,0.15);
   border-color: #009EE6;
}

.login-input-wrap i.iconfont {
    position: absolute;
    left: 12px;
    top: 10px;
    color: #ccc;
    font-size: 18px;
}

.login-input-wrap .login-input {
    width: 280px;
    height: 100%;
    line-height: 40px;
    color: #333;
}

.login-btn {
    height: 40px;
    line-height: 40px;
    background: #009EE6;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 20px;
    cursor: pointer;
}

.login-btn .layui-icon {
    margin-right: 10px;
}

.login-btn:hover {
    background: #00B1FF;
}

.login-ft {
    height: 48px;
    line-height: 48px;
    background: #F5F7FA;
    padding: 0 40px;
    font-size: 13px;
}

.login-ft a {
    color: #009EE6;
}

.login-ft a.fr {
    float: right;
}

.login-box-item .error-tip, .register-input .error-tip {
    color: #E62129;
    font-size: 12px;
    margin-bottom: -18px;
    height: 18px;
    text-align: left;
}

.login-box-item .error-tip i,  .register-input .error-tip i{
    width: 13px;
    height: 13px;
    display: inline-block;
    background-image: url('../images/icons.png');
    background-position: -39px -254px;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.login-box-item .codeLogin {
    color: #00A2E9;
    margin-top: 15px;
    display: inline-block;
}

.login-box-item.wxLogin {
    text-align: center;
}

.login-box-item.wxLogin img {
    width: 148px;
    height: 148px;
    margin: 20px 0;
}

.login-box-item.wxLogin p {
    margin-bottom: 19.8px;
}

.login-box-item.wxLogin i {
    font-size: 20px;
    color: #04B310;
    vertical-align: middle;
}

.login-box-item.wxLogin span {
    vertical-align: middle;
    margin-left: 5px;
}

.login-box-item.phoneLogin .icon-xinxi {
    font-size: 20px;
}

.login-input.code {
    width: 180px;
}

.login-input-wrap .getCode {
    font-size: 12px;
    color: #009EE6;
    padding-left: 20px;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

.login-input-wrap .getCode.disabled span {
    color: #009EE6;
}

.login-input-wrap .getCode.disabled {
    color: #333;
}

.login-input-wrap .getCode:before {
    content: '';
    width: 1px;
    height: 15px;
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    background: #D9D4D4;
}

/* 注册 */

.register-container {
    width: 600px;
    margin: 15% auto;
}

.register-step {
    font-size: 16px;
    margin-bottom: 50px;
    color: #666;
    overflow: hidden;
    padding-left: 50px;
}

.step-item {
    margin: 0 20px;
    float: left;
}

.step-title {
    margin-left: 5px;
    vertical-align: middle;
    font-weight: bold;
}

.step-icon {
    width: 24px;
    height: 24px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #d8dce6;
    background-color: #fff;
    vertical-align: middle;
    font-weight: bold;
}

.step-item.active .step-icon {
    background: #008FE5;
    color: #fff;
    border-color: #008FE5;
}

.step-item.active .step-title {
    color: #008FE5;
}

.step-dot {
    float: left;
}

.step-dot .dot {
    width: 3px;
    height: 3px;
    display: inline-block;
    border-radius: 50%;
    background: #E6E6E6;
}

.step-dot.active .dot {
    background: #008FE5;
}

.register-input {
    padding-left: 70px;
    padding-right: 195px;
}

.register-input .login-btn {
    background: #008FE5;
}

.register-input .login-btn:hover {
    background: #05A1FE;
}

.register-box .select .input-wrap {
    width: 90px;
    margin-right: 3px;
}

.register-box .register-btn {
    width: 381px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #008FE5;
}

.register-box .register-btn:hover {
    background: #05A1FE;
}

.register-success {
    text-align: center;
    padding-left: 70px;
    padding-right: 195px;
    margin-top: 80px;
}

.register-success .tip span {
    font-size: 24px;
    font-weight: bold;
    color: #008FE5;
    margin-left: 20px;
    vertical-align: middle;
}

.register-success .tip img {
    width: 40px;
}

.register-success p {
    color: #999;
    font-size: 16px;
    margin-top: 40px;
}

.register-account {
    width: 550px;
    background: #fff;
    padding: 20px;
    display: none;
}

.register-account .title {
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
}

.register-account .title span {
    color: #E62129;
}

.register-account .item {
    height: 50px;
    line-height: 48px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    padding: 0 15px;
    font-size: 16px;
    margin-top: 20px;
    text-align: left;
}

.register-account .item:hover {
    border-color: #c6c6c6;
}


.register-account .item span {
    width: 300px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.register-account .item .btn {
    width: 100px;
    height: 34px;
    line-height: 34px;
    background: #008FE5;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    float: right;
    font-size: 14px;
    margin-top: 8px;
}

.register-account .item .btn:hover {
    background: #05A1FE;
}

.register-account .item .btn.disabled {
    background: #999 !important;
}

.register-account .register-btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #008FE5;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    margin: 30px auto 0;
}

.register-account .register-btn:hover {
    background: #05A1FE;
}

.register-account.unbind .btn {
    background: #E62129;
}

.register-account.unbind .btn:hover {
    background: #E9383F;
}

/* 找回密码 */

.backPassword {
    margin: 15% auto;
}

.backPassword .item-box {
    width: 560px;
    height: 341px;
    float: left;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 40px 0;
}

.backPassword .item-box.email {
    margin-right: 80px;
}

.backPassword .item-box.email .pic {
    width: 179px;
    height: 131px;
    background: url('../images/backpwd1.png');
    display: inline-block;
}

.backPassword .item-box.phone .pic {
    width: 180px;
    height: 143px;
    background: url('../images/backpwd2.png');
    display: inline-block;
}

.backPassword .item-box p {
    color: #333;
    font-size: 16px;
    margin: 30px 0;
}

.backPassword .item-box .btn {
    width: 244px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #008FE5;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #008FE5;
    text-align: center;
}

.backPassword .item-box .btn:hover {
    background: #008FE5;
    color: #fff;
}

.backPwd-container {
    width: 520px;
    margin: 15% auto;
    text-align: center;
}

.backPwd-step h3 {
    padding-left: 70px;
    text-align: left;
    line-height: 25px;
}

.backPwd-step .login-input-wrap {
    width: 330px;
    padding-left: 15px;
}

.backPwd-step .login-input {
    width: 100%;
}

.backPwd-step .register-input {
    padding-right: 120px;
}

.backPwd-step h1 {
    text-align: left;
    color: #595959;
    font-size: 20px;
    margin-bottom: 20px;
}

.backPwd-step .tip {
    color: #595959;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
}

.backPwd-step .tip span {
    color: #05A1FE;
}

.backPwd-step.resetPwd .register-input {
    padding-left: 0;
    padding-right: 110px;
    margin-top: 0;
}

.backPwd-step.resetPwd .login-input-wrap {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 30px;
}

.backPwd-step.resetPwd .label {
    width: 65px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

.backPwd-step .register-input.resetPwd {
    padding-left: 79px;
}

.backPwd-step .register-input.resetPwd .login-btn {
    margin-top: 0;
}

.backPwd-step.checkPhone, .backPwd-step.resetPwdByPhone{
    text-align: left;
    padding-left: 40px;
}

.backPwd-step.checkPhone h3 {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
}

.backPwd-step.checkPhone .codeInput-wrap {
    width: 334px;
    height: 40px;
}

.backPwd-step.checkPhone .codeInput-wrap input {
    float: left;
    width: 219px;
    height: 100%;
    line-height: 40px;
    border: 1px solid #d9d9d9;
    padding: 0 15px;
}

.backPwd-step.checkPhone .sendCode {
    width: 115px;
    height: 100%;
    line-height: 40px;
    background: #008FE5;
    color: #fff;
    float: left;
    text-align: center;
    cursor: pointer;
}

.backPwd-step.checkPhone .sendCode:hover {
    background: #05A1FE;
}

.backPwd-step.checkPhone .sendCode.disabled {
    background: #999 !important;
}

.backPwd-step.checkPhone .register-input {
    padding-left: 0;
    padding-right: 145px;
}

.backPwd-step.resetPwdByPhone h3 {
    padding-left: 0;
    text-align: left;
    width: 100%;
}

.backPwd-step.resetPwdByPhone .register-account {
    display: block;
    padding: 20px 0;
    width: 100%;
}

/* 短信发送记录 */

table.SMSRecord {
   width: 100%;
}

table.SMSRecord tr {
    height: 35px;
}

table.SMSRecord tr.hd {
    background: #FAFAFA;
}

table.SMSRecord td {
    width: 15%;
    text-align: center;
    border: 1px solid #E6E6E6;
}
table.SMSRecord .td5 {
    width: 40%;
}
table.SMSRecord .link {
    color: #E62129;
    cursor: pointer;
    vertical-align: middle;
}

table.SMSRecord .txt {
    max-width: 240px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

/* 短信发送记录 */

table.loginRecord {
   width: 100%;
   margin-top: 30px;
}

table.loginRecord tr {
    height: 35px;
}

table.loginRecord tr.hd {
    background: #FAFAFA;
}

table.loginRecord td {
    width: 33.3%;
    text-align: center;
    border: 1px solid #E6E6E6;
}

/* 上传营业执照 */
.modal.uploadLicense {
    width: 500px;
}

.modal.uploadLicense .input-wrap {
    width: 370px;
}

.modal.uploadLicense .upload-hd {
    height: 36px;
    line-height: 36px;
    background: #F2F2F2;
    border-bottom: 1px solid #E6E6E6;
    color: #808080;
    padding-left: 10px;
}

.modal.uploadLicense .upload-area {
    height: 180px; 
    text-align: center;
}

.modal.uploadLicense .upload-icon {
    width: 83px;
    height: 65px;
    display: inline-block;
    background: url('../images/upload.png');
    margin-top: 40px;
}

.modal.uploadLicense .upload-area span {
    color: #00A2E9;
    cursor: pointer;
}

.modal.uploadLicense .upload-area p {
    margin-top: 10px;
}

.modal.uploadLicense .tip {
    padding: 10px 10px 0 80px;
    font-size: 12px;
}

.modal.uploadLicense .form-btn {
    float: right;
    margin-bottom: 20px;
    margin-right: 10px;
}

/* 导出简历 */
.modal.exportResume {
    width: 460px;
}

.modal.exportResume .title {
    background: #F8F8F8;
    color: #333;
    font-weight: bold;
}
.modal.exportResume .format-list {
    padding-left: 24px;
}
.modal.exportResume .format-item {
    width: 75px;
    height: 75px;
    border: 1px solid #ccc;
    float: left;
    margin-left: 50px;
    margin-top: 25px;
    text-align: center;
    cursor: pointer;
}

.modal.exportResume .form-btn {
    float: right;
    margin: 40px 20px 30px;
}

.modal.exportResume .format-item p {
    font-size: 12px;
    font-weight: bold;
}

.modal.exportResume .format-item img {
    width: 45px;
    margin-top: 5px;
}

.modal.exportResume .format-item img.html {
    width: 40px;
    margin-top: 8px;
    margin-bottom: 2px;
}

.modal.exportResume .format-item.active {
    border-color: #009EE6;
    position: relative;
}

.modal.exportResume .format-item:hover {
    border-color: #009EE6;
}

.modal.exportResume .format-item.active:after {
    content: '';
    width: 26px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url('/images/checked.png');
}

/* 批量查看简历 */
.resume-link {
    width: 200px;
    position: fixed;
    top: 50px;
    bottom: 0;
    z-index: 10;
}

.resume-link .hd {
    height: 40px;
    line-height: 40px;
    border: 1px solid #D9D7D7;
    font-size: 12px;
    text-align: center;
}

.resume-link .hd .num {
    color: #009EE6;
    font-style: normal;
}

.resume-link .hd .iconfont {
    font-size: 23px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.resume-link .hd a:hover {
    color: #009EE6;
}

.resume-link .hd .item {
    padding-right: 10px;
    border-right: 1px solid #D9D7D7;
}

.resume-link-wrap {
    width: 100%;
    position: absolute;
    top: 40px;
    bottom: 0;
    overflow: auto;
    padding-bottom: 15px;
}

.resume-link-wrap::-webkit-scrollbar {
    display: none;
}

.resume-link-wrap .item {
    width: 100%;
    height: 64px;
    border: 1px solid #D9D7D7;
    display: block;
    margin-top: 13px;
    padding: 10px;
    font-size: 12px;
    position: relative;
}

.resume-link-wrap .item h4 {
    font-size: 14px;
    margin-bottom: 6px;
}

.resume-link-wrap .item .iconfont {
    font-size: 15px;
}

.resume-link-wrap .item .line {
    color: #D9D7D7;
    margin: 0 5px;
}

.resume-link-wrap .item p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.resume-link-wrap .item:hover, .resume-link-wrap .item.active {
    border-color: #19A7E8;
    box-shadow: -2px 0px 8px rgba(0,158,230,0.17);
}

.resume-link-wrap .item.active .num-bg, .resume-link-wrap .item:hover .num-bg {
    background-image: url('../images/cross-bg-active.png');
}

.resume-link-wrap .item .num-bg {
    width: 41px;
    height: 32px;
    background-image: url('../images/cross-bg.png');
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    text-align: right;
    padding-right: 5px;
    font-size: 14px;
    font-family: "宋体", sans-serif;
    font-weight: bold;
}

/* 手机无效登记 */
.modal.phoneInvalid {
    width: 510px;
}

.modal.phoneInvalid .modal-wrap {
    padding-top: 10px;
}

.modal.phoneInvalid .form-label {
    margin-right: 0;
    width: 70px;
}

.modal.phoneInvalid .input-wrap {
    width: 150px;
}

.modal.phoneInvalid .form-item {
    display: block;
}

.modal.phoneInvalid .form-input {
    height: 32px;
    line-height: 32px;
}

.modal.phoneInvalid p {
    margin: 10px 0;
}

.modal.phoneInvalid .form-btn {
    float: right;
    margin-bottom: 20px;
}

.modal.phoneInvalid .input-wrap.edit {
    width: 395px;
}

.modal.phoneInvalid .num {
    color: #009EE6;
}

/* 举报窗口 */
.modal.complaint {
    width: 405px;
}

.modal.complaint .modal-wrap {
    padding-top: 10px;
}

.modal.complaint p {
    margin: 10px 0;
}

.modal.complaint .input-wrap {
    width: 100%;
    height: 100px;
}

.modal.complaint .tip {
    padding-left: 20px;
    margin-bottom: 20px;
}

.modal.complaint .tip li {
    list-style-type: decimal;
    line-height: 24px;
}

.modal.complaint .form-btn {
    float: right;
    margin-bottom: 20px;
}

/* 切换账户 */
.modal.switchAccount {
    width: 500px;
    height: 260px;
}

.modal.switchAccount .modal-wrap {
    padding-top: 0;
    padding-bottom: 20px;
}

.modal.switchAccount .item {
    height: 45px;
    line-height: 43px;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    padding: 0 15px;
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
}
.modal.switchAccount .item span {
    width: 300px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal.switchAccount .item .form-btn {
    width: 65px;
    height: 33px;
    line-height: 33px;
    float: right;
    margin-top: 5px;
}

.nav-item.feedback .iconfont, .nav-item.intro .iconfont, .nav-item.zph .iconfont{
    font-size: 14px;
    margin-right: 8px;
}

.feedback-bg {
    width: 100%;
    height: 120px;
    background-image: url('../images/feedback_bg.png');
    background-position: center;
}

.breadCrumb {
    margin: 20px 0;
}

.breadCrumb a.active {
    color: #009EE6;
}

.breadCrumb .layui-icon {
    color: #999;
    font-size: 12px;
}

.feedback-wrap .tip {
    color: #999;
    padding-left: 80px;
    margin-top: 20px;
}

.feedback-wrap .tip span {
    color: #E62129;
}

.feedback-wrap .form-btn {
    margin-left: 400px;
}
.fixTop {
    width: 1080px;
    position: fixed;
    top: 62px;
    z-index: 99;
}