* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  scrollbar-width: thin;
  scrollbar-color: #f1f1f1 #888;
}
body,
html {
  font-size: 14px;
  color: #fff;
  background-color: #000;
  font-family: 'Microsoft YaHei', 'sans-serif', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Source Han Sans CN';
}
#app {
  opacity: 0;
}
:root {
  --color-: #FF6F30;
}
.flex {
  display: flex;
  align-items: center;
}
a {
  text-decoration: none;
}
.header {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #161616;
  justify-content: space-between;
  padding: 0 3.33333333vw;
  font-size: 16px;
  box-shadow: 0px 1px 0px 0px rgba(219, 219, 219, 0.12);
}
.header .logo {
  height: 29px;
  margin-right: 2.01388889vw;
}
.header .href {
  cursor: pointer;
  color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
}
.header .href + .href {
  margin-left: 1.18055556vw;
}
.header .href.active {
  color: var(--color-);
  font-weight: 600;
}
.header .lang-box {
  cursor: pointer;
  font-size: 16px;
}
.header .lang-box .svg {
  width: 15px;
  margin-right: 3px;
}
.lang-popover.el-popover {
  min-width: auto;
  padding: 6px 0;
  border-radius: 8px;
  background-color: #29292E;
  border-color: #29292E;
  color: #fff;
}
.lang-ul .lang-li {
  text-align: center;
  padding: 9px 0;
  cursor: pointer;
  font-size: 16px;
}
.lang-ul .lang-li.active {
  color: var(--color-);
}
.footer {
  background: linear-gradient(134deg, #353535 0%, #080808 100%);
  padding: 0 10px;
}
.footer .top {
  padding: 50px 0;
  max-width: 1230px;
  column-gap: 20px;
  margin: 0 auto;
  word-break: keep-all;
  white-space: nowrap;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(216, 217, 221, 0.21);
}
.footer .top.en {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer .top .left .cell {
  flex-wrap: wrap;
}
.footer .top .left .label {
  font-size: 14px;
  color: #8A8A8A;
  line-height: 24px;
  margin-bottom: 5px;
}
.footer .top .left .label1 {
  margin-top: 5px;
}
.footer .top .left .val {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 29px;
}
.footer .top .left .icon5 {
  width: 12px;
  margin-right: 5px;
}
.footer .top .right {
  color: #A9A9A9;
  font-size: 14px;
  line-height: 25px;
}
.footer .top .right .title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 17px;
  display: block;
  color: #FFFFFF;
}
.footer .top .right .router {
  display: block;
  color: #A9A9A9;
}
.footer .top .right .pointer {
  cursor: pointer;
}
.footer .top .right .row {
  display: flex;
  align-items: flex-start;
}
.footer .top .right .sub1 {
  margin-top: 17px;
}
.footer .top .right .sub {
  margin-top: 3px;
}
.footer .top .right .col + .col {
  margin-left: 35px;
}
.footer .bottom {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 1230px;
  padding: 17px 0 10px;
}
.footer .bottom .logo-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 21px;
}
.footer .bottom .logo-box .icon-box {
  justify-content: flex-end;
}
.footer .bottom .logo-box .icon-box .href + .href {
  margin-left: 16px;
}
.footer .bottom .logo-box .icon-box .icon {
  display: block;
  width: 30px;
}
.footer .bottom .content {
  font-size: 12px;
  line-height: 21px;
  color: #8B8B8B;
  padding-bottom: 79px;
}
.footer .bottom .content .span {
  color: #fff;
}
.footer .bottom .content .text + .text {
  margin-top: 18px;
}
.footer .bottom .router-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  color: #F9F9F9;
  padding-top: 15px;
  line-height: 16px;
}
.footer .bottom .router-box .item {
  cursor: pointer;
  color: #F9F9F9;
}
.footer .bottom .router-box .item + .item {
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
  .footer {
    display: none;
  }
}
