html {
    padding: 0 !important;
    width: 100% !important;
}

@media (min-width: 600px) {
    .site_head {
        height: 50px;
        width: 100%;
        overflow: visible;
    }

    /* 保留页面特有的样式 */
    .top {
        font-size: 45px;
    }

    .title {
        font-size: 30px;
        margin-left: 300px;
        margin-top: 50px;
        font-style: italic;
        font-weight: bold;
    }

    .cla {
        font-size: 23px;
        margin-left: 300px;
        margin-top: 20px;
        font-weight: bolder;
    }
}

@media (max-width: 600px) {
    .site_head {
        display: none;
    }

    .moHeader {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        background-color: black;
        width: 100%;
        height: 9vh;
        align-items: center;
    }

    .HeaderButton {
        border: 1px;
        border-radius: 15px;
        background-color: #333;
        height: 65%;
        width: 10%;
        margin-right: 2vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .sanTiaoHengXian {
        width: 70%;
        height: 1px;
        border: 1px solid white;
        background-color: white;
        border-radius: 20px;
    }
    
    .sanTiaoHengXian2 {
        width: 70%;
        height: 1px;
        border: 1px solid white;
        background-color: white;
        border-radius: 20px;
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .page {
        width: 100%;
        height: 100%;
    }

    .page li {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 3.5vh;
    }

    .page li a {
        color: #fff;
    }

    .top {
        font-weight: bolder;
        font-size: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
    }

    .title {
        font-size: 19px;
        margin-left: 5vh;
        margin-top: 5vh;
        font-style: italic;
        font-weight: bold;
    }

    .cla {
        font-size: 16px;
        margin-left: 6vh;
        margin-top: 2vh;
        font-weight: bolder;
    }
}

.top {
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.info {
    margin: 10px 20%;
    width: 60%;
}

.info li {
    text-decoration: dashed;
}

.info li text {
    color: blue;
}

.bottom {
    margin-top: 200px;
    height: 10vh;
    width: 100%;
}

.bottom div {
    display: flex;
    justify-content: center;
    align-items: center;
}