.container-layout {
    width: 95%;
    margin: 2px auto;
    padding: 3px;
}

.content {
    text-align: justify;
    text-justify: inter-ideograph;
    text-indent: 10.2pt;
    line-height: 1.5;
    /* font-family: "Segoe UI Symbol", sans-serif; */
    color: black;
    font-family: 仿宋;
    /* line-height: 27.0pt; */
    font-size: 14.0pt
}

.indent {
    text-indent: 1em;
}

.indent-two {
    text-indent: 2em;
}

img {
    /* max-width: 100%;
    width: 90%; */
    display: block;
    margin: 20px auto;
}

@media all and (min-width:1000px) {
    .pc-img {
        width: 40%;
    }
    .mobile-img {
        display: none;
    }
}

@media all and (max-width:1000px) {
    .mobile {
        display: block;
    }
    .pc {
        display: none;
    }
    .mobile-img {
        width: 98%;
    }
}

.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
    padding: 8px;
}

.pure-table td,
.pure-table th {
    border-left: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    /*border-width: 0 0 0 1px;*/
    font-size: inherit;
    margin: 0px;
    overflow: visible;
    padding: .5em 0.5em;
    font-size: 14px;
    vertical-align: middle;
    text-align: justify;
    text-justify: inter-ideograph;
    /* word-break: keep-all; */
}


/* .pure-table .pure-table td,
.pure-table .pure-table th {
    border-left: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    font-size: inherit;
    margin: 0px;
    overflow: visible;
    padding: .5em 0.5em;
    font-size: 12px;
    vertical-align: middle;
    text-align: justify;
    text-justify: inter-ideograph;
} */

.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb;
    text-align: justify;
    text-justify: inter-ideograph;
    /* padding: 0 2px; */
}

.pure-table-bordered th {
    text-align: center;
}

.pure-table th {
    text-align: center;
    font-weight: bold;
    border: solid 1px;
    border-color: #cbcbcb;
    padding: 0 2px;
    vertical-align: middle;
    background-color: #e0e0e0;
}

.spacing {
    letter-spacing: -1px;
    text-align: justify;
}


/* div .slash {
    position: relative;
    margin: 50px auto;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border: 1px solid #333;
    // background-color:#333;
    line-height: 120px;
    text-indent: 5px;
    padding: 0px;
    margin: 0px;
}

div .slash::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid deeppink;
    transform-origin: bottom center;
    // transform:rotateZ(45deg) scale(1.414);
    animation: slash 5s infinite ease;
}

@keyframes slash {
    0% {
        transform: rotateZ(0deg) scale(1);
    }
    30% {
        transform: rotateZ(45deg) scale(1);
    }
    60% {
        transform: rotateZ(45deg) scale(1.414);
    }
    100% {
        transform: rotateZ(45deg) scale(1.414);
    }
} */