.yn-banner {
    height: 582px;
}

.yn-banner-content {
    height: 582px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000;
    padding-bottom: 3.125rem;
}

.yn-banner-desc-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 12;
    padding-left: .9375rem;
    padding-right: .9375rem;
    max-width: 1280px;
    margin-top: 97px;
}

.yn-banner-video-box {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    overflow: hidden;
}

.yn-banner-video-box video{
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.ul-menu{
    margin: 0px;
    padding: 0px;
    width: 957px;
}

.yn-banner .btn-box{
    width: 100%;
    display: flex;
    justify-content: center;
}

.search-wrapper {
    display: flex; 
     align-items: center;
     border: #ccc; 
     border-radius: 4px; 
     width: 300px;
    padding: -1px 8px;
    /* position: relative; */
    /* top: 210px; */
    /* right: 175px; */
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 9px;
    font-size: 14px;
    border-radius: 4px 0 0 4px
}

.search-btn {
    background-color:white;
    cursor: pointer;
    border: 1px solid #d3caca;
    border-radius: 0 4px 4px 0;
    padding: 8px;
    height: 44px;
    width: 44px;
}

.search-btn svg {
    width: 25px;
    color: #6e6e6e; /* 蓝色，可根据需求调整 */
}
.tugo{
    /* transform: translateY(204px); */
    color: white;
    margin-top: 60px;
    font-size: 23px;
}
.second-menu .logo{
    display: none;
}
@media (max-width: 768px) {
    .mobile-menu{
        padding-top: 14px;
    }
    .slider-content h2 {
        font-size: 25px;
        letter-spacing: 0;
        margin-bottom: 30px;
    }
    .s-slider-content p {
        font-size: 17px;
        color: #fff;
        line-height: 26px;
        margin: auto;
    }
    .slider-content {
        margin-bottom: 35px;
        margin-top: 14px;
    }
    .second-menu .logo{
        display: block;
    }
}
@media (min-width: 1200px) {

    .menu-area{
        white-space: nowrap;
    }
    /*.slider-content h2 {*/
    /*    font-size: 32px;*/
    /*}*/
    /*.s-slider-content p {*/
    /*    font-size: 17px;*/
    /*}*/
}
@media (min-width: 1400px) {
    /*.slider-content h2 {*/

    /*    font-size: 42px;*/
    /*    letter-spacing: 1.0px;*/
    /*    line-height: 1.2;*/
    /*    margin-bottom: 40px;*/
    /*    color: #fff;*/
    /*}*/

}
@media(min-width:1900px){

}
@media (min-width: 768px) {
    .yn-banner {
        margin-top: 28px;
        height: 90vh;
    }

    .yn-banner-content {
        height: 90vh;
        min-height: 50rem;
        justify-content: flex-end;
        padding-bottom: 0;
    }

    .yn-banner-desc-box {
    }

    .yn-banner .container-banner{
        height: 90vh;
    }

    .yn-banner .container-banner{
        height: 70vh;
        display: flex;
    }

    

}

