* {
  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;
}
::-webkit-scrollbar {
  width: 6px;
  /* 定义滚动条宽度 */
}
/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background: transparent;
  /* 轨道背景颜色 */
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: rgba(194, 194, 194, 0.5);
  /* 滑块背景颜色 */
  border-radius: 3px;
  /* 滑块圆角 */
}
/* 鼠标悬停在滚动条上时的滑块样式 */
::-webkit-scrollbar-thumb:hover {
  background: rgba(194, 194, 194, 0.5);
  /* 鼠标悬停时的背景颜色 */
}
: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;
  margin-right: 1.18055556vw;
}
.header .href:hover .el-icon-caret-bottom {
  transform: rotate(-180deg);
}
.header .href .el-icon-caret-bottom {
  transition: transform 0.3s;
}
.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;
}
.header1 {
  position: sticky;
  top: 0;
  z-index: 10;
  display: none;
  padding: 28px 15px 18px 16px;
  justify-content: space-between;
  align-items: center;
  background-color: #161616;
  box-shadow: 0px 1px 0px 0px rgba(219, 219, 219, 0.12);
}
.header1 .logo {
  height: 24px;
  display: block;
}
.header1 .meau {
  width: 20px;
}
.el-drawer {
  background-color: #000;
}
.drawer-box {
  padding: 37px 15px 80px 15px;
  position: relative;
}
.drawer-box .close {
  position: absolute;
  top: 49px;
  right: 14px;
  cursor: pointer;
  width: 20px;
}
.drawer-box .close-box {
  display: flex;
  padding-bottom: 14px;
}
.drawer-box .li {
  padding: 12px 0;
  font-size: 16px;
  cursor: pointer;
  display: block;
  color: #fff;
  line-height: 1;
}
.drawer-box .li.active {
  color: var(--color-);
  font-weight: 600;
}
.drawer-box .lang-box {
  padding: 10px 0;
  color: #ffffff;
  font-size: 16px;
}
.drawer-box .lang-box .svg {
  width: 22px;
  margin-right: 3px;
}
.drawer-box .lang-box .svg1 {
  width: 13px;
  margin-left: 5px;
}
.lang-popover.el-popover {
  min-width: auto;
  padding: 6px 0;
  border-radius: 8px;
  background-color: #29292E;
  border-color: #29292E;
  color: #fff;
}
.menu-popover.el-popover {
  min-width: 120px;
  padding: 6px 0;
  border-radius: 8px;
  background-color: #29292E;
  border-color: #29292E;
  color: #fff;
  margin-top: 0;
}
.lang-ul .lang-li {
  text-align: center;
  padding: 9px 0;
  cursor: pointer;
  font-size: 16px;
}
.lang-ul .lang-li.active {
  color: var(--color-);
}
.menu-ul .menu-li {
  padding: 9px 10px;
  cursor: pointer;
  font-size: 16px;
  display: block;
  color: #ffffff;
}
.menu-ul .menu-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;
}
.el-collapse {
  box-shadow: none;
  padding: 0;
  border-top-color: transparent;
}
.el-collapse .router {
  display: block;
  color: #000;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 16px;
  padding-left: 21px;
}
.el-collapse .el-collapse-item__wrap {
  background-color: #000;
  border-bottom-color: #202020;
}
.el-collapse .collapse-header {
  flex: 1;
  line-height: 1;
  color: #ffffff;
}
.el-collapse .collapse-header.active {
  color: var(--color-);
}
.el-collapse .el-collapse-item__content {
  padding-bottom: 4px;
}
.el-collapse-item__header {
  border-bottom-color: #202020;
  color: #fff;
  background-color: #000;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
  .header1 {
    display: flex;
  }
  .footer {
    display: none;
  }
}
