        *{
            margin: 0;
            padding: 0;
        }
        li{
            list-style: none;
        }
        body{
            background: #000;
        }
        a{
            color: #AEAEAE;
            text-decoration: none;
        }




.swiper-container{
    position: relative;
    overflow: hidden!important;
    width: 100%;
    margin-top: 60px;
    /* 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;
        }

        h1,h2{
            background-color: #fff;
            color: #000;
            font-weight: 300;
            padding: 10px 5px;
            
        }
        h1{
            font-size: 22px;
        }
        h2{
            font-size: 16px;
            border-top: 4px solid #f4f4f4;            
        }
        .main img{
            display:block;
            margin-bottom: -1px;
            max-width: 100%;
            border: 0;
            padding: 0;
        }
        .go{
            width: 100%;
            height: 100px;
            background-color: #f4f4f4;
            border-top: 0.5px solid #ccc;
            position: fixed;
            bottom: 0;
            display: flex;
            flex-wrap: wrap;
            /* gap: 20px; */
            justify-content: center;
        }

        .go a{
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            width: 50%;
            height: 50px;
            /* background: #317ef3; */
            /* border-radius: 30px; */
            color: #fff;
            border: 0.5px solid #ccc;      
            box-sizing: border-box;
            border-radius: 8px;
        }
        .go a img{
            width: 32px;
            height: 32px;
            border-radius: 50%;
            /* border: 1px solid #fff; */
        }
        .Copyright{
            width: 100%;
            color: #aeaeae;
            font-size: 14px;
            text-align: center;
            margin-bottom: 130px;
        }
        .Copyright a{
            text-decoration: underline;
        }
        


        @media(min-width:980px){
            body{
                width: 28vw;
                margin: 0 auto;
            }
            .nav{
                width: 28vw;
            }
            #meun{
                width: 28vw;
            }
            .go{
                width: 28vw;
            }
            .go a{
                width: 50%;
            }
            #scrollToTopBtn{
                bottom: 10px;
            }
        }
