.header-img {
    width: 100%;

    background-color: #333;
}

.header-img .bg-wrap {
    width: 100%;
}

.header-img .bg-box {
    position: relative;

    padding-bottom: 30%;
    width: 100%;
    height: 0;
}

.header-img .bg-box .bg-inner {
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: absolute;

    width: 100%;
    height: 100%;

    background-color: #9F9F9F;
}

/*分类导航*/
.nav-bar {
    width: 100%;
}

.nav-bar .current {
    background-color: #c7000c !important;
    color: #fff !important;
}

.nav-bar .lst-wrap {
    box-sizing: border-box;
    padding: 1% 0;
    width: 100%;
}

.nav-bar .lst-wrap .lst-box-1 {
    margin: 1% 0;
    width: 100%;
}

.nav-bar .lst-wrap .lst-box-1 .title {
    width: 100%;

    font-size: 40px;
    line-height: 2;
    text-align: center;
}

.nav-bar .lst-wrap .lst-box-1 .e-mail {
    width: 100%;

    font-size: 25px;
    line-height: 2;
    text-align: center;

    color: #3a3a3a;
}

.nav-bar .lst-wrap .lst-box-2 {
    display: flex;

    align-items: center;
    justify-content: center;

    padding:1% 0;
    width: 100%;
}

.nav-bar .lst-wrap .lst-box-2 a {
    margin: 0 1%;
    padding: 10px 2%;
    font-size: 20px;
    border-radius: 5px;
    text-align: center;

    color: #909090;
    background-color: #edeef2;
}

/*职位列表*/
.case-container {
    width: 100%;
}

.case-container .lst-wrap {
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
}

.case-container .lst-wrap .lst-box {
    border-bottom: 1px solid #efefef;
    width: 100%;
}

.case-container .lst-wrap .lst-inner-1 {
    display: flex;

    align-items: center;
    justify-content: space-between;

    width: 100%;

    font-size: 20px;
}

.case-container .lst-wrap .lst-inner-1 {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin: 1.5% 0;
    width: 100%;

    font-size: 22px;
}

.case-container .lst-wrap .lst-inner-1 .name {
    font-weight: 600;
}

.case-container .lst-wrap .lst-inner-1 .paid {
    flex-grow: 1;

    margin-left: 1%;

    font-weight: 600;

    color: #c7000c;
}

.case-container .lst-wrap .lst-inner-1 .icon-wrap {
    width: 2.4%;
}

.case-container .lst-wrap .lst-inner-1 .icon-box {
    position: relative;

    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.case-container .lst-wrap .lst-inner-1 .icon-box .icon-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transform: rotateZ(180deg);
    transition: all .3s;
}

.case-container .lst-wrap .lst-inner-1 .icon-box img {
    width: 100%;
    height: 100%;
}

.case-container .lst-wrap  .lst-inner-2 {
    overflow: hidden;

    width: 100%;

    font-size: 18px;
    line-height: 2;

    transition: all 1s;
}

.case-container .lst-wrap  .lst-inner-2 > div {
    word-break: break-all;
}

.case-container .lst-wrap .stage {
    overflow: hidden;

    width: 100%;
    max-height: 0;

    transition: all 1s;
}

.case-container .lst-wrap  .lst-inner-2:nth-child(1) {
    border-top: 1px solid #efefef;
    padding-top: 2%;
}

.case-container .lst-wrap  .lst-inner-2:nth-child(2) {
    padding: 2% 0;
}

.case-container .lst-wrap .lst-inner-2 .title {
    width: 100%;

    color: #8d8d8d;
}

.case-container .lst-wrap .lst-inner-2 > ul {
    width: 100%;

    counter-reset: mycounter ;
}

.case-container .lst-wrap .lst-inner-2 .txt {
    width: 100%;
}

.case-container .lst-wrap .lst-inner-2  li::before {
    counter-increment: mycounter;
    content: counter(mycounter)". ";
}

.case-container .welfare {
    margin-top: 2%;
    box-sizing: border-box;
    padding: 0 3%;
    width: 100%;
}

.case-container .welfare .title {
    margin-bottom: 2%;
    box-sizing: border-box;
    padding: 0 2%;
    width: 100%;

    font-size: 30px;
    line-height: 2;
}

.case-container .welfare .lst-item-wrap {
    display: flex;

    flex-wrap: wrap;
    align-items: flex-start;

    width: 100%;
}

.case-container .welfare .lst-item-box {
    margin-bottom: 1.5%;
    box-sizing: border-box;
    padding: 0 2%;
    width: 33.33%;
}

.case-container .welfare .lst-item-box .lst-item-inner {
    overflow: hidden;
    display: block;

    position: relative;

    padding-bottom: 60%;
    width: 100%;
    height: 0;
}

.case-container .welfare .lst-item-box .lst-item-inner img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transition: all .3s ease-in-out;
}

.case-container .welfare .lst-item-box .lst-item-inner:hover img {
    transform: scale(1.2);
}

.case-container .welfare .lst-item-box .tag {
    text-align: center;
}

.case-container .welfare .lst-item-box .tag a {
    font-size: 20px;
    line-height: 3;

    color: #000;
}

@media screen and (max-width: 1023px) {
    .header-img .bg-box {
        padding-bottom: 70%;
    }

    .nav-bar .lst-wrap .lst-box-1 .title {
        font-size: 2.5rem;
    }

    .nav-bar .lst-wrap .lst-box-1 .e-mail {
        box-sizing: border-box;
        padding: 0 5%;
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .nav-bar .lst-wrap .lst-box-2 a {
        margin: 3% 1%;
        padding: 10px 10.4%;
        font-size: 1.5rem;
    }

    .case-container .lst-wrap .lst-inner-1 {
        margin: 4% 0;
        font-size: 1.8rem;
    }

    .case-container .lst-wrap .lst-inner-1 .icon-wrap {
        width: 9%;
    }

    .case-container .lst-wrap .lst-inner-2 {
        font-size: 1.6rem;
    }

    .case-container .lst-wrap .lst-inner-2:first-of-type {
        padding-top: 5%;
    }

    .case-container .lst-wrap .lst-inner-2:last-of-type {
        padding-bottom: 5%;
    }

    .case-container .welfare .title {
        font-size: 2.5rem;
    }

    .case-container .welfare .lst-item-box {
        margin-bottom: initial !important;
        padding: initial;
        width: 100%;
    }

    .case-container .welfare .lst-item-box .tag a {
        font-size: 1.6rem;
    }

    .case-container {
        margin-bottom: 6%;
    }

    .case-container .welfare {
        margin-top: 5%;
    }

    .case-container .lst-wrap {
        padding: 0 3%;
    }
}
