.page {
    background: #F6F6F6;
}

.page_content {
    padding-top: 9.5rem;
    width: 108.8rem;
    margin: 0 auto 10rem;
}

.page_content_title {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 4.2rem;
    color: #5E3705;
    line-height: 5.4rem;
    text-align: center;
    margin-bottom: 5.9rem;
}

.page_content_dec {
    padding: 1.2rem 4.2rem;
    background: #FCF2E5;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 2.2rem;
    color: #000000;
    line-height: 3rem;
    margin-bottom: 2.6rem;
    margin-left: -4.2rem;
}

.page_content_time {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 2.2rem;
    color: #000000;
    line-height: 3rem;
    margin-bottom: 1rem;
}

.page_content_site {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 2.2rem;
    color: #000000;
    line-height: 3rem;
    margin-bottom: 1rem;
}

.page_content_html {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 2.2rem;
    color: #000000;
    line-height: 3rem;
    white-space: pre-line;
}

.page_content_html img {
    width: 100%;
    margin: 2rem auto 2rem;
}

.page_button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 6.4rem;
}

.page_button_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.6rem;
    height: 5rem;
    border: .1rem solid #535252;
}

.page_button_item:hover {
    cursor: pointer;
}

.page_button_item_a {
    margin: 0 6rem;
}

.page_button_item p {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 1.8rem;
    color: #535252;
}