.index_container {
  width: 100vw;
  height: 100vh;
  margin: auto;
  position: relative;
}
.index_container .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.index_container .bg_img img {
  width: 100%;
  height: 100%;
}
.index_container .header {
  width: 100vw;
  height: 99px;
  position: relative;
}
.index_container .header .header_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.22);
}
.index_container .header .logo_c {
  display: flex;
  align-items: center;
  width: 90%;
  height: 100%;
  margin: auto;
}
.index_container .header .logo_c img {
  width: auto;
  height: 45px;
}
.index_container .header .logo_c p {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}
.index_container .header .logo_c p span:first-child {
  color: #FFFFFF;
  font-size: 25px;
  -webkit-text-stroke: 1px #FFFFFF;
}
.index_container .header .logo_c p span:last-child {
  color: #FFFFFF;
  font-size: 15px;
}
.index_container .content {
  position: absolute;
  margin-left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-top: 200px;
}
.index_container .content .tips {
  font-size: 16px;
  color: #FFFFFF;
  padding: 20px 0;
}
.index_container .content .buttons button {
  background: #e1c044;
  border-radius: 6px;
  width: 90px;
  height: 35px;
}
.index_container .content .buttons button a {
  color: #FFFFFF;
}

/*# sourceMappingURL=index.css.map */
