.page-content {
    padding-bottom: 0;
}

.section-box .title {
    --f-s: 70;
    color: #ff9600;
    font-size: calc(var(--f-s) * var(--px));
    line-height: 1;
    /* overflow: hidden; */
    position: relative;
}

.section-box .title .inner-text {
    background-color: transparent;
}

.section-box .title .text-stroke {
    max-width: 100%;
    width: max-content;
    color: #ff9600;
    -webkit-text-stroke: 2px;
    position: absolute;
    top: 2px;
    left: 2px;
}

.alumni-center {
    --p-space: 160;
    font-size: calc(18 * var(--px));
    background-color: #f4f4f4;
    margin-right: calc(var(--p-space) * var(--px));
    padding-left: calc(var(--p-space) * var(--px));
}

.alumni-center .img {
    width: 100%;
    max-width: calc(830 * var(--px));
    flex: 0 1 calc(830 * var(--px));
}

.alumni-center .section-box__content {
    padding-top: calc(20 * var(--px));
    padding-right: calc(54 * var(--px));
}

.alumni-center .scroll-bar {
    height: calc(250 * var(--px));
    padding-right: calc(54 * var(--px));
}

.togetrher-wrap .title-section {
    padding: calc(120 * var(--px)) calc(30 * var(--px)) calc(90 * var(--px));
}

.togetrher-wrap .title-section .title {
    --f-s: 80;
    max-width: 100%;
    width: max-content;
    margin: auto;
}

.layer.module-layer .layer-header .layer-header__section .title {
    font-size: calc(40 * var(--px));
    font-variation-settings: normal;
}

.layer.module-layer .layer-header .layer-header__section .title .text-stroke {
    color: #ff9600;
}

.layer.module-layer .layer-header .layer-header__section::after {
    display: none;
}

.classics-layer {
    padding-top: 0;
}

.classics-layer .layer-main {
    gap: calc(30 * var(--px));
}

.classics-layer .card {
    height: calc(300 * var(--px));
    color: #fff;
    font-size: calc(18 * var(--px));
    line-height: 1.4;
    border-radius: calc(var(--round-16) * var(--px));
    overflow: hidden;
    position: relative;
}

.classics-layer .card>img {
    display: block;
}

.classics-layer .card .card-content {
    width: 100%;
    height: 100%;
    padding: calc(20 * var(--px));
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s linear;
}

.classics-layer .card:hover .card-content {
    opacity: 1;
}

.classics-layer .card .card-content>section {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 150, 0, .8);
    border-radius: calc(var(--round-16) * var(--px));
    padding: calc(24 * var(--px)) calc(30 * var(--px));
    overflow: hidden;
}

.classics-layer .card .card-content>section h3 {
    font-size: calc(24 * var(--px));
    line-height: 1;
}

.don-layer .layer-main {
    gap: calc(75 * var(--px));
}

.don-layer .don-item {
    font-size: calc(22 * var(--px));
    color: #333;
    line-height: 1.4;
    text-align: center;
}

.don-layer .don-item .circle {
    --l: 160;
    width: calc(var(--l) * var(--px));
    height: calc(var(--l) * var(--px));
    border-radius: 50%;
    padding: calc(8 * var(--px));
    border: 1px solid rgba(62, 105, 192, .2);
    position: relative;
    margin: 0 auto calc(20 * var(--px));
}

.don-layer .don-item:nth-of-type(even) .circle {
    border-color: rgba(247, 149, 29, .2);
}

.don-layer .don-item .circle::before {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 2px solid var(--fourdary);
    box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    border-top-color: transparent;
    border-bottom-color: transparent;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform .5s linear;
}

.don-layer .don-item:hover .circle::before {
    transform: translate(-50%, -50%) rotate(0deg);
}

.don-layer .don-item:nth-of-type(even) .circle::before {
    border-color: var(--thirdary);
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.don-layer .don-item .circle .img {
    width: 100%;
    height: 100%;
    border-radius: initial;
    overflow: hidden;
}

.don-layer .don-item .title {
    font-size: calc(28 * var(--px) * var(--px));
    font-variation-settings: normal;
    margin-bottom: calc(12 * var(--px));
}

.wrap-2 {
    background: url(../images/bg37.png) no-repeat center 130% / calc(1808 / 1920 * 100vw);
}

.communities-layer .layer-main {
    flex-wrap: wrap;
}

.communities-layer .communitie-item {
    color: #333;
    font-size: calc(28 * var(--px));
    width: calc(100% / 3);
    flex: 0 1 auto;
    padding: calc(50 * var(--px)) 0;
}

.communities-layer .communitie-item-content {
    padding-right: calc(20 * var(--px));
}

.communities-layer .communitie-item img {
    max-width: calc(70 * var(--px));
    margin-right: calc(22 * var(--px));
}

.life-layer .layer-main {
    background-color: #f4f4f4;
    border-radius: calc(var(--round-16) * var(--px));
    overflow: hidden;
}

.life-layer .layer-main .sup {
    color: #333;
    font-size: calc(18 * var(--px));
    font-weight: 500;
    text-align: center;
    min-height: calc(440 * var(--px));
    padding: calc(30 * var(--px));
}

.life-layer .layer-main .sup .sup-content {
    height: 100%;
    padding: calc(30 * var(--px));
    border-radius: calc(var(--round-16) * var(--px));
    overflow: hidden;
}

.life-layer .layer-main .sup .circle {
    --l: 146;
    width: calc(var(--l) * var(--px));
    height: calc(var(--l) * var(--px));
    background-color: #e9e9e9;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: calc(40 * var(--px));
}

.life-layer .layer-main .sup .circle img {
    max-width: calc(74 * var(--px));
}

.life-layer .layer-main .sup-content>section h3 {
    color: #f3981c;
    font-size: calc(28 * var(--px));
    padding-bottom: calc(20 * var(--px));
}

.school-layer .layer-main {
    height: calc(700 * var(--px));
    background: url(../images/bg38.png) no-repeat center bottom / 100%;
    position: relative;
}

.school-layer .layer-main>.circle {
    width: calc(700 / 1600 * 100%);
    height: 50%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.school-layer .layer-main .teach-service {
    color: #333;
    font-size: calc(18 * var(--px));
    position: absolute;
}

.school-layer .layer-main .teach-service:nth-of-type(1) {
    left: -45%;
    bottom: 70%;
}

.school-layer .layer-main .teach-service:nth-of-type(2) {
    width: calc(370 * var(--px));
    left: -10%;
    bottom: 113%;
}

.school-layer .layer-main .teach-service:nth-of-type(3) {
    width: calc(370 * var(--px));
    right: -10%;
    bottom: 114%;
}

.school-layer .layer-main .teach-service:nth-of-type(4) {
    right: -45%;
    bottom: 70%;
}

.school-layer .layer-main .teach-service:nth-of-type(2)>img {
    margin-left: auto;
    margin-top: calc(12 * var(--px));
}

.school-layer .layer-main .teach-service:nth-of-type(3)>img {
    margin-top: calc(12 * var(--px));
}

.school-layer .layer-main .teach-service:nth-of-type(1) .teach-service-content,
.school-layer .layer-main .teach-service:nth-of-type(4) .teach-service-content {
    max-width: calc(220 * var(--px));
}

.school-layer .layer-main .teach-service:nth-of-type(4) .teach-service-content {
    order: 2;
}

.school-layer .layer-main .teach-service:nth-of-type(4)>img {
    order: 1;
}

.school-layer .layer-main .teach-service h3 {
    font-size: calc(28 * var(--px));
    padding-bottom: calc(10 * var(--px));
}

.school-layer .layer-main .teach-service>img {
    width: calc(165 * var(--px));
    display: block;
    flex: 0 0 auto;
}

.wrap-4 {
    margin-top: calc(140 * var(--px));
    padding-bottom: calc(140 * var(--px));
    background-color: #f4f4f4;
}

.wrap-4 .title-section {
    padding: calc(80 * var(--px)) calc(30 * var(--px)) calc(60 * var(--px));
}

.wrap-4 .title-section .title {
    --f-s: 80;
    max-width: 100%;
    width: max-content;
    margin: auto;
}

.wrap-4 .contact-us {
    gap: calc(20 * var(--px));
}

.wrap-4 .contact-us .contact-us-content,
.wrap-4 .contact-us>.img {
    flex: 1 1 0;
}

.wrap-4 .contact-us .contact-us-content {
    color: #000;
    font-size: calc(24 * var(--px));
    line-height: 1.5;
}

.wrap-4 .contact-us .contact-us-content .title {
    font-weight: 500;
    font-size: calc(36 * var(--px));
    font-variation-settings: normal;
    line-height: 1.3;
    margin-bottom: calc(40 * var(--px));
}

.wrap-4 .contact-us .contact-us-content>section .info {
    margin-bottom: calc(30 * var(--px));
}

.wrap-4 .contact-us .contact-us-content>section .info:nth-last-of-type(1) {
    margin-bottom: 0;
}

.wrap-4 .contact-us .contact-us-content>section .info .icon {
    margin-right: calc(10 * var(--px));
}

.wrap-4 .contact-us>.img {
    border-radius: calc(var(--round-16) * var(--px));
    overflow: hidden;
}

.wrap-4 .contact-us>.img img {
    display: block;
}

@media screen and (max-width: 1024px) {
    .alumni-center {
        --p-space: 24
    }
}

@media screen and (max-width: 768px) {
    .section-box .title {
        --f-s: 60;
    }
    .togetrher-wrap .title-section .title {
        --f-s: 70;
    }
    .classics-layer .layer-main {
        grid-template-columns: repeat(2, 1fr);
    }

    .don-layer .layer-main {
        grid-template-columns: repeat(2, 1fr);
    }

    .school-layer .layer-main .teach-service>img {
        width: calc(100 * var(--px));
    }

    .school-layer .layer-main .teach-service:nth-of-type(1) {
        left: -50%;
        bottom: 50%;
    }

    .school-layer .layer-main .teach-service:nth-of-type(2) {
        width: calc(370 * var(--px));
        left: -40%;
        bottom: 90%;
    }

    .school-layer .layer-main .teach-service:nth-of-type(3) {
        width: calc(370 * var(--px));
        right: -40%;
        bottom: 90%;
    }

    .school-layer .layer-main .teach-service:nth-of-type(4) {
        right: -50%;
        bottom: 50%;
    }
}

@media screen and (max-width: 600px) {
    .alumni-center .section-box__content {
        padding-right: 0;
    }

    .communities-layer .communitie-item {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 550px) {
    .alumni-center .section-box__content {
        padding-right: 0;
    }

    .school-layer .layer-main .teach-service:nth-of-type(2),
    .school-layer .layer-main .teach-service:nth-of-type(3) {
        width: calc(300 * var(--px));
    }

    .school-layer .layer-main .teach-service>img {
        width: auto;
        height: calc(80 * var(--px));
    }
}

@media screen and (max-width: 500px) {
    .wrap-4 .contact-us {
        flex-wrap: wrap;
    }

    .wrap-4 .contact-us .contact-us-content,
    .wrap-4 .contact-us .img {
        flex: 0 0 100%;
    }

    .section-box .title .text-stroke {
        -webkit-text-stroke: .5px;
        left: 2px;
        top: 1px;
    }
}