*{ margin: 0; padding: 0; }
li{list-style: none;}
a{color:inherit; text-decoration: none;}
html{scroll-behavior: smooth;}
body{background-color: #000;}


/* 大于等于 1200px 的分辨率 */
@media screen and (min-width: 1200px) {

    .nav{ width: 100%; display: flex;height: 72px; border-bottom: 1px solid #505050; position: fixed; top: 0; z-index: 3;}
    .nav-bg{background-color: #000;}
    .nav-list{flex:0.855; padding-left: 72px; font-size: 16px;}
    .nav-list li{ float: left; color: #fff; margin-left: 160px;}
    .nav-list li a{font-family: 'Inter';}
    .lang-switch{flex: 0.145; text-align: center; font-size: 16px; color: rgba(255, 255, 255, 0.5);}
    .lang-switch .cur{color: #fff;}
}
/* 小于 1200px 的分辨率 */
@media screen and (max-width: 1199px) {
    
    .nav{ height: 45px; width: 100%; position:fixed; border-bottom: 1px solid #505050; text-align:center; top: 0;z-index: 10;}
    .nav .nav-bg{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #000; z-index: 2;border-bottom: 1px solid #505050;}
    .nav .logo-mobile{ width: 70px; vertical-align:middle; position: relative; z-index: 3;}
    .nav-switch-mobile{ width: 24px; height: 24px; position: absolute; top: 14px; left: 20px; z-index: 3;}
    .nav-switch-mobile .nav-line{ background-color: #fff; transition:0.5s; -webkit-transition:0.5s;}
    .nav .fork .nav-line:nth-child(1){transform: rotate(45deg) scale(1.07) translate(0, 2.43vw);}
    .nav .fork .nav-line:nth-child(2){ opacity: 0;}
    .nav .fork .nav-line:nth-child(3){transform: rotate(-45deg) scale(1.07) translate(0, -2.43vw);}
    .nav .nav-list{width: 100%;  position:absolute; transition:0.5s; -webkit-transition:0.5s; z-index: 1;}
    .nav .nav-list li{ width: 100%; height: 50px; color: #fff; font-family: 'Inter';font-size: 16px; line-height: 50px; text-align: left; padding-left: 20px; background-color: #000;}
    .glass-mask{ width: 100%; width: 100vw; height: 100vh; position: fixed; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.3);backdrop-filter: blur(10px); display:none;}
    .no-slide{overflow: hidden;}
 
}


