html {
    font-size: 19.2px;
    overflow: unset;
}

html body {
    all: initial;
}

html body .total-contain {
    all: initial;
}

.education-content {
    width: 100%;
}

.education-content .contents-education {
    width: 100%;
    display: flex;
    margin: 3rem 0;
    margin-bottom: 2rem;
}

.education-content .contents-education .overview {
    width: 100%;
    opacity: 0;
    transition: all .35s ease-in;
}

.education-content .contents-education .overview .education-overview {
    width: 80%;
    margin: 1.5rem auto;
    margin-top: 0;
    border-radius: 2rem;
    box-shadow: 2px 2px 10px #81ccbd;
    background-image: linear-gradient(to right, #fef2ec, #feeef1, #e7f6f6, #eef8f2);
    padding: 2.5rem;
    overflow: hidden;
}

.education-content .contents-education .overview .education-overview .education-title {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
}

.education-content .contents-education .overview .education-overview .education-title .title {
    display: inline-block;
    height: 4vw;
    line-height: 3vw;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    background-color: #9bf1ce;
    color: #f9a10b;
    font-size: 3vw;
    font-family: qiantuhou;
    box-shadow: 0.4vw 0.4vw 0vw #28ae78;
    order: 2;
}

.education-content .contents-education .overview .education-overview .education-title img {
    order: 1;
    width: 5vw;
    height: 5vw;
}

.education-content .contents-education .overview .education-overview p {
    font-size: 1.5vw;
    font-family: NavTitle;
    line-height: 3vw;
    text-align: justify;
    text-justify: newspaper;
}

.education-content .contents-education .overview .education-overview p img {
    border-radius: 0.5vw;
    width: 80%;
    display: block;
    margin: 0.5rem auto;
    margin-top: 0 !important;
}

.education-content .contents-education .overview .education-overview p .education-bold {
    font-weight: bolder;
}

.education-content .contents-education .overview .education-overview p .annotate {
    width: 85%;
    display: block;
    margin: 1.5rem auto;
    margin-top: 0rem;
    text-align: center;
    font-size: 1.3vw;
}

.education-content .contents-education .overview .education-overview h1 {
    font-size: 3vw;
    font-family: hawk;
    color: #fca75b;
}

.education-content .contents-education .suspend {
    transition: all .35s ease-in;
    position: fixed;
    right: 0;
    top: 30%;
    transform: translateX(100px);
    opacity: 0;
}

.education-content .contents-education .suspend .catlogue-item {
    cursor: pointer;
    background-color: #F6A894;
    color: #fff;
    padding: 0.5vw;
    font-size: 1.5vw;
    border-radius: 0.5vw;
    font-family: hawk;
    margin: 0.5rem 0;
    transition: all .35s ease-in;
    transform: translateX(60px);
    width: 10rem;
    white-space: nowrap;
}

.education-content .contents-education .suspend .catlogue-item:hover {
    transform: translateX(0px);
}

.education-content .contents-education .active {
    border-left: none !important;
}