html,
body {
  position: relative;
  height: 100%;
}

body {
  background: linear-gradient(
    to bottom left,
    #110e1f 10%,
    #0e0b25 50%,
    #313574 100%
  );
  font-family: "SimHei";
  font-size: 14px;
  margin: 0;
  padding: 0;
}

#app {
  /* width: 100vw; */
  height: 100vh;
}

.swiper-container {
  width: 100vw;
  height: 100vh;
}

.swiper-slide {
  width: 100vw;
  height: 100vh;
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  opacity: 1;
  border: 1px solid #fff;
  background: transparent;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #fff;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 50px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 18px;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  overflow-x: hidden;
}

.content {
  width: 100%;
  height: 100%;
  position: relative;
}

.text-window {
  position: absolute;
  top: 30vh;
  left: 16vw;
  color: #fff;
  font-size: 80px;
  z-index: 100;
  letter-spacing: 4px;
}

.weight {
  font-weight: bold;
}

.text-company {
  position: absolute;
  top: 16vh;
  color: #fff;
  font-size: 64px;
  z-index: 100;
  letter-spacing: 4px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.company-text {
  margin-top: 8vh;
}

.item-bg {
  width: 100%;
}

.page-container {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 2000px) {
  .text-window {
    position: absolute;
    top: 30vh;
    left: 16vw;
    color: #fff;
    font-size: 96px;
    z-index: 100;
    letter-spacing: 4px;
  }

  .text-company {
    position: absolute;
    top: 16vh;
    color: #fff;
    font-size: 80px;
  }
}

.swiper-slide-m {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.text-window-m {
  position: absolute;
  top: 20vh;
  left: 10vw;
  color: #fff;
  font-size: 3rem;
  z-index: 100;
  letter-spacing: 4px;
  width: 80vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.text-company {
  position: absolute;
  top: 16vh;
  color: #fff;

  z-index: 100;
  letter-spacing: 4px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.company-text-m {
  font-size: 2.7rem;
}

.footer {
  width: 100%;
  height: 200px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  color: #fff;
  transition: all linear 0.2s;
  opacity: 0;
}
.footer2 {
  width: 100%;
  height: 40px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  color: #fff;
  transition: all linear 0.2s;
}
.footer:hover {
  opacity: 1;
}
.footer-bg {
  background: #00071e;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.footer-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.msg-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  padding-left: 80px;
}
.msg-item-m {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 2px;
  padding-left: 24px;
}

.msg-icon {
  margin-right: 12px;
}
.msg-text {
  font-size: 16px;
  letter-spacing: 1px;
}
.icp-text {
  cursor: pointer;
  display: inline-block;
  margin-left: 6px;
}
.footer-content-top {
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.footer-content-top-m {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.footer-content-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #00071e;
  letter-spacing: 1px;
  font-size: 16px;
  color: #666666;
}
.footer-content-bottom-m {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #00071e;
  letter-spacing: 1px;
  font-size: 12px;
  color: #666666;
}
