/*全局*/
body {
    background-color: #fff;
    font-size: 14px;
    font-family: "Hiragino Sans GB","Microsoft Yahei",SimSun,Arial,"Helvetica Neue",Helvetica;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 24px;
}

textarea {
    resize: none;
}

::-webkit-input-placeholder {
    color: #bbb;
}

.divide-block {
    width: 100%;
    height: 20px;
    background: #F2F2F2;
}

.sub-text {
    color: #999;
    font-size: 1em;
    padding-top: 8px;
    line-height: 1.5em;
    position: relative;
}

.color-grey {
    color: #666;
}

.color-9 {
    color: #999;
}

.color-green {
    color: #5FB878;
}

.color-yellow {
    color: #FFB800;
}

.color-red {
    color: #FF5722;
}

.color-main {
    color: #1E9FFF;
}

.color-light {
    color: #C2C2C2;
    font-size: 12px;
}

.pull-right {
    position: absolute;
    right: 0;
    z-index: 20;
}

.pull-left {
    position: absolute;
    top: 0;
    left: 0;
}

h1 {
    line-height: 32px;
}

.more-content {
    margin: 20px auto;
    width: 200px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #1E9FFF;
    text-align: center;
    font-size: 18px;
}

    .more-content a {
        color: #1E9FFF;
    }

    .more-content:hover {
        background: #1E9FFF;
        transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -ms-transition: all .4s;
        -moz-transition: all .4s;
    }

a:hover {
    color: #01AAED;
}

.more-content:hover a {
    color: #fff;
}

h3, h4 {
    font-weight: 500;
}

.layui-word-aux {
    font-size: 12px;
}

::selection {
    background: #1E9FFF;
    color: #fff;
}

::-moz-selection {
    background: #1E9FFF;
    color: #fff;
}

::-webkit-selection {
    background: #1E9FFF;
    color: #fff;
}

.layui-btn-grey {
    background-color: #ccc;
    color: #fff;
}

    .layui-btn-grey:hover {
        background-color: #999;
    }

.layui-badge-rim {
    background-color: transparent;
}

.layui-btn-o {
    background-color: transparent;
    border: 1px solid #1E9FFF;
    color: #1E9FFF;
}

    .layui-btn-o:hover {
        background: #1E9FFF;
        color: #fff;
        transition: all .4s;
        -webkit-transition: all .4s;
        -ms-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
    }

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #1E9FFF;
}

    .layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
        border-color: #1E9FFF;
    }

.layui-quote-red {
    border-color: #FF5722;
}

.layui-bg-light {
    background-color: #ccc;
    color: #fff;
}

.select:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(../img/select.png);
    background-repeat: no-repeat;
}

.file-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    outline: none;
    background-color: transparent;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

/*地图*/
#allmap {
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin-top: 20px;
}


/*nav部分*/
.nav.layui-nav {
    height: 30px;
    background: #fff;
    color: #333;
    font-size: 12px;
}

    .nav.layui-nav .layui-nav-item {
        line-height: 30px;
    }

        .nav.layui-nav .layui-nav-item a {
            color: #333;
            padding-right: 20px;
        }

            .nav.layui-nav .layui-nav-item a:hover {
                color: #1E9FFF;
            }

.layui-nav .layui-nav-child dd.layui-this a, .layui-nav .layui-nav-child dd.layui-this a:hover, .layui-nav-child dd.layui-this {
    background-color: #1E9FFF;
    color: #fff;
}

.nav.layui-nav .layui-nav-more {
    border-color: #333 transparent transparent;
    border-top-color: rgba(0,0,0,.7)
}

.nav.layui-nav .layui-nav-mored, .layui-nav-itemed > a .layui-nav-more {
    border-color: transparent transparent #333;
}

.nav.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    height: 0;
}

.nav.layui-nav .layui-nav-child {
    top: 35px;
}

.nav.layui-nav .layui-nav-img {
    width: 20px;
    height: 20px;
    margin: 5px 10px;
}

.nav form {
    margin: 11px 0;
}

.nav .layui-input-block {
    margin-left: 80px;
}

.nav .layui-form-label {
    padding: 0;
    width: 100px;
}

.nav .layui-edge {
    z-index: 9;
}

.nav .layui-input {
    border-radius: 0;
}

.nav .layui-input-block .layui-input {
    border-left: none;
    width: 90%;
}

.nav .layui-form-select dl dd {
    text-align: center;
}

.nav .layui-btn {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
}

.nav, .nav .layui-container {
    height: 60px;
}

.logo {
    color: #1E9FFF;
    height: 65px;
    line-height: 65px;
    font-size: 24px;
    display: inline-block;
}

    .logo img {
        display: inline-block;
    }

.layui-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.layui-fluid.nav .layui-nav-item {
    width: 14.27%;
}

.layui-fluid.nav .layui-nav {
    width: 100%;
}

.layui-fluid.nav .layui-nav-item > a {
    text-align: center;
    width: 80px;
    margin: 0 auto;
}

    .layui-fluid.nav .layui-nav-item > a:after {
        content: "";
        width: 0;
    }

    .layui-fluid.nav .layui-nav-item > a:hover:after {
        content: "";
        width: 80px;
        height: 5px;
        background: #93D1FF;
        display: block;
        margin-top: -5px;
        transition: width .2s;
        -o-transition: width .2s;
        -moz-transition: width .2s;
        -webkit-transition: width .2s;
    }

.layui-fluid.nav .layui-nav .layui-this:after {
    width: 80px;
    margin-left: -40px;
    left: 50%;
}

/*侧边导航*/
.side-menu {
    position: relative;
    margin: 20px 0;
    width: 25%;
    display: inline-block;
    float: left;
}

    .side-menu .side-item-item > a:hover {
        color: #1E9FFF;
    }

    .side-menu .side-item {
        display: block;
        width: 100%;
        min-width: 160px;
    }

.side-item-menu {
    position: absolute;
    left: 100%;
    z-index: 10;
    width: 250%;
    line-height: 40px;
    z-index: 99;
}

    .side-item-menu > ul {
        display: inline-block;
        margin: 0 20px;
        position: relative;
    }

    .side-item-menu:before {
        content: "";
        width: 18px;
        height: 50px;
        display: inline-block;
        position: absolute;
        top: 0;
        left: -16px;
        background: #fff;
    }

.side-item-item {
    display: inline-block;
    height: 40px;
    min-width: 100px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis
}

    .side-item-item > a {
        color: #666;
    }

.side-item-type > a {
    padding-left: 20px;
    width: 100%;
    height: 50px;
    display: block;
    position: relative;
}

.side-item-type {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

    .side-item-type > a > i {
        position: absolute;
        top: 0;
        right: 50px;
        color: #D2D2D2;
    }

.side-menu .layui-card-header {
    padding: 0;
    margin: 0 20px;
    height: 50px;
    line-height: 50px;
}

.shadow {
    box-shadow: 0 0 8px 2px rgba(0,0,0,.09);
    -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.09);
    -o-box-shadow: 0 0 8px 2px rgba(0,0,0,.09);
    -moz-box-shadow: 0 0 8px 2px rgba(0,0,0,.09);
    -ms-box-shadow: 0 0 8px 2px rgba(0,0,0,.09);
    background: #fff;
}

/*banner*/
.banner {
    width: 75%;
    float: right;
    margin: 20px 0;
}

.layui-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    object-position: center center;
}

/*index*/
.home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    object-position: center center;
}

.home li a {
    display: block;
    margin: 10px 0;
    height: 315px;
    position: relative;
    overflow: hidden;
}

.home li.layui-col-sm6, .home li.layui-col-sm4 {
    padding: 0 10px;
}

    .home li.layui-col-sm4 a {
        height: 160px;
    }

        .home li.layui-col-sm4 a p {
            text-align: center;
            line-height: 30px;
            width: 100%;
            padding: 65px 0;
            background-color: rgba(143,211,237,.9);
            position: absolute;
            top: 100%;
            left: 0;
        }

        .home li.layui-col-sm4 a:hover p {
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            transition: all .6s;
            -webkit-transition: all .6s;
            -ms-transition: all .6s;
            -o-transition: all .6s;
            -moz-transition: all .6s;
        }

.plate li {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
}

    .plate li a {
        margin: 0 15px 15px;
        height: 140px;
        border-radius: 8px;
        color: #fff;
        font-weight: 600;
        text-shadow: 0 1px 3px #8a8a8a;
        letter-spacing: 3px;
        line-height: 140px;
        font-size: 20px;
        cursor: pointer;
        background-color: #eee;
        display: block;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .plate li:nth-child(1) a {
        background-image: url(../img/home_bg01.png);
    }

    .plate li:nth-child(2) a {
        background-image: url(../img/home_bg02.png);
    }

    .plate li:nth-child(3) a {
        background-image: url(../img/home_bg03.png);
    }

    .plate li:nth-child(4) a {
        background-image: url(../img/home_bg04.png);
    }

    .plate li:nth-child(5) a {
        background-image: url(../img/home_bg05.png);
    }

    .plate li:nth-child(6) a {
        background-image: url(../img/home_bg06.png);
    }

.Notice_more {
    display: none;
    font-size: 12px;
    position: absolute;
    top: 23px;
    right: 35px;
}

    .Notice_more i {
        font-size: 12px;
    }

.icon_b .layui-this {
    font-size: 16px;
}

.Notice_list li {
    margin-bottom: 11px;
    display: flex;
    justify-content: space-between;
}

    .Notice_list li i {
        transform: scale(0.8);
        font-size: 12px;
        color: #1E9FFF;
    }

    .Notice_list li a {
        display: inline-block;
        flex: 1;
        padding-right: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .Notice_list li span {
        float: right;
        color: #333;
    }
/*card-list*/
.layui-tab-content {
    padding: 20px 0;
}

.card-item {
    padding: 15px;
    display: block;
    border: 1px solid #eee;
    border-radius: 2px;
    line-height: 1.5em;
    position: relative;
}

    .card-item h3 {
        color: #333;
    }

    .card-item:hover h3 {
        color: #1E9FFF;
    }

    .card-item h4 {
        color: #666;
        font-weight: 0;
    }

    .card-item:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
        height: 0
    }

    .card-item:hover {
        border: 1px solid #fff;
        box-shadow: 0 0 4px 2px rgba(0,0,0,.09);
        -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.09);
        -o-box-shadow: 0 0 4px 2px rgba(0,0,0,.09);
        -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.09);
        -ms-box-shadow: 0 0 4px 2px rgba(0,0,0,.09);
        background: #fff;
    }

.message .card-item:hover {
    background: #FAFAFA;
    box-shadow: none;
    border-bottom: 1px solid #f8f8f8;
}

.message .card-item {
    border-bottom: 1px solid #eee;
    border-top: none;
    border-left: none;
    border-right: none;
}

.card-item-img.card-item-img-small {
    width: 48px;
    height: 48px;
}

.card-item-img {
    text-align: center;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    float: left;
    background-color: #F8F8F8;
}

.card-item-img-o {
    border-radius: 30px;
    overflow: hidden;
}

.card-item-img img {
    width: 100%;
}

.system.card-item-img {
    background-color: #1E9FFF;
}

.card-item-img .layui-icon {
    line-height: 48px;
    width: 48px;
    font-size: 24px;
    color: #fff;
}

.card-img-text {
    padding-left: 20px;
    float: left;
    display: block;
}

.card-item h3, .card-item p {
    position: relative;
}

.card-img-text p {
    position: static;
}

    .card-img-text p span {
        padding-right: 15px;
    }

/*card-list 左右布局*/
.card-item-left, .card-item-right {
    width: 50%;
    float: left;
    position: relative;
}

    .card-item-left .sub-text, .card-item-right .sub-text {
        padding-bottom: 10px;
    }

    .card-item-right .layui-icon {
        padding-left: 10px;
        color: #FFB800;
    }

.badge {
    display: inline-block;
    color: #666;
    margin-top: 5px;
}

.card-item-img-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    padding: 4px;
    border: 1px solid #F8F8F8;
}

.layui-col-sm9 .card-item {
    margin-bottom: 20px;
}

.card-item:hover h3, .card-item:hover .card-item-right h4 {
    color: #1E9FFF;
}

/*card-list 上下布局*/
.card-tb {
    border: 1px dashed #eee;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

li.card-item-tb {
    float: left;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}

.card-item-tb img {
    width: 100%;
    margin: 10px 0;
    display: block;
    background: #F8F8F8;
}

/*侧边文字块*/
.search .layui-elem-field {
    margin-bottom: 40px;
}

.search .layui-field-box li {
    float: left;
    width: 33.33%;
    line-height: 32px;
}

    .search .layui-field-box li a:hover {
        color: #1E9FFF;
    }

/*友情链接*/
.layui-tab-item {
    position: relative;
}

.friendlink .layui-tab-item li {
    line-height: 36px;
    margin-right: 20px;
    float: left;
}

.friendlink .layui-tab-item ul {
    margin-right: 64px;
}

.collapse-in {
    height: 36px;
    overflow: hidden;
}

.collapse {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 36px;
    color: #999;
    cursor: pointer;
}

.rotate {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

/*登录页*/
.login-img {
    width: 400px;
    margin: 10% auto;
    display: block;
}

.login-form-box {
    max-width: 500px;
    min-width: 320px;
    padding: 82px 0 68px;
    background: #fff;
}

.login .login-form {
    width:300px;
    margin: 0 auto;
    /* border: 1px solid #f0f0f0; */
}

.login-container .layui-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container .login-img-box {
    padding-right:110px;
    display: flex;
    align-items: center;
    
}

.login-container .login-img {
    max-width: 100%;
}

.login .login-form h3 {
    line-height: 30px;
    margin-bottom:34px;
    font-size:28px;
    color:#1e9fff;
    text-align: center;
    font-weight: bold;
}

.login .layui-input-block,
.register-right .layui-input-block {
    margin-left: 0px;
    position: relative;
}

.login .layui-form-mid,
.register-right .layui-form-mid {
    float: none;
}

.login .layui-icon,
.register-right .layui-icon {
    width: 32px;
    line-height: 38px;
    text-align: center;
}

.login .layui-input-block .icon,
.login .layui-input-block .vfcode,
.register-right .layui-input-block .icon,
.register-right .layui-input-block .vfcode {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 38px;
    padding: 0 15px;
    font-size: 12px;
    display: block;
    color: #999;
}

.footer {
    width: 100%;
    height: 50px;
    line-height: 30px;
    padding-bottom: 20px;
    color: #999;
    text-align: center;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    background: #fff;
}

.login .layui-input,
.register-right .layui-input {
    padding-left: 32px;
}



/*footer*/
.layui-footer {
    padding: 40px 0 20px;
    font-size: 12px;
    color: #ccc;
    background: #2F4056;
}

    .layui-footer h4 {
        font-size: 14px;
        color: #EEEEEE;
    }

.f-erweim {
    width: 100px;
    height: 100px;
    background-color: rgba(255,255,255,.3);
}

    .f-erweim img {
        width: 100%;
        height: 100%;
    }

/*返回顶部*/
.layui-fixbar li {
    background-color: rgba(0,0,0,.6);
}

/*搜索*/
.conditional-search {
    background-color: #F8F8F8;
    border: 1px solid #eee;
}

    .conditional-search .layui-this, .conditional-search .layui-this a {
        background: #1E9FFF;
        color: #FFFFFF;
    }

    .conditional-search dl {
        display: block;
        line-height: 28px;
        margin: 20px 0;
    }

    .conditional-search dd, .conditional-search dt {
        padding: 0 10px;
        margin: 0 5px;
        display: inline-block;
    }

        .conditional-search dd a {
            color: #666;
            display: inline-block;
            height: 28px;
        }

        .conditional-search dd:hover a {
            color: #FFFFFF;
        }

        .conditional-search dd:hover {
            background: #1E9FFF;
            transition: background .4s;
            -webkit-transition: background .4s;
            -o-transition: background .4s;
            -ms-transition: background .4s;
            -moz-transition: background .4s;
        }

    .conditional-search .layui-icon {
        line-height: 28px;
        height: 28px;
        width: 20px;
        padding-left: 4px;
        display: inline-block;
    }

/*工作详情*/
.job-detail .layui-btn {
    margin-top: 20px;
}

.job-detail .layui-icon {
    padding-right: 10px;
}

.job-detail button.layui-icon {
    padding-right: 0;
}

.jobs-functions {
    margin: 20px 0;
}

    .jobs-functions li {
        float: left;
    }

        .jobs-functions li a {
            color: #999;
        }

            .jobs-functions li a:hover {
                color: #666;
            }

        .jobs-functions li + li {
            padding-left: 20px;
        }

.job-detail h1 {
    padding: 10px 0;
}

.job-detail .layui-col-sm9 .layui-elem-field.layui-field-title:last-child {
    margin-bottom: 80px;
}

.job-detail .layui-elem-field.layui-field-title {
    margin-top: 40px;
    margin-bottom: 0;
}

    .job-detail .layui-elem-field.layui-field-title .layui-badge {
        padding: 4px 12px;
    }

.job-detail .layui-field-box h4 {
    padding: 10px 0 20px;
    font-weight: 600;
}

.job-detail .layui-field-box ol {
    margin-bottom: 10px;
}

.job-detail .layui-field-box li {
    color: #666;
}

.job-detail .layui-field-box {
    margin-top: 10px;
}

.publish-portriate {
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 50px;
    border: 1px solid #eee;
    background-color: #FFB800;
    padding: 10px;
    float: left;
    margin-right: 15px;
}

    .publish-portriate img {
        width: 100%;
    }

.pb-contact {
    float: left;
}

    .pb-contact .layui-icon {
        font-size: 12px;
    }

    .pb-contact .icon-smartphone {
        padding-left: 10px;
    }

.all-jobs {
    display: block;
}

    .all-jobs li {
        display: block;
        float: left;
        width: 25%;
        margin-bottom: 15px;
    }

        .all-jobs li a {
            display: block;
        }

.other-jobs li div {
    float: left;
}

    .other-jobs li div:first-child {
        width: 58px;
        height: 58px;
        padding: 5px;
        border: 1px solid #eee;
        margin-right: 10px;
        background-color: #fff;
    }

.other-jobs li a {
    display: block;
    border-bottom: 1px dotted #eee;
    height: 70px;
    padding: 10px 0;
}

    .other-jobs li a:hover {
        background-color: #F8F8F8;
    }

.other-jobs li div img {
    width: 58px;
}

.other-jobs li {
    display: block;
}

.company {
    margin-top: 40px;
}

    .company li:first-child {
        height: 80px;
        margin-bottom: 20px;
    }

        .company li:first-child img {
            width: 60px;
            padding: 10px;
            border: 1px solid #eee;
            display: inline-block;
        }

        .company li:first-child span {
            display: inline-block;
            vertical-align: bottom;
        }

    .company li {
        padding: 5px 0;
        display: block;
        color: #666;
    }

        .company li i {
            padding-right: 10px;
        }

/*公司*/
.company-logo {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    float: left;
    background-color: #fafafa;
}

    .company-logo img {
        width: 100%;
    }

.company-text {
    float: left;
}

    .company-text .company-n-text {
        float: left;
        margin-top: 20px;
        padding-right: 40px;
        text-align: center;
        color: #666;
    }

.company-n-text h2 {
    font-weight: 600;
}


/*现场招聘会*/
.recruit {
    background-image: url(../img/bg.jpg);
    background-position: center center;
    background-size: cover;
    height: 360px;
}

.banner-btn {
    padding-top: 280px;
    margin: 0 auto;
    width: 280px;
}

.heading {
    margin-top: 40px;
    margin-bottom: 15px;
    border-left: 3px solid #1E9FFF;
    padding-left: 10px;
}

li.c-card {
    margin: 10px 0;
}

    li.c-card a:hover {
        border: 1px solid #fff;
        box-shadow: 0 0 4px 2px rgba(0,0,0,.09);
        -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.09);
        -o-box-shadow: 0 0 4px 2px rgba(0,0,0,.09);
        -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.09);
        -ms-box-shadow: 0 0 4px 2px rgba(0,0,0,.09);
        background: #fff;
    }

    li.c-card a {
        border: 1px solid #eee;
        display: block;
        border-radius: 2px;
    }

.c-body > div {
    text-align: center;
    float: left;
    width: 80px;
    margin: 10px 0;
    color: #999;
}

    .c-body > div:last-child {
        border-left: 1px dotted #eee;
    }

.c-title > img {
    width: 64px;
    height: 64px;
    display: block;
    margin: 10px auto;
    padding: 4px;
    background: #F8F8F8;
}

.c-title {
    text-align: center;
    border-bottom: 1px dotted #eee;
    padding-bottom: 10px;
}

.c-body {
    margin: 0 auto;
    width: 161px;
}

/*现场招聘会报名*/
.small-card img {
    margin: 0 auto;
    width: 48px;
    height: 48px;
}

.small-card li {
    text-align: center;
    line-height: 48px;
}

.small-card a {
    display: block;
    padding: 10px 0;
    height: 68px;
    box-sizing: border-box;
    background: #f8f8f8;
    color: #999;
}

    .small-card a.active {
        border: 1px dashed #FF5722;
        color: #FF5722;
        font-weight: 800;
    }

    .small-card a.myseat {
        color: #fff;
        background-color: #1E9FFF;
    }

/*简历*/
.upload-portrait {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    line-height: 100px;
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: rgba(0,0,0,.3);
    color: #fff;
}

.c-i-img:hover .upload-portrait {
    display: block;
    color: #fff;
}

.c-i {
    margin: 20px 0;
    border: 1px solid #eee;
    border-radius: 4px;
}

.c-i-img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    float: left;
    background: #f8f8f8;
    position: relative;
}

.c-i-img-o {
    border-radius: 60px;
    overflow: hidden;
}

.c-i-img img {
    width: 100px;
}

.c-img .c-i-body {
    float: left;
}

    .c-img .c-i-body p i {
        margin-right: 4px;
    }

        .c-img .c-i-body p i + i {
            padding-left: 20px;
        }

.c-i-title, .c-img, .c-i-bodyitem {
    position: relative;
}

    .c-i-title h2, .c-i-body h2 {
        font-weight: 600;
        font-size: 18px;
        color: #333;
    }

    .c-i-title h2 {
        padding-bottom: 20px;
    }

        .c-i-title h2 span {
            padding-left: 20px;
            font-size: 12px;
            color: #999;
            font-weight: 100;
        }

.c-i-body h4 {
    font-size: 14px;
    color: #333;
    position: relative;
}

.c-i-body p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.c-img .c-i-body h4 + p {
    padding-top: 10px;
}

.c-img, .c-item {
    margin-bottom: 60px;
}

    .c-img .layui-icon, .c-i-title .layui-icon, .c-i-body .layui-icon {
        font-size: 14px;
        padding-right: 4px;
    }

.c-i-body .layui-clear > li {
    float: left;
    width: 30%;
    padding-top: 0;
}

.c-i-body li + li {
    padding-top: 30px;
}

.c-i-body h4 span {
    padding-left: 20px;
}

.c-i-body h4 .c-i-right {
    color: #999;
    position: absolute;
    top: 0;
    right: 0;
}

.c-item .c-i-body p {
    padding-top: 10px;
}

.c-i-bodyitem:hover .c-i-btns, .c-i-bodyitem:hover > .c-i-edit {
    display: block;
}

.c-i-bodyitem .c-i-btns, .c-i-bodyitem > .c-i-edit {
    display: none;
}

.c-i-bodyitem > .c-i-edit, .c-i-btns, .c-i-add, .c-i-add-img {
    position: absolute;
    right: 0;
    z-index: 10;
    color: #999;
}

.c-i-bodyitem > .c-i-edit, .c-i-edit, .c-i-delete {
    font-size: 12px;
    color: #40AFFE;
}

.c-i-delete {
    padding-left: 10px;
}

.c-i-add, .c-i-add-img {
    top: 0;
}

.c-item .layui-clear.c-i-upload li {
    position: relative;
    width: 120px;
    height: 120px;
    padding: 10px 10px 0 0;
    float: left;
    overflow: hidden;
}

    .c-item .layui-clear.c-i-upload li img {
        width: 100%;
    }

    .c-item .layui-clear.c-i-upload li .img-quit {
        position: absolute;
        top: 0;
        right: 0;
        font-family: layui-icon !important;
        font-style: normal;
        font-size: 16px;
    }

.c-i .layui-form-label {
    width: 80px;
    padding: 9px 0;
    text-align: left;
    font-size: 14px;
    color: #333;
}

.c-i .layui-input-block {
    margin-left: 110px;
    position: absolute;
    right: 0;
}

.c-i .layui-form {
    border-bottom: 1px dashed #eee;
    position: relative;
}

.c-i-function {
    margin-top: 20px;
    width: 100%;
    display: block;
}

    .c-i-function li {
        float: left;
        text-align: center;
    }

        .c-i-function li p {
            padding: 5px 0;
        }

        .c-i-function li img {
            width: 36px;
        }

        .c-i-function li + li {
            padding-left: 40px;
        }

.c-i-menu li {
    color: #666;
    display: block;
    line-height: 36px;
    padding: 0 20px;
    margin: 12px 0;
    border-left: 3px solid #fff;
}

    .c-i-menu li.active {
        border-left: 3px solid #1E9FFF;
    }

        .c-i-menu li.active a {
            color: #1E9FFF;
        }

.layui-upload-list0 {
    position: relative;
    margin-top: 20px;
}

.layui-upload-img0 {
    width: 300px;
    background-color: #f8f8f8;
}

.layui-upload-img1 {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    overflow: hidden;
    background-color: #F8F8F8;
}

.layui-layer-content .layui-form {
    font-size: 12px;
    color: #666;
    padding: 40px 0 20px;
}

.layui-layer-content .layui-form-label {
    text-align: left;
    width: 50px;
    padding-left: 0;
}

.layui-layer-content .layui-input-block {
    margin-left: 65px;
}

div.layui-layer-btn {
    padding: 20px 40px;
}

/*邀请面试*/
.example {
    border-radius: 2px;
    background-color: #F8F8F8;
    color: #666;
    padding: 20px;
}

    .example p {
        font-size: 12px;
    }

a {
    cursor: pointer;
}


/*新闻动态*/
.news-title {
    padding: 20px 0;
    margin-top: 20px;
    border-bottom: 1px dashed #eee;
}

    .news-title h2 {
        border-left: 3px solid #1E9FFF;
        padding-left: 10px;
    }

.news-list {
    margin: 20px 0;
    display: block;
}

    .news-list span:first-child {
        width: 80%;
        display: inline-block;
    }

.news-item {
    padding: 4px 0;
    display: block;
    position: relative;
}

.news-c-title {
    padding: 20px 0;
    margin-top: 20px;
}

.news-content p {
    padding: 10px 0;
    color: #666;
}

.news-content img {
    max-width: 100%;
    padding: 20px 0;
}

/*职位管理*/
.page-title {
    padding: 20px 15px;
    margin: 20px 0;
    color: #666;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 2px;
}

    .page-title h2 {
        border-left: 3px solid #1E9FFF;
        padding-left: 10px;
    }

.btn-functions {
    position: absolute;
    top: 0;
    right: 25px;
    padding-top: 20px;
}

/*简历收藏*/
.receive-resume li, .resume-collect li {
    margin-bottom: 20px;
}

.btns {
    text-align: center;
    margin: 20px 0 20px;
    border: 1px dashed #eee;
}

    .btns li {
        float: left;
    }

        .btns li a {
            color: #999;
            cursor: pointer;
            display: block;
            padding: 10px 15px;
        }

            .btns li a:hover {
                color: #1E9FFF;
                background: #f8f8f8;
            }

    .btns .layui-icon {
        display: block;
        font-size: 36px;
        padding: 10px;
    }

/*无数据*/
.no-data {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin: 60px 0;
}

    .no-data img {
        display: block;
        margin: 15px auto;
        width: 90px;
    }


/*公共服务*/
.public .layui-tab-brief > .layui-tab-title > li {
    display: block;
}

.public .layui-tab-brief > .layui-tab-title {
    border-bottom-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
}

    .public .layui-tab-brief > .layui-tab-more li.layui-this:after, .public .layui-tab-brief > .layui-tab-title .layui-this:after {
        border-right: 2px solid #1E9FFF;
        border-bottom: 0;
    }

.public .layui-tab-title li {
    font-size: 16px;
}

.public .layui-tab-content .layui-tab-content > .layui-tab-item ul {
    padding-left: 10px;
}

    .public .layui-tab-content .layui-tab-content > .layui-tab-item ul li {
        list-style-type: circle;
        margin-left: 4px;
        line-height: 30px;
    }

.public .layui-tab-content .layui-tab-content > .layui-tab-item li a {
    color: #666;
}

.public .layui-tab-content .layui-tab-content > .layui-tab-item li span {
    float: right;
    color: #666;
}

.public .layui-tab-content .layui-tab-content > .layui-tab-item li a:hover {
    color: #1E9FFF;
}

.public .layui-input, .public .layui-select, .public .layui-textarea {
    border-radius: 0;
}

.public .article-content {
    font-size: 14px;
    color: #333;
    margin: 20px 0;
}

.public .article-time {
    padding-top: 10px;
    font-size: 12px;
}

.public .article-content img {
    max-width: 100%;
    padding-bottom: 10px;
}

.public .article-content p {
    padding-bottom: 10px;
}

/*安全管理*/
.secruitmanage .layui-tab-brief > .layui-tab-title > li {
    display: block;
}

.secruitmanage .layui-tab-brief > .layui-tab-title {
    border-bottom-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
}

    .secruitmanage .layui-tab-brief > .layui-tab-more li.layui-this:after, .secruitmanage .layui-tab-brief > .layui-tab-title .layui-this:after {
        border-right: 2px solid #1E9FFF;
        border-bottom: 0;
    }

.secruitmanage .layui-tab-title li {
    font-size: 16px;
}

.secruitmanage .portrait {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
    margin-bottom: 20px;
}

    .secruitmanage .portrait img {
        width: 64px;
        height: 64px;
        margin: 10px auto;
        background-color: #FAFAFA;
        display: block;
        border-radius: 32px;
        overflow: hidden;
    }

.secruitmanage .l-t-body span {
    display: inline-block;
    vertical-align: top;
}

    .secruitmanage .l-t-body span:first-child {
        width: 120px;
    }

    .secruitmanage .l-t-body span:nth-child(2) {
        width: 280px;
        padding-right: 40px;
    }

.secruitmanage .l-t-body a {
    display: inline-block;
    padding: 0 10px;
}

/*消息*/
.message .systemmsg {
    width: 24px;
    height: 24px;
}

.message .card-item h4 {
    line-height: 24px;
    font-weight: 800;
}

.message .card-item h3, .message .card-item p {
    margin-top: 10px;
}

.message .card-item h3 {
    color: #333;
    margin-top: 20px;
}

    .message .card-item h3.layui-badge {
        padding: 10px;
    }

.message .card-item p {
    color: #666;
}

.message .card-item .pull-right {
    display: none;
}

.message .card-item:hover .pull-right {
    display: inline-block;
}

.message .card-item .reply {
    padding-left: 10px;
    display: none;
}

.message .card-item p:hover .reply {
    display: inline-block;
}

.message textarea {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    background: transparent;
    box-sizing: border-box;
}

.message small {
    color: #999;
}

/*平板*/
@media screen and (min-width: 768px) {
    .nav.layui-container {
        margin: 20px auto;
    }

    .logo img {
        height: 45px;
    }

    .layui-fluid.nav .layui-nav .layui-nav-item a {
        padding: 0;
    }

    .side-item-item {
        width: 33.33%;
    }

    .card-item-img-right {
        display: none;
    }

    .job-detail .layui-btn + .layui-btn {
        margin-left: 0;
        margin-top: 10px;
    }

    .c-i .layui-btn + .layui-btn {
        margin-left: 0;
        margin-top: 10px;
    }

    .c-i {
        padding: 20px 20px 0;
    }

    .plate {
        margin: 0 -15px;
    }

        .plate li {
            width: 33.33%;
        }
}
/*pc*/
@media screen and (min-width: 992px) {
    .layui-fluid.nav .layui-nav .layui-nav-item a {
        padding: 0 10px;
    }

    .card-item-img-right {
        display: none;
    }

    .job-detail .layui-btn + .layui-btn {
        margin-left: 10px;
        margin-top: 20px;
    }

    .c-i .layui-btn + .layui-btn {
        margin-left: 10px;
        margin-top: 0;
    }

    .plate li {
        width: 50%;
    }
}
/*大屏*/
@media screen and (min-width: 1200px) {
    .layui-fluid.nav .layui-nav .layui-nav-item a {
        padding: 0 20px;
        font-size: 16px;
    }

    .logo img {
        height: 65px;
    }

    .side-item-item {
        width: 25%;
    }

    .card-item-img-right {
        display: block;
    }

    .c-i {
        padding: 40px 40px 0;
    }

    .pagecontent {
        min-height: 500px;
    }
}

@media screen and (min-width: 1600px) {
    .pagecontent {
        min-height: 700px;
    }

    .login .layui-col-sm6 {
        margin-top: 120px;
    }
}

div#badoopager {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
    padding-bottom: 10px;
    color: #48b9ef;
    padding-top: 10px;
    font-family: arial, helvetica, sans-serif;
    background-color: #fff;
    text-align: center
}

    div#badoopager a {
        border-right: #f0f0f0 2px solid;
        padding-right: 5px;
        border-top: #f0f0f0 2px solid;
        padding-left: 5px;
        padding-bottom: 2px;
        margin: 0px 2px;
        border-left: #f0f0f0 2px solid;
        color: #48b9ef;
        padding-top: 2px;
        border-bottom: #f0f0f0 2px solid;
        text-decoration: none
    }

        div#badoopager a:hover {
            border-right: #ff5a00 2px solid;
            border-top: #ff5a00 2px solid;
            border-left: #ff5a00 2px solid;
            color: #ff5a00;
            border-bottom: #ff5a00 2px solid
        }

        div#badoopager a:active {
            border-right: #ff5a00 2px solid;
            border-top: #ff5a00 2px solid;
            border-left: #ff5a00 2px solid;
            color: #ff5a00;
            border-bottom: #ff5a00 2px solid
        }

    div#badoopager span.current {
        border-right: #ff5a00 2px solid;
        padding-right: 5px;
        border-top: #ff5a00 2px solid;
        padding-left: 5px;
        font-weight: bold;
        padding-bottom: 2px;
        border-left: #ff5a00 2px solid;
        color: #fff;
        padding-top: 2px;
        border-bottom: #ff5a00 2px solid;
        background-color: #ff6c16
    }

    div#badoopager a.disabled {
        display: none
    }

    div#badoopager input[type=text] {
        width: 30px
    }

/* 登录引导页 */
.login-main {
    padding: 130px 0 166px 0;
    background-color: #f5f5f5;
}

.login-main .layui-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-main .login-item {
    width: 400px;
    /* height: 440px; */
    padding: 54px 0 70px;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.05);
}

.login-main .login-item:first-child {
    margin-right: 30px;
}

.login-main .login-item h3 {
    font-size: 24px;
    color: #333;
}

.login-main .login-item p {
    margin-top: 6px;
    font-size: 16px;
    color: #666;
}

.login-main .login-item img {
    margin: 32px auto;
    display: block;
}

.login-main .login-item .btn {
    width: 198px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    border: 1px solid #1e9fff;
    background-color: #1e9fff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    transition-duration: 0.3s;
}

.login-main .login-item .btn.company {
    background-color: #ff5722;
    border-color: #ff5722;
}

.login-main .login-item .btn:hover {
    background-color: #fff;
    color: #1e9fff;
}

.login-main .login-item .btn.company:hover {
    background-color: #fff;
    color: #ff5722;
}

.login-container {
    padding: 0px 0 108px 0;
    background-color: #f5f5f5;
}

/* 注册 */
.register-container {
    padding: 58px 0 60px;
    background-color: #f5f5f5;
}
.register-main {
    max-width: 1000px;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.02);
    background-color: #fff;
}
.register-main .register-left,
.register-main .register-right {
    /* width: 500px; */
    flex: 1;
    min-height: 672px;
}
.register-main .register-left {
    padding: 82px 0 0;
    text-align: center;
    border-radius: 4px;
    background-image: url(../img/register-person-left-bg.png);
    background-position: top center;
    background-color: #ddf0ff;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.register-main .register-left h3 {
    line-height: 30px;
    margin-bottom: 27px;
    font-size: 24px;
    color: #1e9fff;
    font-weight: bold;
}

.register-main .register-right {
    min-width: 320px;
    padding: 50px 0 0;
    box-sizing: border-box;
}

.register-main .register-right h3 {
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 28px;
    color: #1e9fff;
    text-align: center;
    font-weight: bold;
}

.register-main .register-right .layui-form {
    width: 300px;
    margin: 0 auto;
}

.register-main .register-right .err-msg {
    display: none;
}

.register-main .register-right .layui-form-danger + .err-msg {
    display: block;
}

.building-ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 38px;
    background: url(../img/building-ico.png) center no-repeat;
    display: inline-block;
    z-index: 2;
}

.register-main.company .register-left {
    background-image: url(../img/register-company-left-bg.png);
    background-color: #ffe6de;
}

.register-main.company .register-left h3 {
    color: #ff5722;
}