@font-face {
    font-family: 'GTWalsheim';
    font-style:  normal;
    font-weight: 700;
    font-display: swap;
    src: url("../Inter/GT-Walsheim-Bold.woff2") format("woff2"),
         url("../Inter/GT-Walsheim-Bold.woff") format("woff");
    /* src: url("../Inter/VisbyCF-Bold.woff2") format("woff2"),
         url("../Inter/VisbyCF-Bold.woff") format("woff"); */
}
@font-face {
    font-family: 'GTWalsheim';
    font-style:  normal;
    font-weight: 400;
    font-display: swap;
    src: url("../Inter/GT-Walsheim-Regular.woff2") format("woff2"),
         url("../Inter/GT-Walsheim-Regular.woff") format("woff");
    /* src: url("../Inter/VisbyCF-Medium.woff2") format("woff2"),
         url("../Inter/VisbyCF-Medium.woff") format("woff"); */
}
@font-face {
    font-family: 'GTWalsheim';
    font-style:  normal;
    font-weight: 500;
    font-display: swap;
    src: url("../Inter/GT-Walsheim-Medium.woff2") format("woff2"),
         url("../Inter/GT-Walsheim-Medium.woff") format("woff");
    /* src: url("../Inter/VisbyCF-DemiBold.woff2") format("woff2"),
         url("../Inter/VisbyCF-DemiBold.woff") format("woff"); */
}
.global-content-g{
    width: 70%;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translatex(-50%);
    top: 0;
}

.global-content{
    /* width: 1344px;
    margin: 0 auto; */
    position: relative;
}
.global-logo{
    position: absolute;
    width: 1.55rem !important;
    height: auto;
    display: block;
    top: .32rem;
    left: .78rem;
}
.global-nav{
    /* margin: 0 auto; */
    font-size: 0;
    text-align: center;
    padding-top: .46rem;
    padding-bottom: .66rem;
    padding-left: .78rem;
    padding-right: .56rem;
    float: right;
    
}
.global-nav a:hover{
    color: #2253ef;
    text-decoration: none;
    font-weight: 550;
}
.global-nav .ac{
    color: #ffffff;
}
.global-nav .ac:hover {
    color: #74ebbf !important;
}
.global-nav a{
    display: inline-block;
    margin: 0 22px;
    color: #161616;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1em;
}
.global-language{
    position: absolute;
    right: 0;
    top: 66px;
    height: 56px;
    cursor: pointer;
}
.global-language:hover .global-hide-language{
    display: block;
}
.global-hide-language{
    position: absolute;
    top: 40px;
    right: 0;
    width: 84px;
    display: none;
    z-index: 9999;
}
.global-hide-language a{
    display: block;
    text-align: center;
    color: #151515;
    font-size: 16px;
    border-radius: 13px;
    line-height: 26px;
    margin: 6px 0;
}
.global-hide-language a:hover{
    text-decoration: none;
    color: #FFF;
    background-color: #2253ef;
}
.global-show-language{
    font-size: 0;
    width: 86px;
    text-align: center;
    position: relative;
}
.global-show-language .global-global{
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
}
.global-show-language .global-text{
    font-size: 16px;
    line-height: 20px;
}
.global-show-language .global-arrow{
    position: absolute;
    right: 0;
    top: 0%;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: transparent transparent #161616 #161616;
    transform: translateY(-50%);
    transform: rotate(-45deg);
}
.global-show-language .global-arrow1{
    position: absolute;
    right: 0;
    top: 0%;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: transparent transparent #ffffff #ffffff;
    transform: translateY(-50%);
    transform: rotate(-45deg);
}
.nav-position{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(
        -50%
    );
    z-index: 1000;
    width: 100%;
}
.font-size-71{
    font-size: .71rem !important;
}
.font-size-32{
    font-size: .32rem !important;
}
.font-size-21{
    font-size: .21rem !important;
}
.font-size-46{
    font-size: .46rem !important;
}
.fexid-position-nav{
    position: fixed;
    height: 1.14rem;
    max-width: 1500px;
    width: 100%;
    left: 50%;
    top: 0;
    transform: translatex(-50%);
    z-index: 9999;
}
.fexid-position-nav .global-logo{
    top: .34rem;
}
.fexid-position-nav .global-nav{
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.fexid-position-nav.bule{
    background-color: #2253f0;
}
.fexid-position-nav.bule .global-nav a{
    color: #FFF;
}
.fexid-position-nav.bule .global-nav a.active{
    color: #74ebbf !important;
}
.fexid-position-nav.white{
    background-color: #FFF;
}
.fexid-position-nav.white .global-nav a:hover{
    color: #2253f0 !important;
}
.line{
    display: none;
}
@media screen and (max-width: 751px) {
    .header-body .nav-content,.header-body .fixed-nav-bg{
        display: none !important;
    }
    .hamburger{
        right:.6rem;
        cursor: pointer;
        top:.42rem;
        position: fixed;
        height:15px;
        width: 20px;
        margin-top: 1px;
        z-index: 99999;
    }
    .hamburger .line{
      width: 20px;
      height:3px;
      background-color: #FFF;
      position: absolute;
      -webkit-transition: -webkit-transform .6s cubic-bezier(1, 0, 0, 1);
      -moz-transition: -moz-transform .6s cubic-bezier(1, 0, 0, 1);
      -ms-transition: -ms-transform .6s cubic-bezier(1, 0, 0, 1);
      -o-transition: -o-transform .6s cubic-bezier(1, 0, 0, 1);
      transition: transform .6s cubic-bezier(1, 0, 0, 1);
      -webkit-transform-origin:left center;
      -moz-transform-origin:left center;
      -ms-transform-origin:left center;
      -o-transform-origin:left center;
      transform-origin:left center;
    }
    .hamburger .line::before{
        content: '';
        display: block;
        width:20px;
        height:3px;
        position: absolute;
        left: 0;
        top:0;
        background-color: #a4a4a4;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin:100% 0%;
        -moz-transform-origin:100% 0%;
        -ms-transform-origin:100% 0%;
        -o-transform-origin:100% 0%;
        transform-origin:100% 0%;
    }
    .hamburger .line:nth-child(1){
        top:0;
    }
    .hamburger .line:nth-child(1)::before{
        -webkit-transition: -webkit-transform .4s cubic-bezier(1, 0, 0, 1);
        -moz-transition: -moz-transform .4s cubic-bezier(1, 0, 0, 1);
        -ms-transition: -ms-transform .4s cubic-bezier(1, 0, 0, 1);
        -o-transition: -o-transform .4s cubic-bezier(1, 0, 0, 1);
        transition: transform .4s cubic-bezier(1, 0, 0, 1);
    }
  
    .hamburger .line:nth-child(2){
        top:6px;
    }
    .hamburger .line:nth-child(2)::before{
        -webkit-transition: -webkit-transform .5s .1s cubic-bezier(1, 0, 0, 1);
        -moz-transition: -moz-transform .5s .1s cubic-bezier(1, 0, 0, 1);
        -ms-transition: -ms-transform .5s .1s cubic-bezier(1, 0, 0, 1);
        -o-transition: -o-transform .5s .1s cubic-bezier(1, 0, 0, 1);
        transition: transform .5s .1s cubic-bezier(1, 0, 0, 1);
    }
    .hamburger .line:nth-child(3){
        top:12px;
    }
    .hamburger .line:nth-child(3)::before{
        -webkit-transition: -webkit-transform .6s .2s cubic-bezier(1, 0, 0, 1);
        -moz-transition: -moz-transform .6s .2s cubic-bezier(1, 0, 0, 1);
        -ms-transition: -ms-transform .6s .2s cubic-bezier(1, 0, 0, 1);
        -o-transition: -o-transform .6s .2s cubic-bezier(1, 0, 0, 1);
        transition: transform .6s .2s cubic-bezier(1, 0, 0, 1);
    }
    .hamburger:hover .line::before{
        content: '';
        display: block;
        width:20px;
        height:3px;
        position: absolute;
        left: 0;
        top:0;
        background-color: #a4a4a4;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin:0% 0%;
        -moz-transform-origin:0% 0%;
        -ms-transform-origin:0% 0%;
        -o-transform-origin:0% 0%;
        transform-origin:0% 0%;
    }
    .two-hamburger .line{
      background-color: #FFF;
    }
    .two-hamburger .line:nth-child(1){
        -webkit-transform: translateY(-2px) rotate(45deg);
        -moz-transform: translateY(-2px) rotate(45deg);
        -ms-transform: translateY(-2px) rotate(45deg);
        -o-transform: translateY(-2px) rotate(45deg);
        transform: translateY(-2px) rotate(45deg);
    }
    .two-hamburger .line:nth-child(2){
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: scaleX .4s ease;
        -moz-transition: scaleX .4s ease;
        -ms-transition: scaleX .4s ease;
        -o-transition: scaleX .4s ease;
        transition: scaleX .4s ease;
    }
    .two-hamburger .line:nth-child(3){
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .global-logo {
      width: 1.92rem !important;
      top: .34rem;
      left: .60rem;
    }
    .global-nav{
        display: none;
    }
    .line{
        width: .35rem;
        display: block;
        position: absolute;
        right: .6rem;
        top: .42rem;
    }
    .index-model{
        font-size: .68rem;
        padding-top: 2.05rem;
        letter-spacing: .07rem;
    }
    .index-model-ai, .index-model-ai02, .position-urban-content .title-content{
        font-size: .26rem;
    }
    .index-model-ai, .index-model-ai02{
        letter-spacing: .05rem;
    }
    .index-model-ai02{
        margin-top: .1rem;
    }
    .active-global-nav{
        top: 0;
        /* bottom: 0; */
        height: auto;
        background-color: #2253f0;
        position: fixed;
    }
    .fexid-position-nav.white{
        background-color: #2253f0;
    }
    .fexid-position-nav .global-logo-white{
        display: none !important;
    }
    .fexid-position-nav .global-logo-bule{
        display: block !important;
    }
    .active-global-nav .global-nav{
        display: block;
        display: block;
        padding: 0;
        padding-top: 1.2rem;
        float: none;
    }
    .active-global-nav .global-nav a{
        display: block;
        margin: 0;
        line-height: 1rem;
        font-size: .32rem;
        border-bottom: 1px solid rgba(250,250,250,.3);
    }
    .active-global-nav .global-nav a:last-child{
        border-bottom: none;
    }
    .fexid-position-nav .bule-line,.active-global-nav .bule-line{
        display: none !important;
    }
    .fexid-position-nav .white-line,.active-global-nav .white-line{
        display: block !important;
    }
    .fexid-position-nav .global-logo-white,.active-global-nav .global-logo-white{
        display: none !important;
    }
    .fexid-position-nav .global-logo-bule,.active-global-nav .global-logo-bule{
        display: block !important;
    }
    .active-global-nav .global-nav a{
        color: #FFF;
    }
    .active-global-nav .global-nav a.active{
        color: #74ebbf !important;
    }
    *:hover,*:active,*:visited,*:link,*:focus{
        -webkit-tap-highlight-color:rgba(0,0,0,0);
        -webkit-tap-highlight-color: transparent;
        outline:none;
    }
}
  /* #74ebbf !important */