/*---top---*/
.header-top {
  height: 20vh;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 48px;
  border: 10px solid #000;
  padding-left: 10px!important;
  padding-right: 10px!important;
  position: relative;
  z-index: 11;
}
.header-top .top-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-top .warning {
  font-size: 2.5vw;
  line-height: 1.2;
  font-family: Arial,sans-serif;
  color: #000;
  font-weight: bold;
}
.header-top a {
  color: #FD9556;
  font-size: 13px;
}
.header-top a:hover {
  color: #FD9556;
}
/* 导航 */
.public-header {
    width: 100%;
    height: var(--localnav-height);
    background: #000;
    color: #fff;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 0 rgba(0,0,0,0.08);
    z-index: 100;
}
.right-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.right-nav .right-nav-item {
  font-size: 20px;
  color: #fff;
  padding: 10px;
  line-height: 1;
  height: 40px;
}
.right-nav .right-nav-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 100%;
}
.header-box {
    max-width: 1740px;
    height:100%;
    margin:0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
.public-header .logo{
  width: 123px;
  height: 36px;
}

.logo {
    display: inline-block;
    background: url(/static/images/web/logo.svg) no-repeat;
    background-size: auto 100%;
}
.logo.min{
  background: url(/static/images/web/logo.svg) no-repeat;
}

.top-nav {
  height: var(--localnav-height);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.top-nav>ul {
  position: relative;
  display: flex;
  align-items: center;
  pointer-events: all;
  padding: 0 7px;
  border-radius: 22px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}
.top-nav>ul>li .sub-cont{
  width: 0;
  max-height: 0px;
  opacity: 0;
  pointer-events:none;
  transition: all .6s linear;
}
.top-nav>ul>li>a,li .sub-cont a {
    position: relative;
    display: block;
    margin: 0 20px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    transition: color .2s ease;
}
.top-nav > ul > li.top-logo-wrap{
  width: 0px;
  height: 30px;
  overflow: hidden;
}
.top-nav > ul > li.top-logo-wrap.visible{
  width: 30px;
  overflow: visible;
}
.top-nav > ul > li.top-logo-wrap a{
  width: 100%;
  height: 100%;
  margin-left: 0;
  background-size: auto 100%;
  border-radius: 15px;
  font-size: 15px;
  line-height: 30px;
  text-align: center;

}
.top-nav > ul > li.top-logo-wrap a:hover{
  background-image: none;
  color: #fff;
  background-color: var(--theme-color);
}
.top-nav > ul > li.top-logo-wrap a:hover::after{
  font-family: "icomoon";
  speak: never;
  content: "\e926";
}
.top-nav > ul > li>a:hover {
  color: #9fa2b9;
}
.top-nav.visible {
  overflow: visible;
}
.top-nav .subcont{
  position: absolute;
  left: 0;
  top: -720px;
  background-color: #fff;
  border-radius: 20px;
  padding: 12px;
  opacity: 0;
  transform: scale(.8);
  transition: opacity,transform .2s;
}
.top-nav .support .subcont{
  left: auto;
  right: 0;
}
.top-nav .subcont.visible {
  top: 52px;
  opacity: 1;
  transform: scale(1);
}
.top-nav .subcont dd{
  min-width: 280px;
  margin-bottom: 8px;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  border-radius: 16px;
  transition: all .3s;
}
.top-nav .subcont dd:last-child{
  margin-bottom: 0;
}
.top-nav .subcont dd a {
  display: block;
  padding: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.top-nav .subcont dd .icon{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 12px;
  border: 1px solid #F0F0F0;
  background: none;
  text-align: center;
  line-height: 36px;
  font-size: 22px;
}
.top-nav .subcont dd .cont {
  flex:1;
  font-size: 14px;
}
.top-nav .subcont dd .cont h3{
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.top-nav .subcont dd .cont p{
  font-weight: 300;
}
.top-nav .label-wrap {
  display: flex;
  align-items: center;
}
.top-nav .label-new {
  margin-left: 4px;
}
.top-nav .subcont dd .arrow{
  width: 18px;
  height: 18px;
  color: #000;
  margin-left: 60px;
  transform: translateX(-5px);
  transition: transform .3s;
  opacity: 0;
}
.top-nav .subcont dd:hover {
  background: #F4F4FF;
}

.top-nav .subcont dd:hover h3 {
  color: #7C4FFA;
}

.top-nav .subcont dd:hover .icon {
  box-sizing: border-box;
  border: none;
  color: #fff;
  background: linear-gradient(180deg, #000000 0%, #6035D8 54%, #A180FF 100%);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.top-nav .subcont dd:hover .arrow {
  opacity: 1;
  color: #7C4FFA;
  transform: translateX(0);
}

.top-nav-button .icon-down {
    padding: 1px 5px;
    font-size: 12px;
}

.top-nav-button:hover .icon-down {
    transform: rotate(180deg)
}

.top-nav-button:hover .top-dropmenu {
    max-height: 40px;
}

.top-nav-button:hover .top-nav-bg {
    max-height: 40px
}

.top-nav-button a {
    font-size: 15px;
    color: #fff;
    transition: all 0.2s ease-in;
}

.top-dropmenu a {
    color: #000;
    font-size: 15px;
}

.top-nav>ul>li .top-nav-button {
    padding: 21px 30px;
    display: block;
    position: relative;
}
.top-nav .link-li {
  display: none;
}

.mobile-icons, .mobile-back {
    display: none;
}
.header-box-fixed{
  width: 100%;
  height: var(--localnav-height);
}
@media (max-width: 1100px) {
  .top-nav{
    width: 100%;
    height: 0px;
    background-color: #000;
    position: fixed;
    top: var(--localnav-height);
    align-items: flex-start;
    opacity: 0;
    transition: all .3s;
    flex-direction: column;
  }
  .top-nav.visible{
    height: calc(100% - var(--localnav-height));
    opacity: 1
  }
  .top-nav .subcont{
    display: none;
  }
  .top-nav>ul{
    width: 100%;
    flex-direction: column;
    border: none;
    align-items: flex-start;
    padding: 0 24px;
  }
  .top-nav > ul > li.top-logo-wrap{
    display: none;
  }
  .top-nav > ul > li{
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }
  .top-nav>ul>li>a{
    margin: 0 16px;
    line-height: 56px;
  }
  .top-nav>ul>li .icon{
    display: inline-block;
    margin-left: 20px;
    transition: all .3s;
  }
  .top-nav>ul>li.active .icon{
    transform: rotateZ(180deg);
  }
  .top-nav>ul>li .sub-cont{
    width: 100%;
  }
  .top-nav>ul>li.active .sub-cont{
    width: 100%;
    max-height: 500px;
    opacity: 1;
    pointer-events: auto;
  }
  .top-nav>ul>li .sub-cont a{
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.3);
    margin-left: 0;
    padding-left: 32px;
    line-height: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .top-nav>ul>li .sub-cont a i{
    width: 20px;
    margin-right: 8px;
    margin-bottom: 2px;
    font-size: 20px;
  }
  .public-header {
    padding: 8px !important;
  }
  .public-header .logo{
    display: block;
    height: 100%;
  }
  .header-box-fixed{
    position: fixed;
    width: 100%;
    height: var(--localnav-height);
    left: 0;
    top: 0;
    padding: 8px;
    background-color: #000;
  }
  .header-box {
    background: #000000;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 7px;
  }
  .mobile-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    background: #262938;
    border-radius: 14px;
    font-size: 16px;
  }
  .right-nav{
    display: none;
  }
  /*
    .header-top .warning {
        font-size: 32px;
    }
 */
}
.googleelement {
  position: absolute;
  top: 36px;
  right: 0;
  padding:12px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 3333;
}
.goog-te-gadget-simple img, .goog-te-gadget-simple span {
  display: inline-block;
}
.googleelement a{
  display: inline !important;
  margin: 0 12px !important;
  line-height: 24px !important;
}
.showlanguagebox {
  position: relative;
  cursor: pointer;
  display: none;
}
.right-nav .showlanguagebox {
  display: block;
  height: 100%;
  margin-left: 16px;
  position: relative;
}
.right-nav .showlanguagebox > a {
  color: #fff;
  display: -webkit-flex;
  display: flex;
}
.right-nav .showlanguagebox > a:hover {
  color: #fff;
}
.right-nav .showlanguagebox .icon-arrow-down {
  float: right;
  margin-top: 15px;
}
.showlanguagebox > a {
  line-height: 40px;
}
.showlanguagebox .googleelement{
display: none;
}
.showlanguagebox:hover .googleelement{
display: block;
}
.showlanguagebox a:after {
  content: none !important;
}
.showlanguagebox .icon-arrow-down{
  display: inline-block;
  margin-left: 4px;
}
.goog-te-banner-frame.skiptranslate {display: none !important;}
body { top: 0px !important; }

@media (max-width: 1100px) {
  .showlanguagebox .language_a{
    display: none;
  }
  .right-nav {
    margin-right: 40px;
  }
  .showlanguagebox .googleelement {
    top: 48px;
  }
  .showlanguagebox {
    display: block;
    padding: 9px 0;
    text-align: center;
    max-width: max-content;
    margin: 24px;
  }
  .showlanguagebox .googleelement{
    display: inline;
    box-shadow: none;
    line-height: 24px;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
  }
  .right-nav .showlanguagebox {
    display: none;
  }
  .right-nav .showlanguagebox > a {
    height: 100%;
  }
}