html {
  font-size: 1vw;
}

body {
  height: 100vh;
  font-family: Arial;
  background-color: #fff;
  transition: all 1s ease;
}

p {
  margin: 0;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #fff;
}

ul {
  padding: 0;
}

ul, li {
  list-style: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.ourmission, .viewspec {
  height: 60%;
  width: 8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ourmission {
  right: 4rem;
}

.viewspec {
  right: 13rem;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

.overflow-hidden {
  overflow: hidden;
}

.flex-shrink {
  flex-shrink: 0;
}

.wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.color-theme {
  color: #051797;
}

.color-theme2 {
  color: #171c61;
}

.color-white {
  color: #fff;
}

.bg-linear-gradient {
  background-image: linear-gradient(-109deg, #E7F0FF 38%, rgba(233, 241, 255, 0) 100%);
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-22 {
  font-size: 2.2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-26 {
  font-size: 2.6rem;
}

.fs-28 {
  font-size: 2.8rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-32 {
  font-size: 3.2rem;
}

.fs-34 {
  font-size: 3.4rem;
}

.fs-38 {
  font-size: 3.8rem;
}

.lh-12 {
  line-height: 1.2rem;
}

.lh-14 {
  line-height: 1.4rem;
}

.lh-16 {
  line-height: 1.6rem;
}

.lh-18 {
  line-height: 1.8rem;
}

.lh-20 {
  line-height: 2rem;
}

.lh-22 {
  line-height: 2.2rem;
}

.lh-24 {
  line-height: 2.4rem;
}

.lh-26 {
  line-height: 2.6rem;
}

.lh-28 {
  line-height: 2.8rem;
}

.lh-30 {
  line-height: 3rem;
}

.lh-32 {
  line-height: 3.2rem;
}

.fw-900 {
  font-weight: 900;
}

.fw-500 {
  font-weight: 500;
}

.header {
  position: relative;
}
.header-main {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.header-bgimg-left {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.header-text p {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 4rem;
  margin-left: -3rem;
}
.header-text p:first-child {
  font-size: 3.25rem;
  line-height: 3.2rem;
}

.header-coming {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  font-style: italic;
  padding: 1rem;
  margin-left: 4rem;
  margin-top: 2rem;
}

.rhombus {
  height: 15rem;
  position: absolute;
  left: 1rem;
  bottom: 2.8rem;
  font-size: 1rem;
}

.heaser-time {
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #171c61;
  border-radius: 5rem;
}

.laptop {
  position: absolute;
  bottom: 7rem;
  right: 1rem;
  height: 19rem;
}

.main {
  flex: auto;
}

.table tr {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #eaeaea;
}
.table tr:first-child {
  font-size: 1.8rem;
  font-weight: 900;
}
.table tr td {
  padding: 0 1rem;
}

.gpu-table {
  display: none;
}

.choose-img {
  height: 21rem;
  margin: 5rem 1.6rem;
}

.explanation {
  position: relative;
}
.explanation-main {
  background: linear-gradient(94.84deg, #7075C5 0%, #176AA9 57%, #173578 100%);
}
.explanation-bgimg-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.explanation-item {
  border-radius: 1rem;
  background-color: #fff;
  position: relative;
}
.explanation-item-text {
  width: 100%;
  height: 100%;
}
.explanation-item-text p {
  font-family: "Inder";
  font-size: 1.6rem;
  position: relative;
  z-index: 9;
}

.explanation-item-icon {
  width: 5rem;
  height: 5rem;
  position: relative;
  z-index: 9;
}

.explanation-exp {
  position: absolute;
  height: 100%;
}
.explanation-exp.left {
  left: -5rem;
}
.explanation-exp.right {
  right: -5rem;
}

.explanation-item {
  height: 10rem;
  width: 70%;
  margin: 4rem 0;
}
.explanation-item:nth-child(1) {
  margin-left: 10%;
}
.explanation-item:nth-child(2) {
  margin-left: 26%;
}
.explanation-item:nth-child(3) {
  margin-left: 4%;
}

.explanation-bgimg-right {
  height: 140%;
}

.could-box {
  padding-top: 10rem;
}

.could {
  position: relative;
}

.could-icon {
  width: 7.2rem;
  height: 7.2rem;
  margin-right: 1.4rem;
}

.could-icon.update {
  width: 8.2rem;
  height: 8.2rem;
  margin-left: -1.4rem;
}

.could-icon.secure {
  width: 8.2rem;
  height: 8.2rem;
  margin-left: -1.4rem;
}

.mission-laptop {
  position: absolute;
  right: 6rem;
  top: 50%;
  transform: translateY(-34%);
  height: 20rem;
  opacity: 0.9;
}

.support-icon {
  height: 2rem;
}

.footer {
  background: linear-gradient(94.84deg, #7075C5 0%, #176AA9 57%, #173578 100%);
}

@media (min-width: 576px) {
  .could-box {
    padding-top: 12rem;
  }
  .explanation-exp.left {
    left: -3rem;
  }
  .explanation-exp.right {
    right: -3rem;
  }
  .explanation-item {
    height: 6rem;
    width: 52%;
    margin: 2rem 0;
  }
  .explanation-item:nth-child(1) {
    margin-left: 4%;
  }
  .explanation-item:nth-child(2) {
    margin-left: 30%;
  }
  .explanation-item:nth-child(3) {
    margin-left: 0%;
  }
  .explanation-bgimg-right {
    height: 185%;
  }
  .mission-laptop {
    opacity: 1;
  }
  .support-icon {
    height: 1.2rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 84%;
  }
}
@media (min-width: 992px) {
  .explanation-item {
    width: 48%;
  }
}/*# sourceMappingURL=style.css.map */