.nav-warp {
    height: 9.1rem;
}

.nav-box {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 22;
    .nav {
        max-width: 140rem;
        width: 100%;
        height: 9.1rem;
        display: flex;
        align-items: center;
        margin: 0 auto;

        >.logo>img {
            width: 13.4rem;
            height: 5.5rem;
        }
        .menu-box{
            flex: 1;
            display: flex;
            justify-content: flex-end;
            position: relative;
            text-align: center;
        }
        .menu-icon{
            width: 4rem;
            height: 4rem;
            display: none;
            margin-right: 1rem;
            cursor: pointer;
        }
        .menu {
            color: #FFFFFF;
            line-height: 2.5rem;
            font-size: 1.8rem;
            padding: 1rem 0;

            >div {
                margin: 0 3.5rem;

                white-space: nowrap;
                &.active,
                &:hover {
                    color: #32D088;
                    position: relative;

                    &::before {
                        content: ' ';
                        position: absolute;
                        height: 0.4rem;
                        width: calc(100% - 2rem);
                        left: 50%;
                        bottom: -1.4rem;
                        background: #32D088;
                        transform: translateX(-50%);
                    }
                }
            }
        }

        .lang {
            font-size: 1.8rem;
            color: #FFFFFF;
            border: 0.1rem solid #C5C5C5;
            border-radius: 1.8rem;
            backdrop-filter: blur(0px);
            height: 3.6rem;
            padding: 0 1.7rem 0 2rem;
            position: relative;
            cursor: pointer;

            .lang-select-box {
                display: none;
                position: absolute;
                top: 3.6rem;
                // padding-top: 3.6rem;
                padding-top: 0.8rem;
                .lang-select {
                    padding: 1.6rem 2.5rem;
                    line-height: 2.5rem;
                    white-space: nowrap;
                    font-size: 1.8rem;
                    color: #202020;
                    background: #FFFFFF;
                    border-radius: 1rem;
                    backdrop-filter: blur(0px);
                    border: 0.1rem solid #C5C5C5;

                    >a+a {
                        display: block;
                        margin-top: 1.6rem;
                    }
                }
            }

            &:hover .lang-select-box {
                display: block;

            }

        }
    }

    &.nav-box1 {
        background: #fff;

        .nav {
            .menu {

                color: #202020;
            }

            .lang {
                color: #202020;
            }
        }
    }

    &.nav-box-active {
        background: #fff;
        border-bottom: 1px solid #D9D9D9;

        .nav {
            .menu {

                color: #202020;
            }

            .lang {
                color: #202020;
            }
        }
    }
}


.title-h1 {
    margin-top: 6rem;
    text-align: center;
    font-size: 5rem;
    color: #202020;
    line-height: 7rem;
    font-size: 5rem;
    font-weight: 500;

    .corlor-green {
        color: #32D088;
    }
}

.common-banner {
    height: 33.7rem;
    max-width: 139.6rem;
    width: 100%;
    margin: 2rem auto 0;
    background: url('../img/about/banner.png') no-repeat center;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    padding: 0 5rem;

    >div {
        width: 67.2rem;
        color: #202020;
        font-size: 4rem;
        font-weight: 600;
        line-height: 6rem;
    }
}

.common-line {
    height: 1px;
    background: #979797;
    max-width: 140rem;
    width: 100%;
    margin: 4.6rem auto 0;
    opacity: 0.32;
}

.footer {
    min-height: 45rem;
    background: #161616;
    // border: 0.1rem solid #979797;
    padding-top: 4.5rem;
    padding-bottom: 3.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    &-c {
        max-width: 140rem;
        width: 100%;
        margin: 0 auto 2.9rem;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(151, 151, 151, 0.32);
        flex: 1;
        &-l {
            width: 46.6rem;

            img {
                width: 13.4rem;
                height: 5.5rem;
            }

            p {
                margin-top: 2rem;
                font-size: 1.8rem;
                color: #E3E3E3;
                line-height: 2.5rem;
                opacity: 0.5;
            }
        }

        &-r {
            width: 60.7rem;
            display: flex;
            justify-content: space-between;

            .label {
                line-height: 2.5rem;
                font-size: 1.8rem;
                color: #E3E3E3;
                margin-bottom: 3.5rem;
            }

            .value {
                display: flex;
                align-items: center;
                margin-bottom: 2.4rem;

                span {
                    font-size: 1.8rem;
                    color: #FFFFFF;
                    line-height: 2.5rem;
                    opacity: 0.5;

                }

                img {
                    width: 2.1rem;
                    height: 2rem;
                    margin-right: 1rem;
                }
            }
        }
    }

    &-b {
        text-align: center;
        color: #E3E3E3;
        opacity: 0.5;
        font-size: 1.8rem;
        line-height: 2.5rem;
    }
}

@media screen and (max-width: 720px) {

    .footer {
        padding: 3rem;
        .footer-c{
            flex-wrap: wrap;
            justify-content: center;
            &-l {
                width: 60rem;
            }
            .footer-c-r{
                margin-top: 3rem;
            }
        }
    }
  
}

@media screen and (max-width: 580px) {

    .nav-box {
        .nav {
            .menu-icon{
                display: block;
            }
            .menu {
                display: none;
                position: absolute;
                flex-wrap: wrap;
                right: 0;
                top: 4rem;
                width: min-content;
                background: #fff;
                border-radius: 2rem;
                padding: 2rem;
                border: 1px solid #f5f5f5;
                > div {
          
                    margin: 1.5rem 0;
                }
                &.active{
                    display: block;

                }
            }
        }
    }
  
}
