.page{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-family: "Source Han Sans CN";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color:  #AB7C62;
    padding-bottom: 60px;
}
.page-content{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.page-content-button-end,
.page-content-button-first{
    width: 93px;
    height: 52px;
    padding: 10px;
    gap: 10px;
    border: 1px solid #AB7C62;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.page-button-icon{
    width: 22.599px;
    height: 15.097px;

}
.page-icon-none{
    display: none;
}
.page-content-button-first-text{

}
.page-content-num{

}
.page-content-value{
    color:   #1B2C62;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.page-content-button-end{

}
.page-content-button-end-text{

}