@charset "UTF-8";
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 11;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.header .country{
    margin-left: 20px;
    color: #fff;
}
.header .header_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
  margin: auto;
}
.header .navge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .navge > div {
  margin-right: 50px;
  position: relative;
}
.header .navge > div:last-child {
  margin-right: 0;
}
.header .nav1 {
  height: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header .nav1 a {
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav1 a span {
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .nav2 {
    display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #0a0c35;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          width: 260px;
          padding-top: 3px;
              box-shadow: 0 0 20px 10px rgba(83, 43, 231, 0.3);
              border-radius: 5px;
}
.header .nav2_spe{
    width: 350px;
}
.header .nav2:before{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #4270d5, #5c57c7);
    
}
.header .nav2 a {
  background: linear-gradient(to right,#fff 33.33%, #4270d5 66.66%, #5c57c7);
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    background-position: 0% 0;
    transition: background-position 0.5s ease;
    

  line-height: 1.4;
  
}
.header .nav2>div{
    padding:12px 20px;
    transition: all 0.5s;
}

.header .nav2>div:hover {
  background: rgba(0, 0, 0, 0.06);
}
.header .nav2>div:hover>a{
  background-position: 100% 0;
}
.header .nav3{
    position: absolute;
    left: 100%;
    display: none;
    top: 0;
    
      background: #0a0c35;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          width: 260px;
          padding-top: 3px;
              box-shadow: 0 0 20px 10px rgba(83, 43, 231, 0.3);
              border-radius: 5px;
}
.header .nav3:before{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #4270d5, #5c57c7);
    
}
.header .nav3>div{
    padding:12px 20px;
}
.header .nav3 a {
  background: linear-gradient(to right,#fff 33.33%, #4270d5 66.66%, #5c57c7);
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent !important;
    background-position: 0% 0;
    transition: background-position 0.5s ease;
    

  line-height: 1.4;
  
}
.header .nav3 div:hover>a{
  background-position: 100% 0;
}
.header .header_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 60px;
}
.header .header_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header_search {
  padding: 5px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
}
.header .header_search svg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header .header_search svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .header_search svg:last-child {
  opacity: 0;
}
.header .header_search.header_search_act svg:first-child {
  opacity: 0;
}
.header .header_search.header_search_act svg:last-child {
  opacity: 1;
}
.header .header_search_drop {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 100px 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
}
.header .header_search_drop svg {
  cursor: pointer;
}
.header .drop_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 600px;
  margin: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}
.header .drop_flx input {
  width: calc(100% - 40px);
  border: none;
  margin-right: 20px;
  background: none;
}

.header.header_active {
  background: #120e34;
}

.phone_menu {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  margin-left: 30px;
}
.phone_menu span {
  background: #fff;
  height: 2px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.phone_menu span:first-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  top: 0;
}
.phone_menu span:last-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  -webkit-transform: translateY(18px);
      -ms-transform: translateY(18px);
          transform: translateY(18px);
  top: 0;
}

.menu_act span:first-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(10px) rotate(45deg);
      -ms-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
.menu_act span:last-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(10px) rotate(135deg);
      -ms-transform: translateY(10px) rotate(135deg);
          transform: translateY(10px) rotate(135deg);
}
.menu_act span:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header_act {
  top: -80px;
}

.footer {
  position: relative;
  z-index: 9;
}
.footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 530px;
  border: 1px solid #4270d5;
  border-radius: 5px;
  height: 64px;
  overflow: hidden;
}
.footer .email input {
  background: none;
  color: #fff;
  border: none;
  padding: 0 20px;
  width: calc(100% - 162px);
}
.footer .email input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .email input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .email input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .email input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .email input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .email button {
  border: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 162px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4270d5), to(#5c57c7));
  background-image: linear-gradient(to right, #4270d5, #5c57c7);
}
.footer .email button svg {
  margin-right: 8px;
}
.footer .line1 {
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4270d5), to(#5c57c7));
  background-image: linear-gradient(to right, #4270d5, #5c57c7);
  opacity: 0.4;
}
.footer a {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer a:hover {
  color: rgb(255, 255, 255);
}
.footer .footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footerNav1 {
  line-height: 1;
}
.footer .footerNav1 a {
  color: #fff;
}
.footer .footerNav2>div {
  line-height: 2.25;
}
.footer .footerNav2 .footerNav2_name{
    padding-left: 15px;
    position: relative;
}
.footer .footerNav2 .footerNav2_name::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4270d5;
  position: absolute;
  left: 0;
  top: 14px;
}
.footer .foot_nav3{
    width: 100%;
    padding-left: 15px;
}
.footer a{
    max-width: calc(100% - 15px);
}
.footer .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: rgba(255, 255, 255, 0.4);
}
.footer .lp {
  margin: 20px;
}
.footer .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .share a {
  opacity: 0.5;
  margin-right: 24px;
  display: flex;
}
.footer .share a:last-child {
  margin-right: 0;
}
.footer .share a:hover {
  opacity: 1;
}

@media screen and (max-width: 1700px) {
  .header .header_flx {
    padding: 0 40px;
  }
  .header .header_search_drop {
    padding: 60px 0;
  }

  .footer .email {
    width: 430px;
    height: 50px;
  }
  .footer .email button {
    width: 140px;
  }
  .footer .email input {
    width: calc(100% - 140px);
  }
  .footer .footerNav2 div {
    max-width: 260px;
  }
}
@media screen and (max-width: 1200px) {
  .header .nav1 {
    height: 60px;
  }
  .header .header_search_drop {
    padding: 40px 0;
  }
  .header .navge > div {
    margin-right: 30px;
  }
  .logo_w {
    width: 100px;
  }
  .header .header_flx {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1000px) {
  .footer .footerNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footerNav > div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
  }
  .footerNav1 {
    position: relative;
  }
  .footerNav1::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid rgb(255, 255, 255);
    border-top: 2px solid rgb(255, 255, 255);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .footerNav1.footerNav1_act::after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .footerNav2 {
    display: none;
    padding: 0 20px;
  }
  .footer .footerNav2 div{
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    
    .header .nav3{
        position: relative;
        left: 0;
        width: 100%;
        box-shadow:none;
    }
    .header .nav3:before{
        display: none;
    }
    .xuan2{
        position: relative;
    }
    .xuan2:after{
        content: "";
        position: absolute;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto 0;
        display: block;
        width: 8px;
        height: 8px;
        background-color: transparent;
        border-right: 2px solid rgb(255, 255, 255);
        border-top: 2px solid rgb(255, 255, 255);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .xuan2_act:after {
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .header .nav2>div:first-child .nav3{
        display: block;
    }
  .header {
    background: #120e34;
  }
  .header .navge > div {
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .navge {
    position: fixed;
    top: 61px;
    width: 100%;
    left: 0;
    height: calc(100% - 60px);
    background: #120e34;
    display: none;
    padding: 10px 20px 0;
  }
  .phone_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .nav1 {
    height: 50px;
  }
  .xuan:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid rgb(255, 255, 255);
    border-top: 2px solid rgb(255, 255, 255);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .nav1 a img {
    display: none;
  }
  .xuan_act:after {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .header .header_flx {
    height: 60px;
  }
  .header .nav1 a {
    color: #fff;
  }
  .header .nav2 {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
  }
  .header .drop_flx {
    width: 90%;
  }
  .header .header_search_drop {
    padding: 30px 0;
  }
  .footer .btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer .share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .email {
    width: 360px;
    margin-top: 20px;
  }
  .footer .email button {
    width: 120px;
  }
  .footer .email input {
    padding: 0 8px;
    width: calc(100% - 120px);
  }
  
}
