@font-face {
  font-family: MADE Outer Sans Light;
  src: url('./MADE-Outer-Sans-Light.otf');
}
@font-face {
  font-family: MADE Outer Sans Regular;
  src: url('./MADE-Outer-Sans-Regular.otf');
}
html, body, p, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select, img {
  margin: 0;
  padding: 0;
  border: 0;
}
.dataverse-main {
  width: 100%;
  box-sizing: border-box;
}
.header {
  width: 100%;
  height: 75px;
  margin: 0 auto;
  background-color: rgba(160, 49, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header-main {
  width: 100%;
  height: 75px;
  max-width: 1250pxpx;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}
.header .logo {
  width: 393px;
  vertical-align: middle;
  flex-shrink: 0;
}
.header .btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.header .btns .btn {
  display: inline-block;
  margin-left: 10px;
  width: 47px;
}
.btn > img {
  width: 100%;
}
.main-img {
  width: 100%;
}
.main-text {
  margin-top: 10px;
}
.main-text > p {
  width: 100%;
  text-align: center;
  color: #a031ff;
  font-size: 50px;
  font-family: MADE Outer Sans Regular;
  line-height: 70px;
}
.img-box {
  width: 100%;
  height: auto;
  background: url('../images/bg.png') no-repeat;
  background-position: top;
  box-sizing: border-box;
  padding: 50px 0;
  margin-top: 70px;
}
.img-box-text {
  margin-bottom: 70px;
  text-align: center;
}
.img-box-text > p {
  width: 100%;
  text-align: center;
  color: #a031ff;
  font-size: 50px;
  font-family: MADE Outer Sans Regular;
  line-height: 70px;
}
.img-box-text > img {
  width: 27px;
  height: 25px;
  
}
.img-box-img {
  width: 100%;
  max-height: 1250pxpx;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 100px;
  
}
.img-box-img > img {
  width: 100%;
}
.footer {
  width: 100%;
  text-align: center;
  height: auto;
  box-sizing: border-box;
  padding: 50px 100px;
  background-color: #222;
}
.footer > .logo {
  width: 393px;
}
.footer > p {
  margin-top: 15px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  font-family: MADE-Outer-Sans-Regular;
  
}
.footer-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  color: #9b9b9b;
}
.lbd {
  display: flex;
  justify-content: center;
  align-items: center;
}