body {
  color: #fff;
  background: rgb(0, 5, 8);
  overflow-x: hidden;
  font-family: 'DM Sans', sans-serif;
}
@font-face {
  font-family: DMSans_24pt-Regular;
  src: url(../font/DMSans-Regular.ttf);
}
@font-face {
  font-family: Lato;
  src: url(../font/DMSans_36pt-SemiBold.ttf);
}
@font-face {
  font-family: Lato-m;
  src: url(../font/DMSans_24pt-Medium.ttf);
}
@font-face {
  font-family: Lato-lg;
  src: url(../font/DMSans_36pt-Medium.ttf);
}
@font-face {
  font-family: Lato-BOLD;
  src: url(../font/Outfit-Bold.ttf);
}
html {
  font-size: 100px;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #fff;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: inherit;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
  object-fit: cover;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
}

button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 12rem;
  margin: 0 auto;
}
/*公共样式勿删除*/

.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
  transform: perspective(1px);
}
.pic {
  overflow: hidden;
  position: relative;
}
.pic:hover > img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/

/**/

/**/

/**/

.ws-wap-menu {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  padding-top: 60px;
  z-index: -1;
  opacity: 0;
}

.ws-wap-menu.on {
  z-index: 105;
  opacity: 1;
}

.ws-wap-menu ul {
  width: 100%;
  border-top: 1px solid #333;
}
.ws-wap-menu ul > li {
  position: relative;
  border-bottom: 1px solid #333;
}
.ws-wap-menu ul li > a {
  display: block;
  line-height: 52px;
  font-size: 16px;
  position: relative;
  width: 100%;
  padding-left: 20px;
}

/**/
.header {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  font-size: 0.15rem;
  transition: all 0.3s;
  width: 100%;
}
.header .logo img {
  width: 1.25rem;
  margin-right: 0.2rem;
}
.header .nav {
  display: flex;
  text-align: center;
}
.header .btn {
  font-size: 0.18rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  padding: 0.1rem 0.15rem;
  border-radius: 0.5rem;
}
.header .nav > li {
  position: relative;
  padding: 0 0.15rem;
}

.header .nav > li > a:after {
  content: '';
  border-bottom: 2px solid #2ed986;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s;
}
.header .nav > li:hover > a:after {
  width: 100%;
}
.header .nav > li > a {
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.footer {
  background: #000;
  font-size: 0.13rem;
  line-height: 2;
}
.footer .flex {
  align-items: stretch;
  padding: 0.5rem 0;
}
.footer .side ul {
  display: flex;
  width: 3.9rem;
  margin-top: 0.1rem;
  flex-wrap: wrap;
}
.footer .side ul li {
  width: 33.333%;
}

.footer .share {
  display: flex;
  align-items: center;
  padding-top: 0.25rem;
}
.footer .share a + a {
  margin-left: 0.25rem;
}
.footer .ft {
  color: rgb(59, 59, 59);
  padding: 0.15rem 0;
  font-size: 10.9px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer .ft span {
  padding-left: 0.2rem;
}
