

#model_list header{
    opacity: .9;
    -webkit-opacity: 9;
    -moz-opacity: 9;
    -khtml-opacity: 9;
    width: 100%;
    height: 328px;
    min-width: 1080px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background: url(../img/shopbg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
 

#model_list header .router-link-active{
    font-size: 50px;
    font-weight: bold;
    color: aliceblue;
}
#model_list header .router-link-active .logo{
    height: 80px;
}

#model_list header .widgets{
    margin-top: 38px;
}
#model_list header .widgets .search{
    border: 2px solid rgb(232 232 232 / 0%);
    padding: 0 16px;
    height: 60px;
    border-radius: 20px;
    background: #f3f3f3;
    box-shadow: none;
    display: flex;
    gap: 10px;
    font-weight: 400;
    align-items: center;
    width: 680px;
}
#model_list header .widgets .search .input{
    width: 100%;
    background: 0 0;
    font-size: 14px;
    padding: 10px 0;
}
#model_list header .widgets .search .sousuo{
        height: 28px;
}