body {
        border:none;
        background-color: #5c4d4c;
        margin:0;<!--取消body和屏幕之间的间隙-->
        }



.all{
        border:1.6vw groove #351e1c;
        width:95.5vw;
        height:auto;
        margin:0;
        padding:0;
}



.header{
        border:none;
        height:30vh;
        display:flex;
        justify-content:center;
        align-items:center;
        flex-direction:column;
        }



.inspiration{
        border:none;
        font-family: YouYuan;
        color:white;
        font-size:3vw;
        color:white;
        font-weight:bold;
        margin: 0; /* 清除任何外边距 */
        padding: 0; /* 清除任何内边距 */
}



.inspiration-detail{
        border:none;
        font-family: YouYuan;
        color:white;
        font-size:1.3vw;
        color:#d8d4f2;
        font-weight:bold;
}



.nav{
        border:1vw groove #9fd7ce;
        height:auto;
        background-color:#b6eddb;
        position: sticky;/*让导航栏固定在屏幕顶部，不随内容移动*/
        top: 0;
}



.nav ul{
        border:none;
        list-style-type: none;
        margin: 0;
        padding: 0;
        width:100%;
        height:100%;
        display:flex;
        align-items:center;
}



.nav ul li{
        border:none;
        border-right:1px solid white;
        float:left;
        width:10%;
        height:100%;
        margin:0;
        padding:0;

        padding-top:9px;
        padding-bottom:9px;
}



.nav ul li:hover{
        background-color:#9fd7ce;

}



.nav-a{
        border:none;
        height:100%;
        display:flex;
        justify-content:center;
        align-items:center;
        font-family: YouYuan;
        color:white;
        color:#5c4d4c;
        font-weight:bold;
        text-decoration:none;
}



.container{
        border:none;

        display:flex;
        justify-content:center;
        align-items:center;


        height:100vh;
        }

.contact{
        border:none;
        width:70%;

        display:flex;
        justify-content:center;
        align-items:center;

        flex-direction:column;

        padding-bottom:80px;

}


.conta{
        border-radius:8px;

        width:95%;
        height:15vh;
        margin-top:80px;
        background-color:#d8d4f2;
        display:flex;
        justify-content:center;
        align-items:center;

        transition: transform 0.3s ease;


}

.conta:hover{
        background-color:	#cc9cdf;


            transform: scale(1.2); /* zoom in by 20% */

}

.footer{
        border:none;
        display:flex;
        justify-content:center;
        align-items:center;
        height:10vw;
        }



.a-beian-num{
        text-decoration:none;
        color:white;
        }

