body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Roboto';
}
button {
  outline: none;
  border: none;
}
.slide-fade-enter-active {
  transition: all 0.3s ease;
}
.slide-fade-leave-active {
  /* transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1); */
}
.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active for below version 2.1.8 */ {
  transform: translateX(10px);
  opacity: 0;
}
.screen-container {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease;
}

.screen {
  position: relative;
  width: 100%;
  height: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000;
  overflow: hidden;
}
.screen.white {
  background-color: #ffffff;
}
.screen.grey {
  background-color: #f5f5f6;
}
.screen h1 {
  color: #ffffff;
  font-size: 80px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.screen h1 span {
  background: #007e64;
  height: 94px;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  margin-left: 26px;
}
.screen h2 {
  color: #f5f5f7;
  font-weight: bold;
  font-family: Roboto;
  font-size: 42px;
  line-height: 80px;
  position: relative;
  margin-bottom: 10px;
}
.screen h3 {
  font-family: Roboto;
  font-weight: bold;
  font-size: 80px;
  line-height: 80px;
  color: #f5f5f7;
  position: relative;
}
.screen.grey h3 {
  color: #1d1d1f;
}
.screen.white h3 {
  color: #1d1d1f;
}
.screen p {
  position: relative;
  color: #fff;
}
.screen.grey p {
  color: #676767;
}
.screen.white p {
  color: #676767;
}
.screen .bg-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.screen .bg-container img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.screen .bg-container video {
  object-fit: cover;
}
.screen .glass-bg {
  backdrop-filter: blur(30px);
  border: 2px solid rgba(255, 255, 255, 0.21);
}
/* .screen .glass-bg::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 30px;
  background: linear-gradient(0deg, rgba(28, 143, 79, 0.204) 0%, rgba(255, 255, 255, 0.21) 100%);
} */
.light-area {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
  background: radial-gradient(rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0) 60%);
  border-radius: 50%;
  z-index: 99;
}
.bg-img {
  width: 1920px;
  height: 1000px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bg-img img {
  width: 1920px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bg-img::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 50px 30px #000 inset;
}
.first {
  height: 900px;
}
.first > * {
  position: relative;
}
.first > h1 {
  margin-top: 42px;
}
.first > button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 26px;
  gap: 16px;
  background: #007e64;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  z-index: 1;
}
.first button .play {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 14px;
}
.first button .play span {
  position: relative;
  left: 1px;
  top: 2px;
}
.first .main-img {
  position: relative;
  height: 400px;
  top: -200px;
}
.first img.main-img {
  position: absolute;
}
.first .iframe {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
}
.first .iframe > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 602px;
}
.first .iframe > div > b {
  background: #000;
  width: 100%;
  display: block;
  opacity: 0.7;
}
.first .iframe > div > span {
  position: absolute;
  right: 0;
  color: #ffffff;
  z-index: 12;
  top: -40px;
  width: 40px;
  height: 40px;
  border: 1px solid;
  line-height: 40px;
  text-align: center;
  font-size: 23px;
  border-bottom: none;
  background: #000;
  cursor: pointer;
}

.first .iframe > div > iframe {
  position: absolute;
  z-index: 10;
  width: 1000px;
  height: 562px;
  left: 0;
  top: 0;
  border: 1px solid #ffffff;
  background: #000000;
}
.cpu .color-border {
  position: absolute;
  top: 370px;
  left: 853px;
  width: 207px;
  height: 297px;
  box-sizing: border-box;
  border: 3px solid;
  border-image: linear-gradient(180deg, #2be497 0%, #007c62 100%) 3;
  clip-path: inset(0px round 10px);
  animation: huerotate 6s infinite linear;
  filter: hue-rotate(360deg);
}
@keyframes huerotate {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rorate(360deg);
  }
}
.cpu h3 {
  padding-top: 80px;
}
.cpu .spec {
  margin-top: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cpu .spec li {
  margin: 0 60px;
}
.cpu .spec li p {
  font-size: 80px;
  font-weight: bold;
  color: #007e64;
  margin-bottom: 5px;
}
.cpu .spec li span {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #86868b;
  min-height: 28px;
  display: block;
}
.screen .last-words {
  width: 100%;
  padding: 30px 0 60px;
  border-bottom: 1px solid #2c2c2c;
  background: #101010;
  color: #86868b;
  flex: 1;
}
.screen .last-words > * {
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.screen .last-words .line {
  height: 1px;
  width: 1920px;
  background-color: #2c2c2c;
  margin: 30px 0 30px;
}
.screen .last-words .text {
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.screen .last-words p {
  color: #868688;
  font-size: 12px;
  width: 750px;
  margin: 1em 0;
  line-height: 1.5em;
}
.benchmark h3 {
  padding-top: 80px;
  padding-bottom: 73px;
}
.benchmark .glass-bg {
  margin-top: 23px;
  width: 1000px;
  border-radius: 30px;
}

.benchmark-animation {
  padding: 20px 48px;
}
.benchmark-animation li:nth-of-type(-n + 2) span {
  color: #f5f5f7;
  font-weight: bold;
}
.benchmark-animation li {
  margin-top: 23px;
}
.benchmark-animation li span {
  color: #a5a5a5;
  font-size: 24px;
}
.benchmark-animation li span sup {
  font-size: 10px;
  position: relative;
  top: -2px;
}
.benchmark-animation li p {
  position: relative;
  height: 15px;
  border-radius: 6px;
  text-align: right;
  font-size: 20px;
  padding: 4px;
}
.benchmark-animation li.strong p {
  padding: 2px 4px;
}
.benchmark-animation li p b {
  position: absolute;
  right: -44px;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: 200;
  font-size: 18px;
}
.benchmark-animation li:nth-child(-n + 2) p b {
  font-size: 24px;
  right: -60px;
}
.benchmark-animation li:nth-child(-n + 2) .bar:last-child p b {
  font-size: 22px;
}
.benchmark-animation li .bar {
  position: relative;
}
.benchmark-animation li > div:first-of-type {
  margin-top: 5px;
}
.benchmark-animation li:nth-child(-n + 2) > div:first-of-type {
  margin-top: 15px;
}
.benchmark-animation li > div:last-of-type {
  margin-top: 2px;
}
.benchmark-animation li .bar::before {
  position: absolute;
  display: block;
  content: '';
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 4px;
}
.benchmark-animation li > div:first-of-type::before {
  background: linear-gradient(90deg, rgba(225, 176, 0, 0.8) 0%, rgba(255, 255, 255, 0.7) 100%);
}
.benchmark-animation li > div:last-of-type::before {
  background: linear-gradient(90deg, #1c8f4f 0%, rgba(255, 255, 255, 0.7) 100%);
}
.benchmark-animation li > div:first-of-type p {
  text-shadow: 0px 0px 10px #9b5c2f;
  background: linear-gradient(90deg, #d27000 0%, #c79200 100%);
  box-shadow: inset 0px 0px 10px 0px rgba(255, 249, 238, 0.4);
}
.benchmark-animation li > div:last-of-type p {
  text-shadow: 0px 0px 10px #0e6134;
  background: linear-gradient(90deg, #007c62 0%, #30aa4c 100%);
  box-shadow: inset 0px 0px 10px 0px rgba(237, 255, 241, 0.4);
}
.benchmark-animation li.strong p {
  font-weight: bold;
  font-size: 24px;
  font-variation-settings: 'opsz' auto;
  font-feature-settings: 'kern' on;
  color: #ffffff;
}
.benchmark-animation .axis {
  display: flex;
  border-top: 1px solid #5c5b5c;
  justify-content: space-between;
  margin-top: 20px;
}
.benchmark-animation .axis span {
  font-size: 18px;
  color: #86868b;
  line-height: 26px;
}
.benchmark-animation .legend li {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benchmark-animation .legend li:nth-of-type(1) > div {
  width: 30px;
  margin-right: 12px;
}
.benchmark-animation .legend li > span:first-of-type {
  margin-right: 100px;
}
.benchmark-animation > span {
  position: absolute;
  bottom: -32px;
  font-size: 16px;
}
.benchmark-animation > span:nth-of-type(1) {
  left: 0px;
}
.benchmark-animation > span:nth-of-type(2) {
  left: 0px;
  bottom: -56px;
}
.benchmark-animation > span:nth-of-type(3) {
  right: 0;
}
.video h3 {
  padding-top: 320px;
}
.video .bg-container::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.video > p {
  color: #f5f5f7;
  position: relative;
  padding: 56px 0 300px;
  font-size: 42px;
  font-weight: bold;
}
.cardsize {
  height: 840px;
}
.cardsize h3 {
  padding-top: 80px;
  padding-bottom: 30px;
}
.expansion {
  height: 6000px;
  position: relative;
}
.expansion h3 {
  padding-top: 80px;
  padding-bottom: 20px;
}
.expansion .top {
  margin-top: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expansion .top .left {
  position: relative;
  margin-right: 2px;
}
.expansion .top .left .corner:nth-of-type(1) {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  border-top: 2px solid rgba(86, 162, 255, 0.25);
  border-left: 2px solid rgba(86, 162, 255, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
.expansion .top .left .corner:nth-of-type(2) {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  border-top: 2px solid rgba(86, 162, 255, 0.25);
  border-right: 2px solid rgba(86, 162, 255, 0.25);
  position: absolute;
  top: 0;
  right: 0;
}
.expansion .top .left .corner:nth-of-type(3) {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  border-bottom: 2px solid rgba(86, 162, 255, 0.25);
  border-left: 2px solid rgba(86, 162, 255, 0.25);
  position: absolute;
  bottom: 0;
  left: 0;
}
.expansion .top .left .corner:nth-of-type(4) {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  border-bottom: 2px solid rgba(86, 162, 255, 0.25);
  border-right: 2px solid rgba(86, 162, 255, 0.25);
  position: absolute;
  bottom: 0;
  right: 0;
}
.expansion .top .left li {
  width: 495px;
  height: 143px;
  transition: 0.3s ease-out;
  display: flex;
}
.expansion .top .left li > div {
  padding-left: 85px;
  width: 485px;
}
.expansion .top .left li span {
  color: #e4e6ea;
  font-size: 28px;
  line-height: 142px;
}
.expansion .top .left li b {
  color: #064841;
  font-size: 80px;
  line-height: 142px;
  margin: 0 10px;
}
.expansion .top .left li.active b {
  color: #007e64;
}
.expansion .top .left li:last-of-type {
  border-bottom: none;
}

.expansion .top .right li {
  width: 502px;
  height: 46px;
  margin-bottom: 2px;
  background-color: #0a131f;
  overflow: hidden;
}
.expansion .top .right li span {
  color: #cbcccd;
  font-size: 21px;
  line-height: 46px;
  padding-left: 26px;
}
.expansion .top .right li span:nth-of-type(2) {
  border-left: 2px solid #000;
  float: right;
  transition: 0.3s ease-out;
  white-space: nowrap;
  background-color: #0a131f;
}
.expansion .top .right li.occupied {
  background-color: #04080c;
}
.expansion .top .right li.occupied span:nth-of-type(1) {
  color: #515252;
}
.expansion .top .right li span:nth-of-type(2).flashlight {
  background-color: #112033;
}
.expansion .top .right li:last-of-type {
  margin-bottom: 0;
}
.expansion .center {
  margin: 58px 0 10px;
  position: relative;
  background: rgba(49, 49, 49, 0.5);
  width: 1000px;
  height: 120px;
  text-align: center;
}
.expansion .center b {
  color: #007e64;
  font-size: 80px;
  line-height: 120px;
  padding: 0 5px;
}
.expansion .center span {
  color: #e4e6ea;
  font-size: 28px;
  line-height: 120px;
}
.expansion .bottom {
  width: 1000px;
  padding-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.expansion .bottom li {
  display: flex;
  align-items: baseline;
  padding: 10px 30px;
  background: rgba(49, 49, 49, 0.5);
  border-radius: 5px;
}
.expansion .bottom li span {
  color: #86868b;
  font-size: 24px;
  font-weight: 500;
}
.expansion .bottom li p {
  font-size: 36px;
  color: #007e64;
  font-weight: 500;
  margin: 0 8px;
}
.solution h3 {
  padding: 80px 0;
}
.solution > div {
  position: relative;
  margin: 0 auto 40px;
  width: 1260px;
  height: 650px;
  border-radius: 22px;
  background: #f5f5f6;
  padding: 46px 0 84px 133px;
  display: flex;
  align-items: start;
}
.solution ul li {
  position: relative;
  width: 372px;
  border-bottom: 1px solid #bdbdc0;
  overflow: hidden;
  transition: 0.3s;
}
.solution ul li:last-of-type {
  border-bottom: none;
}
.solution ul li p:first-of-type {
  font-size: 24px;
  font-weight: 500;
  color: #1b1b1d;
  padding: 30px 0;
}
.solution ul li p i {
  float: right;
  font-size: 22px;
  font-weight: 900;
  color: #878787;
  transform: rotate(180deg);
  transition: 0.3s;
}
.solution ul li.show p i {
  transform: rotate(0deg);
}
.solution ul li p:last-of-type {
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 500;
  color: #86868b;
  padding-bottom: 30px;
}
.solution .solution-img {
  position: relative;
  flex: 1;
  height: 550px;
}
.solution .solution-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.solution .solution-img img:nth-of-type(1) {
  width: 633px;
  height: 340px;
}
.solution .solution-img img:nth-of-type(2) {
  width: 560px;
  height: 343px;
}
.solution .solution-img img:nth-of-type(3) {
  width: 547px;
  height: 483px;
}
.solution .solution-img img:nth-of-type(4) {
  width: 638px;
  height: 360px;
}
.easydesign h3 {
  width: 674px;
  text-align: center;
  padding: 80px 0 10px;
}
.easydesign p {
  width: 945px;
  margin-top: 20px;
  color: #86868b;
  font-size: 24px;
  margin-bottom: 500px;
  text-align: center;
}
.easydesign .bg-img {
  height: 1020px;
}
.os h3 {
  padding: 102px 0 0;
}
.os p {
  margin-top: 30px;
  color: #86868b;
  font-size: 24px;
  margin-bottom: 93px;
}
.os > img {
  width: 946px;
  height: 414px;
  position: relative;
}
.specification h3 {
  padding: 80px 0 40px;
}
.specification > img {
  margin-top: 36px;
  width: 1070px;
  height: 640px;
  position: relative;
}
.customdesign h3 {
  padding: 80px 0 10px;
}
.customdesign > p {
  margin-top: 20px;
  color: #86868b;
  font-size: 24px;
}
.customdesign > a {
  position: relative;
  opacity: 0;
  margin: 5px auto 480px;
  color: #007e64;
  font-size: 18px;
}
.customdesign > a i {
  font-size: 16px;
}
.customdesign .glass-bg {
  width: 814px;
  height: 186px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 30px;
}
.customdesign .glass-bg p {
  color: #f5f5f7;
  text-align: center;
}
.customdesign .glass-bg p:first-of-type {
  padding: 27px 0 30px;
  font-size: 36px;
}
.customdesign .glass-bg p:last-of-type {
  font-size: 52px;
}
.customdesign .glass-bg p i {
  font-size: 55px;
}
.customdesign .glass-bg p a {
  color: #f5f5f7;
  text-decoration: underline;
  position: relative;
  top: -5px;
}
