.head-no{
    height:0 !important;
}

.recruit-head-bmlimg {
    display: flex;
}
.recruit-head-btm {
    padding: 10px 30px !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
}

.recruit-head-bmle {
    width: 55% !important;
}

.recruit-head {
    background-color: transparent;
    padding:0!important;
}

.recruit-head-bmlimg h3 {
    color: #ffffff;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}

    .recruit-head-bmlimg h3 p {
        font-size: 22px;
        margin: 0 !important;
        white-space: nowrap;
        letter-spacing: 4px;
    }

.recruit-head-bmlimg h3 span {
    font-size: 10px;
    margin-top: 3px;
    white-space:nowrap;
}



.recruit-head-bmlul {
    margin-left: 6% !important;
    gap: 30px;
}

    .recruit-head-bmlul li {
        margin-right: 0px !important;
    }

        .recruit-head-bmlul li a {
            color: #ffffff !important;
            font-weight: 500;
        }


.recruit-head-bmri {
    width: 40% !important;
}

.head-bmri-inpt {
    width: 45% !important;
    background-color: rgba(255, 255, 255, .2);
    border-width: 0 !important;
}

.head-inpt-down {
    width: 70px;
    border-right: 1px solid rgba(255, 255, 255, .4);
    margin-right: 10px;
}

.head-inpt-down .layui-input {
    height: 25px;
    border-width: 0;
}

.layui-form-select dl dd.layui-this {
    background-color: #ffd000;
}

.layui-form-select .layui-input {
    padding-right: 5px;
}

.recruit-head-bmri input {
    background-color: rgba(255, 255, 255, 0);
    color: #ffffff;
    padding-left: 0 !important;
}
.head-bmri-inpt > img{
    width: 20px;
    height: auto;
}


.recruit-head-bmri input::placeholder {
    color: #ffffff;
}


.head-bmri-up a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
}

.head-bmri-up a img {
    width: 20px;
    height: 20px;
}

.head-bmri-btn button {
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #ffd000;
    background-color: transparent;
    cursor: pointer;
    color: #ffd000;
    white-space: nowrap;
}

.zucbtn {
    background-color: #ffd000 !important;
    color: #333333 !important;
    margin-left:10px;
}

.showimg {
    display: block;
}

.hideimg {
    display: none;
}







.indx-swiper{
    position: relative;
}
.indx-swiper .swiper-slide img{
    width: 100%;
    height: auto;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    position: absolute;
    z-index: 9;
    text-align: center;
}
.swiper-pagination-bullet-active{
    background: #ffd000;
}



.recruit-head-bmri{
    padding:0 !important;
}
.wrap {
    width: 1400px;
    max-width: 1400px;
}

@media (max-width:1440px) {
    .wrap {
        width: 1200px;
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1440px){
    .recruit-head-btm {
        padding: 8px 20px !important;
    }


    .recruit-head-bmlimg h3 p {
        font-size: 20px;
    }
    .recruit-head-bmlimg h3 span {
        font-size: 9px !important;
    }
        .recruit-head-bmlul {
        margin-left: 4% !important;
        gap: 20px;
    }
    .recruit-head-bmlul li {
        margin-right: 0px !important;
    }

    .head-inpt-down {
        width: 60px;
        margin-right: 6px;
    }
    .head-inpt-down .layui-input {
        height: 20px;
    }


    .head-bmri-inpt > img{
        width: 15px;
        height: auto;
    }
    .head-bmri-btn button {
        padding: 6px 12px;
    }
    .head-bmri-up a img {
        width: 18px;
        height: 18px;
    }

}




