::-webkit-scrollbar {
    display: none;
}

* {
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

html,
body {
    background: #000;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Helvetica, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: inherit
}

body {}

.site-header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px;
}

.site-header .header-con {
    background: #ffffff10;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 32px;
    height: 80px;
    gap: 20px;
}

#app.scrolled .site-header .header-con {
    background: #ffffff30;
    backdrop-filter: blur(10px);
}

.site-header .logo img {
    height: 42px;
    width: 146px;
}

.site-header .btn-login {
    background: #fff;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
    height: 32px;
    color: #000;
    cursor: pointer;
}

.site-header .btn-login .icon {
    width: 26px;
    height: 26px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .btn-login .txt {
    display: inline-block;
    padding: 0 10px;
}

.site-header .btn-login svg {
    display: block;
    width: 14px;
    height: 16px;
}

.site-header .nav {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    font-size: 20px;
}

.site-header .nav a {
    text-decoration: none;
    color: #ffffff80;
    font-weight: bolder;
}

.site-header .nav a.actived {
    color: #fff;
}

h2 {
    font-size: 46px;
    margin: 0 auto 45px;
    max-width: 1000px;
    text-align: center;
}

.about-p1 {
    position: relative;
    height: 728px;
    padding: 70px 70px 0;
    background: url(/images/meet-global-friends/s1-bg.jpg) top center no-repeat;
    background-size: 100% 100%;
}

.about-p1 img {
    width: 100%;
    height: auto;
    display: block;
}

.about-p1 .inbox {
    width: 1087px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}


.swiper-box {
--swiper-pagination-bullet-width: 10px;
--swiper-pagination-bullet-height: 10px;
    width: 1087px;
    height: 523px;
    text-align: center;
}

.swiper-box.swiper {

    padding: 50px 0;

}

.swiper-box .swiper-slide {
    display: flex;
    align-items: center;
    background: #000000;
    border-radius: 43px;
    overflow: hidden;
}

.swiper-box .swiper-slide .tbox {
    flex: 1;
    padding-right: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 48px;
}

.swiper-box .swiper-slide img {
    display: block;
    width: 565px;
    height: auto;
}


.swiper-box .txt {

    width: 358px;

    font-weight: bold;
    font-size: 24px;
    color: #00E5EC;
    line-height: 34px;
    text-align: center;

}

.swiper-box .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 8px;
    background: #fff;
}

.swiper-box .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.swiper-box .swiper-pagination {
    bottom: -40px;
}

.about-p1 .swiper-button-next, .about-p1 .swiper-button-prev {
    background: url(/images/meet-global-friends/s1-4.png) top center no-repeat;
    background-size: 100% 100%;
    width: 124px;
    height: 124px;
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-p1 .swiper-button-prev {
    left: 0;
}

.about-p1 .swiper-button-next {
    right: 0;
    -webkit-transform: translate(50%, -50%) rotateY(180deg);
    transform: translate(50%, -50%) rotateY(180deg);
}

.about-p1 .swiper-button-next::after, .about-p1 .swiper-button-prev::after {
    content: none;
}



.about-p1 h1 {}

.about-p1 h1 strong {
    font-size: 90px;
    font-family: futura;
    text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000;
}

.the-btn {
    display: inline-flex;
    height: 60px;
    min-width: 277px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #06E98A 0%, #00E5F4 100%);
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}


.txt-img {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.txt-img .the-txt {
    width: 390px;
    flex-shrink: 0;
}

.txt-img .the-txt h3 {
    font-size: 32px;
}

.txt-img .the-txt p {
    font-size: 16px;
    line-height: 1.4;
    opacity: .8;
    padding: 30px 0 40px;
}

.txt-img .the-txt p a {
    color: #06E98A;
    text-decoration: none;
}

.txt-img .the-img img {
    width: 100%;
}

.the-small-img {
    max-width: 297px;
    margin: 0 auto;
}

.the-small-img img {
    width: 100%;
}



.about-p2 {
    padding: 0 0 80px;
    background: url(/images/meet-global-friends/s2-bg.jpg) top center no-repeat;
    background-size: 100% 100%;
    color: #000;
}


.lvct-line {
    width: 100%;
    height: 90px;
    background: url(/images/meet-global-friends/lp-line.png) center no-repeat;
    background-size: auto 27px;
}




.about-p2 .the-btn {
    background: #000;
    color: #fff;
}

.about-p2 .txt-img {
    margin-top: 40px;
}


.about-p3 {
    background: url(/images/meet-global-friends/p2-bg.jpg) top center no-repeat;
    background-size: 100% 100%;
    padding: 0 0 100px;
}


.about-p3 .txt-img {
    flex-direction: column;
    max-width: 900px;
    gap: 0;
}

.about-p3 .txt-img .the-img {}



.about-p3 .txt-img .the-txt {
    text-align: center;
    width: 717px;
    margin-top: -130px;
}



.about-p3 .the-list {
    margin-top: 80px;
}

.about-p3 .the-list .l-con {
    padding: 0 60px;
    display: flex;
    gap: 23px;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 23px;
}

.about-p3 .the-list .olist {
    width: 260px;
    flex-shrink: 0;
    padding: 9px;
    color: #000;
    background: linear-gradient(90deg, #06E98A 0%, #00E5F4 100%);
    border-radius: 20px;
}

.about-p3 .the-list .olist img {
    width: 100%;
}

.about-p3 .the-list .olist .txt {
    text-align: center;
    font-size: 16px;
    white-space: normal;
}



.about-p3 .the-list .olist .txt p {
    font-weight: bold;
    padding: 18px 6px;
    line-height: 1.4;
}



.qa-box {
    max-width: 904px;
    margin: 80px auto 0;
}

.qa-list {}

.qa-item {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    border: 1px solid #FFFFFF80;
    color: #fff;
    height: 72px;
    padding: 20px 40px;
    box-sizing: border-box;
    margin-bottom: 38px;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.qa-item .qa-item-tit {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    margin: 0;
}

.qa-item .qa-item-answer {
    display: none;
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.75;
}

.qa-item.qa-active {
    height: auto;
    background: #000;
    color: #fff;
}

.qa-item .qa-item-arrow {
    width: 28px;
    height: 16px;
    background: url(/images/meet-global-friends/icon-arrow.png) center/cover no-repeat;
    position: absolute;
    right: 22px;
    top: 27px;
    display: inline-block;
}

.qa-item.qa-active .qa-item-answer {
    display: block;
}

.qa-item.qa-active .qa-item-arrow {
    display: none;
}



.about-p4 {
    background: linear-gradient(90deg, #06E98A 0%, #00E5F4 100%);
    color: #000;

}



.about-p4 .bot-box {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-p4 .bot-box .bot-img {
    margin-top: -120px;
}

.about-p4 .bot-box .the-btn {
    margin-top: 34px;
    background: #000;
    color: #fff;
}

.about-p4 .bot-box .txt {
    flex: 1;
    text-align: center;
}

.about-p4 .bot-box .txt h3 {
    font-size: 42px;
    margin-bottom: 20px;
}

.about-p4 .bot-box .txt p {
    font-size: 24px;
}

.about-p4 .bot-box .txt p em {
    font-size: 44px;
    font-style: normal;
    font-weight: bold;
}




.site-footer {
    padding: 60px 0 20px;
    text-align: center;
}

.site-footer img {
    width: 340px;
    height: auto;
}

.site-footer .foot-nav {
    padding: 60px 0 30px;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.site-footer .foot-nav a {
    color: inherit;
    text-decoration: none;
    font-size: 14px;
}

.site-footer p {
    opacity: .6;
}

@media screen and (max-width: 680px) {
    .site-header {
        padding: 0;
    }

    .site-header .header-con {
        background: transparent;
        border-radius: 0;
        padding: 10px 16px;
        gap: 0px;
        height: auto;
    }

    .site-header .logo img {
        width: 126px;
        height: 36px;
    }

    .site-header .nav {
        display: none;
    }

    .site-header .btn-login {
        height: 30px;
        font-size: 12px;
    }

    .site-footer {
        padding: 60px 0 20px;
        background: url(/images/home/LP-bg1.jpg) center bottom no-repeat;
        background-size: 160% 100%;
    }

    .site-footer img {
        width: 160px;
    }

    .site-footer .foot-nav {
        padding: 40px 0 20px;
        flex-direction: column;
        gap: 20px;
    }

    .site-footer .foot-nav a {
        display: block;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 22px;
    }

    .qa-box {
        max-width: 100%;
        padding: 0 13px;
        margin-top: 40px;
    }

    .qa-item {
        padding: 10px 68px 10px 13px;
        margin-bottom: 8px;
        border-radius: 10px;
    }

    .qa-item .qa-item-tit {
        font-size: 16px;
    }

    .txt-img {
        max-width: 100%;
        flex-direction: column;
    }

    .txt-img .the-txt {
        max-width: 100%;
    }

    .txt-img .the-txt h3 {
        font-size: 24px;
    }

    .about-p1 {
        height: 15.7rem;
        padding: 0;
    }


    .swiper-box {
        width: 100%;
        height: auto;
    }

    .swiper-box.swiper {
        padding-top: 80px;
    }

    .swiper-box .swiper-slide {
        flex-direction: column;
        padding-bottom: 1rem;
        border-radius: 0.87rem;
    }

    .swiper-box .swiper-slide .tbox {
        text-align: center;
        padding: 0;
        gap: 1rem;
    }

    .swiper-box .swiper-slide img {
        width: 100%;
        height: auto;
    }



    .swiper-box .txt {
        margin-top: 25px;
        font-size: 20px;
        padding: 0 .25rem;
    }

    .swiper-box .swiper-pagination-bullet {


    }


    .about-p1 .inbox {
        width: 100%;
        padding: 0 17px;
    }

    .about-p1 .swiper-button-next, .about-p1 .swiper-button-prev {
        display: none;
    }

    .about-p1 img {
        width: 100%;

    }




    .about-p1 h1 {
        position: relative;
    }

    .the-btn {
        height: 60px;
        min-width: 270px;
        font-size: 17px;
    }

    .about-p2 {}

    .lvct-line {
        height: 45px;
        background-size: auto 13px;
    }

    .about-p2 h2 {
        font-size: 24px;
        margin: 0 auto 20px;
        max-width: 80%;
    }



    .about-p2 .txt-img {

        text-align: center;
        gap: 40px;
        padding: 0 20px;
    }

    .about-p2 .txt-img .the-txt h3 {
        font-size: 24px;
    }



    .about-p2 .txt-img .the-img img {
        width: 100%;
        height: auto;
    }

    .about-p3 {
        padding-bottom: 3.42rem;
    }

    .about-p3 .txt-img .the-txt {
        order: 1;
        padding: 0 19px;

    }

    .about-p3 .txt-img .the-img img {
        object-fit: cover;
        height: 398px;
    }



    .about-p3 .the-main {
        display: none;
    }

    .about-p3 .line-box {
        padding: 20px 0;
        width: 100%;
        overflow: hidden;
    }

    .about-p3 .line-box img {
        width: 160%;
    }


    .about-p4 {
        padding: 0 19px 1.69rem;

    }


    .about-p4 .bot-box {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .about-p4 .bot-img img {
        width: 100%;
    }

    .about-p4 .bot-box .txt {
        text-align: center;
    }


    .about-p4 .bot-box .txt p {
        font-size: 16px;
    }



    .about-p3 .the-list .l-con {
        overflow-x: auto;
        justify-content: flex-start;
        padding: 0 9px;
    }


}