
.serbicbaner {
    /* background-image: url("../images/picbj04.jpg");
    background-size: 100% 100%; */
    width: 100%;
    height: 40vh;
}
.serbicbaner .itemimg{
    width: 100%;
    height: 40vh;
    position: absolute;
    z-index: 0;
}

.serbic-box {
    position: relative;
}

.serbic-box > div {
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    top: 25vh;
}

.serbic-box > div h2 {
    font-size: 46px;

}

.serbic-box > div span {
    font-size: 24px;
}





.company{
    padding: 60px 0;
}
.company h4{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.company ul{
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.company ul li{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.company ul li span{
    font-size: 16px;
    color: #666666;
}
.company ul li text{
    font-size: 20px;
    color: #222222;
    margin-top: 10px;
}

.compan-img{
    width: 100%;
}
.compan-img img{
    width: 100%;
}


.leaveword{
    padding: 60px 0;
    border-top: 1px solid #eeeeee;
}

.leaveword h4{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.leaveword ul{
    margin: 25px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inptli{
    width: 100% !important;
}
.textarli{
    width: 100% !important;
    align-items: flex-start !important;
    flex-direction: column;
}
.textarli textarea{
    width: 100%;
    background-color: #f5f5f5;
    font-size: 16px;
    min-height: 100px;
    margin-top: 10px;
}
.leaveword ul li{
    width: 49%;
    background-color: #f5f5f5;
    margin: 10px 0;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}
.leaveword ul li p{
    font-size: 14px;
    color: #666666;
}
.leaveword ul li p span{
    color: #d80c18;
}
.leaveword ul li input{
    width: 80%;
    background-color: #f5f5f5;
    margin-left: 10px;
}

.code{
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.codeinp{
    width: 37%;
    background-color: #f5f5f5;
    padding: 12px 15px;
    display: flex;
    align-items: center;
}
.codeinp input{
    width: 80%;
    font-size: 14px;
    background-color: #f5f5f5;
    margin-left: 10px;
}

.code-inptxt{
    background-color: #dcdcdc;
    padding: 10px 20px;
    margin-right: 10px;
    cursor: pointer;
}
.code-inptxt img{
    width: 75px;
}


.code span{
    color: #d80c18;
}
.code text{
    font-size: 14px;
    color: #666666;
}




.leave-wordbtn{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.leave-wordbtn button{
    width: 140px;
}
.layui-border-red{
    color: #d80c18 !important;
    border:1px solid #d80c18 !important;
}
.layui-btn-danger{
    background-color: #d80c18;
}




@media screen and (max-width:768px) {
    .serbicbaner {
        /* background-image: url("../images/picbj04.jpg");
        background-size: 100% 100%; */
        width: 100%;
        height: 15vh;
    }
    .serbicbaner .itemimg{
        width: 100%;
        height: 15vh !important;
    }

    .serbic-box > div {
        color: #ffffff;
        font-weight: 600;
        position: absolute;
        top: 7vh;
        margin-left: .2rem;
    }
    
    .serbic-box > div h2 {
        font-size: .28rem;
    
    }
    
    .serbic-box > div span {
        font-size: .18rem;
    }
    





    .company{
        padding: .6rem 0;
    }
    .company h4{
        font-size: .3rem;
        font-weight: 600;
        text-align: center;
    }
    
    .company ul{
        padding: .4rem .1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .company ul li{
        width: 33%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .company ul li span{
        font-size: .16rem;
        color: #666666;
    }
    .company ul li text{
        font-size: .2rem;
        color: #222222;
        margin-top: .1rem;
    }
    
    .compan-img{
        width: 100%;
    }
    .compan-img img{
        width: 100%;
    }
    
    
    .leaveword{
        padding: .6rem 0;
        border-top: 1px solid #eeeeee;
    }
    
    .leaveword h4{
        font-size: .3rem;
        font-weight: 600;
        text-align: center;
    }
    
    .leaveword ul{
        margin: .25rem .1rem 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .inptli{
        width: 100% !important;
    }
    .textarli{
        width: 100% !important;
        align-items: flex-start !important;
        flex-direction: column;
    }
    .textarli textarea{
        width: 100%;
        background-color: #f5f5f5;
        font-size: .16rem;
        min-height: 1rem;
        margin-top: .1rem;
    }
    .leaveword ul li{
        width: 100%;
        background-color: #f5f5f5;
        margin: .1rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .1rem .15rem;
    }
    .leaveword ul li p{
        font-size: .14rem;
        color: #666666;
    }
    .leaveword ul li p span{
        color: #d80c18;
    }
    .leaveword ul li input{
        min-width:85%;
        background-color: #f5f5f5;
        margin-left: .1rem;
    }
    
    .code{
        display: flex;
        align-items: center;
        margin: .1rem;
    }
    
    .codeinp{
        width: 63%;
        background-color: #f5f5f5;
        padding: .12rem .15rem;
        display: flex;
        align-items: center;
    }
    .codeinp input{
        width: 70%;
        font-size: .14rem;
        background-color: #f5f5f5;
        margin-left: .1rem;
    }
    
    .code-inptxt{
        background-color: #dcdcdc;
        padding: .1rem .2rem;
        margin-right: .1rem;
        cursor: pointer;
    }
    .code-inptxt img{
        width: .75rem;
    }
    

    .code text{
        font-size: .14rem;
        color: #666666;
    }
    
    
    
    
    .leave-wordbtn{
        display: flex;
        justify-content: center;
        margin-top: .3rem;
    }
    .leave-wordbtn button{
        width: 1.4rem;
    }
    



}

