.recruitment{
    width: 100%;
    background: #070707;
    overflow: hidden;
}
.recruitment .wrap{
    width: 1382px;
    margin: 136px auto 52px;
}
.recruitment .wrap .title{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin: 0 0 85px 0;
}
.recruitment .wrap .content .info{
    width: 100%;
    height: 76px;
    background: #181818;
    display: flex;
    align-items: center;
    padding: 0 0 0 112px;
}
.recruitment .wrap .content .info p{
    font-size: 16px;
    font-family: X-ZhongHei;
    font-weight: normal;
    color: #FFFFFF;
    opacity: 0.2;
    min-width: 140px;
}
.recruitment .wrap .content .info p:not(:last-child) {
    margin: 0 110px 0 0;
}
.recruitment .wrap .content .info p:not(:first-child) {
    text-align: center;
}
.recruitment .wrap .content .matter{
    margin: 30px 0 0 0;
}
.recruitment .wrap .content .matter .item{
    margin: 0 0 30px 0;
    border: 1px solid rgba(230, 230, 230, 0.1);
    transition: 0.8s;
}
.recruitment .wrap .content .matter .item .show{
    display: flex;
    height: 73px;
    align-items: center;
    padding: 0 0 0 112px;
    cursor: pointer;
    transition: 0.8s;
    position: relative;
}
.recruitment .wrap .content .matter .item .show p{
    font-size: 14px;
    font-family: X-ZhongHei;
    font-weight: normal;
    color: #626467;
    opacity: 0.5;
    transition: 0.8s;
    min-width: 140px;
}
.recruitment .wrap .content .matter .item .show p:not(:last-child) {
    margin: 0 110px 0 0;
    transition: 0.3s;
}
.recruitment .wrap .content .matter .item .show p:not(:first-child) {
    text-align: center;
}

.recruitment .wrap .content .matter .item .hide{
    background: #181818;
    overflow: hidden;
    display: none;
}
.recruitment .wrap .content .matter .item .hide .joke{
    padding: 58px 118px 39px 118px;
}
.recruitment .wrap .content .matter .item .hide .joke .text{
    display: flex;
}
.recruitment .wrap .content .matter .item .hide .joke .text .list{
    margin: 0 96px 0 0;
}
.recruitment .wrap .content .matter .item .hide .joke .text .list:nth-child(2n) {
    margin: 0;
}
.recruitment .wrap .content .matter .item .hide .joke .text p:not(:first-child){
    width: 596px;
    font-size: 14px;
    font-family: X-ZhongHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 26px;
    opacity: 0.15;
}
.recruitment .wrap .content .matter .item .hide .joke .text p:first-child{
    font-size: 18px;
    font-family: ZauriSans;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0 0 37px 0;
}
.recruitment .wrap .content .matter .item .hide .joke .pick{
    margin: 102px 0 0 0;
    display: flex;
    align-items: center;
}
.recruitment .wrap .content .matter .item .hide .joke .pick p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.1;
}
.recruitment .wrap .content .matter .item .hide .joke .pick .email{
    margin: 0 0 0 36px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #9DA0A5;
}
.recruitment .wrap .content .matter .item.on{
    border: 1px solid transparent;
}
.recruitment .wrap .content .matter .item.on .show{
    background: #181818;
    box-shadow: 3px 10px 40px 0px rgba(201,188,188,0.06);
}
.recruitment .wrap .content .matter .item.on .show p:first-child{
    color: #fff;
    opacity: 1;
}
.recruitment .wrap .content .matter .item.on .show p:nth-child(4){
    color: rgba(2, 116, 213, 1);
    opacity: 1;
}
.recruitment .wrap .content .matter .item:first-child .hide{
    display: block;
}
@media screen and (max-width: 1600px) {
    .recruitment .wrap{
        max-width: 90%;
    }
}
@media screen and (max-width: 1480px) {
    .recruitment .wrap .content .info p:not(:last-child) ,.recruitment .wrap .content .matter .item .show p:not(:last-child){
        margin: 0 86px 0 0;
    }
}
@media screen and (max-width: 1366px) {
    .recruitment .wrap .content .info p:not(:last-child), .recruitment .wrap .content .matter .item .show p:not(:last-child) {
        margin: 0 72px 0 0;
    }
    .recruitment .wrap .content .matter .item.on .show,.recruitment .wrap .content .info{
        padding: 0 0 0 76px;
    }
    .recruitment .wrap .content .matter .item .hide .joke {
        padding: 5% 76px;
    }
    .recruitment .wrap .content .matter .item .hide .joke .text p:not(:first-child) {
        width: 514px;
        font-size: 13px;
        line-height: 28px;
    }
}
/* mobile */
@media screen and (max-width: 1270px) {
    .recruitment .wrap .title{
        font-size: 22px;
        margin: 0 0 37px 0;
    }
    .recruitment .wrap {
        max-width: 95%;
        margin: 46px auto 10px;
    }
    .recruitment .wrap .content .info,.recruitment .wrap .content .matter .item .show{
        height: 61px;
        padding: 0 5% !important;
        white-space: nowrap;
        justify-content: space-between;
    }
    .recruitment .wrap .content .info p,.recruitment .wrap .content .matter .item .show p{
        font-size: 12px;
        min-width: fit-content;
    }
    .recruitment .wrap .content .info p:not(:last-child), .recruitment .wrap .content .matter .item .show p:not(:last-child){
        margin: 0!important;
    }
    .recruitment .wrap .content .matter .item .hide .joke{
        padding: 10% 5%;
    }
    .recruitment .wrap .content .matter .item .hide .joke .text p:first-child{
        margin: 0 0 16px 0;
    }
    .recruitment .wrap .content .matter .item .hide .joke .text{
        flex-direction: column;
    }
    .recruitment .wrap .content .matter .item .hide .joke .text p:not(:first-child){
        font-size: 12px;
        width: 100%;
    }
    .recruitment .wrap .content .matter .item .hide .joke .text .list{
        margin: 0 0 20px 0;
    }
    .recruitment .wrap .content .matter .item .hide .joke .pick{
        margin: 43px 0 0 0;
        flex-direction: column;
        align-items: unset;
    }
    .recruitment .wrap .content .matter .item .hide .joke .pick .email{
        margin: 0;
        font-size: 12px;
    }
    .recruitment .wrap .content .matter .item .hide .joke .pick p{
        font-size: 12px;
        margin: 0 0 10px 0;
    }
    .recruitment .wrap .content .matter {
        margin: 18px 0 0 0;
    }
    .recruitment .wrap .content .matter .item{
        margin: 0 0 19px 0;
    }
}
@media screen and (max-width: 540px) {

}
