.header__container{width:100%;height:72px;border-bottom:1px rgba(255,255,255,.16) solid;background:rgba(0,0,0,0);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}.header__container .header__content{width:1200px;height:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__container .header__content .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:346px}.header__container .header__content .logo a{width:100%;display:block}.header__container .header__content .logo img{width:100%;height:100%;float:left}.nav__item{margin-right:40px;font-size:17px}.nav__item a{color:#fff;line-height:22px;font-weight:400}.nav__item a:hover{-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-image:-webkit-gradient(linear,left top,right top,from(#0ad3fb),to(#00ffe4));background-image:-webkit-linear-gradient(left,#0ad3fb,#00ffe4);background-image:linear-gradient(to right,#0ad3fb,#00ffe4)}.nav__item:last-child{margin-right:0}.active a{-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-image:-webkit-gradient(linear,left top,right top,from(#0ad3fb),to(#00ffe4));background-image:-webkit-linear-gradient(left,#0ad3fb,#00ffe4);background-image:linear-gradient(to right,#0ad3fb,#00ffe4);font-weight:550;position:relative}.active a::after{content:'';position:absolute;width:16px;height:4px;background:-webkit-gradient(linear,left top,right top,from(#0ad3fb),to(#00ffe4));background:-webkit-linear-gradient(left,#0ad3fb,#00ffe4);background:linear-gradient(90deg,#0ad3fb,#00ffe4);border-radius:2px;bottom:-6px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}