:root {
    --primary-color: #FCBB29;
    --primary-text-color: rgba(89, 89, 89, 1);
    --color-purple: #ba005c;
    --color-dark-purple: #6f1d61;
    --color-red: #ff1726;
    --color-orange: #ff8a00;
    --color-orange-2: #ffc337;
    --color-orange-3: #ffeacb;
    --color-blue-1: #d5ecf2;
    --color-blue-2: #84c8d9;
    --color-blue-3: #00a097;
    --color-gray-1: #e7e7e7;
    --color-gray-2: #d7d7d7;
    --color-gray-3: #595959;
}

@font-face {
    font-family: 'LTWaveTextLight';
    src: url('/wp-content/themes/school/assets/fonts/LTWaveText-Light.otf') format('opentype'); /* 现代浏览器 */
}

@font-face {
    font-family: 'LTWaveTextBlack';
    src: url('/wp-content/themes/school/assets/fonts/LTWaveText-Black.otf') format('opentype'); /* 现代浏览器 */
}

@font-face {
    font-family: 'MyriadProLight';
    src: url('/wp-content/themes/school/assets/fonts/MyriadPro/MyriadPro-Light.otf') format('opentype'); /* 现代浏览器 */
}

@font-face {
    font-family: 'CaveatBold';
    src: url('/wp-content/themes/school/assets/fonts/Caveat/static/Caveat-Bold.ttf') format('opentype'); /* 现代浏览器 */
}

@font-face {
    font-family: 'CaveatMedium';
    src: url('/wp-content/themes/school/assets/fonts/Caveat/static/Caveat-Medium.ttf') format('opentype'); /* 现代浏览器 */
}

@font-face {
    font-family: 'CaveatRegular';
    src: url('/wp-content/themes/school/assets/fonts/Caveat/static/Caveat-Regular.ttf') format('opentype'); /* 现代浏览器 */
}

.LTWaveTextBlack {
    font-family: 'LTWaveTextBlack', "Microsoft YaHei", Verdana, Arial, sans-serif;
}

.LTWaveTextLight {
    font-family: 'LTWaveTextLight', "Microsoft YaHei", Verdana, Arial, sans-serif;
}

.MyriadProLight {
    font-family: 'MyriadProLight', "Microsoft YaHei", Verdana, Arial, sans-serif;
}

.CaveatBold {
    font-family: 'CaveatBold', "Microsoft YaHei", Verdana, Arial, sans-serif;
}

.CaveatMedium {
    font-family: 'CaveatMedium', "Microsoft YaHei", Verdana, Arial, sans-serif;
}

.CaveatRegular {
    font-family: 'CaveatRegular', "Microsoft YaHei", Verdana, Arial, sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: 'MyriadProLight', "Microsoft YaHei", Verdana, Arial, sans-serif;
    font-size: 18px;
    box-sizing: border-box;
    color: #000;
    overflow-x: hidden;
}

button, input, input::-webkit-input-placeholder {
    font-family: 'MyriadProLight', "Microsoft YaHei", Verdana, Arial, sans-serif;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button[disabled] {
    opacity: 0.8;
    cursor: not-allowed !important;
}

video::-webkit-media-controls {
    display: none;
}

/* 创建自定义的checkbox样式 */
.custom-checkbox label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    margin-right: 5px;
    border: 1px solid #989292;
    vertical-align: middle;
    border-radius: 3px;
    background: #fff;
}

/* 隐藏原生的checkbox */
.custom-checkbox input[type="checkbox"] {
    display: none;
}

/* 当checkbox被选中时改变背景色 */
.custom-checkbox input[type="checkbox"]:checked + label:before {
    content: "";
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    text-align: center;
    background-color: #fff;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center;
}

/* 添加点击label时切换checkbox的状态 */
.custom-checkbox input[type="checkbox"] + label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.no-scrollbar::-webkit-scrollbar {
    width: 0; /* 设置滚动条的宽度 */
}

.beian-container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto !important;
    box-sizing: border-box;
    padding: 0 15px;
}

.container {
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto !important;
    box-sizing: border-box;
    padding: 0 15px;
}

.one-line-hidden {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-21 {
    font-size: 21px;
}

.font-22 {
    font-size: 22px;
}


.font-23 {
    font-size: 23px;
}

.font-25 {
    font-size: 25px;
}

.font-26 {
    font-size: 26px;
}

.font-27 {
    font-size: 27px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.font-35 {
    font-size: 35px;
}

.font-40 {
    font-size: 40px;
}

.font-45 {
    font-size: 45px;
}

.font-60 {
    font-size: 60px;
}

.font-80 {
    font-size: 80px;
}

.font-w-100 {
    font-weight: 100;
}

.font-w-200 {
    font-weight: 200;
}

.font-w-300 {
    font-weight: 300;
}

.font-w-400 {
    font-weight: 400;
}

.font-w-500 {
    font-weight: 500;
}

.font-w-600 {
    font-weight: 600;
}

.font-w-700 {
    font-weight: 700;
}

.margin-0 {
    margin: 0;
}

.margin-top-minus-100 {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

/*flex弹性盒子 S*/
.flex {
    display: flex;
}

.flex.align-items-center {
    align-items: center;
}

.flex.align-items-flex-start {
    align-items: flex-start;
}

.flex.justify-content-space-between {
    justify-content: space-between;
}

.flex.justify-content-center {
    justify-content: center;
}

.flex.flex-direction-column {
    flex-direction: column;
}

.flex.justify-content-flex-end {
    justify-content: flex-end;
}

.flex.flex-wrap-wrap {
    flex-wrap: wrap;
}

.flex .align-self-flex-end {
    align-self: flex-end;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.gap-40 {
    gap: 40px;
}


/*flex弹性盒子 E*/

/*导航栏 S*/
.nav-box {
    position: fixed;
    left: 0;
    top: 0;
    height: 74px;
    width: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.nav-box.no-found-page {
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 15px 0 #d7d7d7;
    -moz-box-shadow: 0 0 15px 0 #d7d7d7;
    box-shadow: 0 0 15px 0 #d7d7d7;
}

.nav-box-content {
    width: 100%;
    max-width: 1500px;
    padding: 0 25px;
    margin: 0 auto;
}

.nav-box-content .nav-pc-menu-box {
    display: flex;
}

.nav-box-content .nav-phone-menu-box {
    display: none;
}

.logo-box {
    width: 190px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: center;
    position: absolute;
    left: 30px;
    top: 5px;
}

.nav-box.no-found-page .logo-box {
    filter: unset;
}

.logo-box img {
    width: 100%;
    height: auto;
}

.menu-box .menu {
    display: flex;
}

.menu-box .menu > li {
}

.menu-box .menu > li > a {
    display: block;
    padding: 25px 30px;
    color: #fff;
    position: relative;
}

.nav-box.no-found-page .menu-box .menu > li > a {
    color: #000;
}

.menu-box .menu > li.menu-item-has-children > a::after {
    position: absolute;
    content: '';
    display: block;
    background-image: url(/wp-content/themes/school/assets/images/arrow.png);
    background-position: center;
    right: 15px;
    top: 50%;
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -5px;
}

.menu-box .menu .sub-menu {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 25px 0;
    opacity: 0;
    visibility: hidden;
    width: 100vw;
    background: #fff;
}

.menu-box .menu .sub-menu .menu-item a {
    color: #000 !important;
}

.menu-box .menu .sub-menu .sub-menu-title {
    font-weight: bold;
}

.menu-box .menu .sub-menu .sub-menu-box {
    margin-top: 0;
}

.menu-box .menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.menu-box .menu .sub-menu a {
    white-space: nowrap;
}

.menu-box .menu .sub-menu li {
    padding: 5px 0;
}

.menu-box .menu .sub-menu li:first-child {
    border-top: none;
}

.nav-box .telphone-a {
    color: #fff;
    background: rgba(186, 0, 92, 1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 18px;
    text-align: center;
    margin-left: 30px;
}

/*导航栏 E*/
/*底部 S*/
.footer-container {
    background: #d7d7d7;
    padding: 35px 0 50px;
    position: relative;
}

.footer-logo-box {
    width: 190px;
}

.footer-logo-box img {
    width: 100%;
}

.footer-box-left {
    width: 45%;
    align-items: flex-start;
}

.footer-box-right {
    width: 55%;
}

.footer-box-right .footer-menu {
    flex: 1;
}

.footer-box-right .footer-menu > a, .footer-box-left .footer-menu > a {
    color: #000;
}

.footer-menu-title {
    line-height: 30px;
}

.footer-menu-box ul li a {
    color: var(--primary-text-color);
    display: block;
    line-height: 30px;
}

.beian-box {
    background: #d7d7d7;
}

.beian-content {
    border-top: 1.5px solid #979696;
    padding: 20px 30px 50px 30px;
    color: var(--primary-text-color);
}

.footer-beian-menu-box ul li {
    display: inline-block;
    margin-right: 50px;
}

.footer-beian-menu-box ul li a {
    color: var(--primary-text-color);
}

.scroll-top {
    position: fixed;
    bottom: 60px;
    right: 50px;
    z-index: 1001;
    background: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-top img {
    width: 40%;
    display: block;
}

/*底部 E*/

/*video-cover-box S*/

.video-cover-box .sub-title {
    margin: 0;
    line-height: 35px;
}

.video-cover-box .title {
    margin: 0;
    line-height: 50px;
}

.video-cover-box .title strong {
    display: block;
}

.video-cover-box p {
    margin: 0;
    line-height: 30px;
}

/*video-cover-box E*/
/*solution-box S*/
.solution-box {
    padding: 50px 0 250px;
    background-image: url(/wp-content/themes/school/assets/images/solution-bg1.png), url(/wp-content/themes/school/assets/images/solution-bg2.svg), linear-gradient(180deg, rgb(255, 234, 203) 0%, rgb(255, 255, 255) 100%);
    background-position: center 100%, center 103%;
    background-repeat: repeat-x, repeat-x;
    position: relative;
}

.solution-box.thank-you p {
    margin: 0;
}

.solution-box.thank-you .title {
    margin: 0;
}

.solution-box .solution-breadcrumb {
    position: absolute;
    top: 0;
    color: var(--color-red);
    font-weight: bold;
}

.solution-box .title {
    color: var(--color-purple);
}

.solution-box .sub-title {
    color: #000;
    max-width: 668px;
    margin: 0 auto;
    line-height: 25px;
}

.solution-content-box .content-left {
    position: relative;
}

.solution-content-box .content-left::after {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 115%;
    background-color: var(--color-dark-purple);
    right: -20px;
    top: 10px;
}

.solution-content-box .content-left::before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--color-dark-purple);
    right: -28px;
    top: calc(115% + 10px);
}

.solution-content-box .content-right::after {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 120%;
    background-color: var(--color-red);
    left: -20px;
    top: 10px;
}

.solution-content-box .content-right::before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--color-red);
    left: -28px;
    top: calc(120% + 10px);
}

.solution-content-box .content-right {
    position: relative;
}

.solution-content-box .content-title {
    margin: 0;
}

.solution-content-box .content-sub-title {
    line-height: 25px;
    margin-bottom: 10px;
}

.solution-content-box .content-sub-title strong {
    display: block;
}

.solution-content-box p {
    font-size: 20px;
    line-height: 25px;
    margin: 0;
}

.solution-content-box ul {
    margin-top: 20px;
}

.solution-content-box ul li {
    line-height: 35px;
    position: relative;
    padding-left: 20px;
}

.solution-content-box ul li::before {
    position: absolute;
    content: '';
    display: block;
    background-image: url(/wp-content/themes/school/assets/images/arrow.png);
    background-position: center;
    left: 0;
    top: 15px;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -5px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.solution-content-box .content-btn {
    margin: 35px auto;
}

.solution-content-box .content-btn a {
    font-size: 20px;
    position: relative;
    overflow: hidden;
}

.solution-content-box .content-btn a strong {
    position: relative;
    z-index: 9;
}

.solution-content-box .content-left .content-btn a::after {
    background: linear-gradient(to left, var(--color-red)) !important;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.solution-content-box .content-left .content-btn a:hover::after {
    width: 100%;
}

.solution-content-box .content-right .content-btn a::after {
    background: linear-gradient(to right bottom, var(--color-dark-purple)) !important;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.solution-content-box .content-right .content-btn a:hover::after {
    width: 100%;
}


/*solution-box E*/
/*slide-box S*/
.slide-box {
    padding: 200px 0 150px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.actglobal .slide-box .title-box {
    position: absolute;
    top: 90px;
}

.slide-box .title-box .title {
    margin: 0;
    line-height: 48px;
}

.slide-box .title-box .title strong {
    display: block;
}

.actglobal .slide-box .slide-list-box {
    overflow: hidden;
    position: relative;
    height: 600px;
}

.slide-box .slide-list-box > .wp-block-group__inner-container {

}

.actglobal .slide-box .slide-list-box .slide-item {
    position: absolute;
    width: 75%;
    display: flex;
    left: 100%;
    align-items: flex-end;
}

.actglobal .slide-box .slide-list-box .slide-item.show {
    position: absolute;
    left: 0;
    z-index: 9;
}

.actglobal .slide-box .slide-list-box .slide-item .slide-item-left {
    width: 40%;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    transform-origin: right center;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.slide-box .slide-list-box .slide-item.show .slide-item-left {
    width: 40%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.slide-box .slide-list-box .slide-item .slide-item-left img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.slide-box .slide-list-box .slide-item .slide-item-left .name {
    margin-bottom: 5px;
    margin-top: 0;
}

.slide-box .slide-list-box .slide-item .slide-item-left p {
    line-height: 25px;
    margin: 0;
}

.slide-box .slide-list-box .slide-item .slide-item-left .btn {
    margin-top: 25px;
}

.slide-box .slide-list-box .slide-item .slide-item-left .btn a {
    background: transparent;
    border: 2px solid var(--color-purple);
    color: var(--color-purple);
    font-size: 20px;
}

.slide-box .slide-list-box .slide-item .slide-item-right {
    width: 60%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    transform-origin: center;
    position: relative;
}


.slide-box .slide-list-box .slide-item .slide-item-right img {
    aspect-ratio: 1;
    object-fit: cover;
}

.slide-box .slide-list-box .slide-item.half-show {
    left: 40%;
}

.slide-box .slide-list-box .slide-item.half-show .slide-item-right {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    transform-origin: 10% 20%;
}

.slide-box .slide-list-box .slide-item.half-show .slide-item-right::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--color-purple);
    opacity: 0.5;
}

.slide-box .slide-list-box .arrow-box {
    position: absolute;
    right: 10%;
    bottom: 5%;
    z-index: 9;
}

.slide-box .slide-list-box .arrow-box .arrow-left {
    display: inline-block;
    width: 41px;
    height: 25px;
    background-image: url("/wp-content/themes/school/assets/images/arrow-left.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
}

.slide-box .slide-list-box .arrow-box .arrow-right {
    display: inline-block;
    width: 41px;
    height: 25px;
    background-image: url("/wp-content/themes/school/assets/images/arrow-left.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
}

/*slide-box E*/
/*why-box S*/
.why-box {
    background-image: url(/wp-content/themes/school/assets/images/why-box-bg.png), url(/wp-content/themes/school/assets/images/why-box-bg.png), url(/wp-content/themes/school/assets/images/why-box-bg.png);
    background-position: right 0, left 100%, right 100%;
    background-repeat: no-repeat, no-repeat;
    background-color: #e7e7e7;
    padding: 25px 0 75px;
    -webkit-background-size: 500px;
    background-size: 500px;
}

.actglobal .why-box .text-animate {
    -webkit-transition: all 0.3s linear 0.1s;
    -moz-transition: all 0.3s linear 0.1s;
    -ms-transition: all 0.3s linear 0.1s;
    -o-transition: all 0.3s linear 0.1s;
    transition: all 0.3s linear 0.1s;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.actglobal .why-box .text-animate.show {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.why-box .title {
}

.why-box .sub-title {
    line-height: 35px;
    margin: 5px 0;
    color: var(--color-orange);
}

.why-box .sub-title::first-letter {
    font-size: 40px;
    font-family: 'LTWaveTextBlack', "Microsoft YaHei", Verdana, Arial, sans-serif;
    margin-right: 8px;
}

.why-box .why-first {
    gap: 40px;
    align-items: flex-start;
}

.why-box .why-first .why-first-left {
    position: relative;
    min-width: 50%;
}

.why-box .why-first .why-first-left .wp-block-image {
    margin-bottom: 0;
}

.why-box .why-first .why-first-left .why-1 {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.why-box .why-first .why-first-left .why-1 .sub-title {
    line-height: 35px;
    margin: 5px 0;
    color: #000;
}

.why-box .why-first .why-first-left .why-1 .sub-title::first-letter {
    font-size: 40px;
    font-family: 'LTWaveTextBlack', "Microsoft YaHei", Verdana, Arial, sans-serif;
    margin-right: 5px;
}

.why-box .why-first .why-first-left .why-1 p {
    margin: 0;
    line-height: 25px;
}

.why-box .why-first .why-first-right p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}

.why-box .why-second {
    margin-top: 25px;
}

.why-box .why-second > div {
    flex-direction: column;
    display: flex;
}

.why-box .why-second p {
    margin: 0;
    line-height: 25px;
}

.why-box .why-second .why-2 {
    padding-left: 25px;
}

.why-box .why-second .why-3 {
    padding-left: 25%;
    margin-top: 80px;
    padding-bottom: 25px;
}

.why-box .why-second .why-second-2 .wp-block-image {
    margin-bottom: 0;
}

.why-box .why-second .why-option {
    margin-top: 80px;
    padding-bottom: 25px;
    border-bottom: 14px solid var(--color-orange);
}

.why-box .why-second .why-option p {
    line-height: 42px;
}

.why-box .why-4 {
    position: relative;
    left: -40px;
    margin-top: 30px;
}

.why-box .why-4 p {
    margin: 0;
    line-height: 25px;
}

/*why-box E*/
/*faq-box S*/
.faq-box {
    padding: 25px 0 60px;
}

.faq-box .faq-list .faq-item {
    position: relative;
    border-bottom: 2px solid var(--color-blue-2);
    padding: 30px 55px 30px 25px;
    cursor: pointer;
}

.faq-box .faq-list .faq-item::before {
    position: absolute;
    content: '';
    display: block;
    background-image: url(/wp-content/themes/school/assets/images/arrow-bottom.png);
    background-position: center;
    right: 18px;
    top: 35px;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}

.faq-box .faq-list .faq-item.active::before {
    position: absolute;
    content: '';
    display: block;
    background-image: url(/wp-content/themes/school/assets/images/arrow-top.png);
    background-position: center;
    right: 18px;
    top: unset;
    bottom: 30px;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}

.faq-box .faq-list .faq-item p {
    margin: 0;
    line-height: 30px;
}

.faq-box .faq-list .faq-item .question-title {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 35px;
    padding-right: 42px;
}

.actglobal .faq-box .faq-list .faq-item .question-content {
    display: none;
}

.faq-box .faq-list .faq-item .question-content {
    margin-top: 25px;
    display: block;
}

/*faq-box E*/
/*global-contact-box S*/
.global-contact-box {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 50%;
}

.global-contact-content-box {
    position: relative;
    padding-bottom: 25px;
}

.global-contact-box .contact-open-btn-box {
    width: 276px;
    cursor: pointer;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    padding: 10px 15px;
    background: linear-gradient(to bottom, var(--color-orange-2), var(--color-orange));
}

.global-contact-box .contact-open-btn-box .left {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.global-contact-box .contact-open-btn-box .left img {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 50%;
}

.global-contact-box:hover .contact-open-btn-box .left img {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.global-contact-box .contact-open-btn-box p {
    margin: 0;
    line-height: 24px;
}

.global-contact-form-box {
    position: absolute;
    overflow: auto;
    margin-top: 25px;
    background: #fff;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    -webkit-box-shadow: 0 6px 6px 0 #bdbaba;
    -moz-box-shadow: 0 6px 6px 0 #bdbaba;
    box-shadow: 0 6px 6px 0 #bdbaba;
    padding: 30px 20px 0 20px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    opacity: 0;
    visibility: hidden;
}

.global-contact-content-box:hover .global-contact-form-box {
    opacity: 1;
    visibility: visible;
}

.global-contact-form-box .title p {
    margin: 0;
    line-height: 30px;
}

.global-contact-form-box .description {
    margin-top: 15px;
    line-height: 30px;
}

.global-contact-form-box .description li {
    list-style: disc;
    margin-left: 15px;
}

.global-contact-form-box .form-content .form-item {
    display: flex;
    gap: 20px;
    width: 100%;
}

.global-contact-form-box .form-content .form-item .left {
    flex: 1;
}

.global-contact-form-box .form-content .form-item .right {
    flex: 1;
}

.global-contact-form-box .form-content .form-item input {
    border: none;
    border-bottom: 2px solid var(--color-blue-3);
    outline: none;
    width: 100%;
    height: 30px;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
}

.global-contact-form-box .form-content .form-item input::placeholder {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: 600;
}

.global-contact-form-box .form-content .form-item p {
    margin: 10px 0;
    width: 100%;
}

.global-contact-form-box .form-content .wpcf7-submit {
    border: none;
    outline: none;
    width: 100%;
    cursor: pointer;
    height: 60px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background: linear-gradient(to bottom, var(--color-orange-2), var(--color-orange));
}

.global-contact-form-box .form-content .submit-btn-box {
    position: relative;
}

.global-contact-form-box .form-content .submit-btn-box::before {
    position: absolute;
    content: '';
    display: block;
    background-image: url(/wp-content/themes/school/assets/images/arrow-right.png);
    background-position: center;
    left: 18px;
    top: 22px;
    z-index: 9;
    width: 34px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -5px;
}

/*global-contact-box E*/

/*bookmark-box S*/
.bookmark-box {
    position: relative;
    background: #fff;
    padding: 30px 0;
}

.bookmark-box::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
    background: var(--color-gray-1);
}

.bookmark-box .container {
    position: relative;
    z-index: 2;
}

.bookmark-box .bookmark-left ul {
    list-style: none;
}

.bookmark-box .bookmark-left ul li {
    line-height: 25px;
    margin-bottom: 15px;
    cursor: pointer;
}

.bookmark-box .bookmark-left .bookmark-left-content {
    position: sticky;
    top: 0;
}

.bookmark-box .bookmark-right p {
    margin: 10px 0;
    line-height: 25px;
}

.bookmark-box .bookmark-right ul li {
    line-height: 25px;
    margin-bottom: 10px;
    cursor: pointer;
}

/*bookmark-box E*/
/*timeline-box S*/
.timeline-box {
    background-image: url(/wp-content/themes/school/assets/images/why-box-bg.png), url(/wp-content/themes/school/assets/images/why-box-bg.png), url(/wp-content/themes/school/assets/images/why-box-bg.png), url(/wp-content/themes/school/assets/images/why-box-bg.png), url(/wp-content/themes/school/assets/images/why-box-bg.png), url(/wp-content/themes/school/assets/images/why-box-bg.png);
    background-position: 0 -100px, calc(100% + 100px) 20%, 100px 50%, calc(100% + 100px) 75%, -100px 85%, 90% calc(100% + 100px);
    background-repeat: no-repeat, no-repeat;
    background-color: var(--color-gray-1);
    -webkit-background-size: 400px;
    background-size: 400px;
    padding: 80px 0;
}

.timeline-box .timeline-header .timeline-title {
    color: var(--color-purple);
}

.timeline-box .timeline-header p {
    margin: 0;
    line-height: 25px;
}

.timeline-body-box {
    max-width: 700px;
    margin: 50px auto;
    position: relative;
    padding: 50px 0 50px 80px;
}

.timeline-body-box::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 5px dotted var(--color-dark-purple);
    position: absolute;
}

.timeline-body-box .timeline-list .timeline-item {
    background: #fff;
    position: relative;
    padding: 25px;
    margin-bottom: 100px;
}

.timeline-body-box .timeline-list .timeline-item::before {
    position: absolute;
    content: '';
    display: block;
    left: -20px;
    top: 30px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
}

.actglobal .timeline-body-box .timeline-list .timeline-item {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
    opacity: 0;
}

.actglobal .timeline-body-box .timeline-list .timeline-item.show {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.timeline-body-box .timeline-list .timeline-item p.timeline-order {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 130px;
    color: var(--color-gray-1);
    font-weight: bold;
    line-height: 108px;
    font-family: "Microsoft YaHei", Verdana, Arial, sans-serif;
}

.actglobal .timeline-body-box .timeline-list .timeline-item .label {
    position: absolute;
    right: calc(100% + 100px);
    top: 30px;
    color: var(--color-purple);
    white-space: nowrap;
}

.timeline-body-box .timeline-list .timeline-item .timeline-point {
    position: absolute;
    right: calc(100% + 68px);
    top: 42px;
    color: var(--color-purple);
    width: 20px;
    height: 20px;
    background: var(--color-orange-2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.timeline-body-box .timeline-list .timeline-item .timeline-point > div {
    position: relative;
    width: 100%;
    height: 100%;
}

.timeline-body-box .timeline-list .timeline-item .timeline-point > div::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    color: var(--color-purple);
    width: 8px;
    height: 8px;
    background: var(--color-dark-purple);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.timeline-body-box .timeline-list .timeline-item .title {

}

.timeline-body-box .timeline-list .timeline-item p {
    margin: 0;
    z-index: 1;
    position: relative;
}

.timeline-body-box .timeline-list .timeline-item p.li {
    line-height: 35px;
    position: relative;
    padding-left: 20px;
}

.timeline-body-box .timeline-list .timeline-item p.li::before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(/wp-content/themes/school/assets/images/arrow.png);
    -webkit-background-size: contain;
    background-size: contain;
    left: 0;
    top: 9px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-repeat: no-repeat;
}

.timeline-body-box .timeline-list .timeline-item .timeline-bottom {
    padding-left: 160px;
}

.timeline-footer .li {
    position: relative;
    padding-left: 25px;
}

.timeline-footer .li::before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(/wp-content/themes/school/assets/images/gou.png);
    -webkit-background-size: contain;
    background-size: contain;
    left: 0;
    top: 8px;
    background-repeat: no-repeat;
}

/*timeline-box E*/
/*success-box S*/
.success-box {
    background-image: url(/wp-content/themes/school/assets/images/bar_lightorange-white.svg);
    background-repeat: repeat;
    -webkit-background-size: 500px;
    background-size: 500px;
    background-position: center center;
    padding: 60px 0;
}

.success-box.success-2-box {
    background-image: url(/wp-content/themes/school/assets/images/bar_lightgrey.svg);
    background-repeat: repeat;
    -webkit-background-size: 500px;
    background-size: 600px;
    background-position: center center;
    padding: 70px 0;
}

.success-box.success-2-box {
    background-image: url(/wp-content/themes/school/assets/images/success-3-box.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding: 70px 0;
}

.success-box .title {
    margin: 0;
}

.success-box p {
    margin: 0;
    line-height: 30px;
}

/*success-box E*/
/*newsletter-contact-form-1-box S*/
.newsletter-contact-form-1-box {
    padding: 100px 0;
}

.newsletter-contact-form-2-box {
    padding: 60px 0;
}

.newsletter-contact-form-1-box-content {
    background: #fff;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    overflow: hidden;
}

.wp-block-columns.newsletter-contact-form-2-box-content {
    display: flex;
    align-items: center !important;
    gap: 40px;
}

.newsletter-contact-form-2-box-content > .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newsletter-contact-form-2-box-content .form-left-header .title {
    margin: 0;
}

.newsletter-contact-form-1-box-content > .left {
    padding: 35px;
}

.newsletter-contact-form-1-box-content .form-title p {
    margin: 0;
}

.newsletter-contact-form-1-box-content .form-item, .newsletter-contact-form-2-box-content .form-item {
    margin: 0;
    display: flex;
    gap: 40px;
    width: 100%;
}

.newsletter-contact-form-1-box-content .form-item input, .newsletter-contact-form-2-box-content .form-item input {
    width: 100%;
    border: none;
    border-bottom: 2px solid var(--color-red);
    font-size: 20px;
    line-height: 40px;
    outline: none;
    color: var(--color-dark-purple);
    background: transparent;
    font-weight: bold;
}

.newsletter-contact-form-1-box-content .form-item input::placeholder {

    font-weight: bold;
    color: var(--color-dark-purple);
}

.newsletter-contact-form-2-box-content .form-item input::placeholder {

    font-weight: bold;
    color: var(--color-dark-purple);
}

.newsletter-contact-form-1-box-content .form-item .left {
    flex: 1;
}

.newsletter-contact-form-1-box-content .form-item .right {
    flex: 1;
}

.newsletter-contact-form-1-box-content .form-item p, .newsletter-contact-form-2-box-content .form-item p {
    width: 100%;
    margin: 10px 0;
}

.newsletter-contact-form-1-box-content .form-footer {
    display: flex;
    justify-content: space-between;
}

.newsletter-contact-form-2-box-content .form-footer {
    display: flex;
    justify-content: space-between;
}

.newsletter-contact-form-1-box-content .form-footer .submit-btn-box p, .newsletter-contact-form-2-box-content .form-footer .submit-btn-box p {
    display: flex;
    flex-direction: column;
}

.newsletter-contact-form-1-box-content .form-footer .submit-btn-box input, .newsletter-contact-form-2-box-content .form-footer .submit-btn-box input {
    background: var(--color-dark-purple);
    color: #fff;
    width: 144px;
    height: 50px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 15px;
    border: none;
    cursor: pointer;
}

.newsletter-contact-form-2-box-content .form-footer .submit-btn-box input {
    background: var(--color-purple);
}

.newsletter-contact-form-1-box-content .form-footer .submit-btn-box input:disabled, .newsletter-contact-form-2-box-content .form-footer .submit-btn-box input:disabled {
    cursor: not-allowed;
}

.newsletter-contact-form-1-box-content .form-footer .wpcf7-acceptance .wpcf7-list-item, .newsletter-contact-form-2-box-content .form-footer .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
    line-height: 28px;
}

.newsletter-contact-form-1-box-content .form-footer .wpcf7-acceptance .wpcf7-list-item a, .newsletter-contact-form-2-box-content .form-footer .wpcf7-acceptance .wpcf7-list-item a {
    text-decoration: underline;
}

.newsletter-contact-form-1-box-content .form-footer .wpcf7-acceptance input[type="checkbox"] + span, .newsletter-contact-form-2-box-content .form-footer .wpcf7-acceptance input[type="checkbox"] + span {
    position: relative;
}

/* 创建自定义的checkbox样式 */
.newsletter-contact-form-1-box-content .form-footer .wpcf7-acceptance input[type="checkbox"] + span::before, .newsletter-contact-form-2-box-content .form-footer .wpcf7-acceptance input[type="checkbox"] + span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 15px;
    min-height: 15px;
    margin-right: 5px;
    border: 2px solid #0c0c0c;
    vertical-align: middle;
    border-radius: 50%;
    background: #fff;
}

.newsletter-contact-form-1-box-content .form-footer .wpcf7-acceptance input[type="checkbox"] + span::after, .newsletter-contact-form-2-box-content .form-footer .wpcf7-acceptance input[type="checkbox"] + span::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    vertical-align: middle;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 5px;
    top: 5px;
}

/* 隐藏原生的checkbox */
.newsletter-contact-form-1-box-content .form-footer .wpcf7-acceptance input[type="checkbox"], .newsletter-contact-form-2-box-content .form-footer .wpcf7-acceptance input[type="checkbox"] {
    display: none;
}

/* 当checkbox被选中时改变背景色 */
.newsletter-contact-form-1-box-content .form-footer .wpcf7-acceptance input[type="checkbox"]:checked + span::after, .newsletter-contact-form-2-box-content .form-footer .wpcf7-acceptance input[type="checkbox"]:checked + span::after {
    background: #000;
}

/* 添加点击label时切换checkbox的状态 */
.newsletter-contact-form-1-box-content .form-footer .wpcf7-acceptance input[type="checkbox"] + span, .newsletter-contact-form-2-box-content .form-footer .wpcf7-acceptance input[type="checkbox"] + span {
    cursor: pointer;
}

.newsletter-contact-form-1-box-content > .right {
    color: #fff;
    padding: 35px 25px;
}

.newsletter-contact-form-1-box-content > .right p {
    margin: 0;
    line-height: 30px;
}

.newsletter-contact-form-2-box-content .form-left-footer p {
    margin: 0;
    line-height: 28px;
    color: var(--color-dark-purple);
}

.newsletter-contact-form-2-box-content .form-left-footer .form-left-footer-title::before {
    display: inline-block;
    content: '';
    background-image: url(/wp-content/themes/school/assets/images/dog.png);
    width: 142px;
    height: 126px;
    background-size: contain;
    background-repeat: no-repeat;
}

/*newsletter-contact-form-1-box E*/
/*brand-box S*/

.brand-box {
    padding: 60px 0;
}

.brand-box h2 {
    margin: 0;
}

.brand-scroll-to-right-box, .brand-scroll-to-left-box {
    overflow: hidden;
}

.brand-scroll-to-right-box-content, .brand-scroll-to-left-box-content {
    margin-top: 25px;
}

.brand-scroll-to-right-box-content {
    -webkit-animation-name: scroll-to-right;
    -moz-animation-name: scroll-to-right;
    -o-animation-name: scroll-to-right;
    animation-name: scroll-to-right;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.brand-scroll-to-left-box-content {
    -webkit-animation-name: scroll-to-left;
    -moz-animation-name: scroll-to-left;
    -o-animation-name: scroll-to-left;
    animation-name: scroll-to-left;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.actglobal .brand-scroll-to-right-box-content > div, .actglobal .brand-scroll-to-left-box-content > div {
    display: flex;
    align-items: center;
}

.brand-scroll-to-right-box-content > div figure, .brand-scroll-to-left-box-content > div figure {
    width: 200px;
    margin-right: 30px;
    flex-shrink: 0;
}

.brand-scroll-to-right-box-content > div img, .brand-scroll-to-left-box-content > div img {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
    filter: grayscale(100%);
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}

.brand-scroll-to-right-box-content > div img:hover, .brand-scroll-to-left-box-content > div img:hover {
    filter: grayscale(0);
}

/*brand-box E*/
/*expand-box S*/
.expand-box {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.expand-box svg {
    position: absolute;
    top: 150px;
    left: 0;
    transition: stroke 0.5s ease; /* 添加过渡效果 */
}

.expand-box svg path {
    animation: draw-expand-bg 3s ease-out forwards;
}

.expand-box .expand-content {
    -webkit-box-shadow: 0 0 15px 0 #a2a0a0;
    -moz-box-shadow: 0 0 15px 0 #a2a0a0;
    box-shadow: 0 0 25px 0 #a2a0a0;
    position: relative;
    z-index: 9;
    background: #fff;
}

.expand-box .expand-content .expand-title {
    padding: 25px 25px 15px 25px;
}

.expand-box .expand-content .expand-title p {
    margin: 0;
}


.expand-box .expand-content .expand-header {
    padding: 0 25px 25px;
    line-height: 30px;
}

.expand-box .expand-content .expand-header .img-description img {
    aspect-ratio: 1.5;
    object-fit: cover;
    object-position: center bottom;
}

.expand-box .expand-content .expand-header .img-logo img {
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 0 auto;
}

.expand-box .expand-content .expand-header .wp-block-heading {
    margin: 10px 0 20px;
    line-height: 42px;
}

.expand-box .expand-content .expand-header ul {
    list-style: disc;
    margin-left: 18px;
}

.actglobal .expand-body {
    display: none;
}

.expand-body .expand-body-content {
    padding: 25px;
    background-image: linear-gradient(to bottom, #fff, var(--color-orange-3));
}

.expand-body .expand-body-content .wp-block-heading {
    margin: 0;
}

.expand-body .expand-body-content .left ul {
    list-style: disc;
    margin-left: 18px;
}

.expand-body .expand-body-content .left ul li {
    line-height: 25px;
    margin-bottom: 15px;
}

.expand-body .expand-body-content .right p {
    margin: 0;
    line-height: 30px;
}

.expand-body .expand-body-content .right p.custom-li {
    position: relative;
    padding-left: 20px;
}

.expand-body .expand-body-content .right p.custom-li::before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 6px;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(/wp-content/themes/school/assets/images/arrow.png);
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 12px;
    height: 12px;
}

.expand-body .expand-body-bottom {
    background-image: url(/wp-content/themes/school/assets/images/bar_lightorange.svg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 35px 25px;
}

.expand-body .expand-body-bottom .wp-block-heading {
    margin: 0;
}

.expand-body .expand-body-bottom .expand-body-bottom-data-box > div {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: flex-end;
}

.expand-body .expand-body-bottom .expand-body-bottom-data-box > div p {
    margin: 5px 0;
}

.expand-body .expand-body-bottom .expand-body-bottom-data-box > div .data-item {
    width: 33.33%;
    margin-bottom: 10px;
}

/*expand-box E*/
/*location-box S*/
.location-box {
    padding: 60px 0;
    background-image: url(/wp-content/themes/school/assets/images/global.png), linear-gradient(to bottom, #fff 50%, #ffded1);
    background-repeat: no-repeat;
    -webkit-background-size: 1400px, cover;
    background-size: 1400px, cover;
    background-position: center;
    position: relative;
}

@keyframes location-img-scale {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    75% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes location-img-scale-1 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.location-box .location-img {
    transform-origin: 20% center;
}

.location-box .location-img.show {
    -webkit-animation: location-img-scale 0.5s linear 0s 1 forwards;
    -o-animation: location-img-scale 0.5s linear 0s 1 forwards;
    animation: location-img-scale 0.5s linear 0s 1 forwards;
}

.location-box .location-img.show-1 {
    -webkit-animation: location-img-scale-1 0.5s linear 0s 1 forwards;
    -o-animation: location-img-scale-1 0.5s linear 0s 1 forwards;
    animation: location-img-scale-1 0.5s linear 0s 1 forwards;
}

.location-box .location-box-header .wp-block-heading {
    margin: 0;
}

.location-box .location-box-header p {
    margin: 0;
    line-height: 25px;
}

.location-box .location-box-body {
    margin-top: 16%;
}

.location-box .location-box-body .right {
    padding-top: 150px;
}

@keyframes location-item-show {
    0% {
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    25% {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    50% {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
        -o-transform: translateX(10px);
        transform: translateX(10px);
    }
    75% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.actglobal .location-box .location-item {
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    border-radius: 47px;
    padding: 25px 25px 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 15px 2px #999;
    -moz-box-shadow: 0 0 15px 2px #999;
    box-shadow: 0 0 15px 0 #999;
    margin-bottom: 50px;
}

.actglobal .location-box .location-item.show {
    animation: location-item-show 0.3s linear 0s 1 forwards;
}

.actglobal .location-box .location-item .plus-minus-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    display: none;
    width: 30px;
    height: 30px;
    z-index: 10;
}

.location-box .location-item .plus-minus-btn.plus {
    display: block;
}

/*.actglobal .location-box .location-item.one .plus-minus-btn.plus {*/
/*display: none;*/
/*}*/

/*.location-box .location-item.one .plus-minus-btn.minus {*/
/*display: block;*/
/*}*/

.location-box .location-item .wp-block-heading {
    margin: 0;
}

.location-box .location-item .location-item-content {
    position: relative;
    z-index: 9;
}

.actglobal .location-box .location-item .location-item-content {
    display: none;
}

/*.actglobal .location-box .location-item.one .location-item-content {*/
/*display: block;*/
/*}*/
.location-box .location-item {
    overflow: hidden;
}

.location-box .location-item p {
    margin: 0;
    line-height: 25px;
    position: relative;
    z-index: 9;
}

.location-box .location-item .wp-block-heading {
    position: relative;
    z-index: 9;
}

.location-box .location-item p.custom-li {
    margin: 10px 0 0;
    line-height: 25px;
    position: relative;
    padding-left: 25px;
}

.location-box .location-item p.custom-li::before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 4px;
    -webkit-background-size: contain;
    background-size: 680px;
    background-image: url(/wp-content/themes/school/assets/images/hook_colors.svg);
    background-repeat: no-repeat;
    background-position: center 50%;
    width: 17px;
    height: 17px;
}

.location-box .location-item.two p.custom-li::before {
    background-position: center 46%;
}

.location-box .location-item.three p.custom-li::before {
    background-position: center 57%;
}

.location-box .location-item.four p.custom-li::before {
    background-position: center 53%;
}

.location-box .location-item .location-item-footer {
    text-align: center;
    margin-top: 25px;
    position: relative;
    z-index: 9;
}

.actglobal .location-box .location-item .city-img {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
}

.actglobal .location-box .location-item .city-img::before {
    content: '';
    width: 100%;
    height: 200px;
    display: block;
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    position: absolute;
    z-index: 8;
}

/*location-box E*/
/*solution-type-box S*/
.solution-type-box {
    padding: 60px 0;
}

.solution-type-box .wp-block-heading {
    margin: 0;
}

.solution-type-box .solution-type-list {
    margin-top: 50px;
}

.solution-type-box .solution-type-list > div {
    display: flex;
    justify-content: center;
}

.solution-type-box .solution-type-list .solution-type-item {
    width: 310px;
    display: flex;
    gap: 15px;
}

.solution-type-box .solution-type-list .solution-type-item p {
    margin: 0;
    text-align: right;
}


.solution-type-box .solution-type-list .solution-type-item figure {
    width: 40px;
}

/*solution-type-box E*/
/*service-box S*/
.service-box {
}

.service-box .service-content .service-content-box {
    position: relative;
    overflow: hidden;
}

.service-box .service-content .service-content-box .left {
    padding: 35px 25px;
    position: relative;
}

.service-box .service-content .service-content-box .left .wp-block-heading {
    margin: 0;
}

.service-box .service-content .service-content-box .left p {
    margin: 0;
    line-height: 25px;
}

.service-box .service-content .service-content-box .left p.bottom-content {

    line-height: 31px;
}

.service-box .service-content .service-content-box .left ul {
    list-style: disc;
    padding-left: 18px;
}

.service-box .service-content .service-content-box .left ul li {
    margin-bottom: 15px;
}

.service-box .service-content .service-content-box .left .content-body {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
}

.service-box .service-content .service-content-box .left .type-img-box {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 0;
}

.service-box .service-content .service-content-box .left .type-img-box > div {
    display: flex;
}

.service-box .service-content .service-content-box .left .type-img-box img {
    width: 30px;
    margin-left: 15px;
}

.actglobal .service-box .service-content .service-content-box .right figure {
    position: absolute;
    height: 100%;
    width: 50%;
    -webkit-transition: transform 0.3s ease-in-out 0s;
    -moz-transition: transform 0.3s ease-in-out 0s;
    -ms-transition: transform 0.3s ease-in-out 0s;
    -o-transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
}

.actglobal .service-box .service-content .service-content-box .right figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*service-box E*/
/*strategie-box S*/
.strategie-box {
    background-image: url(/wp-content/themes/school/assets/images/Strategie-bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 30px 0;
}

.strategie-box.strategie-box-2 {
    background-image: url(/wp-content/themes/school/assets/images/Strategie-bg-2.png);
}

.strategie-box p {
    margin: 0;
    line-height: 42px;
}

.strategie-box .strategie-box-content {
    align-items: center !important;
}

/*strategie-box E*/
/*advantage-box S*/
.advantage-box {
    padding: 60px 0;
}

.advantage-box .title {
    margin: 0;
    line-height: 48px;
}

.advantage-box .title strong {
    display: block;
}

.advantage-box p {
    margin: 0;
    line-height: 25px;
}

.advantage-box p.item-title {
    margin: 0;
    line-height: 40px;
}

.advantage-box .advantage-box-content-header figure {
    margin: 0;
}

.advantage-box .advantage-box-content-description {
    position: relative;
    padding-left: 45px;
}

.advantage-box .advantage-box-content-description::before {
    content: '';
    background-image: url(/wp-content/themes/school/assets/images/ling.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    left: 0;
    top: 0;
}

.advantage-box .translate {
    transform: translateX(-30px);
}

.actglobal .advantage-box .text-animate {
    -webkit-transition: all 0.3s linear 0.1s;
    -moz-transition: all 0.3s linear 0.1s;
    -ms-transition: all 0.3s linear 0.1s;
    -o-transition: all 0.3s linear 0.1s;
    transition: all 0.3s linear 0.1s;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.actglobal .advantage-box .text-animate.show {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.actglobal .advantage-box .margin-top-minus {
    margin-top: -50px;
}

/*advantage-box E*/
/*process-box S*/
.process-box {
    padding: 60px 0;
}

.process-box .title {
    margin: 0;
    line-height: 48px;
}

.process-box p {
    margin: 0;
    line-height: 25px;
}

.process-box .process-item img {
    width: 60px;
}

.process-box .process-item.padding-left {
    padding-left: 100px;
}

.actglobal .process-box .text-animate {
    -webkit-transition: all 0.3s linear 0.1s;
    -moz-transition: all 0.3s linear 0.1s;
    -ms-transition: all 0.3s linear 0.1s;
    -o-transition: all 0.3s linear 0.1s;
    transition: all 0.3s linear 0.1s;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.actglobal .process-box .text-animate.show {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.actglobal .process-box .title strong {
    display: block;
}


/*process-box E*/
/*discount-box S*/
.discount-box {
    position: relative;
    padding: 50px 0;
}

.discount-box .wp-block-heading {
    margin: 0;
}

.discount-box p {
    margin: 0;
    line-height: 30px;
}

.discount-box p.custom-li-1 {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.discount-box p.custom-li-1::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/themes/school/assets/images/discount-arrow-1.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 6px;
}

.discount-box p.custom-li-2 {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.discount-box p.custom-li-2::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/themes/school/assets/images/discount-arrow-2.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 10px;
}

.actglobal .discount-box .discount-circle-box {
    position: absolute;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    margin-left: -20px;
    top: 50px;
    transform: rotate(-15deg);
    z-index: 9;
    -webkit-box-shadow: 0 0 25px 0 #a2a0a0;
    -moz-box-shadow: 0 0 25px 0 #a2a0a0;
    box-shadow: 0 0 25px 0 #a2a0a0;
}

.actglobal .discount-box .discount-circle-box > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.actglobal .discount-box .right figure {
    position: absolute;
    height: 100%;
    width: 50%;
    z-index: 8;
    top: 0;
    left: 50%;
}

.actglobal .discount-box .right figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

/*discount-box E*/
/*count-data-box S*/
.count-data-box {
    text-align: center;
    overflow-y: visible;
}

.count-data-box p {
    margin: 0;
    line-height: 25px;
}

.count-data-box p.data-title {
    line-height: 70px;
}

.btn-form-box {
    display: inline-block;
    margin: 0 auto;
    width: 380px;
    position: relative;
    color: #000;
}

.actglobal .btn-form-box .wp-block-contact-form-7-contact-form-selector {
    display: none;
    position: absolute;
    background: #d5ecf2;
    z-index: 10;
    border-radius: 30px;
    top: 5px;
    padding-top: 40px;
    -webkit-box-shadow: 0 0 10px 3px #999;
    -moz-box-shadow: 0 0 10px 3px #999;
    box-shadow: 0 0 10px 3px #999;
}

.btn-form-box.form-2 .wp-block-contact-form-7-contact-form-selector {
    background: #fff;
}

.btn-form-box.form-3 .wp-block-contact-form-7-contact-form-selector {
    background: #fff;
}

.btn-form-box.form-2 .wp-block-contact-form-7-contact-form-selector p {
    text-align: left;
    line-height: 25px;
}

.btn-form-box.form-2 .wp-block-contact-form-7-contact-form-selector .submit-btn-box p {
    text-align: right !important;
}


.btn-form-box .wp-block-button {
    width: 100%;
    position: relative;
    z-index: 11;
}

.btn-form-box.form-3 .wp-block-button .wp-element-button {
    display: flex;
    align-items: center;
}

.btn-form-box .wp-block-button .wp-element-button .left {
    background: #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    -webkit-transition: transform 0.3s linear 0s;
    -moz-transition: transform 0.3s linear 0s;
    -ms-transition: transform 0.3s linear 0s;
    -o-transition: transform 0.3s linear 0s;
    transition: transform 0.3s linear 0s;
}

.btn-form-box .wp-block-button .wp-element-button .left img {
    width: 25px;
}

.btn-form-box .wp-block-button .wp-element-button .left.show {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.btn-form-box .wp-block-button .wp-element-button .right {
    text-align: left;
}

.btn-form-box .wp-block-button strong {
    display: block;
}

.btn-form-box .newsletter-contact-form-1-form-content {
    padding: 25px;
    text-align: left;
}

.btn-form-box {
    position: relative;
}


.btn-form-box .form-item {
    margin: 0;
    gap: 40px;
    width: 100%;
}

.btn-form-box .form-item input {
    width: 100%;
    border: none;
    border-bottom: 2px solid var(--color-blue-2);
    font-size: 20px;
    line-height: 40px;
    outline: none;
    color: #000;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-form-box .form-item input::placeholder {
    color: #000;
}

.btn-form-box .newsletter-contact-form-1-form-content .form-footer {
    margin-top: 25px;
    font-size: 20px;
}

.btn-form-box .newsletter-contact-form-1-form-content .form-footer .wpcf7-list-item {
    margin: 0;
}

.btn-form-box .newsletter-contact-form-1-form-content .form-footer .submit-btn-box {
    text-align: right;
}

.btn-form-box .newsletter-contact-form-1-form-content .form-footer .submit-btn-box span {
    display: block;
}

.btn-form-box .newsletter-contact-form-1-form-content .form-footer .submit-btn-box .wpcf7-submit {
    display: inline-block;
    padding: 0 30px;
    background: linear-gradient(to bottom, var(--color-orange-2), var(--color-orange));
    border: none;
    outline: none;
    color: #000;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    font-size: 20px;
}

.btn-form-box .newsletter-contact-form-1-form-content .form-footer .submit-btn-box .wpcf7-submit img {
    width: 26px;
    vertical-align: middle;
    margin-right: 15px;
}

.btn-form-box .form-footer .wpcf7-acceptance input[type="checkbox"] + span {
    position: relative;
}

/* 创建自定义的checkbox样式 */
.btn-form-box .form-footer .wpcf7-acceptance input[type="checkbox"] + span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 15px;
    min-height: 15px;
    margin-right: 5px;
    border: 2px solid #0c0c0c;
    vertical-align: middle;
    border-radius: 50%;
    background: #fff;
}

.btn-form-box .form-footer .wpcf7-acceptance input[type="checkbox"] + span::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    vertical-align: middle;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 5px;
    top: 5px;
}

/* 隐藏原生的checkbox */
.btn-form-box .form-footer .wpcf7-acceptance input[type="checkbox"] {
    display: none;
}

/* 当checkbox被选中时改变背景色 */
.btn-form-box .form-footer .wpcf7-acceptance input[type="checkbox"]:checked + span::after {
    background: #000;
}

/* 添加点击label时切换checkbox的状态 */
.btn-form-box .form-footer .wpcf7-acceptance input[type="checkbox"] + span {
    cursor: pointer;
}

/*count-data-box E*/
/*system-box S*/
.system-box {
    padding: 60px 0;
    overflow: hidden;
}

.system-box .wp-block-heading {
    margin: 0;
    line-height: 48px;
}

.system-box p {
    margin: 0;
    line-height: 25px;
}

.system-box ul {
    list-style: disc;
    padding-left: 15px;
}

.system-box ul li {
    line-height: 25px;
    margin-top: 5px;
}

.system-box .system-item img {
    width: 60px;
}

.actglobal .system-box .system-item.two {
    position: relative;
    left: 40%;
}

.actglobal .system-box .system-item.four {
    position: relative;
    left: 50%;
    top: 5%;
}

.actglobal .system-box .system-img {
    width: 80%;
}

.actglobal .system-box .text-animate {
    -webkit-transition: all 0.3s linear 0.1s;
    -moz-transition: all 0.3s linear 0.1s;
    -ms-transition: all 0.3s linear 0.1s;
    -o-transition: all 0.3s linear 0.1s;
    transition: all 0.3s linear 0.1s;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.actglobal .system-box .text-animate.show {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/*system-box E*/
/*mission-box S*/
.mission-box {
    padding: 60px 0;
    position: relative;
}

.mission-box p {
    margin: 0;
    line-height: 25px;
}

.mission-box .title {
    line-height: 48px;
}

.mission-box .sub-title {
    line-height: 36px;
}

.mission-box p.custom-li {
    line-height: 36px;
    position: relative;
    padding-left: 40px;
    z-index: 10;
}

.mission-box p.custom-li::before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 6px;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(/wp-content/themes/school/assets/images/discount-arrow-2.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
}

.mission-box .mission-img-1 {
    width: 65%;
    z-index: 8;
}

.mission-box .mission-img-2 {
    width: 65%;
    position: relative;
    left: 35%;
    margin-top: -22%;
    z-index: 10;
}

.mission-box .mission-bg {
    width: 100%;
    max-width: 900px;
    position: absolute;
    top: 19%;
    z-index: 9;
    left: calc(50% - 30px);
}

.mission-box .mission-box-content .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*mission-box E*/
/*team-box S*/
.team-box {
    padding: 60px 0;
    position: relative;
}

.team-box .container {
    overflow: hidden;
}

.team-box .wp-block-heading {
    margin: 0;
}

.team-box p {
    margin: 0;
    line-height: 25px;
}

.team-box .team-img-box {
    overflow: hidden;
}

.team-box .team-img-box > div {
    display: flex;
    flex-wrap: nowrap;
}

.team-box .team-img-box .team-img {
    width: 150%;
    min-width: 1000px;
    flex-shrink: 0;
    padding-right: 15px;
}

.team-box .team-img-box .team-img img {
    width: 100%;
}

.team-box .team-img-box {
    overflow: visible;
    -webkit-animation-name: team-scroll-to-left;
    -moz-animation-name: team-scroll-to-left;
    -o-animation-name: team-scroll-to-left;
    animation-name: team-scroll-to-left;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

/*team-box E*/
/*fachbereiche-box S*/
.fachbereiche-box {
    padding: 60px 0;
}

.fachbereiche-box .container {
    position: relative;
}

.fachbereiche-box .container .fachbereiche-bg {
    width: 100%;
    text-align: center;
}

.fachbereiche-box .container .fachbereiche-bg figure {
    width: 100%;
    margin: 0 auto;
}

.fachbereiche-box .container .fachbereiche-bg figure img {
    display: block;
    margin: 0 auto;
}

.actglobal .fachbereiche-box .container .fachbereiche-item {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: opacity 0.5s ease-in-out 0s;
    -moz-transition: opacity 0.5s ease-in-out 0s;
    -ms-transition: opacity 0.5s ease-in-out 0s;
    -o-transition: opacity 0.5s ease-in-out 0s;
    transition: opacity 0.5s ease-in-out 0s, transform 0.5s ease-in-out 0s;
    opacity: 0;
    transform: scale(0);
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.actglobal .fachbereiche-box .container .fachbereiche-item:nth-child(1):hover {
    -webkit-animation-name: fachbereiche-0;
    -moz-animation-name: fachbereiche-0;
    -o-animation-name: fachbereiche-0;
    animation-name: fachbereiche-0;
}

.actglobal .fachbereiche-box .container .fachbereiche-item:nth-child(2):hover {
    -webkit-animation-name: fachbereiche-1;
    -moz-animation-name: fachbereiche-1;
    -o-animation-name: fachbereiche-1;
    animation-name: fachbereiche-1;
}

.actglobal .fachbereiche-box .container .fachbereiche-item:nth-child(3):hover {
    -webkit-animation-name: fachbereiche-2;
    -moz-animation-name: fachbereiche-2;
    -o-animation-name: fachbereiche-2;
    animation-name: fachbereiche-2;
}

.actglobal .fachbereiche-box .container .fachbereiche-item:nth-child(4):hover {
    -webkit-animation-name: fachbereiche-3;
    -moz-animation-name: fachbereiche-3;
    -o-animation-name: fachbereiche-3;
    animation-name: fachbereiche-3;
}

.actglobal .fachbereiche-box .container .fachbereiche-item:nth-child(5):hover {
    -webkit-animation-name: fachbereiche-4;
    -moz-animation-name: fachbereiche-4;
    -o-animation-name: fachbereiche-4;
    animation-name: fachbereiche-4;
}

.actglobal .fachbereiche-box .container .fachbereiche-item:nth-child(6):hover {
    -webkit-animation-name: fachbereiche-5;
    -moz-animation-name: fachbereiche-5;
    -o-animation-name: fachbereiche-5;
    animation-name: fachbereiche-5;
}

.actglobal .fachbereiche-box .container .fachbereiche-item:nth-child(7):hover {
    -webkit-animation-name: fachbereiche-6;
    -moz-animation-name: fachbereiche-6;
    -o-animation-name: fachbereiche-6;
    animation-name: fachbereiche-6;
}

.actglobal .fachbereiche-box .container .fachbereiche-item:nth-child(8):hover {
    -webkit-animation-name: fachbereiche-7;
    -moz-animation-name: fachbereiche-7;
    -o-animation-name: fachbereiche-7;
    animation-name: fachbereiche-7;
}

.fachbereiche-box .container .fachbereiche-item figure {
    margin-bottom: 15px;
    width: 53px;
}

.fachbereiche-box .container .fachbereiche-item .font-25 {
    margin-bottom: 15px;
    color: var(--color-blue-3);
}

.actglobal .fachbereiche-box .container .fachbereiche-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    transform: scale(0);
    opacity: 0;
}

.fachbereiche-box .container .fachbereiche-center figure {
    width: 250px;
    margin: 0 auto;
}

.fachbereiche-box .container .fachbereiche-center p {
    margin: 0 auto;
    line-height: 25px;
}

.fachbereiche-box .container .fachbereiche-item figure {
    margin: 15px auto;
    text-align: center;
}

.fachbereiche-box .container .fachbereiche-item p {
    margin: 0;
    line-height: 25px;
}

/*fachbereiche-box E*/
/*require-box S*/
.require-box {
    padding: 60px 0 1px;
}

.require-box .title, .require-box .sub-title {
    margin: 0;
}

.require-box .sub-title {
    line-height: 36px;
}

.require-box p {
    line-height: 25px;
    margin: 0;
}

.actglobal .require-box figure {
    margin: 0;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.require-box figure.show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.require-box .require-item-two {
    align-items: center !important;
}

.require-box .require-item-four {
    align-items: flex-end !important;
    position: relative;
    left: -20%;
    top: -10%;
}

.actglobal .require-box .require-description-box {
    -webkit-transition: opacity 0.5s linear 0s;
    -moz-transition: opacity 0.5s linear 0s;
    -ms-transition: opacity 0.5s linear 0s;
    -o-transition: opacity 0.5s linear 0s;
    transition: opacity 0.5s linear 0s;
    opacity: 0;
}

.require-box .require-description-box.show {
    opacity: 1;
}

/*require-box E*/
/*miko-box S*/
.miko-box {
    padding: 60px 0;
    background-image: url(/wp-content/themes/school/assets/images/dog-2.png), url(/wp-content/themes/school/assets/images/miko-bg.png);
    background-position: 20px bottom, 85% 30%;
    background-repeat: no-repeat;
    position: relative;
    -webkit-background-size: 200px, cover;
    background-size: 200px, cover;
}

.miko-box .wp-block-heading {
    line-height: 48px;
    margin: 0;
}

.miko-box .wp-block-heading strong {
    display: block;
}

.miko-box p {
    line-height: 25px;
}

.miko-box .miko-box-footer {
    background: #fff;
    border: 1px solid #000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 50px 25px 25px;
    position: relative;
    right: -50px;
}

.miko-box .miko-box-footer::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(/wp-content/themes/school/assets/images/dog-3.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 80px;
    height: 80px;
    right: -20px;
    top: -20px;
}

.miko-box .miko-box-footer p {
    margin: 0;
}

/*miko-box E*/
/*partner-box S*/
.partner-box {
    padding: 60px 0;
}

.partner-box .title {
    margin: 0;
    line-height: 48px;
}

.partner-box p {
    margin: 0;
    line-height: 25px;
}

.partner-box .partner-list-box {
    overflow: hidden;
    padding: 60px 0 0;
    position: relative;
}

.partner-box .partner-list-box .partner-list {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.actglobal .partner-box .partner-list-box .partner-list > div {
    display: flex;
    flex-wrap: nowrap;
    flex-shrink: 0;
    width: 100%;
}

.actglobal .partner-box .partner-list-box .partner-item {
    width: 25%;
    flex-shrink: 0;
}

.actglobal .partner-box .partner-list-box .partner-item.show {
    position: relative;
    z-index: 10;
    transform: translateY(20px);
}

.actglobal .partner-box .partner-list-box .partner-item figure {
    position: relative;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.actglobal .partner-box .partner-list-box .partner-item figure img {
    width: 100%;
    aspect-ratio: 0.85;
    object-fit: cover;
    object-position: center top;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.actglobal .partner-box .partner-list-box .partner-item.show figure {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-box-shadow: 0 0 15px 0 #999;
    -moz-box-shadow: 0 0 15px 0 #999;
    box-shadow: 0 0 15px 0 #999;
}

.actglobal .partner-box .partner-list-box .partner-item figure::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ff1726;
    opacity: 0.5;
    z-index: 9;
}

.actglobal .partner-box .partner-list-box .partner-item.show figure::before {
    display: none;
}

.actglobal .partner-box .partner-list-box .partner-item figure .name-box {
    display: block;
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 9;
    color: #fff;
}

.actglobal .partner-box .partner-list-box .partner-item.show figure .name-box {
    display: none;
}

.actglobal .partner-box .partner-list-box .partner-item .partner-item-content {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.actglobal .partner-box .partner-list-box .partner-item.show .partner-item-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    width: 180%;
    right: -10%;
    top: 60%;
    position: absolute;
}

.actglobal .partner-box .partner-list-box .arrow-box {
    position: absolute;
    right: 10%;
    top: 60%;
    z-index: 9;
}

.actglobal .partner-box .partner-list-box .arrow-box .arrow-left {
    display: inline-block;
    width: 41px;
    height: 25px;
    background-image: url("/wp-content/themes/school/assets/images/arrow-left.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
}

.actglobal .partner-box .partner-list-box .arrow-box .arrow-right {
    display: inline-block;
    width: 41px;
    height: 25px;
    background-image: url("/wp-content/themes/school/assets/images/arrow-left.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
}

/*partner-box E*/
.not-found-box {
    text-align: center;
    padding: 100px;
}

@media screen and (min-width: 1400px) {
    .slide-box .title-box {
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    .why-box .title {
        display: inline-block;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    .faq-box .title {
        display: inline-block;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    .advantage-box .advantage-box-content-header figure {
        margin: 0;
        transform: translateX(-30px);
    }
}

@media screen and (max-width: 992px) {
    .font-80 {
        font-size: 60px;
    }

    .font-60 {
        font-size: 45px;
    }

    .font-40 {
        font-size: 35px;
    }

    .font-35 {
        font-size: 32px;
    }

    .font-25 {
        font-size: 22px;
    }

    .nav-box-content {
        padding: 0 15px;
    }

    .nav-box-content .nav-pc-menu-box {
        display: none;
    }

    .nav-box-content .nav-phone-menu-box {
        display: flex;
        height: 74px;
    }

    .nav-box-content .nav-phone-menu-box .logo-box {
        left: 15px;
    }

    .nav-box-content .nav-phone-menu-box .nav-show-btn-box {
        position: relative;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }


    .nav-box-content .nav-phone-menu-box .nav-show-btn-box .btn-item {
        width: 26px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 50%;
        margin-left: -13px;
        top: 50%;
        margin-top: -1px;
        transform-origin: center;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .nav-box-content .nav-phone-menu-box .nav-show-btn-box.show .btn-item {
        background: #000 !important;
    }

    .nav-box-content .nav-phone-menu-box .nav-show-btn-box .btn-item:first-child {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .nav-box-content .nav-phone-menu-box .nav-show-btn-box.show .btn-item:first-child {
        transform: translateY(0) rotate(45deg);
    }

    .nav-box-content .nav-phone-menu-box .nav-show-btn-box.show .btn-item:nth-child(2) {
        opacity: 0;
    }

    .nav-box-content .nav-phone-menu-box .nav-show-btn-box .btn-item:last-child {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }

    .nav-box-content .nav-phone-menu-box .nav-show-btn-box.show .btn-item:last-child {
        transform: translateY(0) rotate(-45deg);
    }

    .nav-box-content .nav-phone-menu-box .nav-phone-menu-box-list {
        position: fixed;
        top: 74px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        background: #fff;
        z-index: 1000;
        display: none;
    }

    .nav-box-content .nav-phone-menu-box .nav-phone-menu-box-list .menu-item a {
        color: #000 !important;
        position: relative;
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #ddd;
    }

    .nav-box-content .nav-phone-menu-box .nav-phone-menu-box-list li.has-children > a span, .nav-box-content .nav-phone-menu-box .nav-phone-menu-box-list li.menu-item-has-children > a span {
        position: absolute;
        right: 0;
        top: 0;
        transition: transform 0.3s linear 0s;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        width: 40px;
        height: 100%;
    }

    .nav-box-content .nav-phone-menu-box .nav-phone-menu-box-list li.has-children > a span.show, .nav-box-content .nav-phone-menu-box .nav-phone-menu-box-list li.menu-item-has-children > a span.show {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .nav-box-content .nav-phone-menu-box .nav-phone-menu-box-list li.has-children > a span::after, .nav-box-content .nav-phone-menu-box .nav-phone-menu-box-list li.menu-item-has-children > a span::after {
        content: '';
        display: block;
        background-image: url(/wp-content/themes/school/assets/images/arrow.png);
        background-position: center;
        width: 15px;
        height: 15px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: -8px;
        top: 50%;
        position: relative;
        left: 50%;
        margin-left: -8px;
    }

    .nav-box-content .nav-phone-menu-box .nav-phone-menu-box-list li.has-children .sub-menu, .nav-box-content .nav-phone-menu-box .nav-phone-menu-box-list li.menu-item-has-children .sub-menu {
        display: none;
        padding: 0 15px;
    }

    .nav-box .nav-box-content .nav-phone-menu-box .telphone-a {
        margin-left: 15px;
        margin-top: 15px;
    }

    .solution-box {
        padding: 50px 0 120px;
        background-size: auto, auto 200px, auto;
    }

    .solution-box .solution-content-box {
        flex-direction: column;
    }

    .slide-box {
        padding: 200px 0 50px;
    }

    .actglobal .slide-box .title-box {
        top: 30px;
    }

    .slide-box .slide-list-box .arrow-box {
        bottom: 0;
    }

    .actglobal .slide-box .slide-list-box {
        padding-bottom: 40px;
        box-sizing: content-box;
    }

    .actglobal .slide-box .slide-list-box .slide-item {
        width: 100%;
        flex-direction: column;
    }

    .slide-box .slide-list-box .slide-item.show .slide-item-left {
        width: 100%;
    }

    .actglobal .slide-box .slide-list-box .slide-item .slide-item-left {
        width: 100%;
    }

    .slide-box .slide-list-box .slide-item .slide-item-right {
        width: 100%;
    }

    .slide-box .slide-list-box .slide-item.half-show {
        left: 100%;
    }

    .solution-content-box .content-left::after {
        right: 0;
        display: none;
    }

    .solution-content-box .content-left::before {
        right: -8px;
        display: none;
    }

    .solution-content-box .content-right::after {
        left: -5px;
        display: none;
    }

    .solution-content-box .content-right::before {
        left: -13px;
        display: none;
    }

    .why-box {
        background-image: url(/wp-content/themes/school/assets/images/why-box-bg.png), url(/wp-content/themes/school/assets/images/why-box-bg.png);
        background-position: right 0, left 100%;
        background-repeat: no-repeat, no-repeat;
        background-color: #e7e7e7;
        padding: 25px 0 75px;
        -webkit-background-size: 400px;
        background-size: 400px;
    }

    .why-box .why-first {
        flex-direction: column;
    }

    .why-box .why-second .why-2 {
        padding-left: 0;
    }

    .why-box .why-second .why-3 {
        padding-left: 0;
    }

    .why-box .why-second .why-3 {
        margin-top: 30px;
    }

    .why-box .why-4 {
        left: 0;
    }

    .why-box .why-4.show {
    }

    .why-box .why-second {
        flex-direction: column;
    }

    .why-box .why-second .why-option {
        margin-top: 15px;
    }

    .faq-box .faq-list .faq-item {
        padding: 30px 0;
    }

    .footer-box {
        flex-direction: column;
    }

    .footer-box-left {
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }

    .footer-box-right {
        width: 100%;
    }

    .footer-box-right .footer-menu {
        flex-basis: 47%;
    }

    .beian-content {
        flex-direction: column;
        padding: 20px 0 50px;
    }

    .beian-content .right {
        margin-top: 15px;
        text-align: center;
    }

    .footer-beian-menu-box ul li {
        margin-right: 25px;
    }

    .advantage-box .advantage-box-content .wp-block-columns {
        flex-direction: column;
    }

    .advantage-box .advantage-box-content .translate {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .strategie-box .strategie-box-content {
        flex-direction: column;
    }

    .strategie-box .strategie-box-content p {
        text-align: center;
    }

    .process-box .wp-block-columns {
        flex-direction: column-reverse;
    }

    .process-box .process-item.padding-left {
        padding-left: 0;
    }

    .expand-box .expand-content .expand-header .wp-block-columns, .actglobal .expand-box .expand-body .wp-block-columns {
        flex-direction: column;
    }

    .expand-body .expand-body-bottom .expand-body-bottom-data-box > div {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .discount-box .wp-block-columns {
        flex-direction: column;
    }

    .actglobal .discount-box .right figure {
        position: unset;
        width: 100%;
    }

    .actglobal .discount-box .discount-circle-box {
        top: unset;
        left: 0;
        margin-left: 0;
    }

    .actglobal .advantage-box .margin-top-minus {
        margin-top: 0;
    }

    .actglobal .system-box .system-item.two {
        left: 0;
    }

    .actglobal .system-box .system-item.three {
        margin-top: 20px;
    }

    .actglobal .system-box .system-item.four {
        left: 0;
        top: 0;
        margin-top: 30px;
    }

    .actglobal .system-box .system-item.five {
        margin-top: 30px;
    }

    .count-data-box .wp-block-columns {
        flex-direction: column;
    }

    .actglobal .wp-block-buttons .wp-block-button__link {
        padding: 10px 20px;
    }

    .newsletter-contact-form-1-box .wp-block-columns {
        flex-direction: column-reverse;
    }

    .wp-block-columns.newsletter-contact-form-2-box-content {
        flex-direction: column;
        overflow: hidden;
    }

    .wp-block-columns.newsletter-contact-form-2-box-content .wp-block-spacer {
        height: 50px !important;
    }

    .solution-type-box .solution-type-list > div {
        flex-direction: column;
        align-items: center;
    }

    .service-box .service-content .service-content-box {
        flex-direction: column;
    }

    .service-box .service-content .service-content-box .left .type-img-box > div {
        padding-right: 15px;
    }

    .actglobal .service-box .service-content .service-content-box .right figure {
        position: unset;
        width: 100%;
        margin: 0;
    }

    .timeline-body-box {
        padding: 50px 0 50px 50px;
    }

    .timeline-body-box .timeline-list .timeline-item p.timeline-order {
        font-size: 80px;
        line-height: 80px;
    }

    .timeline-body-box .timeline-list .timeline-item .timeline-bottom {
        padding-left: 80px;
    }

    .timeline-body-box .timeline-list .timeline-item .timeline-point {
        right: calc(100% + 38px);
    }

    .actglobal .timeline-body-box .timeline-list .timeline-item .label {
        right: unset;
        left: 0;
        top: -15px;
        transform: translateY(-100%);
    }

    .bookmark-box .bookmark-left {
        display: none;
    }

    .bookmark-box .bookmark-right {
        width: 100%;
        flex-basis: 100% !important;
    }

    .bookmark-box::before {
        display: none;
    }

    .location-box {
        -webkit-background-size: contain, cover;
        background-size: contain, cover;
    }

    .location-box .location-box-body > div > .wp-block-columns {
        flex-direction: column;
        gap: 0;
    }

    .location-box .location-box-body .right {
        padding-top: 0;
    }

    .actglobal .location-box .location-item .city-img img {
        width: 100%;
    }

    .location-box .location-item .location-item-footer .wp-block-columns {
        flex-wrap: nowrap !important;
    }

    .mission-box {
        padding-bottom: 0;
    }

    .mission-box .container > div > div {
        flex-direction: column;
    }

    .mission-box .mission-box-content .right {
        flex-direction: column-reverse;
    }

    .mission-box .left .wp-block-spacer:last-child {
        height: 0 !important;
    }

    .mission-box .mission-bg {
        width: 100%;
        position: relative;
        left: 0;
        margin-top: -60%;
        z-index: 9;
    }

    .actglobal .fachbereiche-box .container .fachbereiche-item {

    }

    .require-box .container > div > .wp-block-columns {
        flex-direction: column;
    }

    .require-box .require-item-two, .require-box .require-item-three {
        flex-direction: column-reverse;
    }

    .require-box .require-item-four {
        align-items: center !important;
        flex-direction: column;
        left: unset;
        top: unset;
    }

    .require-box .require-item-four .wp-block-spacer:last-child {
        height: 0 !important;
    }

    .require-box figure {
        text-align: center;
    }

    .require-box .wp-block-heading {
        text-align: left;
    }

    .miko-box {
        background-position: 20px bottom, 65% 30%;
    }

    .miko-box .miko-box-footer {
        right: unset;
    }

    .partner-box {
        padding-bottom: 0;
    }

    .actglobal .partner-box .partner-list-box .partner-item {
        width: 33.33%;
    }

    .actglobal .partner-box .partner-list-box .partner-item.show .partner-item-content {
        top: 50%;
        position: unset;
        width: 100%;
    }

    .actglobal .partner-box .partner-list-box .partner-item.show figure {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .actglobal .partner-box .partner-list-box .partner-item.show {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .actglobal .fachbereiche-box .container .fachbereiche-center {
        position: unset;
        opacity: 1;
        transform: scale(1);
        margin-bottom: 25px;
    }

    .actglobal .fachbereiche-box .container .fachbereiche-item {
        position: unset;
        opacity: 1;
        transform: scale(1);
        margin-bottom: 25px;
    }

    .fachbereiche-box .container .fachbereiche-bg {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .fachbereiche-box .container .fachbereiche-center p.LTWaveTextBlack {
        line-height: 35px;
    }

    .global-contact-box {
        top: 30%;
    }

    .service-box .service-content .service-content-box .left .content-body {
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        overflow: hidden;
    }

    .actglobal .service-box .service-content .service-content-box .right figure {
        -webkit-transition: unset;
        -moz-transition: unset;
        -ms-transition: unset;
        -o-transition: unset;
        transition: unset;
    }

    .video-cover-box .title strong, .slide-box .title-box .title strong, .advantage-box .title strong, .actglobal .process-box .title strong, .miko-box .wp-block-heading strong {
        display: inline;
    }


}

@media (max-width: 781px) {
    .miko-box p {
        width: 50%;
    }

    .miko-box .miko-box-footer p {
        width: 100%;
    }

    .miko-box .wp-block-heading {
        width: 50%;
    }
}
