:root {
  --default: "Roobert PRO Regular";
  --blue: #1891ff;
  --dark: #333;
  --onerem: 16px;
}
.pink_txt {
  color: #ff4ee9;
}
.blue_txt {
  color: #07ddec;
}
.orange_txt {
  color: #fc624b;
}
html {
  font-size: 16px;
  color: white;
}

body {
  background: #000;
}

body.disablescroll {
  overflow-y: hidden;
}

section {
  overflow: hidden;
}

.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.section_explore .container {
  padding: 0 105px;
}

.section_product .container {
  padding: 0 0 0 105px;
}

.section_partners .container {
  padding: 0 122px 0 105px;
}

footer .container {
  width: 100%;
  max-width: 1920px;
}

.section_header .container {
  padding-left: 110px;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 46px 0 10px;
  transition: 0.3s;
  background: #000000cc;
}

header.fixed {
  background: #000000cc;
  padding: 20px 0;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0);
}

header .logo {
  float: left;
  display: flex;
  flex-direction: column;
}

header .logo img {
  float: left;
  width: 180px;
  height: auto;
}

header .logo .beta {
  color: #ffffff;
  font-family: "Roobert PRO Bold";
  font-size: 20px;
  line-height: 20px;
  display: inline-flex;
  justify-content: flex-end;
  margin-top: 6px;
  align-items: center;
  border-radius: 4px;
  padding: 2px 0;
  text-transform: uppercase;
  line-height: normal;
  text-align: center;
  letter-spacing: 13px;
}

a.showmenu,
a.hidemenu {
  display: none;
}

.menublock {
  float: right;
  margin: 0 0 0 0;
}

nav,
nav ul,
nav ul li {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

nav ul li {
  font-size: 20px;
  color: #fff;
}

nav ul li:last-of-type {
  justify-content: flex-end;
}

nav ul li a {
  float: left;
  text-decoration: none;
  padding: 0px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-family: "Roobert PRO Regular";
  width: 120px;
  margin-right: 20px;
  width: 200px;
  border-radius: 5px;
  background: #1e1e1e;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-width: 218px;
}
nav ul li img {
  width: 30px;
  height: 30px;
}
nav ul li a.soon {
  position: relative;
  /* color: #ffffff; */
}

nav ul li a .button_text,
.download_button .button_text {
  position: absolute;
  left: 96px;
}

nav ul li > img {
  display: none;
}

.download_button {
  float: right;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  background: #1e1e1e;
  width: 250px;
  height: 50px;
  aspect-ratio: 4/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roobert PRO Regular";
  position: relative;
  font-size: 22px;
  gap: 20px;
}

.download_button img {
  width: 30px;
}

.mask {
  display: none;
}

nav ul li.active a {
  /* background: #1891ff; */
}

.small_download_button,
.small_show {
  display: none;
}

.banner {
  float: left;
  width: 100%;
  position: relative;
  padding: 170px 0 90px;
}
.download {
  padding: 273px 0 252px;
  min-height: calc(100vh - 196px);
  box-sizing: border-box;
}
.download .edge-title {
  padding: 0;
  text-align: center;
  width: 100%;
}
.download .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.download .download-hook-title {
  color: #ffffff99;
  font-family: "Roobert PRO Regular";
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 20px;
}
.download .download_title1_small_show {
  display: none;
}
.download .block_item {
  border-radius: 10px;
  width: 345px;
  height: 160px;
  background: conic-gradient(
    from 113.22deg at 220px 95px,
    #000000 0%,
    #6c6c6c 57%,
    #ffffff 100%
  );
  position: relative;
  overflow: hidden;
}
.download .absolute_code_2 {
  width: 0;
  height: 0;
  transition: 0.3s;
  position: absolute;
  top: 20px;
  right: 20px;
  overflow: hidden;
  background: white;
  border-radius: 20px;
}
.download .block_item_before,
.download .block_item_after {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
  position: absolute;
  transition: 0.3s;
}
.download .absolute_title_2 {
  position: absolute;
  bottom: 20px;
  transition: 0.3s;
  opacity: 0;
  color: #ffffff;
  font-family: "Roobert PRO Regular";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  width: 209px;
}

.download .block_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 90px;
  flex-wrap: wrap;
  margin: 90px auto 0;
}
.download .block_list2 {
  margin-top: 90px;
}
.download .download_item {
  display: flex;
  gap: 25px;
  width: 380px;
}
.download .block_item .logo_img {
  margin-left: -4px;
  margin-top: -4px;
}
.download .download_title1 {
  color: #ffffff;
  font-family: "Roobert PRO Regular";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  width: 209px;
}
.download .download_qrcode {
  width: 150px;
  height: 150px;
}
.download .download_button1 {
  border-radius: 30px;
  background: #ffffff;
  color: #00000099;
  font-family: "Roobert PRO Regular";
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  width: 245px;
  margin-top: 15px;
}
.download .download_button1 img {
  margin-top: 6px;
}
.download .block_item .absolute_code {
  position: absolute;
  right: 20px;
  top: 20px;
}
.download .block_title1 {
  color: #ffffffcc;
  font-family: "Roobert PRO Regular";
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 10px;
}
.download .block_title2 {
  color: #ffffff66;
  font-family: "Roobert PRO Regular";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 5px;
}
/* IMAGES */
.img-default {
  width: 58%;
  display: block;
  max-width: 939px;
}

.banner-right {
  position: absolute;
  right: 70px;
  top: 31.1%;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  width: 47.1%;
  max-width: 854px;
}

.banner-right img {
  height: 124px;
}
.banner-right div {
  color: #ffffff;
  font-family: "Roobert PRO Regular";
  font-size: 54px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 10px;
  line-height: 68px;
}
.banner-center {
  display: none;
  color: white;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-family: "Roobert PRO Regular";
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: center;
}

.banner-center img {
  height: 50px;
}

.banner-center div:nth-of-type(1) {
  margin-top: 8px;
}

.banner-center div {
  margin-top: 5px;
}

.section_header,
.section_explore,
.section_partners,
.section_not_fount,
.section7 {
  background: url(background/c2cbd16eb6d14cc29bb40aa8c7776cb820241120.png)
    no-repeat;
  background-size: cover;
  background-position: bottom;
  float: left;
  width: 100%;
}

header .container {
  padding: 0 30px 0 70px;
  margin: 0 auto;
  width: 100%;
}

/* section2 */
.section_map,
.section_competence,
.section_product,
.section_technology {
  float: left;
  background: url(background/f981fcc6610f47b5b4fe788a53b7a05720241120.png)
    no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  background-size: cover;
}
.map {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 142px 0 82px 100px;
  background-repeat: no-repeat;
  background-image: url(https://edgex.one/23893f53fe764d9f91dd30777a2b8ad420241120.png);
}
.map .edge-title {
  padding-left: 0;
}
.map .map_right {
  max-width: 1300px;
  position: relative;
}
.map .map_right img {
  width: 100%;
}
.map .map_left {
  flex: 1;
  /* max-width: 520px; */
}
.map .map_desc1 {
  color: #ffffff;
  font-family: "Roobert PRO Regular";
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 20px;
}
.map .map_desc2 {
  color: #ffffff;
  font-family: "Roobert PRO Regular";
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 20px;
}
.map .map_data_box {
  border-radius: 10px;
  background: linear-gradient(0deg, #000000 0%, #0000004c 100%);
  border: 1px solid #a5a7a8;
  width: 380px;
  height: 160px;
  margin-top: 30px;
  padding-top: 24px;
  padding-left: 22px;
  display: inline-block;
  margin-right: 30px;
}
.map .map_data_box .title {
  color: #ffffff;
  font-family: "Roobert PRO Regular";
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  margin-right: 10px;
}
.map .map_data_box .label {
  border-radius: 10px;
  background: #1e1e1e;
  color: #ffffff;
  font-family: "Roobert PRO Regular";
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  display: inline-block;
  padding: 0 12px;
  height: 30px;
  margin-bottom: -3px;
}
.map .map_data_box .map_icon {
  width: 32px;
  height: 32px;
  margin-right: 4px;
}
.map .map_data_box .data_num {
  font-family: "Roobert PRO Medium";
  font-size: 48px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 20px;
}
.map .map_data_box:nth-of-type(1) {
  margin-top: 56px;
}
.map .map_data_position_box {
  border-radius: 24px;
  background: #000000cc;
  border: 1px solid #ffffff99;
  position: absolute;
  width: 226px;
  height: 129px;
  padding: 17px 26px;
}
.map .map_data_position_box .name {
  color: #ffffff;
  font-family: "Roobert PRO Medium";
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
}

.map .map_data_position_box .devices,
.map .map_data_position_box .users {
  color: #ffffff99;
  font-family: "Roobert PRO Medium";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 8px;
}
.map .map_data_position_box1 {
  top: 39%;
  right: 19%;
}
.map .map_data_position_box2 {
  top: 61%;
  right: 3%;
}
.core {
  padding: 150px 0 230px;
  background-repeat: no-repeat;
  background-position: left top, calc(45vw) bottom, right top;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-image: url(background/9f910e9d42a049199421aecca0c8594220241120.png),
    url(background/2d730b03db764ba1aa4c38f2093e674120241120.png),
    url(background/6e249c497a4a49848eda1a98301a183620241120.png);
  background-repeat: no-repeat;
  background-position: left top, 90% bottom, right top;
  background-size: 30%, 50%, 30%;
}

.edge-title {
  color: #ffffff;
  font-size: 64px;
  line-height: 80px;
  letter-spacing: 0px;
  font-family: "Roobert PRO Medium";
  padding-left: 105px;
}

.core-items {
  margin: 0 auto;
  padding-left: 14%;
  padding-right: 7.6%;
  position: relative;
}

.core-items .item {
  float: left;
  width: 30%;
  color: #ffffff;
  transition: 0.3s;
  position: relative;
}

.core-items .item1 {
  max-width: 391px;
}

.core-items .item2 {
  max-width: 412px;
}

.core-items .item1 {
  max-width: 474px;
}

.core-items .item .icon_box {
  display: flex;
  align-items: center;
}

.core-items .item .icon_font {
  font-family: "Roobert PRO Bold";
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0px;
  text-align: left;
  margin-left: 18px;
}

.core-items .item .blue_dot {
  color: #07ddec;
}

.core-items .item .green_dot {
  color: #49ff93;
}

.core-items .item .pink_dot {
  color: #ff4ee9;
}

.core .edge-title {
  padding-bottom: 100px;
}

.core .desc {
  margin-top: 30px;
  font-family: "Roobert PRO Bold";
}

.core .more_desc {
  color: #ffffff99;
  font-family: "Roobert PRO regular";
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
}

.core-items .item:nth-of-type(2) {
  margin-top: 144px;
}

.about {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 170px 0;
  position: relative;
  background: url(background/23893f53fe764d9f91dd30777a2b8ad420241120.png)
    no-repeat;
  background-size: contain;
}

.about .visual {
  float: left;
  width: 37%;
  aspect-ratio: 1/1;
  max-width: 600px;
}

.about .visual p {
  display: none;
}

.about .visual .logo-png {
  display: none;
}

.about .visual .product_img {
  float: left;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 16/16;
}

.about .visual .product_img2 {
  position: absolute;
  width: 39%;
  left: calc(100% + 60px);
  transition: 0.3s ease-in;
}

.about .swiper {
  width: 100%;
  height: 100%;
}

.about .para {
  width: 58%;
  position: relative;
}

.about .para_img {
  position: absolute;
  right: 0;
  top: -64px;
  cursor: pointer;
}

.about .para_img_90 {
  display: none;
  transform: rotate(-180deg);
}

.about .text {
  float: left;
  width: 100%;
  font-family: var(--default);
  color: white;
  display: flex;
  align-items: flex-start;
  transition: 0.3s;
  position: relative;
}

.about .para p {
  color: #ffffff;
  font-family: "Roobert PRO Medium";
  font-weight: medium;
  font-size: 36px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
}

.about .product_ul {
  list-style: disc;
}

.about .product_ul li::marker {
  color: #07ddec;
}

.about .product_ul li {
  color: #ffffff;
  font-family: "Roobert PRO Medium";
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 40px;
  margin-left: 24px;
}
.about .product_ul li:nth-of-type(1) {
  margin-top: 30px;
}
.about .product_ul li .tips {
  color: #ffffff99;
  font-family: "Roobert PRO Regular";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 45px;
}

.about .edge-title {
  margin-top: 20px;
  padding-bottom: 80px;
  text-align: left;
}

.about .para .button {
  position: static;
  margin-top: 40px;
}

.services {
  width: 100%;
  padding: 233px 0 152px 0;
  font-family: var(--default);
  background: url(background/3aea62b751dc40c08b33980aaa72d20120241120.png)
    no-repeat;
  color: white;
  background-size: cover;
  max-width: 1920px;
  margin: 0 auto;
  background-size: contain;
}

.services .edge-title {
  padding-bottom: 64px;
}

.services-items {
  float: left;
  width: 100%;
}

.services-items .item {
  float: left;
  width: 32%;
  padding: 50px 58px 115px 52px;
  background: #000000;
  border: 1px solid #a5a7a8;
  color: #000;
  transition: 0.3s;
  position: relative;
  max-width: 550px;
}

.services-items .item .desc {
  font-family: "Roobert PRO Medium";
  line-height: 2;
}

.services-items .item .icon_box {
  width: 150px;
  height: 150px;
  /* background-color: #1e1e1e; */
  border-radius: 50%;
  margin-bottom: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-items .item .icon_box img {
  width: 100%;
  height: 100%;
}

.services-items .item i {
  width: 60px;
  height: 60px;
  font-size: 48px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.button {
  font-size: 32px;
  height: 50px;
  font-size: 22px;
  border-radius: 5px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 53px;
  color: #000;
  min-width: 150px;
  padding: 0 16px;
  cursor: pointer;
  font-family: "Roobert PRO Medium";
}

.button_text {
  border-radius: 24px;
  font-family: "Roobert PRO Regular";
  background: #ffffff;
  border: 1px solid #ffffff;
  position: absolute;
  right: -66px;
  font-size: 16px;
  width: 132px;
  text-align: center;
  line-height: 32px;
  top: -20px;
  color: #000000;
}

.button.pink {
  background: #ff4ee9;
}

.button.blue {
  background: #07ddec;
}

.button.green {
  background: #49ff93;
}

.projects {
  width: 100%;
  margin: 0 auto;
  padding: 160px 0 0px;
  background: url(background/4782428ee73d457a983bc8aa8a39c68220241120.png)
    no-repeat;
  background-position: right;
  max-width: 1920px;
  background-size: contain;
}

.project-item {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.project-item:last-of-type {
  margin-bottom: 0;
}

.project-item .text {
  width: 39%;
  font-family: var(--default);
  color: #000;
  max-width: 640px;
}

.desc {
  font-size: 32px;
  color: #ffffff;
  line-height: 40px;
  text-align: left;
  font-family: "Roobert PRO Medium";
}
.project-item .text p:nth-of-type(1) {
  margin-top: 55px;
}
.project-item .text p {
  margin: 0 auto;
  margin-bottom: 40px;
  font-weight: medium;
  font-family: "Roobert PRO Regular";
  text-align: left;
  max-width: 640px;
}

.project-item .visual {
  width: 55%;
  max-width: 900px;
}

.project-item .visual .grid {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}

.project-item .visual .item {
  background: #000000;
  border: 1px solid #a5a7a8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  aspect-ratio: 3 / 2;
}

.project-item .visual .item:nth-of-type(1),
.project-item .visual .item:nth-of-type(2),
.project-item .visual .item:nth-of-type(3) {
  border-bottom: none;
}

.project-item .visual .item:nth-of-type(9),
.project-item .visual .item:nth-of-type(7),
.project-item .visual .item:nth-of-type(8) {
  border-top: none;
}

.project-item .visual .item:nth-of-type(2),
.project-item .visual .item:nth-of-type(5),
.project-item .visual .item:nth-of-type(8) {
  border-left: none;
  border-right: none;
}

.framework {
  padding: 110px 0;
  position: relative;
}

.framework .content {
  position: relative;
  margin-top: -28px;
}

.framework .content-left-mini {
  display: none;
}

.framework .content-right {
  position: absolute;
  right: 105px;
  top: 162px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.framework .item {
  border-radius: 10px;
  background: #000000;
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: white;
  font-family: "Roobert PRO Regular";
  display: inline-flex;
  margin-top: 20px;
  position: relative;
  text-align: left;
  transition: 0.8s;
}

.framework .item::before {
  position: absolute;
  color: #ffffff99;
  font-family: "Roobert PRO Medium";
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: left;
  top: -26px;
  padding: 10px 12px;
  background: #000000;
  left: 36px;
  transition: 0.8s;
}

.framework .item1.active {
  border: 2px solid #ff4eea;
  z-index: 1;
}

.framework .item2.active {
  border: 2px solid #07ddec;
  z-index: 1;
}

.framework .item3.active {
  border: 2px solid #49ff93;
  z-index: 1;
}

.framework .item4.active {
  border: 2px solid #fc624b;
  z-index: 1;
}

.framework .item1 {
  display: inline-flex;
  align-items: center;
  gap: 50px;
  padding-left: 81px;
  color: #ffffff;
  font-family: "Roobert PRO Bold";
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: right;
  color: #ffffff;
  font-size: 46px;
  height: 200px;
  width: 695px;
}

.framework .item1 .logo-white {
  height: 50px;
}

.framework .item1 .solanr {
  height: 40px;
}

.framework .item1 .multiple {
  color: #555555;
}

.framework .item1::before {
  content: "OS & Blockchain";
}

.framework .item1.active::before {
  color: #ff4eea;
}

.framework .item2.active::before {
  color: #07ddec;
}

.framework .item3.active::before {
  color: #49ff93;
}

.framework .item4.active::before {
  color: #fc624b;
}

.framework .item2-3-box {
  width: 695px;
  height: 100px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.framework .item2 {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  justify-content: center;
  width: 33.6%;
  height: 100%;
  margin: 0;
}

.framework .item3 {
  display: inline-flex;
  align-items: center;
  width: 63.4%;
  height: 100%;
  justify-content: center;
  margin-right: 0;
  margin: 0;
}

.framework .item3 .mini-title,
.framework .item2 .mini-title {
  color: #ffffff;
  font-family: "Roobert PRO Regular";
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: left;
}

.framework .item2 .title,
.framework .item3 .title {
  color: #ffffff;
  font-family: "Roobert PRO Bold";
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: left;
}

.framework .item4 {
  flex-direction: column;
  padding: 55px 84px 75px;
  justify-content: center;
}

.framework .item4::before {
  content: "Business Services";
}

.framework .item4 .title {
  color: #ffffff;
  font-family: "Roobert PRO Regular";
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}

.framework .item4 .img-box {
  color: #ffffff;
  font-family: "Roobert PRO Regular";
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 50px;
}

footer {
  float: left;
  width: 100%;
  padding: 28px 0;
  background: #00000099;
  margin-top: 114px;
}

footer .copyright {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

footer .copyright .span {
  text-decoration: none;
  color: #4d4d4f;
  font-family: "Roobert PRO Regular";
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  border-radius: 10px;
  background: #cbcbcb;
  height: 24px;
  line-height: 24px;
  padding: 0 20.5px;
  display: inline-block;
}

footer .social {
  float: left;
  position: absolute;
  top: -6px;
}

.social_img {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 49px;
  bottom: 54px;
  z-index: 1;
}

.social_img img {
  margin-top: 20px;
}

footer .social a {
  float: left;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  transition: 0.8s;
}

footer .social a:hover {
  color: var(--blue);
  transform: rotateY(360deg);
}

.hidden {
  display: none;
}
/* 用户协议+使用手册样式 */
.section-content {
  padding-top: 198px;
  padding-bottom: 60px;
  background: url(background/c1_c2.jpg);
  background-position: top center, bottom center;
  background-repeat: repeat-y;
  background-size: contain;
}
.section-content .title {
  color: #ffffff;
  font-family: "Roobert PRO Bold";
  font-size: 96px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
}
.section-content .date-title {
  color: #ffffff;
  font-family: "Roobert PRO Regular";
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 30px;
}
.section-content .section-item {
  padding-top: 50px;
}
.section-content .section-item:nth-of-type(1) {
  padding-top: 70px;
}
.section-content .hook-title {
  font-family: "Roobert PRO Bold";
  color: #ffffff;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
}

.section-content .hook-title-s {
  color: #ffffff;
  font-family: "Roobert PRO Medium";
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 20px;
}
.section-content .p {
  color: #ffffff99;
  font-family: "Roobert PRO Regular";
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 20px;
}
.section-content .p strong {
  color: white;
  font-weight: normal;
}
.section-content .p .link {
  color: white;
}
.section-content .p.indent {
  margin-left: 30px;
}
.section-content .container {
  padding: 0 132px;
}
.section-content .content-ul li {
  list-style: disc;
  margin-left: 50px;
}
.section-content .content-ul li .content-ul li::marker {
  color: #49ff93;
}
.section-content .content-ul li::marker {
  color: #07ddec;
}

.section-content .content {
  list-style: disc;
}
.menu-list li a {
  color: #ffffff;
  font-family: "Roobert PRO Regular";
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  text-decoration: underline;
}
.menu-list li {
  margin-top: 20px;
}
.menu-list li:nth-of-type(1) {
  margin-top: 30px;
}
.swiper-slide {
  width: 418px !important;
}
.product_item .product_name {
  color: #ffffff;
  font-family: "Roobert PRO Medium";
  font-size: 36px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 17px;
}
.product_item .product_img_box {
  position: relative;
}
.product_item .logo-png {
  position: absolute;
  height: 20px;
  top: 20px;
  left: 20px;
}
.product_item .product_sku {
  color: #ffffff99;
  font-family: "Roobert PRO Medium";
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 4px;
}
.product_item .product_img {
  max-width: 400px;
}
.product_item .product_desc {
  color: #ffffff99;
  font-family: "Roobert PRO Medium";
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 8px;
  min-height: 216px;
}
.product_item .button {
  position: static;
}
.not_fount .container {
  text-align: center;
  min-height: 100vh;
  position: relative;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.not_fount_logo {
  width: 300px;
  display: inline-block;
}
.not_fount_desc1 {
  color: #ffffff;
  font-family: "Roobert PRO medium";
  font-size: 64px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 30px;
}
.not_fount_desc2 {
  color: #ffffff99;
  font-family: "Roobert PRO Regular";
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: center;
  opacity: 0.6;
  margin-top: 20px;
}
.download_center {
  display: inline-flex;
  margin: 0 auto;
  flex-direction: column;
  align-items: flex-start;
}
.not_fount_button {
  border-radius: 5px;
  background: #07ddec;
  color: #000000;
  font-family: "Roobert PRO Medium";
  font-size: 22px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  display: inline-block;
  padding: 11px 25.5px;
  margin-top: 50px;
}
.not_fount_button a {
  color: #000000;
}
.product_item .button_box {
  margin-right: 18px;
  text-align: right;
  margin-top: 35px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 80px !important;
  height: 80px !important;
  background: #ffffff33;
  border-radius: 15px;
}
