/*导航栏*/

.container {
    position: relative;
    font-family: Microsoft YaHei UI;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-page {
    background: #FDFEFF;
}

#index-content {
    width: 100%;
    flex: 1;
}

.index-header {
    color: white;
    position: sticky;
    height: 60px;
    width: 100%;
    display: flex;
    padding: 14px 20px;
    z-index: 9000;
    line-height: 32px;
    top: 0px;
}

.index-logo {
    height: 100%;
    margin-right: 8px;
}


/*首页展示有颜色的图标*/

.index-header.home .index-logo {
    display: none;
}

.index-logo.color {
    display: none;
}

.index-header.home .index-logo.color {
    display: block;
}

.index-name {
    line-height: 20px;
    margin: 6px 0;
    font-size: 16px;
    border-left: 1px solid #EDEFF2;
    padding-left: 8px;
    letter-spacing: 2px;
    max-width: 200px;
}

.index-mh-12 {
    margin-left: 12px;
    margin-right: 12px;
}

.index-action {
    display: flex;
    margin-left: 10px;
}

.index-action .hr-iconfont {
    font-size: 20px;
    color: #FFF;
}

.index-header.home .index-action .hr-iconfont {
    color: #86909C;
}

.index-wzlm {
    flex: 1;
    margin: -14px 0px -14px 4%;
    display: flex;
    font-size: 16px;
    min-width: 0px;
}

.menu-item {
    margin: 0 1.4%;
    line-height: 24px;
    padding: 18px 0;
    color: white;
    position: relative;
    cursor: pointer;
}

.index-wzlm-more {
    width: 70px;
}

.menu-item.active {
    border-bottom: 3px solid white;
    font-weight: 700;
}

.index-language {
    cursor: pointer;
    color: #FFF;
    position: relative;
}

.index-header.home .index-language {
    color: #1D2129;
}

.index-language i,
.index-user i {
    color: #FFF!important;
    vertical-align: 1px;
    font-size: 12px!important;
}

.index-header.home .index-language i,
.index-header.home .index-user i {
    color: #4E5969!important;
}

.index-login {
    cursor: pointer;
    padding-left: 10px;
}

.index-registry {
    cursor: pointer;
}

.index-head-item {
    margin: 0 10px;
    cursor: pointer;
    position: relative;
}

.has-msg-dot {
    position: absolute;
    background: #F53F3F;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    right: -2px;
    top: 4px;
}

.index-head-item.index-user {
    margin-right: 0px;
    position: relative;
}

.index-head-item img {
    width: 20px;
    height: 20px;
}

.index-head-item .user-img {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    margin-right: 8px;
}

.index-lang-content,
.index-msg-content,
.index-login-content,
.index-wzlm-more-content {
    position: absolute;
    background: #fff;
    color: #4E5969;
    border-radius: 4px;
    top: 36px;
    padding: 4px 0;
    font-size: 14px;
    z-index: 9999;
    left: 0;
    width: 100px;
    box-shadow: 0px 4px 16px 0px #0049931a;
    text-align: left;
}

.index-login-content {
    width: auto;
    left: auto;
    right: 0;
    max-width: 100%;
}

.index-msg-content {
    width: auto;
    left: -350px;
}

.index-wzlm-more-content {
    max-width: 160px;
    top: 50px;
    width: auto;
}

.index-lang-item,
a.menu-more-item {
    line-height: 22px;
    padding: 7px 10px;
    display: block;
    color: #4E5969;
}

.menu-more-item {
    font-size: 16px;
}


/**home首页导航**/

.index-header.home {
    background: #FFFFFFB2;
    position: sticky;
    color: #4E5969;
}

.index-header.home .menu-item {
    color: #4E5969;
}

.index-wzlm-more.menu-item i {
    font-size: 12px;
    vertical-align: 2px;
}

.index-header.home .menu-item.active {
    color: #165DFF;
    border-bottom: 3px solid #165DFF;
    font-weight: 700;
}


/**banner轮播图**/

.home-page .banner-container {
    width: 100%;
    background: #FDFEFF;
    top: -60px;
    min-height: 20vw;
}

.banner-backgroud {
    width: 100%;
}

.banner-container.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 44px;
}

.home-page .swiper-pagination-bullet {
    height: 4px;
    background: #FFFFFF;
    border-radius: 0;
    opacity: .4;
    width: 24px;
}

.home-page .swiper-pagination-bullet-active {
    opacity: 1;
    width: 48px;
}


/**搜索框**/

.home-search {
    height: 56px;
    position: relative;
    top: -88px;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.home-search input {
    width: 594px;
    padding: 12px 35px 12px 20px;
    font-size: 16px;
    height: 100%;
    border-radius: 4px 0 0 4px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px #0049931A;
    border: 0px;
    color: #1D2129;
}

.home-search input::-webkit-input-placeholder {
    color: #C9CDD4;
}

.home-search input:focus {
    background: #FFF;
    outline: none;
}

.input-search-clear {
    position: absolute;
    font-size: 16px;
    right: calc(50% - 225px);
    top: 18px;
    color: #86909c;
    display: none;
    cursor: pointer;
}

.zpgw-search-clear {
    position: absolute;
    font-size: 16px;
    right: 3px;
    top: 3px;
    color: #86909c;
    cursor: pointer;
}

.clear-history {
    display: inline-block;
    float: right;
    cursor: pointer;
}

.delete-history {
    float: right;
}

.search-history-name {
    cursor: pointer;
}

.home-search-button {
    width: 126px;
    background: #165DFF;
    border-radius: 0 4px 4px 0;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 56px;
    cursor: pointer;
}

.home-search-button i {
    font-weight: 400;
    font-size: 18px;
}

.home-search.top .home-search-content {
    width: 508px;
    top: 56px;
}

.search-empty {
    text-align: center;
    margin: 20px 0;
}

.search-empty img {
    width: 186px;
    height: 93px;
}

.search-history-title {
    padding: 8px 8px 0 8px;
    color: #969696;
}

.home-search-content {
    padding: 12px;
    position: absolute;
    width: 720px;
    max-height: 360px;
    top: 64px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px #0049931a;
    display: none;
    border-radius: 4px;
    overflow-y: auto;
    overscroll-behavior-y: none;
}

.home-search-content::-webkit-scrollbar {
    width: 6px;
    height: 83px;
}

.home-search-content::-webkit-scrollbar-thumb {
    background: #C9CDD4;
    border-radius: 8px;
}

.home-search.top {
    background: #FFF;
    height: 64px;
    position: sticky;
    width: 100%;
    top: 60px;
    padding: 12px 142px;
    justify-content: flex-start;
    box-shadow: 0px 4px 16px 0px #0049931A;
}

.home-search.top input {
    width: 428px;
    border: 1px solid #DFE2E8;
    padding: 8px 20px;
    box-shadow: none;
}

.home-search.top .home-search-button {
    font-weight: 400;
    font-size: 14px!important;
    width: 80px;
    line-height: 40px;
}

.home-search.top .input-search-clear {
    left: 550px;
    top: 23px;
    font-size: 16px;
}

.home-search.top i {
    font-size: 14px;
}

.search-group-name {
    margin-top: 16px;
    color: #86909C;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 4px;
}

.search-group-name:first-child {
    margin-top: 0px;
}

.search-group-item {
    padding: 12px;
    border-radius: 2px;
    background: #F7F8FA;
    margin: 4px 0;
    line-height: 22px;
    color: #1D2129;
    cursor: pointer;
}

.search-item-title {
    line-height: 22px;
    margin-bottom: 8px;
}

.search-gwxx-bh {
    margin-left: 8px;
    font-size: 12px;
    line-height: 20px;
    color: #86909C;
}

.search-item-content {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #86909C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search-group-item[data-type='gwxx'] .search-item-content {
    display: flex;
}

.search-gwxx-dw {
    width: 33.3%;
    display: flex;
}

.search-gwxx-yqmc {
    max-width: 50%;
    display: inline-block;
}

.search-gwxx-dw .search-gwxx-yqnr {
    color: #1D2129;
    display: inline-block;
    flex: 1;
}

.search-more {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 8px;
    cursor: pointer;
}

.search-more i {
    vertical-align: -2px;
    margin-right: 4px;
}


/**侧边我的申请，置顶**/

.index-aside {
    width: 48px;
    position: fixed;
    right: 12px;
    bottom: 20%;
    cursor: pointer;
    z-index: 201;
}

.index-apply {
    width: 100%;
    height: 145px;
    font-size: 16px;
    color: white;
    border-radius: 50px;
    text-align: center;
    background: linear-gradient(180deg, #165DFF 0%, #5186FF 100%);
    border: 1px solid #FFFFFF;
}

.index-apply img {
    padding: 9px;
    background: #FFF;
    border-radius: 50%;
    margin: 3px 3px 6px 3px;
    width: 40px;
    height: 40px;
}

.index-apply-text {
    writing-mode: vertical-lr;
    line-height: 3;
    letter-spacing: 4px;
}

.index-top {
    height: 48px;
    width: 48px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 4px 16px 0px #0030621a;
    background: linear-gradient(180deg, #F2F4F7 0%, #FFFFFF 100%);
    margin-top: 12px;
}

.index-top img {
    margin-top: 15px;
    height: 16px;
    width: 16px;
}


/**岗位信息**/

.home-gwxx {
    padding: 0 136px 36px 136px;
    text-align: center;
    margin-top: -44px;
}

.gwxx-title {
    text-align: center;
    color: #1D2129;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 36px;
}

.gwxx-all {
    cursor: pointer;
}

.gwxx-tabs {
    display: flex;
    height: 40px;
    font-size: 16px;
    color: #4E5969;
    line-height: 24px;
    margin-top: 24px;
}

.gwxx-tab {
    flex: 1;
}

.gwxx-tab.active {
    color: #165DFF;
    font-weight: 700;
}

.gwxx-tab.active span {
    border-bottom: 3px solid #165DFF;
}

.gwxx-tab span {
    display: inline-block;
    height: 100%;
    cursor: pointer;
}

.gwxx-card-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 21px;
}

.gwxx-card {
    height: 176px;
    width: calc(25% - 16px);
    background: #FFFFFF;
    margin: 8px;
    box-shadow: 0px 4px 16px 0px #0049931f;
    cursor: pointer;
    text-align: left;
    padding: 16px 20px;
    position: relative;
}

.gwxx-card-item-empty {
    position: absolute;
    bottom: 16px;
    color: #86909C;
}

.gwxx-card-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #1D2129;
    display: flex;
}

.gwxx-card-title .title {
    width: calc(100% - 20px);
}

.gwxx-card-gwbh {
    font-size: 12px;
    line-height: 20px;
    color: #86909C;
}

.gwxx-detail {
    display: none;
}

.gwxx-card-line {
    height: 2px;
    margin: 12px 0;
    width: 100%;
    display: flex;
}

.gwxx-card-line-1 {
    width: 32px;
}

.gwxx-card-line-2 {
    width: 16px;
    background: #FCC800;
}

.gwxx-card-item {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
    color: #1D2129;
    display: flex;
    min-width: 0px;
}

.gwxx-card-item-name {
    color: #86909C;
}

.gwxx-card-item-content {
    flex: 1;
}

.gwxx-card:hover .gwxx-detail {
    display: block;
}


/**通知**/

.home-bg {
    background-image: url(../images/tz_bg.png);
    background-size: 100% 100%;
}

.home-tzxx {
    padding: 44px 132px;
}

.tzxx-title {
    text-align: center;
    color: #1D2129;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 32px;
    line-height: 36px;
}

.tzxx-card-container {
    display: flex;
}

.tzxx-card {
    flex: 1;
    margin: 0 12px;
    background: #FFF;
    min-width: 0px;
}

.tzxx-name {
    width: 100%;
    height: 82px;
    font-size: 18px;
    color: #FFF;
    font-weight: 700;
    padding: 28px 20px;
    line-height: 26px;
    background-size: 368px 82px;
    background-position: right;
    background-repeat: no-repeat;
}

.tzxx-name.tzxx-bg-1 {
    background-image: url(../images/tz_bg1.png);
    background-color: #165DFF;
}

.tzxx-name.tzxx-bg-2 {
    background-image: url(../images/tz_bg2.png);
    background-color: #6D72FD;
}

.tzxx-name.tzxx-bg-3 {
    background-image: url(../images/tz_bg3.png);
    background-color: #35B1C6;
}

.tzxx-item {
    margin: 0 20px;
    padding: 11px 0;
    border-bottom: 1px solid #EDEFF2;
    font-size: 16px;
    line-height: 24px;
    color: #1D2129;
    cursor: pointer;
}

.tzxx-item-date {
    color: #86909C;
    font-size: 12px;
    line-height: 20px;
    margin-top: 4px;
}

.tzxx-item:hover .tzxx-item-title {
    font-weight: 700;
}

.tzxx-item:hover .tzxx-item-title i {
    font-weight: 400;
}

.tzxx-name i {
    float: right;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
}

.tzxx-item-title {
    width: 100%;
}

.tzxx-item-title i {
    color: #FF6700;
    font-size: 18px;
    margin-right: 5px;
    vertical-align: -1px;
}


/**风采栏目**/

.xxjs-container {
    display: flex;
    width: 100%;
    padding: 44px 0;
    min-width: 0px;
}

.xxjs-card {
    min-width: 50%;
    padding: 0px 22px 0px 144px;
    line-height: 28px;
    color: #1D2129;
    flex: 1;
}

.msfc-card {
    width: 50%;
    position: relative;
    padding-left: 22px;
}

.xxjs-url {
    float: right;
    font-size: 14px;
    font-weight: 400;
}

.xxjs-all {
    position: absolute;
    right: 144px;
    top: 40px;
    cursor: pointer;
}

.xxjs-all i {
    vertical-align: -1px;
    margin-left: 4px;
}

.xxjs-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 32px;
}

.msfc-swiper {
    width: calc(100% - 242px);
    float: left;
}

.msfc-item-title {
    margin: 24px;
    font-size: 14px;
    line-height: 22px;
    color: #FFF;
    width: 651px;
    cursor: pointer;
}

.msfc-title {
    line-height: 26px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.msfc-sub-title {
    height: 22px;
}

.msfc-card-img {
    position: absolute;
    width: calc(100% - 22px);
    height: calc(100% - 102px);
    bottom: 0px;
    z-index: 0;
}

.msfc-swiper .swiper-pagination {
    bottom: 120px!important;
}

.xxjs-content::-webkit-scrollbar {
    width: 6px;
    height: 83px;
}

.xxjs-content::-webkit-scrollbar-thumb {
    background: #C9CDD4;
    border-radius: 8px;
}


/**样式1**/

.style1-container {
    width: 100%;
    padding: 44px 132px;
}

.style-title {
    text-align: center;
    color: #1D2129;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 36px;
}

.style-view-more {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
    cursor: pointer;
}

.style1-card {
    width: 100%;
    display: flex;
    justify-content: center;
}

.style1-item {
    height: 256px;
    margin: 0px 8px;
}

.style1-item .hover {
    display: none;
    position: relative;
    height: 100%;
}

.style1-item.active .nohover {
    display: none;
}

.style1-item.active .hover {
    display: block;
}

.style1-item .nohover {
    display: block;
    position: relative;
    height: 100%;
}

.hover .style1-title {
    position: absolute;
    color: #fff;
    padding: 16px 20px 0 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    z-index: 1;
}

.style1-sub-line {
    height: 1px;
    width: calc(100% - 40px);
    background: #FFF;
    margin: 0 20px;
    position: absolute;
    top: 60px;
    z-index: 1;
}

.style1-sub-inline {
    height: 2px;
    width: 24px;
    z-index: 1;
}

.style1-sub-title {
    position: absolute;
    padding: 0 20px;
    line-height: 26px;
    color: #FFF;
    top: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    z-index: 1;
}

.nohover .style1-title {
    position: absolute;
    padding: 16px 20px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    height: 160px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.style1-item .nohover::before,
.style1-item .hover::before {
    content: "";
    /* 必须有内容才能显示伪元素 */
    position: absolute;
    /* 绝对定位，以便覆盖图片 */
    top: 0;
    left: 0;
    width: 100%;
    /* 覆盖整个容器 */
    height: 100%;
}

.nohover .style1-img {
    width: 100%;
    height: 100%;
}

.nohover .style1-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hover .style1-img {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    /*opacity: 0.1;*/
    z-index: 0;
}

.hover .style1-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.style1-item .hover .style1-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
.style1-card .nohover .style1-img {
    padding-top: calc(256px - 100%);
}*/


/****三张及以下******/

.style1-card .style1-item {
    width: 33.3%;
    cursor: pointer;
}

.style1-card .style1-item.active {
    width: 33.3%;
}


/**六张卡片布局**/

.style1-card.style1-size-6 .style1-item {
    width: 150px;
    flex: none;
}

.style1-card.style1-size-6 .nohover .style1-img {
    width: 100%;
    /**padding-top: 106px;**/
}

.style1-card.style1-size-6 .style1-item.active {
    flex: 1;
}


/**五张卡片布局**/

.style1-card.style1-size-5 .style1-item {
    width: 191.5px;
    flex: none;
}

.style1-card.style1-size-5 .nohover .style1-img {
    width: 100%;
    /**padding-top: 64.5px;**/
}

.style1-card.style1-size-5 .style1-item.active {
    flex: 1;
}


/**四张卡片布局**/

.style1-card.style1-size-4 .style1-item {
    width: 178.67px;
    flex: none;
}

.style1-card.style1-size-4 .nohover .style1-img {
    width: 100%;
    /**padding-top: 77.33px;**/
}

.style1-card.style1-size-4 .style1-item.active {
    flex: 1;
}


/**样式2**/

.style2-container {
    padding: 44px 144px;
}

.style2-card {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.style2-img {
    width: 67%;
}

.style2-img img {
    width: 100%;
}

.style2-item {
    width: 33%;
    flex-direction: column;
    background: #F2F7FF;
    padding: 6px;
    position: relative;
}

.home-bg .style2-item {
    background: #FFF;
}

.style2-item-title {
    margin: 2px;
    padding: 12px 16px;
    line-height: 24px;
    font-size: 16px;
    color: #1D2129;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 16.6%;
    position: relative;
}

.style2-item-title span {
    display: inline-block;
    width: 100%;
}

.style2-item-title.active {
    background: #165DFF;
    border-radius: 2px;
    color: #FFF;
    font-weight: 700;
}

.style2-item-title.active::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: calc(50% - 8px);
    right: -8px;
    border-top: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-left: solid 8px #165DFF;
}


/**样式3**/

.style3-container {
    width: 100%;
    position: relative;
    padding-bottom: 44px;
}

.style3-title {
    padding: 44px 144px 12px 144px;
    font-size: 28px;
    font-weight: 700;
    line-height: 35.56px;
    color: #1D2129;
}

.style3-card:hover {
    bottom: 40px;
    box-shadow: 0px 8px 32px 0px #00499326;
}

.style3-swiper {
    padding-top: 40px;
}

.swiper-slide.style3-card {
    box-shadow: 0px 8px 16px 0px #0049930d;
    cursor: pointer;
}

.style3-view-more {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    vertical-align: middle;
    margin-left: 16px;
    cursor: pointer;
}

.style3-item-content {
    padding: 20px;
    background: #FFF;
    min-height: 116px;
}

img.style3-item-img {
    width: 100%;
}

.style3-item-date {
    font-size: 12px;
    line-height: 20px;
    color: #86909C;
}

.style3-item-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #1D2129;
    margin-top: 4px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.style3-card.one .style3-item-title,
.style3-card.one .style3-item-sub-title {
    display: block;
}

.style3-card.no-subtitle .style3-item-title {
    -webkit-line-clamp: 2;
}

.fixed .style3-item-content {
    height: 132px;
}

.style3-item-sub-title {
    font-size: 12px;
    line-height: 20px;
    color: #86909C;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.style3-prev-next {
    float: right;
    display: inline-block;
    height: 28px;
    line-height: 28px;
}

.style3-button-prev,
.style3-button-next {
    cursor: pointer;
    border: 1px solid #DFE2E8;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    width: 28px;
    height: 28px;
}

.style3-card {
    width: calc(25% - 16px);
    box-shadow: 0px 8px 16px 0px #0049930d;
}

.not-carousel .style3-card {
    margin: 0px 8px;
    position: relative;
}

.style3-card-container.not-carousel {
    padding: 0px 136px;
    display: flex;
    padding-top: 40px;
}

.style3-card.one {
    display: flex;
    height: 318px;
    width: auto;
}

.style3-card.one .style3-item-img {
    width: auto;
    height: 100%;
}

.style3-card.one .style3-item-content {
    width: 230px;
}


/**页脚**/

.index-footer {
    padding: 44px 144px 64px 144px;
    background: #0F1833;
    color: #FFF;
    position: relative;
}

.index-footer-copyright {
    line-height: 30px;
    height: 30px;
    color: #BCC2CD;
    text-align: center;
    width: 100%;
    margin-top: -10px;
}

.footer-bottom {
    position: absolute;
    bottom: 20px;
    text-align: left;
    display: block;
    width: calc(100% - 288px);
}

.footer-content {
    display: flex;
}

.footer-logo {
    flex: 1;
}

.footer-logo img {
    height: 53px;
}

.footer-name {
    margin: 14px 0px 14px 16px;
    padding-left: 16px;
    line-height: 26px;
    border-left: 1px solid #EDEFF2;
    letter-spacing: 4px;
    font-size: 20px;
    color: #EDEFF2;
    display: inline-block;
}

.footer-friendship-link {
    flex: 1;
}

.footer-school-address {
    flex: 1;
}

.footer-title {
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
    font-size: 16px;
}

.footer-school-title {
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
    font-size: 16px;
}

.address-content {
    line-height: 30px;
}

.friendship-link-content {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}

a.link-item {
    width: calc(50% - 20px);
    margin-bottom: 8px;
    color: #FFF;
    margin-right: 20px;
}


/**我的申请**/

.wdsq-tabs,
.xxtx-tabs {
    display: flex;
    height: 40px;
    font-size: 16px;
    color: #4E5969;
    line-height: 24px;
    border-bottom: 1px solid #EDEFF2;
}

.wdsq-tab {
    cursor: pointer;
}

.wdsq-tab.active {
    font-weight: 700;
}

.wdsq-container {
    margin-top: 20px;
}


/**登录框**/

#index-login-form,
#index-zhmm-form,
#index-registry-form,
#acct-active-form {
    height: 100%;
}

.index-form {
    display: flex;
    height: 100%;
    width: 655px;
}

.left-bg {
    height: 100%;
    width: 255px;
    background-image: url(../images/login_bg_blue.png);
    background-size: 255px 100%;
    padding: 52px 0 0 37px;
    color: #FFF;
    font-size: 16px;
}

.left-bg-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50.8px;
}

ss .index-right-form {
    width: 400px;
}

.phoneNumber,
.login_mail,
.login_password {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    width: 100%;
    border-color: #E5E5E5;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    padding-left: 4px;
}

.phone_number_code {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-color: #E5E5E5;
    width: calc(100% - 124px);
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    padding-left: 4px;
    display: inline-block;
}

.index-from-input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #FFF !important;
    padding-left: 4px;
    border-radius: 4px;
    border: solid 1px #E5E5E5;
}

.index-dialog .index-from-input {
    height: 40px;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    border-radius: 2px;
    padding: 9px 16px;
    border: 1px solid #DFE2E8;
}

.index-dialog .index-from-input::-webkit-input-placeholder {
    color: #C9CDD4;
}

.mail_login_container .login_password {
    margin-top: 0px;
}

.phoneNumber_tips,
.phone_number_code_tips,
.login_mail_tips,
.login_password_tips {
    height: 31px;
    font-size: 14px;
}

.index-dialog .phone_code input {
    width: calc(100% - 102px);
    display: inline-block;
}

.index-dialog .index-form-row.phone_code {
    margin-bottom: 24px;
    width: 100%;
}

.get_phone_number_code,
.get_mail_number_code,
.get_wechat_code {
    width: 118px;
    font-size: 14px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}

.index-dialog .get_phone_number_code,
.index-dialog .get_mail_number_code,
.index-dialog .get_wechat_code {
    width: 94px;
    font-size: 14px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    margin-left: 3px;
}

.get_phone_number_code:hover,
.get_mail_number_code:hover,
.get_wechat_code:hover {
    cursor: pointer;
}

.err_font_color {
    height: 24px;
    color: #F53F3F;
    font-size: 12px;
    line-height: 24px;
}

.err_border_color {
    border-color: #F15552!important;
}

.captcha-container {
    position: relative;
    height: 40px;
}

.captcha-container-new {
    position: relative;
    height: 40px;
    top: 170px;
}

.captcha-container-new-zhgl {
    position: relative;
    height: 40px;
    top: 170px;
}

.other_login_way {
    display: inline-block;
    height: 20px;
    float: left;
    margin-top: 10px;
    font-size: 14px;
    color: #CCCCCC;
}

.login-other-way {
    position: absolute;
    bottom: 32px;
    width: 328px;
    text-align: center;
}

.login-way-container {
    cursor: pointer;
    margin: 16px 0;
    display: flex;
    justify-content: center;
}

.login-way-item {
    margin: 0 14px;
}

.login-way-internal {
    padding: 4px 12px;
    border: 1px solid #DFE2E8;
    border-radius: 2px;
    color: #1D2129;
}

.login-way-container img {
    width: 28px;
    height: 28px;
}


/****************/


/****邮箱注册***/

.regist-captcha-container {
    width: calc(100% - 95px);
    position: relative;
    height: 40px;
    display: inline-block;
}

.registry-mail-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin: 18px 0;
}

.return-login {
    font-size: 16px;
    line-height: 32px;
    float: right;
    font-weight: 400;
}

.login-box-title-container {
    text-align: center;
    height: 83px;
    margin-bottom: 24px;
    border-bottom: solid 1px #EEEEEE;
}

.login-box-title {
    display: inline-block;
    float: left;
    font-size: 20px;
    padding: 36px 0 16px;
    margin-right: 44px;
    line-height: 28px;
    color: #4E5969;
    cursor: pointer;
}

.index-msg-content .msg-ic-head {
    width: 500px;
    padding: 6px 16px 6px 16px;
}

.index-msg-content .msg-ic-head label {
    font-size: 16px;
    line-height: 16px;
    color: #222;
}

.index-msg-content .msg-ic-head>div {
    line-height: 14px;
    color: #999;
    padding-top: 8px;
}

.index-msg-content .msg-ic-item {
    padding: 16px;
    border-bottom: solid 1px #eee;
}

.index-msg-content .msg-ic-foot {
    text-align: center;
    padding: 10px 0 0 0;
    cursor: pointer;
}

.index-msg-content .msg-icmh-pot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ddd;
    border-radius: 4px;
    vertical-align: middle;
}

.index-msg-content .msg-icmh-title {
    display: inline-block;
    font-weight: 700;
    padding: 0 0 0 2px;
}

.index-msg-content .msg-icmh-time {
    display: inline-block;
    color: #999999;
    float: right;
}

.index-msg-content .msg-ic-body {
    padding: 10px 0 0 14px;
    width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    cursor: pointer
}

.index-login-ic-item,
.index-lang-ic-item {
    padding: 7px 10px;
    line-height: 22px;
    text-align: left;
    color: #4E5969;
}

.index-login-ic-item a,
.index-lang-ic-item a {
    color: #4E5969;
}

.index-lang-content .cn-msg {
    margin-left: -4px;
}

.index-job-head {
    padding: 5px calc(38% - 600px) 5px calc(38% - 600px);
    height: 73px;
    position: relative;
}

.index-job-logo {
    width: 211px;
    height: 62px;
    padding-right: 20px;
    border-right: solid 1px rgba(255, 255, 255, 0.30);
}

.index-job-title {
    display: inline-block;
    vertical-align: top;
    color: #FFFFFF;
    text-align: justify;
    padding-left: 20px
}

.index-job-title .china {
    font-size: 30px;
    letter-spacing: 4px;
    line-height: 30px;
    padding-top: 4px;
}

.index-job-title .english {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    padding-top: 12px;
}

.index-job-menus {
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.12);
    height: 58px;
    float: right;
    margin-top: 10px;
}

.index-job-menus .menu-item {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    margin-left: 48px;
    padding: 14px 0;
    max-width: 110px;
}

.index-job-menus .menu-item-active {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: #fff;
}

.index-job-footer {
    padding: 14px 0;
    background: rgba(0, 0, 0, 0.04);
}

.index-job-footer .job-footer-top {
    opacity: 0.6;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 12px;
    padding-bottom: 8px;
}

.index-job-footer .job-footer-bottom {
    opacity: 0.6;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 12px;
}

.index-dialog form {
    padding: 0 36px;
    font-size: 14px;
    flex: 1;
}

.index-dialog .layui-layer-title {
    height: 70px;
    line-height: 70px;
    background: #fff;
    border: none;
    font-size: 16px;
    color: #222222;
    padding-left: 24px;
    border-radius: 8px;
}

.index-dialog .layui-layer-content,
.index-dialog .layui-layer-page {
    border-radius: 12px;
}

.index-form-hide {
    display: none;
}

.index-form-row {
    margin-bottom: 28px;
    position: relative;
}

.index-dialog .index-form-row {
    margin-bottom: 0px;
}

.index-form-row-title {
    line-height: 24px;
    margin-bottom: 8px;
    font-size: 16px;
}

.index-form-password-tip {
    font-size: 12px;
    line-height: 12px;
    color: #BBBBBB;
    margin-bottom: 24px;
}

.hasErr .index-form-password-tip {
    margin-bottom: 12px;
}

.sms-tip-font-container {
    color: #4E5969;
    margin-top: 24px;
}

.index-forgot-password {
    margin-top: -8px;
}

.index-form-input-err {
    border: solid 1px #F1403C !important;
}

.index-login-btn,
.index-register-btn,
.index-activate-btn,
.index-next-btn {
    width: 100%;
    border-radius: 2px;
    height: 44px;
}

.home-index-form-msg-tip {
    letter-spacing: 0;
    line-height: 20px;
    position: absolute;
    bottom: 12px;
    width: 328px;
    color: #BCC2CD;
    font-size: 12px;
}

.index-form-msg-tip {
    color: #86909C;
    letter-spacing: 0;
    line-height: 14px;
    margin: 12px 0 8px;
}

.index-school-login {
    margin-top: 26px;
    margin-bottom: 20px;
    text-align: center;
}

.index-school-login-span {
    font-size: 16px;
}

.index-school-login-span a {
    color: #666;
}

.index-school-login-span .user-img {
    margin-right: 8px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/person.png) no-repeat top;
}

.index-form-refresh-code {
    position: absolute;
    right: 2px;
    top: 5px;
}

.index-icon-visible,
.index-icon-delete {
    position: absolute;
    top: 14px;
    right: 6px;
    font-size: 18px;
    color: #DFDFDF;
    cursor: pointer;
}

#index-registry-form .index-icon-visible,
#index-zhmm-form .index-icon-visible,
#acct-active-form .index-icon-visible {
    top: 44px;
}

.index-form-footer {
    background: #F8F8F8;
    box-shadow: inset 0 1px 0 0 #E5E5E5;
    height: 60px;
    line-height: 60px;
    margin-left: -24px;
    margin-right: -24px;
    text-align: center;
}

#index-registry-form select,
#acct-active-form select,
#active-wechat-form select,
#sms-index-registry-form select {
    border: none;
    margin-left: -4px;
    margin-right: 4px;
}

#active-wechat-form .input-number {
    width: calc(100% - 95px);
}

#login-code,
#index-yzm,
#zhmm-code,
#phone-register-code,
#wechat-code {
    width: calc(100% - 102px);
}

.index-link-disable {
    color: #CCC;
}

.index-dialog .registry-option {
    cursor: pointer;
    font-size: 14px;
}

.index-form-err-msg {
    color: #F1403C;
    position: absolute;
    top: 46px;
    margin-left: 4px;
}

.index-dialog .index-form-err-msg {
    position: relative;
    top: -1px;
    height: 20px;
    color: #F53F3F;
    font-size: 12px;
    line-height: 22px;
    margin-left: 0px;
}

.err-icon {
    vertical-align: -2px;
    margin-right: 4px;
}

.all-err-tips {
    padding: 9px 15px;
    background: #ffefef;
    color: #e24034;
    text-align: left;
    width: 100%;
    line-height: 22px;
    display: none;
    margin-bottom: 24px;
}

.hasErr .index-form-err-msg {
    height: 12px;
    line-height: 12px;
}

.hasErr .all-err-tips {
    margin-bottom: 12px;
}


/*招聘岗位*/

.zpgw-job-detail {
    min-width: 1152px;
    max-width: 1632px;
    margin: 20px 144px 20px 144px;
    border-radius: 4px;
    background: #FFF;
    padding: 20px;
    height: calc(100% - 40px);
}

.zpgw-empty-page {
    min-width: 1152px;
    max-width: 1632px;
    margin: 20px 144px 20px 144px;
    min-height: 600px;
    background: #fff;
    padding-top: 200px;
}

.zpgw-detail-filter {
    padding: 16px;
    border-radius: 2px;
    background: #F7F8FA;
    margin-bottom: 8px;
}

.zpgw-search-content {
    margin-top: 0px!important;
}

.zpgw-search {
    width: 380px!important;
}

.zpgw-card {
    border-radius: 2px;
    border-bottom: 1px dashed #EDEFF2;
    background: #FFF;
    height: 86px;
    padding: 16px 0px;
    position: relative;
}

.zpgw-card-row {
    margin-bottom: 8px;
}

.zpgw-card-options {
    position: absolute;
    right: 0px;
    top: 27px;
}

.zpgw-card-gwmc {
    max-width: calc(100% - 200px);
    color: #1D2129;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Microsoft YaHei UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.zpgw-card-option {
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Microsoft YaHei UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
}

.zpgw-row-ljsq {
    position: relative;
    padding-right: 12px;
}

.zpgw-row-gwpc {
    padding-left: 12px;
}

.zpgw-row-ljsq::after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 0;
    width: 1px;
    height: 14px;
    background-color: #EDEFF2;
}

.zpgw-card-gwxx {
    overflow: hidden;
    color: #86909C;
    font-feature-settings: 'clig' off, 'liga' off;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.zpgw-gwxx-text {
    position: relative;
    padding-right: 12px;
    padding-left: 12px;
    max-width: 210px;
}

.zpgw-gwxx-text-second {
    position: relative;
    padding-right: 12px;
    padding-left: 12px;
    max-width: 350px;
}

.zpgw-gwxx-text-first {
    position: relative;
    padding-right: 12px;
    max-width: 150px;
}

.zpgw-gwxx-text-last {
    position: relative;
    padding-left: 12px;
}

.zpgw-gwxx-line::after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 0;
    width: 1px;
    height: 14px;
    background-color: #DFE2E8;
}


/*招聘公示*/

.zpgs-page {
    min-width: 1152px;
    max-width: 1632px;
    margin: 8px 144px 20px 144px;
    height: calc(100% - 40px);
}

.zpgs-page-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
}

.zpgs-page-split {
    border-bottom: 1px solid #eee;
    margin-top: 25px;
}

#zpgs-page-card tbody td:first {
    border: none!important;
}

#zpgs-page-card .dataTables_wrapper table.dataTable tbody td {
    border-bottom: 1px dashed #EDEFF2;
    padding: 16px 0px;
}

#zpgs-page-card .dataTables_empty {
    border-bottom: none!important;
    padding: 16px 0px;
}

.zpgs-card-item {
    position: relative;
    line-height: 24px;
    font-size: 16px;
}

.zpgs-card-nr {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #BCC2CD;
    width: 60%;
}

.zpgs-card-item div {
    cursor: pointer;
}

.zpgs-card-item-title {
    width: 800px;
    display: inline-block;
    color: #1D2129;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Microsoft YaHei UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.zpgs-card-item-fbsj {
    color: #86909C;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.zpgs-card-item-zd {
    color: #FF6700;
    font-size: 20px;
    margin-right: 3px;
    vertical-align: 4px;
}


/*公示详情*/

.gsxq-page {
    min-width: 1152px;
    max-width: 1632px;
    margin: 8px 144px 20px 144px;
    height: calc(100% - 28px);
}

.gsxq-page-detail {
    min-height: 600px;
    background: #fff;
    padding: 40px 0;
    border-radius: 8px;
    overflow: auto;
    height: calc(100% - 20px);
}

.gsxq-detail-time {
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 38px;
    height: 38px;
    margin: 24px 0 40px;
    background: #FAFAFA;
}

.gsxq-detail-time .plan {
    cursor: pointer;
    margin-right: 16px;
    max-width: 200px;
    vertical-align: bottom;
    display: inline-block;
}

.gsxq-detail-content {
    padding: 0px 150px;
    font-size: 16px;
    color: #222222;
    letter-spacing: 0;
    line-height: 32px;
}

.gsxq-detail-link {
    font-size: 14px;
    letter-spacing: 0;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #e0e0e0;
    ;
}

.gsxq-detail-link span {
    cursor: pointer;
}

.gsxq-attachments {
    margin: 24px 40px;
    font-size: 16px;
}


/*岗位详情*/

.gwxq-page {
    min-width: 1152px;
    max-width: 1632px;
    margin: 8px 144px 20px 144px;
}

.gwxq-page-content {
    padding: 20px;
    background: #FFF;
    border-radius: 4px;
}

.gwxq-apply-btn {
    height: 32px;
    border-radius: 2px;
    background: #165DFF;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    padding: 7px 16px;
    margin-top: -44px;
    float: right;
}

.gwxq-page-top .zpgw-card-gwmc {
    width: calc(100% - 150px);
    color: #1D2129;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Microsoft YaHei UI";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    margin-bottom: 12px;
}


/* 个人简历 */

.resume-page {
    min-width: 1152px;
    max-width: 1632px;
    margin: 8px 144px 20px 144px;
    font-size: 14px;
    height: calc(100% - 28px);
}

.resume-page-content {
    border-radius: 8px;
    background: #FFF;
    position: relative;
    height: calc(100% - 20px);
}

.resume-page-left {
    width: calc(100% - 200px);
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    border-right: 1px solid #E5E5E5;
}

.resume-page-tip {
    border-radius: 2px;
    background: #F7F8FA;
    margin-bottom: 20px;
    padding: 16px 16px 10px 16px;
}

.resume-page-tip-label {
    color: #86909C;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-right: 8px;
}

.resume-gwxx {
    width: calc(100% - 265px);
}

.resume-gwxx .content {
    color: #1D2129;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Microsoft YaHei UI";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.resume-gwxx-text {
    color: #86909C;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    vertical-align: super;
    margin-right: 8px;
}

.resume-page-tip-title {
    color: #FF7D00;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.resume-upload-user-page {
    display: flex;
}

[data-name="single-tbdx"] {
    position: relative;
}

.single-tbdx-err-msg {
    border: 2px solid #e24034;
    outline: 0;
}

.tbdx-error-msg {
    position: absolute;
    background: #EF971C;
    color: #fff;
    right: 0;
    line-height: 12px;
    padding: 2px 8px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 2px;
    width: auto;
    top: -28px;
    max-width: 60%;
}

.tbdx-error-msg:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #EF971C;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 20px;
    right: 6px;
}

.resume-right-txsm {
    margin: 88px 0px 12px 16px;
    color: var(--text-4, #86909C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    width: calc(100% - 110px);
}

.display-flex {
    display: flex;
}

.resume-btg-color {
    color: #F53F3F!important;
}

.resume-page-preview {
    position: relative;
    padding-right: 12px;
}

.resume-upload-user {
    display: flex;
    width: 80px;
    height: 110px;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 2px;
    border: 1px dashed #DFE2E8;
    background: #F7F8FA;
    margin: 0px 0px 12px 0px;
    cursor: pointer;
}

.resume-upload-user-text {
    color: #1D2129;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 8px;
}

.resume-page-preview::after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 0;
    width: 1px;
    height: 14px;
    background-color: #DFE2E8;
}

.resume-noline::after {
    width: 0px;
}

.resume-page-tip-text {
    color: #1D2129;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    width: calc(100% - 64px);
}

#resume-headPhoto {
    width: 80px;
    height: 110px;
    margin: 0px 0px 12px 0px;
}

.resume-upload-tx {
    position: absolute;
    width: 80px;
    height: 24px;
    line-height: 24px;
    background-color: rgba(62, 80, 180, .5);
    bottom: -14px;
    left: 0px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-bottom: 25px;
}

.resume-right-img .bh-emapAvatar-wrap {
    margin: 0 auto;
}

.resume-right-img.left .bh-emapAvatar-wrap {
    margin-bottom: 40px !important;
    margin-left: 0 !important;
}

.resume-right-detail {
    font-size: 14px;
    line-height: 14px;
    margin: 24px 0 12px 18px;
}

.resume-right-detail .title {
    color: #999999;
}

.resume-right-detail .view {
    float: right;
    cursor: pointer;
}

.resume-right-detail .num {
    color: #222222;
    display: inline-block;
    padding-left: 4px;
}

.resume-right-loading {
    background: #E6E6E6;
    width: calc(100% - 36px);
    height: 6px;
    border-radius: 4px;
    margin-bottom: 32px;
    margin-left: 18px;
}

.resume-right-loading-num {
    height: 6px;
    width: 30%;
    border-radius: 4px;
}

.resume-right-outline {
    margin: 0 0 0 10px;
    border-left: solid 1px #ddd;
}

.resume-right-outline-item {
    position: relative;
    padding: 0px 0 20px 24px;
    font-size: 14px;
    line-height: 18px;
}

.resume-tbdx .bh-form-groupname {
    border-left: none!important;
    padding-left: 2px!important;
}

.resume-outline-itemactive .item-title {
    font-size: 18px;
    line-height: 19px;
}

.resume-right-outline-item:last-child {
    padding: 0px 0 0px 24px;
}

.resume-right-outline-item .item-num {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    border: solid 1px #ddd;
    left: -9px;
    text-align: center;
    line-height: 16px;
    background: #fff;
    font-size: 12px;
    color: #666;
}

.resume-outline-itemactive .item-num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    left: -11px;
}

.resume-right-outline-item .item-title {
    color: #222222;
    cursor: pointer;
}

.resume-content-hide {
    display: none;
}

.resume-single-content .icon-localprintshop {
    vertical-align: middle;
}

.resume-apply-report {
    width: 128px;
    margin: 40px 0 0px 60px;
    display: inline-block;
}

.resume-apply-report-title {
    margin: 8px 0;
    height: 36px;
    text-align: center;
}

.resume-apply-confirm,
.resume-apply-submit {
    margin-left: 60px;
}

.resume-apply-report-img {
    background: url("../images/icon_file.png") no-repeat center;
    width: 128px;
    height: 180px;
    cursor: pointer;
}

.resume-message-color {
    color: #3E50B4;
    font-weight: 700;
}

.resume-user-img-title {
    font-size: 14px;
    color: #111111;
    line-height: 14px;
    margin-bottom: 16px;
}

.resume-form-edit {
    cursor: pointer;
}

.resume-page-top {
    display: flex;
    height: 56px;
    padding: 0px 20px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    justify-content: space-between;
    border-bottom: 1px solid #EDEFF2;
}


/*我的简历*/

.wdjl-edit {
    min-width: 1152px;
    max-width: 1632px;
    margin: 20px 144px 20px 144px;
}


/*在线咨询*/

.zxzx-hidden-content {
    display: none;
    background-color: #FFF;
    padding: 0px 12px;
}

.zxzx-job-person {
    min-width: 1152px;
    max-width: 1632px;
    margin: 8px 144px 20px 144px;
    border-radius: 8px;
    height: calc(100% - 28px);
}

.zxzx-index-page {
    background-color: #fff;
    height: calc(100% - 20px);
}

.zxzx-job-person-menu {
    float: left;
    vertical-align: top;
    width: 216px;
    position: relative;
    height: 100%;
}

.zxzx-job-person-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 216px);
    padding: 12px 16px;
    min-height: 670px;
    border-left: solid 1px #eee;
    height: 100%;
}

.zxzx-jobacl-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.zxzx-wtlx-title {
    color: #1D2129;
    font-family: "Microsoft YaHei UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
}

.zxzx-jobpm-item {
    padding: 9px 20px;
    border-color: #FFFFFF;
    margin: 8px;
    cursor: pointer;
}

.zxzx-jobpm-item img {
    vertical-align: top;
}

.zxzx-jobpm-item-wytw {
    position: absolute;
    bottom: 0px;
}

.zxzx-wytw-tip {
    color: var(--text-4, #86909C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    margin-left: 8px;
}

.zxzx-jobpm-item-text {
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.zxzx-wytw-btn {
    width: 216px;
    height: 54px;
    text-align: center;
    margin-top: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 22px;
    color: #FFFFFF;
    cursor: pointer;
}

.zxzx-job-person-menu h4 {
    margin: 4px 0 16px 24px;
    padding: 0;
}

.common-search {
    border-radius: 2px;
    position: relative;
    margin-bottom: 12px;
}

.common-search input {
    width: 348px;
    padding: 5px 0px 8px 34px;
    font-size: 16px;
    height: 32px;
    border: 1px solid #DFE2E8;
    border-radius: 2px;
}

.common-search img {
    position: absolute;
    left: 8px;
    top: 8px;
}

.common-search input:focus {
    outline-style: solid;
    outline-width: 1px;
    outline-color: #DFE2E8;
}

.common-search input::-webkit-input-placeholder {
    color: #C9CDD4;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.zxzx-jobqc-card-style {
    border: 1px solid #EDEFF2;
    margin-bottom: 8px;
    border-radius: 2px;
}

.zxzx-jobqc-card-content-zpjh {
    color: #86909C;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Microsoft YaHei UI";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-left: 28px;
}

.zxzx-jobqc-card-zxnr,
.zxzx-jobqc-card-reply-hfnr {
    padding: 8px 0px 8px 0px;
    overflow: hidden;
    color: #1D2129;
    text-overflow: ellipsis;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.zxzx-jobqc-card-aqdate,
.zxzx-jobqc-card-reply-hfsj {
    color: #86909C;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Microsoft YaHei UI";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.zxzx-jobqc-card-zxnr-container {
    border-radius: 4px;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 12px;
}

.zxzx-jobqc-card-content {
    padding: 9px 12px;
    background: #F7F8FA;
}

.zxzx-jobqc-card-content-zxbt {
    color: #1D2129;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    width: 93%;
    margin-right: 2%;
}

.zxzx-jobqc-card-reply-title {
    display: inline-flex;
    padding: 2px 8px;
    align-items: center;
    gap: 4px;
    width: 40px;
    height: 24px;
    border-radius: 100px;
    background: #EFF7FF;
}

.zxzx-jobqc-card-reply-title span {
    color: #165DFF;
    font-family: "Microsoft YaHei UI";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.zxzx-jobqc-card-content i {
    float: right;
    font-size: 30px;
    color: #999;
    position: absolute;
    right: 24px;
    top: 24px;
}

.zxzx-jobqc-card-reply {
    border-top: 1px solid #E5E5E5;
    background: #FFFFFF;
    padding-top: 12px;
    margin: 0px 0px 12px 24px;
}

.zxzx-wytw-form {
    font-size: 14px;
    margin-top: 20px;
}

.zxzx-wytw-form-input-wtbt {
    margin-top: 20px;
}

.zxzx-wytw-form-inputtitle {
    font-size: 14px;
    float: left;
    width: 104px;
    height: 42px;
    text-align: right;
    padding-right: 24px;
}

.zxzx-wytw-form-inputtitle span {
    color: red;
}

.zxzx-wytw-input-wtbt,
.zxzx-wytw-select-zpjh {
    font-size: 14px;
    width: 672px;
    height: 42px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}

.zxzx-wytw-input-wtbt {
    padding-left: 12px;
}

.zxzx-wytw-input-wtbt:focus,
.zxzx-wytw-select-zpjh:focus .zxzx-search-zpjh:focus {
    outline: none;
    border-style: solid;
    border-width: 1px;
}

.zxzx-wytw-select-zpjh {
    line-heieht: 42px;
    height: 42px !important;
}

.zxzx-wytw-select-zpjh {
    padding: 0 !important;
    line-height: 42px;
    height: 42px !important;
}

.zxzx-wytw-select-zpjh .jqx-dropdownlist-content {
    padding: 0 0 0 12px !important;
    line-height: 42px;
    height: 42px !important;
}

#zxzx-card {
    word-break: break-all;
    margin-top: 20px;
}

#zxzx-card td,
#zpgw-index-grid td {
    border: none !important;
    padding: 0 !important;
}

.zxzx-wytw-editor-container {
    width: 672px;
    margin-left: 104px;
}

.zxzx-wytw-editor-container .note-editor {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}

.zxzx-wytw-editor-container .note-toolbar {
    padding: 0 0 5px 5px !important;
}

.zxzx-icon {
    cursor: pointer;
}

.zxzx-jiaoyan-zxbt,
.zxzx-jiaoyan-zxnr {
    color: red;
    height: 20px;
}

.zxzx-jiaoyan-zxbt {
    padding-left: 104px;
}

.zxzx-wytw-form-inputtitle-wtbt {
    line-height: 42px;
}

.zxzx-cjwt-img-default {
    background: url(../images/changjianwenti.png) no-repeat top;
}

.zxzx-yhtw-img-default {
    background: url(../images/shenqing1.png) no-repeat top;
}

.zxzx-wdtw-img-default {
    background: url(../images/wodetiwen.png) no-repeat top;
}

.zxzx-jobpm-item-img {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}


/*个人中心*/

.grzx-person h4 {
    font-size: 16px;
}

.grzx-person {
    min-width: 1152px;
    max-width: 1632px;
    margin: 8px 144px 20px 144px;
    border-radius: 8px;
    height: calc(100% - 28px);
}

.grzx-person-menu {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    min-height: 600px;
    padding-top: 32px;
}

.grzx-person-content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 16px 20px;
    background-color: #fff;
    margin-left: -4px;
    height: calc(100% - 20px);
    border-radius: 4px;
    position: relative;
}

.grzx-item,
.grzx-item1,
.grzx-item2 {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 16px;
    color: #222;
    border-left: solid 2px transparent;
    cursor: pointer;
}

.grzx-item,
.grzx-item1,
.grzx-item2 img {
    vertical-align: top;
}

.grzx-item img {
    vertical-align: top;
}

.grzx-item1 img {
    vertical-align: top;
}

.grzx-item2 img {
    vertical-align: top;
}

.grzx-item-active {
    border-left: solid 2px #971414;
    color: #971414;
    background: rgba(151, 20, 20, 0.04);
}

.grzx-person-menu h4 {
    margin: 4px 0 16px 24px;
}

.grzx-item-title {
    max-width: 140px;
    vertical-align: top;
    height: 18px;
}

.grzx-item-img-default {
    height: 16px;
    width: 15px;
    vertical-align: bottom;
    background: url(../images/shenqing1.png) no-repeat top;
}

.grzx-item1-img-default {
    height: 18px;
    width: 15px;
    vertical-align: bottom;
    background: url(../images/xiaoxi2.png) no-repeat top;
}

.grzx-item2-img-default {
    height: 16px;
    width: 15px;
    vertical-align: bottom;
    background: url(../images/xiugaimima2.png) no-repeat top;
}

.grzx-xxtx-count {
    background: #F1403C;
    line-height: 12px;
    color: #fff;
    border-radius: 8px;
    padding: 2px 4px;
    font-size: 12px;
    display: inline-block;
    margin-left: 16px;
    vertical-align: top;
}

.tzxq-title {
    font-size: 16px;
    color: #111111;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-bottom: 10px;
}

.tzxq-title-line {
    border-radius: 2px;
    margin-right: 8px;
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #971414;
    vertical-align: bottom;
}

.grzx-child-title span {
    display: inline-block;
}

.grzx-child-title-line {
    border-radius: 2px;
    margin-right: 8px;
    display: inline-block;
    width: 4px;
    height: 16px;
    background-color: #971414;
    vertical-align: bottom;
}

.xxtx-txwz {
    float: right
}

.xxtx-tab {
    cursor: pointer;
}

.xxtx-tab.active {
    font-weight: 700;
}

.xxtx-txwz span {
    font-size: 14px;
    color: #999999;
}

.xxtx-tag-page {
    position: absolute;
    width: 100%;
    left: 0px;
    height: 54px;
    background-color: #FFF;
    bottom: 0px;
    padding: 16px 20px;
    border-top: 1px solid #EDEFF2;
    border-radius: 0px 0px 4px 4px;
    z-index: 1;
}

.xxtx-tag-page-fixed {
    position: fixed!important;
    margin: 0px 144px 0px 144px!important;
}

.xxtx-tag-all {
    margin-right: 24px;
}

.xxtx-empty-page {
    margin-top: 100px;
}

.wdsq-item-step {
    font-size: 0px;
    padding-top: 16px;
    border-top: solid 1px #E5E5E5;
}

.wdsq-step-item {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border-top: solid 1px #e5e5e5;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    margin: 0px 9px;
    height: 5px
}

.wdsq-item-step-position {
    position: relative;
    left: -60px;
    height: 74px;
}

.wdsq-step-item-img-div {
    position: absolute;
    right: -9px;
    top: 20px;
}

.wdsq-step-item-position {
    position: relative;
    left: calc(50% + 9px);
}

.wdsq-item-shyj {
    color: #1D2129;
    line-height: 22px;
    display: flex;
}

.wdsq-item-shyj span {
    min-width: 64px;
}

.progress-tips {
    color: #4E5969;
    font-weight: 100;
    vertical-align: -1px;
    cursor: pointer;
}

.wdsq-step-item:first-child {
    border-top: none;
}

.wdsq-step-item-name {
    margin-top: 15px;
    line-height: 24px;
    color: #1D2129;
    font-size: 16px;
}

.wdsq-step-item-time {
    margin-top: 4px !important;
    font-size: 12px;
    color: #86909C;
    line-height: 20px;
}

.wdsq-item-step-info {
    margin-bottom: 20px;
    padding: 16px;
    background: #F7F8FA;
    position: relative;
    font-size: 14px;
    border-radius: 2px;
}

.wdsq-item-thtjjzrq {
    color: #FF7D00;
}

.wdsq-item-qrcj-title {
    font-weight: 600;
    margin-bottom: 8px;
}

.wdsq-item-qrcj-button {
    margin-top: 16px;
}

.wdsq-qrcj-button {
    padding: 7px 16px;
    border-radius: 2px;
    border: 1px solid #DFE2E8;
    background: #FFF;
    color: #4E5969;
    font-size: 14px;
    line-height: 22px;
}

.wdsq-qrcj-button.qrcj {
    color: #FFF;
    float: left;
    margin-right: 8px;
}

.wdsq-qrcj-button.yqr {
    background: #BCC2CD;
    color: #fff;
    border: 1px solid #BCC2CD;
}

.cgx-item,
.wdsq-item {
    margin: 12px 0;
    border: solid 1px #E5E5E5;
    padding: 16px;
}

.wdsq-item-head {
    padding-bottom: 16px;
}

.wdsq-item-title .wdsq-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    max-width: 300px;
    vertical-align: middle;
    color: #1D2129;
}

.wdsq-tag {
    margin-left: 4px;
    font-size: 12px;
    line-height: 20px;
    padding: 2px 8px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
}

.progress-tags {
    margin-left: 0px;
    margin-top: 4px;
}

.wdsq-tag-primary {
    background: #EFF7FF;
    color: #165DFF;
}

.wdsq-tag-reject {
    background: #FFECE8;
    color: #F53F3F;
}

.wdsq-tag-return {
    background: #FFF3E6;
    color: #FF7D00;
}

.wdsq-tag-success {
    background: #E8FFEA;
    color: #00B42A;
}

.wdsq-tag-adjustment {
    background: #E8FFEA;
    color: #00B42A;
}

.wdsq-item-detail {
    margin-top: 8px;
    width: 700px;
    height: 22px;
}

.wdsq-item-detail .wdsq-item-des {
    border-right: solid 1px #DFE2E8;
    line-height: 18px;
    font-size: 14px;
    display: inline-block;
    padding: 0 12px;
    max-width: 40%;
    color: #86909C;
    margin: 2px 0;
}

.wdsq-item-detail .wdsq-item-des:first-child {
    padding-left: 0px;
}

.wdsq-item-detail .wdsq-item-des:last-child {
    border-right: none;
}

.wdsq-item-detail .wdsq-item-des1 {
    color: #666;
    border-right: solid 1px #666;
    line-height: 16px;
    font-size: 13px;
    display: inline-block;
    padding: 0 10px 0 6px;
}

.wdsq-item-detail .wdsq-item-des1:first-child {
    padding-left: 0px;
}

.wdsq-item-detail .wdsq-item-des1:last-child {
    border-right: none;
}

.wdsq-item-left {
    display: inline-block;
    vertical-align: top;
}

.wdsq-item-right {
    float: right;
    font-size: 0px;
    color: #971414;
}

.wdsq-item-action {
    cursor: pointer;
    line-height: 34px;
    font-size: 14px;
    display: inline-block;
    margin: 11px 0 0 8px;
    padding-right: 16px;
}

.wdsq-item-button {
    display: inline-block;
    padding: 5px 16px;
    vertical-align: top;
    border-radius: 2px;
    margin-top: 11px;
    cursor: pointer;
    line-height: 22px;
    margin-left: 8px;
    font-size: 14px;
}

.grzx-xxtx {
    width: 100%;
}

.wdsq-step-item-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #DFE2E8;
    position: absolute;
    top: -25px;
    left: calc(50% - 5px);
    z-index: 1;
}

.wdsq-step-item-dot.finish {
    background: #00B42A;
}

.wdsq-step-item-dot.progress {
    background: #165DFF;
}

.wdsq-step-item-dot.back {
    background: #FF7D00;
}

.wdsq-step-item-dot.refuse {
    background: #F53F3F;
}

.wdsq-step-item-img {
    position: absolute;
    top: -28px;
    left: calc(50% - 8px);
    z-index: 1;
}

.wdsq-step-item img {
    position: absolute;
    top: -28px;
    left: calc(50% - 8px);
    z-index: 1;
}

.xxtx-msg-item {
    border-radius: 2px;
    border: 1px solid #EDEFF2;
    background: #FFF;
    padding: 16px;
    width: calc(100% - 2px);
    margin-bottom: 12px;
    cursor: pointer;
}

#extranet-xxtx-card tr:hover {
    background-color: #FBF5F5;
    cursor: pointer;
}

#extranet-xxtx-card {
    overflow: auto;
    margin-top: 20px;
}

.xxtxmi-head-pot {
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    background-color: #999;
    position: relative;
    top: 6px;
    left: -8px;
}

.xxtx-checkbox {
    display: inline;
}

.xxtx-checkbox label {
    margin-right: 0px!important;
}

.xxtx-checkbox input {
    margin-right: 4px!important;
}

.xxtx-tag-page .xxtx-checkbox label {
    padding: 0px 2px 0 24px;
}

.xxtxmi-head-name {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
}

.xxtxmi-head-time {
    font-size: 14px;
    line-height: 16px;
    color: #999;
    float: right;
    display: inline-block;
    vertical-align: top;
}

.xxtx-tag-read {
    cursor: pointer;
}

.xxtx-msg-item-head {
    position: relative;
}

.xxtx-msg-item-body {
    color: #86909C;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 8px 0 0 0px;
    pointer-events: none;
}

.xxtx-msg-item-foot {
    padding: 8px 0 0 10px;
}

.xxtxmi-foot-button {
    height: 32px;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    line-height: 20px;
    margin-right: 8px;
    text-align: center;
    padding: 5px 16px;
}

.xxtxmi-foot-button-default {
    border: 1px solid #DFE2E8;
    color: #4E5969!important;
}

.xxtxmi-foot-button-confirm {
    background: var(--text-3, #BCC2CD);
    color: #FFF;
    pointer-events: none;
}

.xxtxmi-foot-button-overdue {
    height: 32px;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    line-height: 20px;
    margin-right: 8px;
    text-align: center;
    padding: 5px 16px;
    color: #BCC2CD;
    border: solid 1px #BCC2CD;
    pointer-events: none;
}

.xxtxmi-head-overdue {
    font-size: 13px;
    color: red;
}

.xxtx-msg-item-active .xxtx-msg-item-body,
.xxtx-msg-item-active .xxtx-msg-item-foot {
    padding: 8px 0 0 26px;
}

.xxtxmi-foot-button img {
    vertical-align: text-top;
    margin-right: 4px;
}

.grzx-xiaoxinone-img {
    text-align: center;
    margin-top: 150px;
}

.grzx-xiaoxinone-text {
    font-family: MicrosoftYaHeiUI;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    text-align: center;
    line-height: 14px;
}

.grzx-dlzh .grzx-dlzh-label {
    padding: 4px 0 -1px 17px;
    line-height: 20px;
    font-family: MicrosoftYaHeiUI;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 14px;
}

.grzx-dlzh .grzx-dlzh-text {
    margin-left: 90px;
    ont-family: MicrosoftYaHeiUI;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    line-height: 14px;
}

.mmxg-form-changepwd {
    margin-top: 22px;
    margin-left: -2px;
}

.grzx-mmxg-form .jqx-input {
    height: 42px!important;
    width: 372px!important;
    border: 1px solid #E5E5E5;
}

.grzx-mmxg-form .bh-row:hover {
    background-color: #FFFFFF;
}

.grzx-mmxg-form .bh-row {
    background-color: #FFFFFF;
}

.grzx-mmxg-form .jqx-fill-state-focus {
    border: 1px solid #222222;
}

.grzx-mmxg-form .jqx-input::-webkit-input-placeholder {
    ont-family: MicrosoftYaHeiUI;
    font-size: 14px;
    color: #CCCCCC;
    letter-spacing: 0;
    line-height: 14px;
}

.grzx-mmxg-form .jqx-validator-error-info {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    margin-top: 26px;
    margin: 0px 0px 0px 122px;
}

.grzx-mmxg-form .bh-form-label {
    font-family: MicrosoftYaHeiUI;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: normal;
    padding-top: 15px;
}

.grzx-mmxg-form .form-validate-block {
    ont-family: MicrosoftYaHeiUI;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 14px;
    margin-top: 10px;
}

.grzx-mmxg-form {
    margin-top: 34px;
}

.mmxg-changepwd-button {
    width: 96px;
    height: 40px;
    display: inline-block;
    border-radius: 8px;
    border: solid 1px #971414;
    font-size: 14px;
    line-height: 40px;
    margin-right: 16px;
    text-align: center;
    background: #971414;
    color: #fff;
    margin-top: 40px;
    cursor: pointer;
}

#mmxg-success-content {
    border-radius: 12px;
}

.mmxg-success-img {
    width: 200px;
    height: 200px;
    margin: 60px 110px 20px;
}

.grzx-xgmm-page .layui-layer-page {
    width: 365px;
    height: 420px;
}

.grzx-xgmm-page .layui-layer,
.layui-layer-title {
    border-radius: 12px !important;
}

.grzx-xgmm-page .layui-layer-title {
    background-color: #FFFFFF;
    border-radius: 12px;
}

.mmxg-success {
    display: none;
}

#xgmm-success-btn {
    width: 80%;
    border-radius: 4px;
    height: 40px;
    text-align: center;
    margin-left: 40px;
    margin-top: -20px;
}

.grzx-mmxg-form .bh-form-group.bh-required .bh-form-label:before {
    display: none;
}

.grzx-mmxg-form .bh-form-horizontal,
.bh-form-vertical {
    margin-left: -15px;
}


/*草稿箱*/

.cgx-content {
    min-width: 1152px;
    max-width: 1632px;
    margin: 20px 144px 20px 144px;
    min-height: 600px;
    background-color: #fff;
}

.grzx-child-title {
    font-size: 16px;
    color: #111111;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 0px 24px 0px;
}

.grzx-child-title span {
    display: inline-block;
}

.grzx-child-title-line {
    /* border-left: solid 4px #971414; */
    border-radius: 2px;
    margin-right: 8px;
    display: inline-block;
    width: 4px;
    height: 16px;
    background-color: #971414;
    vertical-align: bottom;
}

.cgx-gw-item {
    padding: 24px 0px;
    border-bottom: solid 1px #ddd;
}

.cgx-gw-item-head {
    position: relative;
    display: flex;
    height: 24px;
}

.cgxmi-head-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    flex: 1;
}

.cgxmi-head-time {
    font-size: 0px;
    line-height: 24px;
}

.cgxmi-button-delete {
    padding-right: 24px;
    line-height: 22px;
    font-size: 14px;
    cursor: pointer;
}

.cgxmi-button-edit {
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #165DFF;
    padding: 5px 16px;
}

.cgx-gw-item-body {
    margin-top: 8px;
    width: 100%;
    height: 22px;
}

.cgx-gw-item-body .cgx-item-des {
    border-left: solid 1px #DFE2E8;
    line-height: 18px;
    font-size: 14px;
    display: inline-block;
    padding: 0 12px;
    max-width: calc(33% - 59px);
    color: #86909C;
    margin: 2px 0;
}

.cgx-gw-item-body .cgx-item-des:first-child {
    padding-left: 0px;
    border-left: none;
}

.cgx-gw-item-body .cgx-item-des1 {
    float: right;
    line-height: 20px;
    font-size: 12px;
    display: inline-block;
    color: #86909C;
}

.cgx-none-img {
    text-align: center;
    margin-top: 150px;
}

.cgx-none-text {
    font-family: MicrosoftYaHeiUI;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    text-align: center;
    line-height: 14px;
    margin-top: 20px;
    margin-left: 10px;
}

.cgx-page-navigation li {
    display: inline-block;
}

.cgx-page-navigation {
    font-size: 14px;
}

.cgx-page-navigation .active:before {
    content: '>';
    padding: 0 5px;
    color: #999;
}

.cgx-page-content {
    padding: 40px;
    background: #FFF;
}

.cgx-color-999 {
    color: #999;
}

.cgx-title-content {
    padding-bottom: 16px;
    background: #F5F6F8;
}

.grzx-xiaoxinone-img {
    text-align: center;
    margin-top: 150px;
}

.grzx-xiaoxinone-text {
    font-family: MicrosoftYaHeiUI;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    text-align: center;
    line-height: 14px;
    margin-top: -16px;
}

#zpgw-index-grid th {
    text-align: left;
}

.cursor-pointer {
    cursor: pointer;
}

.resume-footer-fixed {
    height: 60px;
    position: fixed;
    border-top: 1px solid #E5E5E5;
    background: #FFFFFF;
    bottom: 0px;
    padding-top: 12px;
    z-index: 9001;
}

.grzx-zhgl-value {
    display: inline-block;
    width: 200px;
}

.grzx-zhgl-form {
    margin-left: calc(50% - 180px);
}

.grzx-zhgl-page .zhgl-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.grzx-zhgl-page .left-label {
    display: inline-block;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    width: 100px;
    color: #86909C;
}

.grzx-zhgl-page {
    margin-top: 22px;
}

.grzx-zhgl-page .mid-content {
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.dialog-container {
    padding: 0 24px;
    font-size: 14px;
}

.container-title {
    font-size: 18px;
    margin-top: 42px;
    margin-bottom: 30px;
}

.custom-mb-57 {
    margin-bottom: 57px;
}

.custom-zhgl-btn {
    width: 100%;
    border-radius: 4px;
    height: 40px;
}

.operate-success-img {
    width: 200px;
    height: 100px;
    margin: 60px 110px 20px;
}

.operate-success-btn {
    width: 340px;
    height: 40px;
    font-size: 16px;
}

.change-mail-container .phone-number,
.change-mail-container .phone-number {
    line-height: 40px;
}

.bind-mail-container label,
.set-pwd-container label,
.change-pwd-container label {
    width: 90px;
    display: inline-block;
    float: left;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bind-mail-container .index-from-input {
    width: calc(100% - 95px);
}

.overdue-page {
    min-width: 1152px;
    max-width: 1632px;
    margin: 8px 144px 20px 144px;
    height: calc(100% - 28px);
}

.overdue-page-content {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #FFF;
    height: calc(100% - 20px);
}

.overdue-tip {
    font-size: 20px;
    color: #999999;
    margin-top: 20px;
}

.gsxq-fwl {
    margin-left: 20px;
}

.gsxq-fjxzl {
    margin-left: 20px;
}

.wdsq-examine-log {
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    cursor: pointer;
    color: #1E6DFF;
    font-size: 10px;
    margin-left: 5px;
}

.wdsq-pay-log {
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px;
    cursor: pointer;
    color: #1E6DFF;
    font-size: 12px;
    margin-left: 5px;
}

.apply-gwxx {
    color: #fd5278;
}

.apply-result {
    text-align: center;
}

.tbdx-table .bh-form-groupname .sc-title-borderLeft {
    margin-left: 12px;
    font-size: 14px;
}

.bh-col-md-12 .bh-form-groupname .sc-title-borderLeft .bh-mb-24 {
    margin-left: 12px;
    font-size: 14px;
}

.zxzx-wytw-editor-container .note-view {
    display: none;
}

.wdsq-tag-thtjsj {
    color: red;
}

.wdsq-tag-thyj {
    background: #FF8C00;
    cursor: pointer;
    font-size: 14px !important;
}


/*登录框页面*/

.change-button {
    background: white!important;
    color: #000aff;
    border: 1px solid #0066ff91;
    border-radius: 5px;
}

.sms-login-bottom {
    margin-top: 12px;
}

.margin-top-0 {
    margin-top: 0!important;
}

.height-0 {
    height: 0!important;
}

.change-to-verification {
    background: white;
    color: #000aff;
    border: 1px solid #0066ff91;
    /* border-radius: 5px */
}

.zffs-content {
    text-align: center;
    width: 150px;
    height: 100px;
    cursor: pointer;
}

.zffs-img {
    width: 100px;
    height: 100px;
}

.zxbs-head-title .sjmc {
    color: #F5F6F8;
    font-family: Microsoft YaHei UI;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 4px;
}

.zxbs-head-title .sjmc-english {
    color: #F5F6F8;
    font-family: Microsoft YaHei UI;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0px;
}

.zxbs-title-splite {
    opacity: 0.5;
    color: #FFFFFF;
}

.zxbs-title-tips {
    opacity: 0.800000011920929;
    color: #FFFFFF;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
}

.zxbs-title-time {
    display: inline-block;
    border-radius: 5px;
    background: #FFFFFF4C;
    height: 40px;
    line-height: 40px;
}

.zxbs-page {
    text-align: center;
    margin-top: 20px;
}

.zxbs-head {
    padding: 18px calc(50% - 600px) 18px calc(50% - 600px);
}

.zxbs-head-title {
    display: inline-block;
    vertical-align: top;
    color: #FFFFFF;
    text-align: justify;
    padding-left: 40px;
}

.zxbs-head-logo {
    padding-right: 38px;
    border-right: solid 1px rgba(255, 255, 255, 0.30);
    max-width: 350px;
    max-height: 150px;
}

.zxbs-content {
    width: 1200px;
    background-color: #FFFFFF;
    border-radius: 8px;
    margin: 20px auto;
    height: 900px;
}

.zxbs-content-left {
    display: inline-block;
    vertical-align: top;
    width: 900px;
    height: 100%;
    overflow-y: scroll;
    word-break: break-all;
}

.zxbs-content-right {
    display: inline-block;
    width: 295px;
    height: 100%;
    vertical-align: top;
    border-radius: 8px;
    box-shadow: -2px 0px 8px 0px #0000000C;
    overflow-y: scroll;
}

.zxbs-content-right .title {
    font-size: 18px;
    vertical-align: middle;
    font-weight: bold;
}

.zxbs-content-right .title .small-title {
    font-size: 14px;
}

.zxbs-content-right .example {
    border-top: 1px solid #0000000A;
    border-bottom: 1px solid #0000000A;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}

.zxbs-content-right .example .unanswered {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.zxbs-content-right .example .answered {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-left: 16px;
}

.zxbs-content-right .dtqk {
    border-bottom: 1px solid #0000000A;
}

.dtqk-title {
    font-weight: bold;
    font-size: 14px;
}

.dtqk-small-title {
    color: #939393;
    font-size: 12px;
}

.zxbs-left-tm {
    width: 28px;
    height: 28px;
    margin: 4px 4px;
    display: inline-block;
    cursor: pointer;
}

.zxbs-content-right .submit {
    text-align: center;
    margin-top: 20px;
}

.zxbs-content-left .title {
    font-weight: bold;
    font-size: 16px;
}

.zxbs-content-left .title .small-title {
    font-size: 14px;
    color: #939393;
}

.zxbs-tm {
    font-size: 14px;
}

.zxbs-tm .tkt-title {
    display: inline-block;
    width: auto;
    height: 28px;
    padding: 4px;
    border-radius: 2px 0px 0px 2px;
    background: #FAFAFA;
    box-shadow: inset 0px -1px 0px 0px #D9D9D9, inset 0px 1px 0px 0px #D9D9D9, inset 1px 0px 0px 0px #D9D9D9;
    margin-right: -5px;
}

.zxbs-tm .tkt-answer {
    display: inline-block;
    width: 90%;
}

.index-job-search-input {
    position: relative;
    float: left;
    height: 28px;
    line-height: 26px;
    width: 240px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .2);
    margin-right: 4px;
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
}

.index-job-search-input>input {
    height: 100%;
    background-color: transparent;
    color: #fff;
    border: none;
    outline: medium;
    font-size: 12px;
    width: 240px;
    padding-left: 5px;
}

.index-pull-left {
    float: left!important;
}

.index-pull-right {
    float: right!important;
}

.index-job-search-input>.index-job-search-sousuo {
    width: 48px;
    height: 100%;
    display: block;
    float: left;
    color: #fff;
    position: absolute;
    right: 0;
    cursor: pointer;
    text-align: center;
}

.home-gwms-tips {
    height: 63px;
    background: rgba(143, 0, 11, 0.04);
    padding: 20px calc(60% - 600px) 20px calc(55% - 600px);
}

.gwms-tips-text {
    border-right: solid 1px #E2E0E0;
    width: 140px;
    text-align: center;
    vertical-align: top;
    font-weight: 600;
    font-size: 17px;
}

.gwms-tips-text img {
    width: 22px;
    height: 22px;
}

.index-head-msg img {
    width: 14px;
    height: 14px;
}

.gwms-tips-content {
    margin-left: 15px;
    width: 66%;
    font-size: 17px;
    cursor: pointer;
}

.gwms-tips-content img {
    width: 28px;
    height: 14px;
    margin-right: 5px;
}

.gwms-tips-detail {
    vertical-align: top;
    float: right;
    font-size: 17px;
}

.gwms-tips-date {
    vertical-align: top;
    font-size: 15px;
    color: #939393;
    margin-left: 15px;
}

.home-gwms-gw {
    height: 63px;
    padding: 18px calc(55% - 600px);
}

.gwms-gw-item img,
.ggms-gw-item img {
    width: 22px;
    height: 22px;
    vertical-align: top;
}

.gwms-gw-item {
    /* padding: 0 calc(55% - 500px) 0 20px; */
    cursor: pointer;
    color: #939393;
    margin-left: 20px;
    text-align: center;
}

.gwms-gw-all {
    border-right: solid 1px #E2E0E0;
    padding: 0 20px;
    font-size: 19px;
    font-weight: 400;
    width: 115px;
    text-align: center;
    cursor: pointer;
    color: #939393;
    vertical-align: top;
}

.gwms-gw-item span,
.ggms-gw-item span {
    font-size: 19px;
    font-weight: 400;
    vertical-align: middle;
}

.home-gwms-gw-items {
    padding: 0 calc(50% - 600px);
    height: 400px;
}

.home-gwms-gw-item {
    height: 160px;
    margin-right: 15px;
    padding: 20px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    vertical-align: top;
    position: relative;
}

.gw-item-gwmc {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    max-width: 225px;
    line-height: 30px;
}

.gw-item-gwxx {
    font-size: 14px;
    color: #6F6F70;
    margin-bottom: 8px;
    max-width: 225px;
}

.gwms-gw-item-active {
    position: absolute;
    width: 116px;
    height: 2px;
    left: 714px;
    top: 625px;
}

.home-gwms-gw-item:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
}

.gwxx-zpdw,
.gwxx-zpzl {
    max-width: 155px;
    vertical-align: top;
}

.pagination {
    margin-bottom: 20px;
}

.home-job-ggms-content {
    min-height: 500px;
    background-color: #F6F8FB;
    position: relative;
}

.home-ggms-gw {
    height: 65px;
    position: absolute;
    top: -18px;
    width: 66%;
    left: 16%;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding-top: 22px;
}

.ggms-gw-item {
    cursor: pointer;
    color: #939393;
    width: 22%;
    text-align: center;
    border-right: solid 1px #E2E0E0;
}

.ggms-gw-item:last-child {
    border-right: solid 0px #E2E0E0;
}

.home-ggms-gg-tzgg {
    position: absolute;
    background-color: #FFFFFF;
    height: 380px;
    width: 32.3%;
    top: 65px;
    left: 16%;
    border-radius: 5px;
}

.home-ggms-gg-zpgg {
    position: absolute;
    background-color: #FFFFFF;
    height: 380px;
    width: 32.3%;
    top: 65px;
    left: 49.7%;
    border-radius: 5px;
}

.tzgg-head-left,
.zpgg-head-left {
    float: left;
    width: 30%;
    height: 35px;
    padding: 5px 0 5px 15px;
    border-top-left-radius: 5px;
}

.tzgg-head-left img,
.zpgg-head-left img {
    width: 18px;
}

.tzgg-head-left span,
.zpgg-head-left span {
    color: white;
    font-size: 17px;
    margin-left: 5px;
    vertical-align: middle;
}

.tzgg-head-left-more,
.zpgg-head-left-more {
    float: right;
    margin: 8px 20px;
    cursor: pointer;
}

.gg-tzgg-head,
.gg-zpgg-head {
    height: 35px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.gg-row {
    height: 22px;
    margin: 12px 15px 12px 8px;
    cursor: pointer;
}

.gg-tzgg-text,
.gg-zpgg-text {
    float: left;
    font-size: 15px;
    width: 76%;
}

.gg-tzgg-time,
.gg-zpgg-time {
    float: right;
    color: #CCCCCC;
}

.gg-empty {
    text-align: center;
    height: 315px;
    padding: 40px;
    color: #939393;
}

.gg-point {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ACACAC;
    float: left;
    margin-top: 8px;
    margin-right: 6px;
}

.home-gwms-gw-empty {
    height: 400px;
    text-align: center;
    margin-top: 100px;
    color: #939393;
}

.xsqb-card {
    font-size: 18px;
    font-weight: 600;
    margin: 45px 75px;
}

.sms-login-bottom-registry {
    height: 22px;
    margin-top: 12px;
    text-align: center;
}

.login-other {
    color: #86909C;
    line-height: 22px;
}

.login-other-fgx {
    border: solid 1px #EDEFF2;
    width: 62px;
    margin-bottom: 4px;
}

.rememberMe-input {
    vertical-align: -2px;
}

.index-job-search-content {
    position: absolute;
    top: 30px;
    float: left;
    min-width: 240px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(0, 0, 0, 0.541176470588235);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 99;
}

.job-search-group-text {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #A8A8A8;
    line-height: 22px;
    margin-left: 10px;
}

.job-search-gw,
.job-search-tz {
    color: #ECECEC;
    font-weight: 400;
    font-style: normal;
    line-height: 22px;
    font-size: 13px;
    margin-left: 20px;
    cursor: pointer;
    max-width: 212px;
}

.job-search-hr {
    border: solid 0.5px gray;
    margin: 12px;
}

.job-search-empty {
    margin-left: 15px;
}

.zxbs-content-left .bh-radio {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lxwm-empty {
    margin-top: 150px;
    text-align: center;
}

.lxwm-empty-text {
    margin-top: 10px;
    color: gray;
}

.lxwm-page {
    min-width: 1152px;
    max-width: 1632px;
    margin: 20px 144px 20px 144px;
    min-height: 600px;
    background: #fff;
    padding: 40px 150px;
    border-radius: 8px;
    height: calc(100% - 40px);
}

.zpgw-filter-item {
    margin-right: 12px!important;
    background-color: #FFF;
}

.zpgw-filter-item .jqx-dropdownlist-content .select-value {
    color: #1D2129!important;
    padding-right: 10px;
}

.zpgw-filter-item .jqx-dropdownlist-content,
.zpgw-filter-item .jqx-dropdownlist-content span,
.zxzx-search-zpjh .jqx-dropdownlist-content {
    color: #C9CDD4!important;
}

.zxzx-search-zpjh .select-value {
    color: inherit!important;
}

.zpgw-filter-item-JHWID {
    margin-right: 0px!important;
}

.zpgw-job-filter {
    display: flex;
    justify-content: space-between;
}

.gg-text-yd {
    color: #DCDCDC!important;
}

.scrollDiv {
    width: 80%;
    height: 50px;
    overflow: hidden;
    margin-top: -15px;
}

.contentNotice_loop a {
    color: #333333;
}

.contentNotice_loop {
    line-height: 50px;
    height: 50px;
}

.contentNotice_loop li {
    width: 100%;
    height: 54px;
}

.lxwm-content {
    padding-top: 10px;
}

.home-gwms-gw-no {
    height: 30px;
}

.english-new {
    font-size: 25px;
    letter-spacing: 3px;
    line-height: 25px;
    padding-top: 5px;
}

.yjzx-ts {
    position: absolute;
    bottom: 60px;
    width: 100%;
    left: 0;
    padding: 0 24px;
}

.yjzx-ts-info {
    color: #9B9B9B;
    display: inline-block;
}

.yjzx-ts-zxxz {
    color: #5B9CFF;
    vertical-align: 0px;
}

.grzx-zhgl .layui-layer {
    border-radius: 8px;
}

.grzx-zhgl .layui-layer-setwin {
    top: 20px;
}

.grzx-zhgl .dialog-container {
    margin-top: 24px;
}

.grzx-zhgl .layui-layer-content {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.grzx-zhgl .layui-layer-title {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.847058823529412);
    border-bottom: none;
    background-color: #FFFFFF;
    height: 56px;
    padding: 10px 80px 10px 20px;
    border-radius: 8px 8px 0px 0px!important;
}

.jqx-icon-arrow-down,
.jqx-icon-arrow-down-hover,
.jqx-icon-arrow-down-selected {
    background-image: url(../images/arrow_open.png);
}

.jqx-icon-arrow-up,
.jqx-icon-arrow-up-hover,
.jqx-icon-arrow-up-selected {
    background-image: url(../images/arrow_up.png);
}


/*预览页面样式*/

.prev-c-b {
    color: black!important;
}

.prev-bg {
    background: #8C99B7!important;
}

.prev-bg-w {
    background: #FFF!important;
}

.prev-card {
    height: auto;
}

.prev-item {
    width: 100%;
    height: 24px;
    background: #DFE2E8;
}

.prev-w-4 {
    width: 40%;
}

.prev-w-3 {
    width: 30%;
}

.prev-w-5 {
    width: 50%;
}

.prev-w-6 {
    width: 60%;
}

.prev-page .nohover::before,
.prev-page .hover::before {
    background: transparent!important;
}

.prev-style-p {
    padding: 16px 20px;
}

.style1-prev-content {
    position: absolute;
    top: 78px;
    width: 100%;
}

.resume-extranet-export label {
    display: block;
    padding: 0;
}

.extranet-empty-text {
    color: #4E5969;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.qrcode-container {
    height: 288px!important;
}

.resume-page textarea {
    max-height: 600px!important;
}

.layui-layer-btn {
    height: 56px;
    padding: 12px 14px 12px!important;
}

.resume-single-content .bh-form-readonly.bh-form-horizontal .bh-form-label[bh-cut-str-min-height="30"] {
    max-height: 40px !important;
    height: 40px !important;
    line-height: 16px !important;
}

.yjzx-view-detail {
    padding: 20px 0px;
}

.jqx-window-content .audit-form {
    padding: 20px 0px;
}

.index-terms-content {
    margin-top: 12px;
    color: #BCC2CD;
    font-size: 12px;
}

.terms-dialog {
    display: block;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: 20px auto;
}