<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* æ¶ˆé™¤ç§»åŠ¨ç«¯ç‚¹å‡»å‡ºçŽ°è¾¹æ¡† */
div,
img,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

/* é¡µé¢å†…å…¬å…±æ&nbsp;·å¼ START */
.mc_about {
    padding-top: 0;
}

.panel {
    background-color: #fff;
}

.panel-content {
    padding-top: 15rem;
    padding-bottom: 5rem;
    box-sizing: border-box;
}

.text-normal {
    line-height: 3rem;
    margin-bottom: 3.5rem;
}

.text-title {
    margin-bottom: 4rem;
}

/* é¡µé¢å†…å…¬å…±æ&nbsp;·å¼ END */

/* ç§æœ‰æ&nbsp;·å¼ START*/

.about-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 84.6rem;
}


.about-banner .img-box {
    width: 192rem;
    height: 84.6rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.about-banner .img-box img {
    width: 100%;
    height: 100%;
}

.top-panel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
}

.top-panel-content .top-panel-text-title {
    line-height: 1;
    width: 42.7rem;
    margin-bottom: 4.8rem;
}

.top-panel-content .top-panel-text-value {
    width: 40rem;
    margin-bottom: 4.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-panel-text-value .order {
    width: 4.6rem;
    height: 4.6rem;
    margin-right: 2.6rem;
    line-height: 4.6rem;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    color: #436AEE;
    background-color: rgba(67, 106, 238, 0.1);
}

.top-panel-text-value .text {
    flex: 1;
}

.top-panel-play {
    padding-left: 7rem;
}

.top-panel-play .play-btn {
    width: 15.5rem;
    height: 15.5rem;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.top-panel-play .play-btn::before {
    content: "";
    position: absolute;
    width: 22.5rem;
    height: 22.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    animation: play-click 1500ms infinite;
}

@keyframes play-click {
    from {
        width: 15.5rem;
        height: 15.5rem;
    }

    to {
        width: 22.5rem;
        height: 22.5rem;
    }
}

.top-panel-play .play-btn::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    border-left: 5.1rem solid #436AEE;
    border-top: 2.95rem solid #fff;
    border-bottom: 2.95rem solid #fff;
    border-right: 0rem solid #fff;
}

.panel-mission {
    background-color: #F3F8FF;
}

.panel-mission .text-normal {
    width: 82rem;
}

.panel-mission .text-desc {
    width: 60rem;
    line-height: 2.4rem;
}

.panel-mission .text-desc:last-of-type {
    margin-bottom: 6.4rem;
}

.panel-mission .pay-box {
    max-width: 100rem;
    height: 13rem;
    margin-bottom: 10rem;
}

.panel-mission .pay-item {
    width: 15rem;
    display: flex;
    align-items: center;
}

.panel-mission .pay-item img {
    margin: 0 auto;
}

.panel-mission .info-card {
    padding: 2rem 3rem;
    max-width: 120rem;
    width: auto;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 20px 60px 0px rgba(53, 65, 76, 0.2);
    border-radius: 3rem;
    position: relative;
}

.panel-mission .info-card-header {
    border-bottom: 2px solid #E5E5F0;
}

.panel-mission .link {
    padding: 3rem 0;
    cursor: pointer;
    font-weight: 600;
    color: #828395;
}

.panel-mission .actived {
    position: relative;
    color: #436AEE;
}

.panel-mission .actived::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    width: 22px;
    height: 2px;
    background: #436AEE;
}

.panel-mission .info-card-content {
    /* position: relative; */
    padding: 5rem 13.5rem 3rem;
}

.panel-mission .btn-group {
    padding: 0 3rem;
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.panel-mission .btn-left {
    width: 6.1rem;
    height: 6.1rem;
}

.panel-mission .btn-right {
    width: 6.1rem;
    height: 6.1rem;
}

.panel-mission .btn-left,
.panel-mission .btn-right,
.panel-mission .btn-left&gt;img,
.panel-mission .btn-right&gt;img {
    border: 0 none !important;
}

.panel-mission .content-inner-item {
    position: relative;
}

.panel-mission .content-inner-item .item-text {
    width: 100%;
    height: auto;
    line-height: 1.5;
    margin-bottom: 4rem;
    text-align: left;
}

.panel-mission .content-inner-item .item-text:last-of-type {
    margin-bottom: 0;
}

.panel-team {
    background-color: #fff;
}

.panel-team .text-normal {
    max-width: 96rem;
    margin-bottom: 6.5rem;
}

.panel-team .info-groups {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10rem;
}

.panel-team .info-groups .info-item {
    width: 33%;
    position: relative;
}

.panel-team .info-groups .info-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 62px;
    background: #E5E5F0;
}

.panel-team .info-groups .info-item:last-of-type::after {
    content: none;
}

.panel-team .info-title {
    color: #436AEE;
    margin-bottom: 1rem;
}

.panel-team .card-item {
    display: flex;
    justify-content: space-around;
    margin-bottom: 5rem;
}

.panel-team .card-item&gt;div {
    /* flex: 1; */
    width: 50%;
}

.panel-team .card-item .card-text-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 11%;
    text-align: left;
}

.panel-team .card-item .card-title {
    margin-bottom: 3rem;
    font-weight: 600;
}

.panel-team .card-item .card-desc {
    width: 35rem;
}

.panel-team .card-item .card-img-info {
    position: relative;
}

.panel-team .card-item .bg-img-block {
    width: 21rem;
    height: 21rem;
    position: absolute;
    z-index: 0;
}

.bg1 {
    right: -8.5rem;
    bottom: -6.2rem;
}

.bg2 {
    left: -9rem;
    top: 6.3rem;
}

.bg3 {
    bottom: 3.6rem;
    right: -6.7rem;
}

.panel-team .card-item .card-img-info&gt;img {
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.panel-join {
    background-color: #0B1B40;
    height: auto;
    text-align: left;
}

.panel-join .panel-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel-join .panel-content-left {
    flex: 1;
}

.panel-join .text-title {
    text-align: left;
    color: #FFFFFF;
}

.panel-join .text-desc {
    text-align: left;
    margin-left: 0;
    color: #B4C4E9;
    max-width: 76rem;
    line-height: 3rem;
}

.panel-join .panel-content-right .btn {
    width: 23rem;
    height: 5.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #FFBA06;
    font-size: 3.2rem;
    border: 1px solid #FFBA06;
    border-radius: 2.7rem;
    padding: 0 3.8rem;
    cursor: pointer;
    font-family: PingFang SC;
    font-weight: 500;
}

.panel-join .panel-content-right .btn:active {
    background-color: rgba(15, 35, 85, 0.2);
    color: #d09600;
}

.panel-join .panel-content-right .text {
    margin-right: 1rem;
}

/* swiperçš„ç¿»é¡µå™¨æ&nbsp;·å¼ */
.about-bullet {
    height: 3rem;
}

.card-box {
    padding: 3.5rem 3.5rem;
    box-shadow: 0px 20px 60px 0px rgba(53, 65, 76, 0.2);
    border-radius: 15px;
}

.imgBox {
    width: 5.3rem;
}

.panel-team .card-item&gt;.card-box {
    width: 44.5%;
}

.info-box {
    display: flex;
    margin-bottom: 2rem;
}

.textBox {
    /* margin-left: 1.5rem; */
}

.card-item-Last {}

/* ç§æœ‰æ&nbsp;·å¼ END */

/* åª’ä½“æŸ¥è¯¢ START */
@media (max-width: 768px) {

    .panel-content {
        width: 100%;
        box-sizing: border-box;
        padding: 10rem 0;
    }

    .about-banner {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto;
    }

    .top-panel-content {
        padding: 4.5rem 6rem;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .text-normal {
        line-height: 4rem;
    }

    .text-desc {
        line-height: 3.8rem;
    }

    .top-panel-content .top-panel-text-title {
        line-height: 1;
        width: 100%;
        margin-bottom: 5rem;
    }

    .top-panel-content .top-panel-text-value {
        width: 100%;
        margin-bottom: 4.5rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .top-panel-text-value .order {
        width: 6.6rem;
        height: 6.6rem;
        margin-right: 3.5rem;
        line-height: 6.6rem;
        text-align: center;
        border-radius: 50%;
        font-size: 5rem;
        font-weight: 600;
        color: #436AEE;
        background-color: rgba(67, 106, 238, 0.1);
    }

    .top-panel-text-value .text {
        flex: 1;
    }

    .panel-mission .panel-content {
        padding-bottom: 5rem;
    }

    .mc-section .text-title,
    .mc-section .text-normal {
        width: 100%;
        padding: 0 6rem;
        text-align: left;
    }

    .mc-section .text-desc {
        text-align: left;
        width: 100%;
        line-height: 3.8rem;
        padding: 0 6rem;
    }

    .panel-mission .pay-box {
        height: auto;
        margin-bottom: 0;
    }

    .pay-box .pay-list {
        flex-wrap: wrap;
    }

    .pay-box .pay-item {
        width: 50%;
        margin-bottom: 15rem;
    }

    .panel-mission .btn-group {
        padding: 0;
    }

    .panel-mission .actived::before {
        content: none;
    }

    .panel-mission .info-card-content {
        position: relative;
        padding: 4.9rem 7rem 8.9rem;
        text-align: left;
    }

    .panel-mission .content-inner-item .title {
        margin-bottom: 4rem;
        font-size: 3.4rem;
        font-weight: 600;
        position: absolute;
        left: 0;
        top: 0;
    }

    .panel-mission .content-inner-item .text-content {}

    .panel-mission .content-inner-item {
        padding-top: 7.4rem;
    }

    .panel-mission .content-inner-item .item-text {
        font-size: 2.8rem;
    }

    .panel-team .panel-content {
        padding-bottom: 0rem;
    }

    .panel-team .text-normal {
        font-weight: 400;
        line-height: 4.8rem;
        margin-bottom: 10rem;
        max-width: 100%;
    }

    .panel-team .info-groups {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        margin-bottom: 0rem;
    }

    .panel-team .info-groups .info-item {
        width: 50%;
        margin-bottom: 8rem;
    }

    .panel-team .info-card {
        padding: 0 7.5rem;
    }

    .panel-team .card-item {
        display: block;
        margin-bottom: 10rem;
    }

    .panel-team .card-item&gt;div {
        width: 100%;
        margin-bottom: 3.8rem;
    }

    .panel-team .card-item .card-text-info {
        padding-left: 0;
    }

    .panel-team .card-item .card-desc {
        width: 100%;
        text-align: left;
    }

    .panel-join .panel-content {
        display: inherit;
    }

    .panel-join .panel-content-left {
        width: 100%;
        margin-bottom: 5rem;
    }

    .panel-join .panel-content-right {
        padding: 0 6.1rem;
    }

    .panel-join .panel-content-right .btn {
        width: 36.2rem;
        height: 8.2rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #FFBA06;
        font-size: 3.2rem;
        font-family: Harmonia Sans Pro Cyr;
        font-weight: 500;
        border: 2px solid #FFBA06;
        border-radius: 4.1rem;
        padding: 0 3.8rem;
        cursor: pointer;
    }

    .swiper-pagination {
        position: relative;
        bottom: 0 !important;
    }

    .about-bullet {
        display: inline-block;
        height: 0.2rem;
        width: 2.2rem;
        background-color: #E5E5F0;
        margin: 0 1rem;
    }

    .about-bullet-active {
        background-color: #436AEE;
    }
}

/* åª’ä½“æŸ¥è¯¢ END */</pre></body></html>