html {
    padding: 0 !important;
    width: 100% !important;
}

@media (min-width: 600px) {
    .site_head {
        height: 50px;
        width: 100%;
        overflow: visible;
    }

    .moHeader {
        display: none;
    }

    .top {
        font-size: 45px;
        margin-top: 50px;
        font-weight: bold;
        text-align: center;
    }

    .title {
        font-size: 30px;
        margin: 50px 0;
        font-style: italic;
        font-weight: bold;
        text-align: center;
    }

    .det {
        width: 100%;
        margin-bottom: 2vh;
        display: flex;
        justify-content: center;
    }

    .det .img {
        width: 250px;
        height: 300px;
        object-fit: cover;
        border-radius: 8px;
    }
}

@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-size: 32px; /* 设置标题字体大小 */
        font-weight: bold; /* 设置标题字体加粗 */
        text-align: center; /* 标题居中 */
        margin-bottom: 20px;
    }

    .bottom div {
        font-size: 12px;
    }

    .title {
        font-size: 15px;
        margin-top: 5vh;
        margin-left: 5vh;
        font-style: italic;
        font-weight: bold;
    }

    .det {
        width: 100%;
        margin-bottom: 2vh;
    }

    .det .img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}



.info {
    margin: 20px 20%;
    width: 60%;
}

.info li {
    text-decoration: dashed;
}

.gen {
    margin: 20px 0;
}


.bottom {
    margin-top: 200px;
    height: 10vh;
    width: 100%;
}

.bottom div {
    display: flex;
    justify-content: center;
    align-items: center;
}