.main_box {
    width: 100%;
    background-color: #faf5f5;
}

/* 轮播图样式 */
.banner {
    width: 100%;
    height: auto;
}

.banner img {
    width: 100%;
    height: auto;
}

/* 公司福利title */
.main_box_title {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.about_title {
    font-size: 40px;
    margin-top: 60px;
    position: relative;
    font-weight: 600;
}

.about_title text:nth-child(2) {
    width: 40px;
    height: 3px;
    position: absolute;
    top: 70px;
    right: 48%;
    transform: translatex(-50%);
    background-color: #d71a21;
}

.main_box_tit_fl {
    width: 80%;
    height: 330px;
    position: relative;
    top: 60px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
}

.main_box_tit_fle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* background-color: aqua; */
}

.main_box_tit_fle>img {
    width: 70px;
    height: 70px;
}

.main_box_tit_fle>text {
    font-size: 22px;
    color: #333333;
    margin-top: 10px;
}

/* 招聘 */
.main_box_shop {
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    padding-bottom: 50px;
}

.main_box_shoptit {
    margin: 50px 0;
    font-size: 22px;
    cursor: pointer;

}

.main_box_shoptit>a {
    margin-right: 20px;
    color: #999999;
}

.selects {
    width: fit-content;
    padding: 20px 0;
    color: #333333 !important;
    border-bottom: 2px solid #d71a21;
    cursor: pointer;
}

.main_box_shop_list {
    width: 100%;
    height: 150px;
    background-color: #ffffff;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 35px;
    /* border-bottom: 1px solid #d8d5d5; */
}

.main_box_shop_listle>text {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
}

.main_box_shop_listle>div {
    font-size: 16px;
    color: #333333;
    margin-top: 30px;
}

.main_box_shop_listle>div>span {
    margin-right: 40px;
}

.main_box_shop_listle>div>span>img {
    width: 15px;
}

.main_box_shop_listri {
    display: flex;
    justify-content: flex-end;
}

.main_box_shop_listri>div:nth-child(2) {
    padding: 10px 40px;
    border: 1px solid #d71a21;
    border-radius: 5px;
    margin-left: 20px;
    font-size: 16px;
    cursor: pointer;
}

.main_box_shop_listri>div:nth-child(1) {
    padding: 10px 30px;
    border: 1px solid #d71a21;
    border-radius: 5px;
    background-color: #d71a21;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

.main_box_shop_listri>div:nth-child(1)>a {
    color: #ffffff;
}

.main_box_shop_listri>div:nth-child(1) .imgb {
    display: none;
}

.main_box_shop_show {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 50px;
    display: none;
}

.main_box_shop_show>ul {
    width: 95%;
    color: #333333;
    padding: 1px;
    margin-left: 40px;

}

.main_box_shop_show>ul:nth-child(1) {
    border-top: 1px solid #d8d5d5;
}

.main_box_shop_show>ul>li:nth-child(1) {
    font-size: 18px;
    font-weight: 550;
    margin: 35px 0 10px 0;
}

.main_box_shop_show>ul>li {
    font-size: 16px;
    margin-top: 5px;
}



/* 蒙层 */
.mantle {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.mantle_box {
    width: 400px;
    height: auto;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    padding-bottom: 50px;
}

.mantle_boxtop {
    width: 100%;
    height: 50px;
    background-color: rgb(245, 47, 40);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    color: #ffffff;
}

.mantle_boxtop text:nth-child(2) {
    font-size: 24px;
    cursor: pointer;
}

.mantle_box>ul>li:nth-child(2) {
    margin-left: 82px;
}

.mantle_box>ul>li:nth-child(2)>input {
    border: none !important;
}
.layui-btn{
    display: none !important;
}
.mantle_box>ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.mantle_box>ul>li {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.mantle_box>ul>li>p {
    background-color: #d71a21;
    color: #ffffff;
    padding: 5px 20px;
    font-size: 18px;
    margin-left: 20px;
    cursor: pointer;
    border-radius: 5px;
}

.mantle_box>ul>li>input {
    border: 1px solid #999999;
    padding: 3px;
}

.mantle_box>button {
    background-color: #fd5358;
    border: none;
    color: #ffffff;
    padding: 15px 50px;
    position: relative;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    cursor: pointer;
}

.mantle_box>button:active {
    background-color: #fd1820;
    cursor: pointer;
}