:root {
  --app-width: 3840rem;
  --app-height: 2160rem
}

body {
  margin: 0;
  width: 100vw;
  height: 100vh;
  background: #051426 !important;
  overflow: hidden;
  font-size: 1px
}

[v-cloak] {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("../fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.ttf");
}

@font-face {
  font-family: "DigifaceWide Regular";
  src: url("../fonts/digifacewide/DigifaceWide.ttf");
}

@font-face {
  font-family: "PangMenZhengDao";
  src: url("../fonts/PangMenZhengDaoBiaoTiTi-1.ttf");
}

@font-face {
  font-family: "DIN-Bold";
  src: url("../fonts/en_Din/DIN-Bold.otf");
}

@font-face {
  font-family: "DINPro-Regular";
  src: url("../fonts/en_Din/DINPro-Regular.otf");
}

@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("../fonts/YouSheBiaoTiHei.ttf");
}

@font-face {
  font-family: "Source Han Sans CN";
  src: url("./../fonts/sourcehansans.eot");
  src: url("./../fonts/sourcehansans.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("./../fonts/sourcehansans.woff") format("woff"),
    /* Modern Browsers */
    url("./fonts/sourcehansans.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("./fonts/sourcehansans.svg#YourWebFontName") format("svg");
  font-style: normal;
}

p,
a,
span,
div,
li {
  font-family: "Source Han Sans CN";
  color: #ffffff;
  text-decoration: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  cursor: default;
}

html,
body {
  width: 100%;
  height: 100%;
}

li {
  font-size: 14px;
}

a:hover {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

li {
  list-style: none;
}

label {
  display: inline-block;
  cursor: pointer;
}

input,
img {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline-style: none;
  vertical-align: bottom;
}

.clearfix::before,
.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: none;
  clear: both;
}

p {
  word-wrap: break-word;
}

.clear {
  clear: both;
  content: "";
  display: table;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  /* 边框清零 */
  border: none;
  /* 轮廓线清零 */
  outline: none;
  /* 防止文本域被随意拖拽 */
  resize: none;
}

html {
  overflow-x: hidden;
  overflow-y: hidden;
}

.mian {
  width: 3840px;
  height: 2160px;
  background: url(./../images/body.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  /* overflow: hidden; */
}

.header {
  width: 100%;
  /* height: 57px; */
  height: 152px;
}

.header ul {
  width: 3254px;
  margin: 0 auto;
  height: 100%;
  padding-top: 4px;
}

.header ul li {
  float: left;
  /* border: 1px solid #fff; */
  width: 328px;
  height: 100%;
}

ul .logoText {
  width: 1246px !important;
}

.body {
  width: 100%;
  margin: 0 auto;
  height: auto;
  /* border: 1px solid #fff; */
}

.tc {
  text-align: center;
}