#pro_type{
    position: fixed;
    width: 20%;
    height: 90%;
    top: 10%;
    background-color: rgba(19, 18, 18, 0.9);
}

#pro_type>ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

#pro_type>span{
    display: block;
    width: 100%;
    height: 10%;
    border-bottom: 1px solid rgb(223, 208, 208);
    color: white;
    font-size: 3vh;
    padding-top: 3vh;
    box-sizing: border-box;
    background-color: black;
}

#pro_type>ul>li{
    display: block;
    width: 100%;
    height: 10%;
    border-bottom: 1px solid rgb(223, 208, 208);
    margin: 0;
}

#pro_type>ul>li>a>span:hover{
    background-color: black;
    color: white;
}

#pro_type>ul>li>a>span{
    display:flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: silver;
}

.seltype{
    color: gold !important;
    background-color: black !important;
}

#pro_list{
    position: absolute;
    width: 100%;
    height: auto;
    top: 10%;
    background-image: linear-gradient( 90deg,black 20%, white 20% );
}

.proDiv{
    position: absolute;
    width: 18%;
    height: 40vh;
    transition: all .8s;
    border: 1px dashed rgb(248, 231, 231);
    box-sizing: border-box;
}

.proDiv:hover{
    transform: scale(1.05);
    box-shadow: 0 0 6px 4px rgb(102, 97, 97);
}

.proDiv>img{
    display: block;
    position: absolute;
    width: 90%;
    height: 70%;
    left: 5%;
    top: 5%;
}

.pro_sp1{
    display: block;
    position: absolute;
    width: 100%;
    height: 10%;
    top: 75%;
    text-align: center;
}

.pro_sp2{
    display: block;
    position: absolute;
    width: 100%;
    height: 10%;
    top: 85%;
    text-align: center;
    color: orange;
}

#footer{
    position: absolute;
    width: 80%;
    height: 5vh;
    left:20%;
    border-top: 1px dashed black;
}

#footer>span{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0%;
    text-align: center;
}