*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;

}

.go{
    display: flex;
    justify-content: space-between;
}



.main{
    max-width:90%;
    margin: 10px auto;
    /* border-radius: 20px; */
    overflow: hidden;
}
.main img{
    width: 100%;
    border-radius: 20px;
    margin: 20px 0;
}
.swiper-container{
    position: relative;
    /* width: 100%; */
    overflow: hidden!important;
    width: 90%;
    margin: 40px auto;
    border-radius: 20px!important;

}

.swiper-slide img  {
    width: 100%;
    display: block;
    object-fit: cover;
    /* border-radius: 20px!important; */

}

        /* 分页器样式 */
        .swiper-pagination-bullet{
            width: 40px!important;
            height: 5px!important;
            border-radius: 0!important;
            margin: 0!important;
            background: #ccc!important;
            
        }
        .swiper-pagination-bullet-active {
            /* gap: 0; */
            width: 40px!important;
            background: #007aff!important;
            border-radius: 0!important;
        }
      
.Copyright{
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    background: #000;
}
.Copyright a{
    color: #fff;
    text-decoration: underline;
}
.footer{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    background: #000;
}
.footer a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    color: #ccc;
    font-size: 14px;
    height: 30px;
}


@media(min-width:900px){
    body,html{
        width: 28vw;
        margin: 0 auto;
        background: #000;
        overflow: auto;
    }
    .nav{
        width: 28vw;
    }
    #meun{
        width: 28vw;
    }
    #scrollToTopBtn{
        bottom: 10px;
    }
}