.container {
    display: flex;
    justify-content: center;
    /*align-items: center; */
    width: 100%;
    height: 100vh;
}

.content {
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
}

div {
    /*border: 5px dashed red;
    width: 360px;*/
    /*margin-bottom: 50px;*/
    /*position: relative;
    left: 960px;
    background-color: #acecac;*/
    display: block;
    margin: 0 auto;
}


p {
    font-family: "等线";
    font-style: revert;
}

pre {
    font-family: "等线";
    font-style: revert;
}

span {
    color: #c25900;
}

span_one {
    color: #000000;
}

