﻿
p {
    padding: 0px;
    margin: 0px;
}

code {
    font-family: source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;
}

#root, .App, body, html {
    width: 100%;
    height: 100%;
}

.App {
    font-family: FZLTHK;
    font-display: swap;
}

.fragment-container {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 68px;
    -webkit-animation: fadeIn 1s ease;
    animation: fadeIn 1s ease;
}

.font-normal {
    font-family: FZLTHK;
}

.font-light {
    font-family: FZLTXHK;
}

 .font-bold {
    font-family: "Pingfang SC";
}




@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

a {
    text-decoration: none;
}

.font-bold p{
       text-shadow: 0 0 10px rgba(0,0,0,.6);
    }
  


.home-container .banner-content {
    width: 100%;
    height: 100vh;
    position: relative;
    margin-top: -68px;
}

.home-container .banner-content2 {
    width: 100%;
    height: 784px;
    position: relative;
}

.home-container .brain-title {
    font-size: 52px;
    margin-top: 112px;
}

.home-container .brain-slogan {
    font-size: 16px;
    margin-top: 15px;
}

.home-container .new-product {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #fafafa;
    margin-top: 112px;
    position: relative;
}

    .home-container .new-product .title {
        font-size: 52px;
        margin-top: 112px;
    }

    .home-container .new-product .sub-title {
        font-size: 16px;
        margin-top: 15px;
    }

    .home-container .new-product .position-base-line {
        width: 912px;
        position: relative;
    }

.home-container .diviation-0 {
    width: 100%;
    margin-top: 52px;
}

.home-container .diviation {
    width: 100%;
    height: 112px;
    background-color: #fafafa;
}

.nav-bar-container {
    width: 100%;
    height: 68px;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    z-index: 999;
}

    .nav-bar-container .img-show {
        opacity: 1;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .nav-bar-container .img-hidden {
        opacity: 0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .nav-bar-container .logo {
        width: 97px;
        object-fit: cover;
        position: absolute;
        left: 28px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .nav-bar-container .bar-mid-part {
        display: flex;
        display: -webkit-flex;
        font-size: 18px;
        z-index: 50;
    }

    .nav-bar-container .bar-right-part {
        position: absolute;
        right: 28px;
        display: flex;
        display: -webkit-flex;
        -webkit-align-items: center;
        align-items: center;
        top: 0;
        bottom: 0;
        margin: auto;
    }

        .nav-bar-container .bar-right-part p {
            font-size: 12px;
        }

    .nav-bar-container .lang-cover {
        width: 100vw;
        height: 100vh;
        background-color: #000;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .nav-bar-container .lang-cover .tips {
            font-size: 52px;
            color: #fff;
            margin: 20px 0;
            width: 652px;
            text-align: center;
            line-height: 62px;
        }

    .nav-bar-container .cover-show {
        opacity: .9;
        z-index: 1000;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .nav-bar-container .cover-hidden {
        opacity: 0;
        z-index: -9999;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

.bg {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.bg-solid {
    opacity: 1;
}

.bg-solid, .bg-transparent {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.bg-transparent {
    opacity: 0;
}

.nav-bar-solid {
    color: #000;
    box-shadow: 0 1px 1px 0 hsla(0,0%,51.8%,.5);
}

.nav-bar-solid, .nav-bar-transparent {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.nav-bar-transparent {
    color: #fff;
}

.nav-item-container {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 14px;
    margin: 0,15px;
}

    .nav-item-container, .nav-item-container .nav-item-content {
        display: flex;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
    }

        .nav-item-container .nav-item-content {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            -webkit-justify-content: center;
            justify-content: center;
        }

            .nav-item-container .nav-item-content .nav-item-under-line {
                height: 2px;
                background-color: #000;
                margin-top: 5px;
            }

            .nav-item-container .nav-item-content .selected {
                width: 100%;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }

            .nav-item-container .nav-item-content .normal {
                width: 0;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }

            .nav-item-container .nav-item-content .underline-transparent {
                background-color: #fff;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }

            .nav-item-container .nav-item-content .underline-solid {
                background-color: #000;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }

.main-top-banner-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

    .main-top-banner-container .bg-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
    }

.fade-text-container {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
}

    .fade-text-container, .fade-text-container p {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        font-family: FZLTCHK;
        font-weight: bold;
    }

        .fade-text-container div {
            font-size: 46px;
            line-height: 95px;
            color: #fff;
            white-space: pre-wrap;
            text-align: center;
        }

.inner-banner-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 31;
    width: 766.667px;
    height: 460px;
    opacity: 0;
}

    .inner-banner-container .rect-common {
        background-color: #fff;
        position: absolute;
    }

    .inner-banner-container .top-rect {
        left: 0;
        top: 0;
        display: flex;
        display: -webkit-flex;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        height: 0px;
    }

    .inner-banner-container .right-rect {
        right: 0;
        top: 0;
        height: 100%;
        display: flex;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        width: 0px;
        height: calc(100% - 0px);
        transform: translateY(0px);
    }

    .inner-banner-container .bottom-rect {
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        display: -webkit-flex;
        -webkit-align-items: center;
        align-items: center;
        height: 0px;
    }

    .inner-banner-container .left-rect {
        left: 0;
        top: 0;
        height: 100%;
        display: flex;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        position: relative;
        width: 0px;
        height: calc(100% - 0px);
        transform: translateY(0px);
    }

.x-window-container {
    background-color: #fff;
    position: relative;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 30;
}

    .x-window-container .part-container {
        width: 50%;
        height: 100%;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

        .x-window-container .part-container .scroll-part {
            width: 100%;
            display: flex;
            display: -webkit-flex;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-align-items: center;
            align-items: center;
            position: relative;
        }

.clip-c-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0px;
}

    .clip-c-container .clip-content {
        position: absolute;
		width:100%;
    }

        .clip-c-container .clip-content img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.banner-text-left-container {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 35;
}

    .banner-text-left-container .text-1 {
        font-size: 14px;
        color: grey;
        line-height: 15px;
        text-align: start;
        position: absolute;
        left: 0;
        opacity: 0;
        white-space: pre-wrap;
    }

    .banner-text-left-container .text-2 {
        font-size: 15px;
        color: #000;
        text-align: start;
        line-height: 17px;
        opacity: 0;
        white-space: pre-wrap;
    }

    .banner-text-left-container .text-3 {
        font-size: 14px;
        color: grey;
        line-height: 15px;
        text-align: start;
        position: absolute;
        left: 0;
        opacity: 0;
        white-space: pre-wrap;
    }

    .banner-text-left-container .text-hidden {
        opacity: 0;
    }

    .banner-text-left-container .text-1-anim {
        -webkit-animation: fadeInUp .8s ease-in .2s forwards;
        animation: fadeInUp .8s ease-in .2s forwards;
    }

    .banner-text-left-container .text-2-anim {
        -webkit-animation: fadeInUp .8s ease-in .3s forwards;
        animation: fadeInUp .8s ease-in .3s forwards;
    }

    .banner-text-left-container .text-3-anim {
        -webkit-animation: fadeInUp .8s ease-in .4s forwards;
        animation: fadeInUp .8s ease-in .4s forwards;
    }

.banner-text-right-container {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 35;
}

    .banner-text-right-container .text-1 {
        font-size: 15px;
        color: #000;
        line-height: 17px;
        opacity: 0;
        text-align: start;
        white-space: pre-wrap;
    }

    .banner-text-right-container .text-2 {
        font-size: 14px;
        color: grey;
        line-height: 15px;
        margin-top: 18px;
        opacity: 0;
        text-align: start;
        white-space: pre-wrap;
    }

    .banner-text-right-container .text-hidden {
        opacity: 0;
    }

    .banner-text-right-container .text-1-anim {
        -webkit-animation: fadeInUp .8s ease-in .3s forwards;
        animation: fadeInUp .8s ease-in .3s forwards;
    }

    .banner-text-right-container .text-2-anim {
        -webkit-animation: fadeInUp .8s ease-in .4s forwards;
        animation: fadeInUp .8s ease-in .4s forwards;
    }

.scale-img-container {
    position: absolute;
    z-index: 40;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

    .scale-img-container img {
        width: 100%;
        object-fit: cover;
    }
	
	@media (max-width: 1700px){
	
		.home-container .banner-content {
 
    height: 100vh !important;
}
	}

	
