p,
span,
a,
h1,
h2,
h3 {
    font-family: "Microsoft YaHei", "楷体", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif, FreeSans, Arimo;
}

body {
    background-color: #e5ecf3;
    position: relative;
}

.content-box {
    width: 98%;
    margin: 0 auto;
    padding: 6vh 6%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: -2px -2px 15px 0px rgba(53, 53, 53, 0.5);
    border-radius: 10px;
}

.content-img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.content-title {
    line-height: 15vh;
    font-size: 5vh;
    font-weight: bold;
    text-shadow: 2px 2px 0px rgb(240, 161, 220);
    /* background-image: linear-gradient(rgb(255,255,255),rgb(245, 187, 217)); */
}


/* 以下从hp.css剪切过来 */

.page .title1 {
    margin-top: 1rem;
    font-size: 35px;
    color: #000000;
}

.page .title2 {
    font-size: 25px;
    padding-left: 1rem;
    border-left: #455197 5px solid;
}

.page .title3 {
    text-align: center;
    color: rgb(70 67 151);
    font-size: 20px;
    margin-top: 2rem;
}

.page .title4 {
    /* text-align: center; */
    color: rgb(19, 18, 23);
    font-size: 18px;
    margin-top: 2rem;
}

.page .title5 {
    text-align: center;
    color: rgb(19, 18, 23);
    font-size: 16px;
    margin-top: 2rem;
}

.page .title6 {
    /* text-align: center; */
    color: rgb(19, 18, 23);
    font-size: 15px;
    margin-top: 2rem;
}


/* 一级标题序号 */

.page .num_p {
    font-size: 35px;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
}


/* 一级标题整体 */

.title {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.title::after {
    content: '';
    width: 10%;
    display: block;
    height: 2vh;
    margin: 0 auto;
    border-bottom: 5px solid #000;
}

.page-content {
    margin-bottom: 4rem;
    margin-left: 1rem;
}


/* 重点句段 */

.blue-text {
    /* 这个不是色卡的5号色 #455197 */
    color: #1b37da;
}

.red-text {
    color: #D93F57;
    font-weight: bold;
}


/* Reference */

dt {
    margin-top: 0;
}

.heading-primary {
    font-size: 2em;
    padding: 2em;
    text-align: center;
}

.accordion dl,
.accordion-list {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

.accordion dl:after,
.accordion-list:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    /* background-color: #242627; */
    margin-top: -7px;
}

.accordion dd,
.accordion__panel {
    /* background-color: #fff; */
    font-size: 1em;
    line-height: 1.5em;
    padding-left: 2rem;
    padding-right: 2rem;
}

.accordion-content table tbody .reference-index {
    font-weight: bold;
    color: #1b37da;
}

.accordion p {
    padding: 0 1.5rem 0 1.5rem;
    /* margin: 0 auto; */
}

.accordion {
    width: 98%;
    margin: 0 auto;
    float: inherit;
    /* margin-left: 1rem; */
    /* background-color: #eee; */
    /* margin-top: 2rem; */
}

.accordionTitle,
.accordion__Heading {
    background-color: #fff;
    /* text-align: left; */
    font-family: Segoe UI Black;
    font-size: 1.1em;
    /* font-weight: bolder; */
    padding: 1.5em;
    display: block;
    text-decoration: none;
    color: #455197;
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    border-radius: 10px;
    box-shadow: -2px -2px 7px 0px rgba(53, 53, 53, 0.5);
}

.accordionTitle:before,
.accordion__Heading:before {
    content: "+";
    font-size: 1.5em;
    line-height: .8em;
    float: right;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.accordionTitle:hover,
.accordion__Heading:hover {
    background-color: #fff;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
    background-color: #fff;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    transform-origin: center center;
}

.accordionItem {
    height: auto;
    overflow: hidden;
    max-height: 250rem;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
}

@media screen and (min-width: 48em) {
    .accordionItem {
        max-height: 200em;
        -webkit-transition: max-height 0.5s;
        transition: max-height 0.5s;
    }
}

.accordionItem.is-collapsed {
    max-height: 0;
}

.no-js .accordionItem.is-collapsed {
    max-height: auto;
}

.animateIn {
    -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
    animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
    -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
    animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
    }
}


/* 加上下划线 */

.underline {
    text-decoration: underline
}


/* 左线 */

.underline_left {
    border-left: #455197 5px solid;
    padding-left: 1rem;
    /* float: left; */
}

.page-content a {
    text-decoration: none;
    color: rgb(104, 90, 184);
}

.page-content a:hover {
    color: rgb(137, 126, 195);
    text-decoration: none;
}


/* 提醒文字 */

.tips_p {
    text-align: center;
    font-size: 15px;
    color: rgb(62, 62, 62)
}