.banner .wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.banner {
    background: linear-gradient(to right, transparent 50%, rgba(229, 7, 30, .3)) #333;
    height: 640px;
}

.banner .wrapper .text {
    letter-spacing: -5px;
    margin-left: 1px;
}

.banner .wrapper .text a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 12px 50px;
    display: inline-block;
    letter-spacing: 0px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.banner .wrapper .text a {
    margin-left: -1px;
}

.box-stroke-list-ctn {
    opacity: .9;
    z-index: 180;
}

.box-main-ctn {
    z-index: 190;
}

.banner-back-dynamic .level {
    text-transform: uppercase;
    font-size: 20px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.banner-back-dynamic .face {
    position: absolute;
}

.level::before {
    content: "L1-";
    display: none;
}

.banner-back-dynamic .box:first-of-type .level {
    width: 96px;
    height: 96px;
    line-height: 96px;
}

.banner-back-dynamic .box:first-of-type .level::before {
    display: none !important;
}

.box-bring-forward .level::before {
    display: inline;
}

section.numbers {}

section.numbers .wrapper {
    position: relative;
}

.number-list {
    display: flex;
    padding: 40px 50px;
}

.number-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.number-val {
    color: #e5071e;
    font-size: 34px;
    line-height: 1.4em;
}

.number-name {
    line-height: 1.4em;
}

section.intro {
    min-height: 780px;
    color: white;
    background: url("../images/intro_back.png") right center no-repeat, linear-gradient(to right, #1d1d1d, #2e0106);
}

.intro article {
    padding-top: 45px;
    padding-bottom: 45px;
}

section.intro .wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro-article>* {
    max-width: 45%;
}

section.founder {
    height: 640px;
    background: url("../images/about_us_platform_back.jpg") center/cover no-repeat #333;
    color: white;
}

section.founder .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 100%;
}

.founder .platform-img {
    right: 60px;
    bottom: 0;
    position: absolute;
}

section.founder article {
    z-index: 240;
}

.founder .btn-more-info {
    width: 50px;
    height: 50px;
    margin-top: 20px;
}

.founder-img {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    right: -80px;
    z-index: 210;
}

section.mission {
    padding: 50px 0 80px;
}

section.mission .section-header {
    margin-bottom: 30px;
}

section.mission .wrapper {
    text-align: center;
}

.mission-swiper {
    flex: 0 0 1440px;
    height: 480px;
}

.mission-item {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: white;
    padding: 0 150px;
    background: center/cover no-repeat;
}

.mission-text {
    font-size: 36px;
    text-align: left;
}

.mission-pagination.swiper-pagination-bullets {
    bottom: 25px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.mission-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #a0a0a0;
    opacity: 1;
    margin-left: 15px;
    margin-right: 15px;
}

.mission-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #e5071e;
}

section.mission .btn-box {
    margin-top: 40px;
}

section.history {
    color: white;
    background: linear-gradient(to right, transparent 50%, rgba(229, 7, 30, .5)) #333;
    height: 640px;
    display: flex;
    flex-direction: column;
    padding: 55px 0;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.history-back {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 897px;
    height: 897px;
    object-fit: contain;
    animation: historyBack 150s linear infinite;
}

@keyframes historyBack {
    from {
        transform: none;
    }
    to {
        transform: rotate(1turn);
    }
}

.history-swiper {
    width: 550px;
    height: 440px;
    overflow: visible;
}

.history-item {
    flex: 0 0 550px;
    padding: 0 20px;
}

.history-item::before {
    content: "";
    width: 1px;
    height: 100px;
    background-color: #e5071e;
    position: absolute;
    left: 0;
    top: 0;
}

.history-item .year {
    font-size: 60px;
    line-height: .8em;
}

.history-content {
    height: 175px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 20px;
}

.history-content::-webkit-scrollbar {
    display: none;
}

.history-month-indicators {
    display: flex;
    flex-wrap: wrap;
}

.history-month-indicator {
    width: 2.86em;
    flex: 0 0 2.86em;
    height: 2.86em;
    text-align: center;
    line-height: calc(2.86em - 2px);
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .9);
    margin-right: 1.43em;
    margin-bottom: 0.715em;
    cursor: pointer;
}

.history-swiper>.history-pagination {
    position: absolute;
    width: 700px;
    left: -75px;
    bottom: 0;
    display: flex;
    height: 3.125em;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.history-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    flex: 1;
    max-width: 20%;
    margin: 0;
    padding-top: .9em;
    line-height: 1.325em;
    opacity: 1;
    background-color: transparent;
    position: relative;
    overflow-y: visible;
}

.history-swiper>.swiper-pagination-bullets .swiper-pagination-bullet.highlighted-year {
    color: #e5071e;
}

.history-swiper>.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.history-swiper>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    color: #e5071e;
}

.history-swiper>.swiper-pagination-bullets .swiper-pagination-bullet:hover::after,
.history-swiper>.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e5071e;
    position: absolute;
    left: 0;
    bottom: -1px;
}


/*
.history-swiper>.swiper-pagination-bullets .swiper-pagination-bullet-active::before{
    content: "";
    width: 700px;
    height: 1px;
    position: absolute;
    background: linear-gradient(to right, #e5071e calc(100% - 138px), #ffb3bb);
    right: 0;
    bottom: -1px;
}
*/

.history-month-block {
    min-height: 160px;
    margin-bottom: 25px;
}

.history-month-indicator:hover {
    background-color: rgba(0, 0, 0, .2);
}

.history-month-indicator.active {
    color: #e1081e;
    border: 1px solid #e1081e;
}

section.location {
    padding: 60px 0 80px;
}

.location-list {
    height: 480px;
    display: flex;
    position: relative;
    background-color: #333;
}

.location-item {
    position: relative;
    z-index: 220;
    color: white;
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, .3);
    transition: .3s;
}

.location-item:last-of-type {
    border-right: none;
}

.location-item.active {
    flex: 4;
}

.location-name {
    font-size: 20px;
    height: 1em;
    line-height: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    text-align: center;
}

.location-info {
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    position: absolute;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 420px;
}

.location-info .title {
    font-size: 24px;
    margin-bottom: 20px;
}

.location-info .address::before {
    content: "";
    display: inline-block;
    width: 1.625em;
    height: 1.25em;
    vertical-align: middle;
    margin-right: 1em;
    background: url("../images/icon_location.png") center/contain no-repeat;
}

.location-info .telephone::before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.4375em;
    vertical-align: middle;
    margin-right: 15px;
    background: url("../images/icon_telephone.png");
}

.location-info .address,
.location-info .telephone {
    line-height: 1.6em;
    margin-bottom: .6em;
}

.location-item.active .location-name {
    display: none;
}

.location-item.active .location-info {
    visibility: visible;
    opacity: 1;
}

.location-back {
    z-index: 210;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: brightness(.4);
    object-fit: cover;
}

.location-list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, transparent 25%, rgba(229, 7, 30, .4));
    z-index: 215;
    mix-blend-mode: overlay;
}

.box-group-main .box:nth-of-type(1) .face.top {
    background: linear-gradient(50deg, rgba(255, 255, 255, .3), transparent 70%) #ff6f7e
}

.box-group-main .box:nth-of-type(1) .face.bottom {}

.box-group-main .box:nth-of-type(1) .face.left {
    background: linear-gradient(-105deg, rgba(255, 255, 255, .3), transparent 70%) #ff6676
}

.box-group-main .box:nth-of-type(1) .face.right {}

.box-group-main .box:nth-of-type(1) .face.front {
    background: linear-gradient(165deg, rgba(255, 255, 255, .3), transparent 70%) #ff9ca6;
}

.box-group-main .box:nth-of-type(1) .face.back {}

.box-group-main .box:nth-of-type(2) .face.top {
    background: linear-gradient(-45deg, rgba(255, 255, 255, .3), transparent 60%)
}

.box-group-main .box:nth-of-type(2) .face.bottom {
    background: #ee4c5d;
}

.box-group-main .box:nth-of-type(2) .face.left {
    background: linear-gradient(135deg, rgba(255, 255, 255, .3), transparent 60%)
}

.box-group-main .box:nth-of-type(2) .face.right {
    background: #ff6f7e;
}

.box-group-main .box:nth-of-type(2) .face.front {
    background: linear-gradient(45deg, rgba(255, 255, 255, .3), transparent 60%)
}

.box-group-main .box:nth-of-type(2) .face.back {
    background: #ff5567;
}

.box-group-main .box:nth-of-type(3) .face.top {
    background: linear-gradient(135deg, rgba(255, 255, 255, .3), transparent 50%)
}

.box-group-main .box:nth-of-type(3) .face.bottom {
    background: #d62e40;
}

.box-group-main .box:nth-of-type(3) .face.left {
    background: linear-gradient(-45deg, rgba(255, 255, 255, .3), transparent 50%)
}

.box-group-main .box:nth-of-type(3) .face.right {
    background: #ff4c5f;
}

.box-group-main .box:nth-of-type(3) .face.front {
    background: linear-gradient(-135deg, rgba(255, 255, 255, .3), transparent 50%)
}

.box-group-main .box:nth-of-type(3) .face.back {
    background: #ed2e42
}

.box-group-main .box:nth-of-type(4) .face.top {
    background: linear-gradient(-45deg, rgba(255, 255, 255, .3), transparent 40%)
}

.box-group-main .box:nth-of-type(4) .face.bottom {
    background: #b51e2d;
}

.box-group-main .box:nth-of-type(4) .face.left {
    background: linear-gradient(135deg, rgba(255, 255, 255, .3), transparent 40%)
}

.box-group-main .box:nth-of-type(4) .face.right {
    background: #e42437;
}

.box-group-main .box:nth-of-type(4) .face.front {
    background: linear-gradient(45deg, rgba(255, 255, 255, .3), transparent 40%)
}

.box-group-main .box:nth-of-type(4) .face.back {
    background: #d71e31;
}

.box-group-main .box:nth-of-type(5) .face.top {
    background: linear-gradient(135deg, rgba(255, 255, 255, .35), transparent 30%)
}

.box-group-main .box:nth-of-type(5) .face.bottom {
    background: #930f1c;
}

.box-group-main .box:nth-of-type(5) .face.left {
    background: linear-gradient(-45deg, rgba(255, 255, 255, .35), transparent 30%)
}

.box-group-main .box:nth-of-type(5) .face.right {
    background: #cd1729;
}

.box-group-main .box:nth-of-type(5) .face.front {
    background: linear-gradient(-135deg, rgba(255, 255, 255, .35), transparent 30%)
}

.box-group-main .box:nth-of-type(5) .face.back {
    background: #ad2230;
}

.box-main-inner-ctn.hovered .box:nth-of-type(4) {
    transform: translate3d(-1000px, -1000px, 1000px);
}

.box-main-inner-ctn.hovered .box:nth-of-type(3) {
    transform: translate3d(-2000px, -2000px, 2000px);
}

.box-main-inner-ctn.hovered .box:nth-of-type(2) {
    transform: translate3d(-3000px, -3000px, 3000px);
}

.box-main-inner-ctn.hovered .box:nth-of-type(1) {
    transform: translate3d(-4000px, -4000px, 4000px);
}

.box-main-inner-ctn .box-group-main .box.box-bring-forward {
    transform: translate3d(-5000px, -5000px, 5000px);
    transition: transform 0s .4s linear;
}

.box-main-inner-ctn .box:nth-of-type(1):hover .level {
    font-size: 42px;
    transition-delay: .2s;
}

.box-main-inner-ctn .box:nth-of-type(2).box-bring-forward .level,
.box-main-inner-ctn .box:nth-of-type(3).box-bring-forward .level,
.box-main-inner-ctn .box:nth-of-type(4).box-bring-forward .level,
.box-main-inner-ctn .box:nth-of-type(5).box-bring-forward .level {
    font-size: 48px;
    top: calc(20% - 20px);
    transition-delay: .3s;
    width: 100%;
}

.box-main-inner-ctn .box {
    transition: 0s 0s;
}

.box-main-inner-ctn.hovered .box {
    transition: 0s .2s;
}

.box-main-inner-ctn .box-group {
    transition: 0s;
}

.box-main-inner-ctn.hovered .box-group {
    transition: .2s;
    transform: rotateX(-35.27deg) rotateY(45deg) !important;
}

.box-main-inner-ctn .box-group-main .box .face {
    transition: .3s background-color;
}

.box-main-ctn {
    z-index: 260;
}

.box-main-inner-ctn {
    position: absolute;
    left: calc(65.7% - 300px);
    top: calc(50% - 300px);
    width: 600px;
    height: 600px;
    cursor: pointer;
}

.box-group-main {
    width: 360px;
    height: 360px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.box-group-main .box .text {
    font-size: 24px;
    height: 1em;
    line-height: 1em;
    top: 1.5em;
    bottom: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    opacity: 0;
    position: absolute;
    transform: scale(.9);
}

.box-main-inner-ctn .box:nth-of-type(2).box-bring-forward .text,
.box-main-inner-ctn .box:nth-of-type(3).box-bring-forward .text,
.box-main-inner-ctn .box:nth-of-type(4).box-bring-forward .text,
.box-main-inner-ctn .box:nth-of-type(5).box-bring-forward .text {
    transition-delay: .5s;
    opacity: 1;
}

.box-main-inner-ctn .box:nth-of-type(2).box-bring-forward .text {
    transform: scale(1, 1.1)
}

.box-main-inner-ctn .box:nth-of-type(3).box-bring-forward .text {
    transform: scale(1.1, 1.21)
}

.box-main-inner-ctn .box:nth-of-type(4).box-bring-forward .text {
    transform: scale(1.2, 1.32)
}

.box-main-inner-ctn .box:nth-of-type(5).box-bring-forward .text {
    transform: scale(1.3, 1.43)
}

.box-stroke-list-ctn .box-group:nth-of-type(1) {
    left: calc(41% - 120px);
    top: calc(93% - 120px);
    width: 240px;
    height: 240px;
}

.box-stroke-list-ctn .box-group:nth-of-type(2) {
    left: calc(76% - 60px);
    top: calc(100% - 60px);
    width: 120px;
    height: 120px;
}

.box-stroke-list-ctn .box-group:nth-of-type(3) {
    left: calc(97% - 90px);
    top: calc(80% - 90px);
    width: 180px;
    height: 180px;
}

.box-stroke-list-ctn .box-group:nth-of-type(4) {
    left: calc(80% - 60px);
    top: calc(0% - 60px);
    width: 120px;
    height: 120px;
}

.box-stroke-list-ctn .box-group .box-border {
    width: 100%;
    height: 100%;
}

.box-stroke-list-ctn .box-group .box-inner {
    width: 30%;
    height: 30%;
}

.level-desc {
    display: block;
    text-align: center;
    width: 4em;
    transform-origin: center bottom;
    left: 100%;
    position: absolute;
    transform: translateX(-90%) rotateZ(45deg) rotateX(-60deg) translateZ(100px) translateY(14px);
    transform-style: preserve-3d;
}

@supports (width:fit-content) {
    .level-desc {
        width: fit-content;
    }
}


/*.level-desc::after{
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    top: 1.6em;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../images/icon_plus.png") center/contain no-repeat;
}*/

.face.top {
    transform-style: preserve-3d;
}

.zabout1 .zabout_tit {
    margin-top: 30px;
}

.zabout1 .zabout_tit p {
    font-size: 18px;
    line-height: 32px;
    border-left: 3px solid #e5071e;
    padding-left: 20px;
}

@media(max-width: 1440px) {
    .box-main-inner-ctn {
        transform: scale(.9);
        left: calc(72% - 300px);
    }
    .founder-img {
        right: -120px;
    }
    .mission-item {
        padding: 0 140px;
    }
    .location-info {
        width: 320px;
    }
}

@media(max-width: 1280px) {
    .box-main-inner-ctn {
        transform: scale(.8);
        left: calc(75% - 300px);
    }
    section.intro {
        background: url(../images/intro_back.png) center bottom/ auto 400px no-repeat, linear-gradient(to right, #1d1d1d, #2e0106);
        padding-bottom: 400px;
    }
    .intro-article>* {
        max-width: unset;
        width: 100%;
    }
    section.founder {
        height: 540px;
    }
    .platform-img {
        right: 30px;
        max-width: 30vw;
    }
    .mission-swiper {
        height: 450px;
    }
    .mission-item {
        padding: 0 120px;
    }
    .mission-text {
        text-align: center;
        font-size: 32px;
    }
    .location-info {
        width: 250px;
    }
}

@media(max-width: 960px) {
    .box-stroke-list-ctn .box-group:nth-of-type(1) {
        left: calc(26% - 120px);
        top: calc(93% - 120px);
        width: 240px;
        height: 240px;
    }
    .box-stroke-list-ctn .box-group:nth-of-type(2) {
        left: calc(70% - 60px);
        top: calc(100% - 60px);
        width: 120px;
        height: 120px;
    }
    .box-stroke-list-ctn .box-group:nth-of-type(3) {
        left: calc(96% - 90px);
        top: calc(80% - 90px);
        width: 180px;
        height: 180px;
    }
    .box-stroke-list-ctn .box-group:nth-of-type(4) {
        left: calc(75% - 60px);
        top: calc(0% - 60px);
        width: 120px;
        height: 120px;
    }
    /*     .banner .wrapper{
        padding-top: 60px;
        justify-content: flex-start;
    } */
    .box-main-inner-ctn {
        left: calc(50% - 300px);
        top: calc(60% - 300px);
    }
    .number-list {
        padding: 45px 0 30px;
    }
    .banner .wrapper h1 {
        max-width: 100%;
        position: absolute;
        top: 44px;
    }
    section.founder {
        height: auto;
    }
    section.founder .wrapper {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .founder .btn-more-info {
        width: 40px;
        height: 40px;
    }
    .founder-img {
        position: static;
        height: auto;
        width: 100%;
        max-width: 540px;
        margin: 10px auto 0;
    }
    .founder .wrapper {
        display: flex;
        flex-direction: column;
    }
    .founder .platform-img {
        position: relative;
        right: 0;
        left: 0;
        margin: 40px auto 0;
        max-width: 50vw;
    }
    .section.founder .wrapper {
        padding-bottom: 0;
    }
    .mission-swiper {
        height: 420px;
    }
    .mission-item {
        padding: 0 100px;
    }
    .mission-text {
        text-align: center;
        font-size: 28px;
    }
    .history-back {
        width: 150vw;
        height: 150vw;
        left: -25vw;
        object-fit: scale-down;
    }
    section.location {
        padding: 40px 0 50px;
    }
    section.location .section-header {
        margin-bottom: 2.25em;
    }
    .location-list {
        flex-direction: column;
        height: auto;
    }
    .location-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        flex: 0 0 60px;
    }
    .location-item.active {
        flex: 0 0 240px;
    }
    .location-item:last-of-type {
        border-bottom: none;
    }
}

@media(max-width: 800px) {
    .banner .wrapper {
        padding-top: 45px;
    }
    section.mission .section-header {
        margin-bottom: 20px;
    }
    section.mission {
        padding: 30px 0 50px;
    }
}

@media(max-width: 640px) {
    .box-main-inner-ctn {
        transform: scale(.6);
    }
    .banner {
        height: calc(100vh - 50px);
    }
    .banner .wrapper {
        padding-top: 30px;
    }
    .box-stroke-list-ctn .box {
        transform: scale(.85);
    }
    .banner .wrapper {
        padding: 30px 0 0;
    }
    .number-list {
        flex-wrap: wrap;
    }
    .number-item {
        flex: 0 0 50%;
        padding: 10px 0;
    }
    section.intro {
        padding-bottom: 40vw;
        background: url(../images/intro_back.png) center bottom/100% auto no-repeat, linear-gradient(to right, #1d1d1d, #2e0106);
    }
    section.intro h2 {
        text-align: center;
    }
    section.history {
        height: auto;
        padding: 40px 0 30px
    }
    section.history .section-header {
        margin-bottom: 2em;
    }
    .history-swiper {
        width: 100%;
        height: 390px;
    }
    .history-item {
        margin-right: 0;
        flex: 0 0 calc(100% - 20px);
        margin-left: 20px;
    }
    .history-item .year {
        font-size: 48px;
    }
    .history-month-indicator {
        margin-right: 0.715em;
    }
    .history-swiper>.history-pagination {
        width: 100%;
        left: 0;
    }
}

@media(max-width: 480px) {
    .box-main-inner-ctn {
        transform: scale(.5);
    }
    .box-stroke-list-ctn .box {
        transform: scale(.85);
    }
    .mission-swiper {
        height: 300px;
    }
    .mission-item {
        padding: 0 30px;
    }
}

.zabout1 {
    position: relative;
}

.zabout1 .wrapper {
    position: relative;
    padding-top: 60px;
}

.zhistory {
    background: url('../images/about2.jpg') no-repeat center center;
    background-size: cover;
}

.zhistory {
    padding: 50px 0px 80px;
    margin-top: 50px;
}

.zhistory .had {
    text-align: center;
    font-size: 2em;
}

.zhistory .text {
    margin-top: 50px;
    border-left: 1px solid #e5071e;
    padding-left: 30px;
}

.zhistory .textbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zhistory .text strong {
    font-size: 60px;
    color: #e5071e;
}

.zhistory .text p {
    font-size: 24px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 0px;
}

.zhistory .con {
    position: relative;
    padding-bottom: 100px;
    margin-top: -80px;
    background: url('../images/about3.png') no-repeat center center;
    height: 445px;
}

.zhistory .con .tit {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    padding: 0px 140px;
    align-items: flex-end;
}

.zhistory .con .tit span {
    display: block;
    flex: 1;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 9;
    background: url('../images/about4.png') no-repeat center top;
    padding-top: 72px;
    cursor: pointer;
}

.zhistory .con .tit span.active {
    background: url('../images/about5.png') no-repeat center top;
}

.zhistory .con .tit .nf1 {
    margin-bottom: 5px;
}

.zhistory .con .tit .nf2 {
    margin-bottom: 23px;
}

.zhistory .con .tit .nf3 {
    margin-bottom: 45px;
}

.zhistory .con .tit .nf4 {
    margin-bottom: 74px;
}

.zhistory .con .tit .nf5 {
    margin-bottom: 111px;
}

.zhistory .con .tit .nf6 {
    margin-bottom: 158px;
}

.zhistory .con .tit .nf7 {
    margin-bottom: 219px;
}

.chart-box {
    width: 100%;
    padding-top: 25%;
    position: relative;
}

.chart-box>* {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.history-list {
    color: #333;
    font-weight: bold;
    position: absolute;
}

.history-list.active {
    color: #e5071e;
}

.history-indicator {
    text-align: center;
    position: absolute;
    width: 120px;
    height: 50px;
    cursor: pointer;
}

.history-indicator:hover::before {
    transform: scale(1.2);
}

.history-indicator.active::before {
    transform: scale(1.4);
}

.history-text {
    display: block;
    width: 120px;
    position: absolute;
    top: 40px;
    left: -60px;
}

.history-indicator.active {
    color: #e5071e;
}

.history-indicator::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: white;
    border: 3px solid #e5071e;
    position: absolute;
    left: -5px;
    top: -5px;
}

.plane-img {
    width: auto;
    height: auto;
    position: absolute;
    transform: translate(-50%, -80%) scale(.4);
}

@media(max-width: 1440px) {
    .zhistory .con .tit .nf1 {
        margin-bottom: 12px;
    }
    .zhistory .con .tit .nf2 {
        margin-bottom: 28px;
    }
    .zhistory .con .tit .nf3 {
        margin-bottom: 48px;
    }
    .zhistory .con .tit .nf4 {
        margin-bottom: 74px;
    }
    .zhistory .con .tit .nf5 {
        margin-bottom: 105px;
    }
    .zhistory .con .tit .nf6 {
        margin-bottom: 144px;
    }
    .zhistory .con .tit .nf7 {
        margin-bottom: 190px;
    }
    .plane-img {
        transform: translate(-50%, -80%) scale(.36);
    }
    .chart-box {
        margin-top: 20px;
    }
}

@media(max-width: 1280px) {
    .zhistory .con .tit .nf1 {
        margin-bottom: 29px;
    }
    .zhistory .con .tit .nf2 {
        margin-bottom: 42px;
    }
    .zhistory .con .tit .nf3 {
        margin-bottom: 58px;
    }
    .zhistory .con .tit .nf4 {
        margin-bottom: 76px;
    }
    .zhistory .con .tit .nf5 {
        margin-bottom: 97px;
    }
    .zhistory .con .tit .nf6 {
        margin-bottom: 121px;
    }
    .zhistory .con .tit .nf7 {
        margin-bottom: 148px;
    }
    .plane-img {
        transform: translate(-50%, -80%) scale(.32);
    }
    .history-text {
        top: 36px;
    }
}

@media(max-width: 960px) {
    .zhistory .con {
        background-image: none;
        margin-top: 50px;
        padding-bottom: 0;
        height: auto;
    }
    .zhistory .con .tit {
        position: relative;
        padding: 0 60px;
    }
    .zhistory .con .tit .nf1 {
        margin-bottom: 0;
    }
    .zhistory .con .tit .nf2 {
        margin-bottom: 0;
    }
    .zhistory .con .tit .nf3 {
        margin-bottom: 0;
    }
    .zhistory .con .tit .nf4 {
        margin-bottom: 0;
    }
    .zhistory .con .tit .nf5 {
        margin-bottom: 0;
    }
    .zhistory .con .tit .nf6 {
        margin-bottom: 0;
    }
    .zhistory .con .tit .nf7 {
        margin-bottom: 0;
    }
    .plane-img {
        transform: translate(-50%, -80%) scale(.25);
    }
    .chart-box {
        margin-top: 40px;
    }
    .history-indicator {
        font-size: 14px;
    }
    .history-text {
        top: 32px;
    }
}

@media(max-width: 800px) {
    .zhistory .con .tit {
        flex-wrap: wrap;
    }
    .zhistory .con .tit span {
        flex: 0 0 calc(25%);
        margin-top: 20px;
    }
    .plane-img {
        transform: translate(-50%, -75%) scale(.22);
    }
}

@media(max-width: 640px) {
    .zhistory .con .tit {
        padding: 0;
    }
    .zhistory .text strong {
        font-size: 36px;
    }
    .zhistory .text p {
        font-size: 16px;
    }
    .history-text {
        width: fit-content;
        top: -.4em;
        left: .8em;
        transform-origin: left center;
        transform: rotate(30deg);
    }
    .plane-img {
        transform: translate(-50%, -72%) scale(.18);
    }
}

.zabout_con p img {
    max-width: 100%;
    height: auto !important;
}

.hide {
    display: none;
}

.mission-list-ctn {
    width: 100%;
    height: 480px;
    position: relative;
    background-color: #333;
}

.mission-list {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    z-index: 300;
    color: white;
}

.mission-list-item {
    flex: 1;
    position: relative;
}

.mission-list-item .wfEditorMode {
    position: absolute;
    right: 0;
    top: 0;
}

.mission-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    filter: brightness(.6);
}

.mission-list-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.mission-list-ctn * {
    transition: .3s;
}

.mission-list-item:last-of-type {
    border-right: none;
}

.mission-title {
    font-size: 32px;
}

.mission-desc {
    max-width: 60%;
}

.mission-desc p {
    margin: 0;
    line-height: 1.5em;
    height: 0;
    overflow: hidden;
}

.mission-list-item.active p {
    height: 3em;
}

.mission-list-item.active .mission-title {
    margin-bottom: .5rem;
}

.mission-list-item.active {
    flex: 2;
}

@media(max-width: 800px) {
    .mission-list {
        flex-direction: column;
    }
    .mission-list-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .mission-list-item:last-of-type {
        border-bottom: none;
    }
}

.aufullwidth .wrapper {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}