@import './init.css';
.page-home {
  width: 100%;
  height: auto;
  background: url("../images/backdrop.webp");
  background-size: 100%;
  background-repeat: no-repeat;
}
.page-home .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 65px;
  margin: 0 auto;
}
.page-home .header-wrapper .item-button .button {
  display: inline-flex;
  align-items: center;
  height: 32px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  padding: 0 20px;
  border-radius: 40px;
  background: linear-gradient(to right, rgb(119, 79, 254), rgb(79, 150, 254));
}
.page-home .body-wrapper {
  width: 1200px;
  margin: 0 auto;
}
.page-home .body-wrapper .module-header {
  display: flex;
  align-items: center;
  margin: 80px 0;
}
.page-home .body-wrapper .module-header .module-left {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.page-home .body-wrapper .module-header .module-left .item-title {
  display: flex;
}
.page-home .body-wrapper .module-header .module-left .item-title .text {
  font-size: 40px;
  font-weight: 600;
  color: rgb(51, 136, 255);
}
.page-home .body-wrapper .module-header .module-left .item-title .label {
  font-size: 40px;
  color: rgb(22, 30, 69);
  margin-left: 10px;
}
.page-home .body-wrapper .module-header .module-left .item-text {
  display: flex;
  margin-top: 25px;
}
.page-home .body-wrapper .module-header .module-left .item-text .text {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: rgb(71, 85, 105);
}
.page-home .body-wrapper .module-header .module-left .item-text .text::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: rgb(22, 30, 69);
}
.page-home .body-wrapper .module-header .module-left .item-text .label {
  font-size: 18px;
  color: rgb(85, 98, 116);
}
.page-home .body-wrapper .module-header .module-left .item-button {
  margin-top: 35px;
}
.page-home .body-wrapper .module-header .module-left .item-button .button {
  display: inline-flex;
  align-items: center;
  height: 50px;
  font-size: 20px;
  color: rgb(255, 255, 255);
  padding: 0 40px;
  border-radius: 40px;
  background: linear-gradient(to right, rgb(119, 79, 254), rgb(79, 150, 254));
}
.page-home .body-wrapper .module-header .module-right {
  flex: 0 0 auto;
  width: 565px;
  height: auto;
  font-size: 0px;
  padding: 15px;
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  background: linear-gradient(45deg, rgb(170, 153, 246), rgb(157, 228, 255));
}
.page-home .body-wrapper .module-header .module-right .item-video {
  width: 100%;
  height: 302px;
  border-radius: 20px;
}
.page-home .body-wrapper .module {
  margin: 90px 0;
  padding: 30px 120px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
}
.page-home .body-wrapper .module .module-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(71, 85, 105, 0.15);
}
.page-home .body-wrapper .module .module-top .button {
  display: inline-flex;
  align-items: center;
  height: 50px;
  font-size: 20px;
  color: rgb(255, 255, 255);
  padding: 0 40px;
  border-radius: 40px;
  background: linear-gradient(to right, rgb(119, 79, 254), rgb(79, 150, 254));
}
.page-home .body-wrapper .module .module-bottom {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.page-home .body-wrapper .module .module-bottom .item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.page-home .body-wrapper .module .module-bottom .item:not(:first-child) {
  margin-left: 80px;
}
.page-home .body-wrapper .module .module-bottom .item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -40px;
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(71, 85, 105, 0.15);
}
.page-home .body-wrapper .module .module-bottom .item .item-text {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.page-home .body-wrapper .module .module-bottom .item .item-label {
  font-size: 15px;
  text-align: center;
}
.page-home .footer-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.page-home .footer-wrapper .item-text {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
.page-home .footer-wrapper .item-text .text:not(:last-child) {
  margin-right: 10px;
}
.page-home .footer-wrapper .image-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}
.page-home .footer-wrapper .image-box .item-image {
  height: 150px;
}
.page-home .footer-wrapper .image-box .item-text {
  font-size: 14px;
  margin-top: 5px;
}

.extra-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.3);
  transition: transform 0.3s ease-in-out;
}
.extra-top .top-box {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}
.extra-top .top-box .item-image {
  height: 40px;
}

.extra-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.3);
}
.extra-bottom .bottom-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
  height: 40px;
  margin: 0 auto;
}/*# sourceMappingURL=index.css.map */