html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #101010;
    scroll-behavior: smooth;
    font-family: 'FuturaBTBook';
}

@font-face {
    font-family: "nasalization";
    src: url("./nasalization-rg-1.otf");
}

@font-face {
    font-family: "FuturaBTBook";
    src: url("./FuturaBTBook.ttf");
}

@font-face {
    font-family: "FuturaHeavy";
    src: url("./FuturaHeavy.otf");
}

.header-container {
    max-width: 1240px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.header {
    height: 100px;
    background-color: #101010;
    border-bottom: 1px solid rgba(255, 82, 29, 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header-logo{
    width: 125px;
    display: block;
}

.header-menu{
    display: none;
}

.menu-content{
    display: none;
    transition: all 0.3s ease-in-out;
}

.content ul {
    list-style: none;
    display: flex;
    gap: 80px;
    margin-left: 140px;
}

.content ul li a {
    text-decoration: none;
    color: #6B6B6B;
    font-size: 14px;
}

.content ul li a:hover{
    color: #FF521D;
}

.content ul li a:active{
    color: #fff;
}

.header-button{
    border-radius: 8px;
    font-size: 20px;
    cursor: pointer;
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    border: none;
    text-decoration: none;
}

.contact{
    background-color: #1A1A1A;
    margin-left: auto;
    margin-right: 16px;
    color: #fff;
}

.contact img{
    width: 16px;
    margin-right: 8px;
}

.login{
    background-color: #FF521D;
    color: #282828;
}

.login img{
    width: 22px;
    margin-right: 8px;
}


.title{
    padding-top: 210px;
    position: relative;
    background-image: url("./round_top.png");
    background-repeat: no-repeat;
    background-position: center top 101px;
    background-size: 900px;
}


.title-container{
    max-width: 1240px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.title-text{
    font-size: 80px;
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 90px;
    font-family: "nasalization";
}

.point-text{
    color: #FF521D;
}

.title-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
}

.title-btn .contact{
    margin-right: 16px;
    margin-left: 0;
}


.numbox{
    width: 100%;
    height: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
    padding-bottom: 108px;
}

.numbox-container{
    max-width: 1240px;
    margin: 0 auto;
}

.numbox-content{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.numbox-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 60px;
}

.numbox-box h1{
    font-size: 64px;
    color: #FF521D;
    margin: 0;
    font-family: "FuturaHeavy";
}

.numbox-box-line{
    height: 61px;
    border-right: 1px dashed #FF521D;
}

.numbox-box p{
    font-size: 20px;
    color: #fff;
    margin: 0;
}


.platform{
    background-image: url("./bg_hand.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%, 100%;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.platform-container{
    max-width: 1240px;
    margin: 0 auto;
}

.platform-text{
    font-size: 64px;
    color: #fff;
    margin: 0;
    text-align: center;
    font-family: "nasalization";
    text-transform: uppercase;
}

.sub-text{
    font-size: 20px;
    color: #fff;
    margin: 10px;
    text-align: center;
}

.platform-content{
    overflow: hidden;
    margin: 60px 0 90px 0;
    padding: 1px 100px;
}

.platform-box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.platform-item{
    flex-basis: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px dashed rgba(255, 82, 29, 0.2);
    box-sizing: border-box;
    transition: .3s;
}

.platform-item:hover{
   background-color: rgba(255, 82, 29, 0.08);
}

.platform-item img{
    width: 100%;
}

.platform-item::after{
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(60%,-60%);
    color: #FF521D;
}

.platform-item::before{
    content: "+";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
    color: #FF521D;
}

.platform-box::before{
    content: "+";
    position: absolute;
    top: 0;
    left: 0;
    color: #FF521D;   
    transform: translate(-50%, -50%);
}

.platform-box::after{
    content: "+";
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FF521D;   
    transform: translate(50%, 50%);
}

.platform-link-box{
    text-align: center;
    margin-bottom: 50px;
}

.platform-link{
    font-size: 20px;
    color: #fff;
    margin: 0 auto;
    border-top: 1px solid #FF521D;
    text-align: center;
    text-decoration: none;
}


.carousel{
    margin-bottom: 114px;
    background-image: url(./swiper_bg.png);
    background-position: bottom 0px right 50%;
    background-repeat: no-repeat;
    background-size: 1440px;   
}


.carousel-text{
    font-size: 64px;
    color: #fff;
    margin: 0;
    text-align: center;
    font-family: "nasalization";
    text-transform: uppercase;
}

.carousel-container{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.carousel-content{
    width: 100%;
}

.swiper{  
    margin-top: 100px;
    padding-bottom: 100px !important;
}

.swiper-slide img{
    width: 100%;
}

.bulletClass{
    border: 1px solid #FF521D;
    background-color: transparent;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
}

.bulletActiveClass{
    background-color: #FF521D;
    border-radius: 4px;
    width: 96px;
    height: 20px;
}

.arrow-btn{
    position: absolute;
    bottom: 0px;
    right: 30%;
    width: 60px;
    height: 60px;
    z-index: 20;
    cursor: pointer;
}

.prev{
    transform: rotate(180deg);
}


.team{

}

.team-container{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.round-bottom{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 900px;
    width: 100%;
}

.team-text{
    font-size: 64px;
    color: #fff;
    margin: 0;
    text-align: center;
    font-family: "nasalization";
    text-transform: uppercase;
}

.team-content{
    margin-top: 100px;
    background-color: #262626;
    position: relative;
    padding: 40px 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 50px;
    column-gap: 100px;
    background-image: url("./logo_bg.png");
    background-position: center;
    background-size: 210px 246px;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 150px;
}

.line-box{
    position: absolute;
}

.line-left{
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.line-right{
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}

.team-box{
    width: 150px;
    position: relative;
    z-index: 5;
}

.team-box-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.team-box-img{
    width: 100%;
}

.team-box-name{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    height: 40px;
    width: 100%;
    background-image: url("./BtnBg.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 20px;
    cursor: pointer;
}

.team-box-name-arrow{
    width: 12px;
    height: 12px;
    margin-left: 8px;
}

.team-box-desc{
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    text-align: center;
}

.value{
    margin-bottom: 150px;
}

.value-container{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.value-content{
    width: 100%;
}

.value-text{
    font-size: 64px;
    color: #fff;
    margin: 0;
    text-align: center;
    font-family: "nasalization";
    text-transform: uppercase;
}

.value-tab{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 54px 0 20px 0;
}

.value-tab-item{
    flex: 1;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #1A1A1A;
    cursor: pointer;
}



.value-tab-item-title{
    font-size: 20px;
    color: #949494;
    margin: 0;
    text-align: center;
}

.value-tab-item-active{
    background-color: #FF521D;
}

.value-tab-item-active .value-tab-item-title{
    color: #101010;
}

.value-desc{
    width: 100%;
}

.value-desc-img{
    width: 100%;
}


.blog{
    padding: 60px 0;
}

.blog-container{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.blog-text{
    font-size: 64px;
    color: #fff;
    margin: 0;
    text-align: center;
    font-family: "nasalization";
    text-transform: uppercase;
}

.blog-content{
    width: 100%;
    position: relative;
}

.blog-arrow-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.blog-arrow-img{
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.blog-arrow-left{
    transform: rotate(180deg);
    margin-right: 40px;
}


.blog-item{
    background-color: #262626;
    padding: 26px;
    padding-bottom: 35px;
    border-radius: 20px;
    width: 490px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
}

.blog-item-boximg{
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 26px; 
}

.blog-item-img{
    width: 100%;
    display: block;
}

.blog-time{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #949494;
    font-size: 20px;
}

.blog-title{
    font-size: 24px;
    color: #FFFFFF;
    white-space: wrap;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
    line-height: 32px;
    min-height: 64px;
}

.blog-desc{
    font-size: 20px;
    color: #949494;
    line-height: 36px;
    margin-top: 20px;
    white-space: wrap;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}

.form{

}

.form-container{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.form-title{
    font-size: 64px;
    color: #fff;
    margin: 0;
    text-align: center;
    font-family: "nasalization";
    text-transform: uppercase;
}

.form-desc{
    font-size: 20px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.form-content{
    max-width: 800px;
    margin: 0 auto;
    margin-top: 77px;
    margin-bottom: 200px;
}

.form-item{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background-color: #2B2B2B;
    border-radius: 14px;
    padding: 20px 30px;
}

.form-item input{
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 20px;
}

.form-item input::placeholder{
    color: #545454;
}

.form-item img{
    width: 20px;
    height: 20px;
    margin-right: 25px;
}

.form-btn{
    width: 100%;
    height: 60px;
    background-color: #FF521D;
    border: 0;
    outline: 0;
    border-radius: 14px;
    font-size: 24px;
    color: #101010;
    max-width: 600xp;
    margin-top: 56px;
    cursor: pointer;
}


.footer{
    border-top: 1px solid rgba(255, 82, 29, 0.2);
    padding-top: 26px;
    background-image: url("./round_bottom.png");
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.footer-container{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.footer-logo{
    width: 127px;
}

.footer-desc{
    font-size: 20px;
    color: #545454;
    margin-top: 20px;
    line-height: 167%;
}

.footer-media{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 24px;
}

.footer-media-item{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #FF521D;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.footer-media-item img{
    width: 20px;
    height: 20px;
}

.footer-copyright{
    font-size: 20px;
    color: #B5B5B5;
    margin: 0;
    margin-top: 25px;
    text-align: center;
    padding-bottom: 20px;
}

.clear-line{
    display: none;
}



.login-container{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.login-content{
    max-width: 700px;
    width: 100%;
    margin: 0px auto;
    margin-top: 80px;
    margin-bottom: 80px;
    border: 1px solid rgba(58, 58, 58, 1);
    border-radius: 16px;
    padding: 32px;
}

.login-content-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 24px;
    color: #FF521D;
    margin-bottom: 40px;
}

.login-content-top-exit{
    width: 32px;
    height: 32px;
}

.login-content-desc{
    font-size: 14px;
    color: #FF521D;
    text-align: center;
}

.login-content-bottom-line{
    width: 100%;
    margin-top: 32px;
}

@media screen and (max-width: 1240px) {

    .header .header-button{
        display: none;
    }

    .content ul{
        margin-left: auto;
        margin-right: 80px;
    }

}


@media screen and (max-width: 900px) {

    .header{
        height: 50px;
        position: fixed;
    }

    .content{
        padding: 10px 30px;
        box-sizing: border-box
    }

    .header-logo{
        width: 64px;
    }

    .header-menu{
        width: 20px;
        height: 20px;
        margin-left: auto;
        cursor: pointer;
        display: block;
    }

    .menu-content{
        height: 0px;
        display: block;
        background-color: #101010;
        position: fixed;
        top: 51px;
        width: 100%;
        z-index: 99;
        display: block;
        overflow: hidden;
        background-image: url("./round_bottom.png");
        background-position: center bottom;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .menu-content ul{
        list-style: none;
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }

    .menu-content ul li{

    }

    .menu-content ul li a{
        color: #fff;
        display: block;
        padding: 10px 0;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
    }

    .content ul{
        display: none;
    }

    .header .header-button{
        display: none;
    }

    .numbox-box{
        padding: 8px 30px;
    }

    .title{
        padding-top: 48px;
        margin-top: 50px;
        background-position: center top -50px;
    }

    .title-text{
        font-size: 32px;
        line-height: 1;
    }

    .header-button{
        border-radius: 4px;
        font-size: 14px;
    }

    .numbox{
        padding-bottom: 75px;
        margin-bottom: 0
    }

    .numbox-box h1{
        font-size: 32px;
    }

    .numbox-box p{
        font-size: 12px;
    }

    .platform-text{
        font-size: 25px;
    }

    .sub-text{
        font-size: 12px;
    }

    .platform-content{
        padding: 1px 20px;
        margin: 15px 0px 18px 0;
    }

    .platform-link{
        font-size: 12px;
    }


    .carousel{
        background-size: 900px;
        margin-bottom: 30px
    }

    .carousel-text{
        font-size: 25px;
    }

    .carousel-content{
        padding: 0 20px;
        box-sizing: border-box;
    }

    .carousel-swiper{
       margin-top: 20px;
       padding-bottom: 40px !important;
    }

    .arrow-btn{
       opacity: 0;
       visibility: hidden;
    }

    .bulletClass {
        width: 10px;
        height: 10px;
    }

    .bulletActiveClass{
        width: 48px;
        height: 10px;
    }
    
    .team-text{
        font-size: 25px;
    }

    .team-content{
        margin: 0 40px;
        margin-top: 24px;
        padding: 40px 60px;    
        row-gap: 20px;
        column-gap: 30px;             
    }

    .team-box{
        width: 75px;

    }

    .team-box-name{
        height: 20px;
        font-size: 12px;
    }

    .team-box-name-arrow{
        width: 10px;
        margin-left: 4px;
    }

    .team-box-desc{
        margin-top: 5px;
    }

    .line-box{
        width: 400px;
    }

    .value-text{
        font-size: 25px;
    }

    .team{
        margin-bottom: 30px;
    }

    .value{
        margin-bottom: 0px;
    }

    .value-tab{
        flex-wrap: wrap;
        padding: 0 30px;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .value-tab-item{
        flex-basis: 45%;
        flex-grow: 0;
        flex-shrink: 0;
        height: 40px;
        font-size: 12px;
    }

    .value-tab-item-title{
        font-size: 12px;
    }

    .value-desc{
        padding: 15px 30px;
        box-sizing: border-box;
    }

    .blog{
        padding: 0;
    }

    .blog-content{
        padding: 0 30px;
        box-sizing: border-box;
    }

    .blog-text{
        font-size: 25px;
    }

    .blog-arrow-box{
        margin-top: 24px;
    }

    .blog-arrow-img{
        width: 30px;
        height: 30px;
    }

    .blog-arrow-left{
        margin-left: 12px;
        margin-right: 12px
    }

    .blog-item{
        width: 160px;
        padding: 8px;
        border-radius: 12px;
    }

    .swiper-blog{
        margin-top: 20px;
        padding-bottom: 40px !important;
    }

    .blog-item-img{
    }

    .blog-time{
        font-size: 12px;
    }

    .blog-title{
        font-size: 14px;
        line-height: 1.2;
        min-height: 32px;
    }

    .blog-desc{
        font-size: 12px;
        line-height: 1.2;
        min-height: 28px;
        margin-top: 10px;
    }

    .form-title{
        font-size: 25px;
    }

    .form-desc{
        font-size: 14px;
        margin: 10px 30px;
    }

    .form-content{
        padding: 0 30px;
        margin-top: 24px;
        margin-bottom: 60px;
    }

    .form-item{
        font-size: 14px;
        padding: 10px 12px;
        border-radius: 8px;
    }

    .form-item img{
        margin-right: 10px;
    }

    .form-item input{
        height: 24px;
        font-size: 14px;
    }

    .form-btn{
        width: 250px;
        height: 40px;
        margin: 30px auto;
        display: block;
        font-size: 12px;
        border-radius: 8px;
    }

    .footer{
        padding: 30px;
        padding-bottom: 10px;
    }

    .footer-logo{
        width: 64px;
    }

    .footer-desc{
        font-size: 14px;
    }

    .footer-copyright{
        font-size: 12px;
        margin-top: 12px;
    }

    .footer-media-item{
        width: 25px;
        height: 25px;
    }

    .clear-line{
        width: 100%;
        height: 0;     
        display: block;   
    }

    .login-content{
        max-width: 320px;
        padding: 16px;
        margin: 40px auto;
    }

    .login-content-top{
        font-size: 12px;
        margin-bottom: 20px;
    }

    .login-content-top-exit{
        width: 15px;
        height: 15px;
    }

    .form-item{
        height: 30px;
    }

    .login-content-desc{
        font-size: 12px;
    }

    .login-content-bottom-line{
        margin-top: 10px;
    }

    .blog-item-boximg{
        max-height: 75px;
        margin-bottom: 12px;         
    }
}
