@keyframes marquee-570175ab {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}
.slide-box[data-v-570175ab] {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 157px;
  border-radius: 75px;
  background-color: #121212;
}
.slide-box[data-v-570175ab]::after {
  position: absolute;
  display: block;
  content: "";
  width: 240px;
  height: 100%;
  background: linear-gradient(90deg, rgba(18, 18, 18, 0) 0%, #121212 100%);
  right: 0;
  top: 0;
  border-radius: 75px;
}
.slide-box[data-v-570175ab]::before {
  position: absolute;
  display: block;
  content: "";
  width: 240px;
  height: 100%;
  background: linear-gradient(90deg, #121212 0%, rgba(18, 18, 18, 0) 100%);
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 75px;
}
.slide-box .slide-box1[data-v-570175ab] {
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 45px;
  animation: marquee-570175ab 60s linear infinite;
  display: flex;
  /* gap: 0 20px; */
}
.slide-box .slide-box1 .slide-item[data-v-570175ab] {
  margin-right: 64px;
  cursor: pointer;
}
.slide-box .slide-box1 .slide-item img[data-v-570175ab] {
  display: block;
  width: auto;
  height: 66px;
  max-width: 10000px;
}
@media (max-width: 768px) {
.slide-box[data-v-570175ab] {
    width: 100%;
    height: 62px;
}
.slide-box[data-v-570175ab]::after {
    width: 70px;
}
.slide-box[data-v-570175ab]::before {
    width: 70px;
}
.slide-box .slide-box1[data-v-570175ab] {
    top: 11px;
}
.slide-box .slide-box1 .slide-item img[data-v-570175ab] {
    height: 40px;
}
}

.problemwrapper[data-v-63c486a2] {
  margin-top: 26px;
  max-width: 1200px;
}
.problem-content-services[data-v-63c486a2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.problem-content-services .problem-img-right[data-v-63c486a2] {
  margin-left: 40px;
  transform: rotate(180deg);
}
.problem-content-services .leftScroll-img[data-v-63c486a2] {
  margin-right: 24px;
}
.problem-content-services .problem-img[data-v-63c486a2] {
  cursor: pointer;
  width: 56px;
  height: auto;
}
.problem-content-services .problem-ul[data-v-63c486a2] {
  position: relative;
  flex: 1;
  overflow: hidden;
  font-weight: 400;
  white-space: nowrap;
  scroll-behavior: smooth;
  margin: 0 10px;
  display: flex;
  align-items: center;
}
.problem-content-services .problem-ul .problem-li-cont[data-v-63c486a2] {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 24px;
  white-space: normal;
}
.problem-content-services .problem-ul .problem-li[data-v-63c486a2] {
  padding: 60px 40px;
  flex-shrink: 0;
  width: 280px;
  max-width: 280px;
  border-radius: 75px;
  height: 490px;
  color: rgba(255, 255, 255, 0.5);
  background: #121212;
  font-size: 20px;
  line-height: 25px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.problem-content-services .problem-ul .problem-li > div[data-v-63c486a2]:nth-child(1) {
  font-weight: 900;
  white-space: normal;
}
.problem-content-services .problem-ul .faqcurrentheight[data-v-63c486a2] {
  padding: 75px;
  width: auto;
  max-width: 350px;
  min-height: 700px;
  border-radius: 94px;
  transition: background 0.5s linear;
  color: #000 !important;
  background-color: var(--sliderthem);
}
.problem-content-services .problem-ul .faqcurrentheight .problem-li-cont[data-v-63c486a2] {
  font-size: 15px;
}
.problem-content-services .problem-ul .faqcurrentheight .problem-li-title[data-v-63c486a2] {
  font-family: Emoland, Emoland;
  line-height: 37px;
  font-size: 41px;
  height: auto;
}
.problem-content-services .problem-ul .faqcurrentheight .problem-li-title_zh[data-v-63c486a2] {
  line-height: 1em;
}
.problem-content-services .before[data-v-63c486a2]::before {
  position: absolute;
  left: -16px;
  top: 0;
  z-index: 1;
  content: "";
  width: 70px;
  height: 100%;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.problem-content-services .after[data-v-63c486a2]::after {
  position: absolute;
  right: -16px;
  top: 0;
  z-index: 1;
  content: "";
  width: 70px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.problem-content-services .problem-ulbox[data-v-63c486a2] {
  position: relative;
  overflow: hidden;
}
.change[data-v-63c486a2] {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.change ul[data-v-63c486a2] {
  display: flex;
  margin: 0 70px;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.change ul .hight[data-v-63c486a2] {
  background-color: white;
}
.change ul li[data-v-63c486a2] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.change img[data-v-63c486a2] {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
@media (max-width: 768px) {
.problemwrapper[data-v-63c486a2] {
    margin-top: 10px;
    max-width: 100%;
}
.problem-content-services[data-v-63c486a2] {
    position: relative;
    z-index: 10;
}
.problem-content-services .problem-ul[data-v-63c486a2] {
    overflow-x: scroll;
    display: flex;
    padding: 0 16px;
    margin: 0;
    align-items: center;
}
.problem-content-services .problem-ul[data-v-63c486a2]::-webkit-scrollbar {
    display: none;
    height: 0;
}
.problem-content-services .problem-ul .problem-li[data-v-63c486a2] {
    border-radius: 30px;
    height: auto;
    flex-shrink: 0;
    width: 208px;
    min-height: 266px;
    padding: 24px 16px 16px 16px;
}
.problem-content-services .problem-ul .problem-li[data-v-63c486a2]:last-child {
    margin-right: 0px;
}
.problem-content-services .problem-ul .problem-li[data-v-63c486a2]:first-child {
    margin-left: 0;
}
.problem-content-services .problem-ul .faqisheight[data-v-63c486a2] {
    transition: background 0.5s linear;
    width: 260px;
    height: 332px;
    padding: 24px 16px 16px 16px;
    background-color: var(--sliderthem);
    color: #121212;
}
.problem-content-services .problem-ul .faqisheight .problem-li-title[data-v-63c486a2] {
    font-size: 16px;
    line-height: 16px;
}
.problem-content-services .problem-ul .faqisheight .problem-li-cont[data-v-63c486a2] {
    margin-top: 24px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
.problem-content-services .problem-ul .problem-li-title[data-v-63c486a2] {
    font-size: 14px;
    line-height: 14px;
    height: auto !important;
}
.problem-content-services .problem-ul .problem-li-cont[data-v-63c486a2] {
    margin-top: 24px;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
}
.problem-content-services .problem-ul > div[data-v-63c486a2]:first-child {
    margin-left: 10px;
}
.problem-content-services .problem-ul .h102[data-v-63c486a2] {
    height: 70px;
}
.problem-content-services > img[data-v-63c486a2] {
    position: absolute;
    bottom: -50px;
    z-index: 1;
    width: 34px;
    height: 34px;
    display: none;
}
.problem-content-services .leftScroll-img[data-v-63c486a2] {
    left: 120px;
}
.problem-content-services .problem-img-right[data-v-63c486a2] {
    right: 120px;
}
.problem-content-services .problem-ulbox[data-v-63c486a2] {
    position: relative;
    z-index: 10;
    margin: 0 -16px;
}
.problem-content-services .before[data-v-63c486a2]::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    width: 40px;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.problem-content-services .after[data-v-63c486a2]::after {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    content: "";
    width: 40px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.change ul[data-v-63c486a2] {
    margin: 0 20px;
    -moz-column-gap: 12px;
         column-gap: 12px;
}
.change ul li[data-v-63c486a2] {
    width: 6px;
    height: 6px;
}
.change img[data-v-63c486a2] {
    width: 16px;
    height: 16px;
}
}


:root {
  --color-theme: #00f46a;
  --border-color-theme: #00f46a80;
  --sliderthem: #00f46a;
}
::-webkit-scrollbar-thumb {
  border-radius: 26px;
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #232525;
}
::-webkit-scrollbar-track {
  width: 8px;
}
@keyframes marquee {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}

.resouce-node-content .blankhoverclass .faqcurrentheight {
  background: #00f46a !important;
  min-height: 644px !important;
}
.resouce-node-content .blankishight {
  background: #00f46a !important;
  transition: 0.5s ease-in-out;
  color: #000 !important;
}
.resouce-node-content .blanktitleheight {
  height: 102px;
}
@media (max-width: 768px) {
.resouce-node-content .blanktitleheight {
    height: 95px !important;
}
}

.padtop25[data-v-6fc98131] {
  padding-top: 25px;
}
.mat60[data-v-6fc98131] {
  margin-top: 60px;
}
.mat34[data-v-6fc98131] {
  margin-top: 34px;
}
.mat32[data-v-6fc98131] {
  margin-top: 34px;
}
.mat60[data-v-6fc98131] {
  margin-top: 60px;
}
.figma-conent[data-v-6fc98131] {
  background: #000;
  padding-top: 50px;
}
.figma-conent .works-content[data-v-6fc98131] {
  margin-top: 25px;
}
.figma-conent .works-content .padd-left36[data-v-6fc98131] {
  padding-left: 36px;
}
.figma-conent .works-content .faq-cont[data-v-6fc98131] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0;
}
.figma-conent .works-content .faq-cont .su6-img[data-v-6fc98131] {
  margin-left: 48px;
}
.figma-conent .works-content .faq-cont .su6-img > img[data-v-6fc98131] {
  width: 496px;
  height: auto;
}
.figma-conent .works-content .faq-cont .faq-ul[data-v-6fc98131] {
  margin-left: 48px;
  display: flex;
  align-items: center;
}
.figma-conent .works-content .faq-cont .faq-ul > img[data-v-6fc98131] {
  height: auto;
}
.figma-conent .works-content .faq-cont .faq-ul > img[data-v-6fc98131]:nth-child(1) {
  width: 290px;
}
.figma-conent .works-content .faq-cont .faq-ul > img[data-v-6fc98131]:nth-child(2) {
  width: 140px;
  margin-left: 42px;
}
.figma-conent .works-content .faq-cont .faq-ul > img[data-v-6fc98131]:nth-child(3) {
  width: 156px;
  margin-left: 47px;
}
.figma-conent .works-content .faq-cont .faq-img[data-v-6fc98131] {
  position: relative;
  font-weight: 900;
  font-size: 142px;
  color: #000;
  line-height: 134px;
  white-space: nowrap;
  text-stroke: 1px #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.8), 1px -1px 0 rgba(255, 255, 255, 0.8), -1px 1px 0 rgba(255, 255, 255, 0.8), 1px 1px 0 rgba(255, 255, 255, 0.8);
}
.figma-conent .works-content .faq-cont .faq-img span[data-v-6fc98131]:nth-child(1) {
  position: relative;
  z-index: 1;
}
.figma-conent .works-content .faq-cont .faq-img span[data-v-6fc98131]:nth-child(2) {
  position: absolute;
  z-index: 0;
  top: 6px;
  left: 6px;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.25), 1px -1px 0 rgba(255, 255, 255, 0.25), -1px 1px 0 rgba(255, 255, 255, 0.25), 1px 1px 0 rgba(255, 255, 255, 0.25);
}
.figma-conent .works-content .faq-cont .faq-img > img[data-v-6fc98131] {
  width: 100%;
  height: auto;
}
.figma-conent .works-content .tik-ul-services[data-v-6fc98131] {
  display: flex;
  justify-content: space-between;
}
.figma-conent .works-content .tik-ul-services > div[data-v-6fc98131]:hover {
  color: #121212 !important;
  background: #00f46a !important;
  transition: 0.5s ease-in-out;
}
.figma-conent .works-content .tik-ul-services > div:hover .img1[data-v-6fc98131] {
  display: none !important;
}
.figma-conent .works-content .tik-ul-services > div:hover .img2[data-v-6fc98131] {
  display: block !important;
}
.figma-conent .works-content .tik-ul-services .tik-li3[data-v-6fc98131] {
  text-align: left;
}
.figma-conent .works-content .tik-ul-services .tik-li[data-v-6fc98131] {
  width: 32.4%;
  padding: 60px;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}
.figma-conent .works-content .tik-ul-services .tik-li img[data-v-6fc98131] {
  width: 178px;
  height: 124px;
}
.figma-conent .works-content .tik-ul-services .tik-li .tik-li2[data-v-6fc98131] {
  font-weight: 900;
  font-size: 22px;
  line-height: 22px;
  min-height: 92px;
}
.figma-conent .works-content .tik-ul-services .tik-li .tik-li1[data-v-6fc98131] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  width: 100%;
}
.figma-conent .works-content .tik-ul-services .tik-li .tik-li1 .img2[data-v-6fc98131] {
  display: none;
}
.figma-conent .works-content .tik-ul-services .tik-li .tik-li1 > img[data-v-6fc98131] {
  height: auto;
}
.figma-conent .works-content .titan_wrapper[data-v-6fc98131] {
  width: 100%;
  display: flex;
  margin-top: 25px;
}
.figma-conent .works-content .titan_wrapper .titan_wrapper_left[data-v-6fc98131] {
  width: 72%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  margin-right: 6px;
}
.figma-conent .works-content .titan_wrapper .titan_wrapper_left .titan_wrapper_left_text[data-v-6fc98131] {
  position: relative;
  font-weight: 900;
  font-size: 84px;
  color: #121212;
  line-height: 84px;
  text-stroke: 1px #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5), 1px -1px 0 rgba(255, 255, 255, 0.5), -1px 1px 0 rgba(255, 255, 255, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.figma-conent .works-content .titan_wrapper .titan_wrapper_left .titan_wrapper_left_text span[data-v-6fc98131]:nth-child(1) {
  position: relative;
  z-index: 1;
}
.figma-conent .works-content .titan_wrapper .titan_wrapper_left .titan_wrapper_left_text span[data-v-6fc98131]:nth-child(2) {
  position: absolute;
  z-index: 0;
  top: 6px;
  left: 6px;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.25), 1px -1px 0 rgba(255, 255, 255, 0.25), -1px 1px 0 rgba(255, 255, 255, 0.25), 1px 1px 0 rgba(255, 255, 255, 0.25);
}
.figma-conent .works-content .titan_wrapper .titan_wrapper_left > span[data-v-6fc98131] {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  text-align: left;
  margin-top: 34px;
}
.figma-conent .works-content .titan_wrapper .titan_wrapper_right[data-v-6fc98131] {
  flex: 1;
  padding: 60px;
  display: flex;
  height: 334px;
  overflow-y: scroll;
  flex-direction: column;
}
.figma-conent .works-content .titan_wrapper .titan_wrapper_right[data-v-6fc98131]::-webkit-scrollbar {
  display: none;
  width: 0;
}
.figma-conent .works-content .titan_wrapper .titan_wrapper_right > div[data-v-6fc98131] {
  font-weight: 900;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
}
.figma-conent .works-content .titan_wrapper .titan_wrapper_right > span[data-v-6fc98131] {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  margin-top: 18px;
}
.figma-conent .works-content .layer_wrapper[data-v-6fc98131] {
  width: 100%;
  display: flex;
  min-height: 534px;
  margin-top: 25px;
}
.figma-conent .works-content .layer_wrapper > div[data-v-6fc98131] {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 60px;
  color: rgba(255, 255, 255, 0.8);
}
.figma-conent .works-content .layer_wrapper > div[data-v-6fc98131]:hover {
  color: #121212 !important;
  background: #00f46a !important;
  transition: 0.5s ease-in-out;
}
.figma-conent .works-content .layer_wrapper > div:hover .layer_wrapper_button[data-v-6fc98131] {
  border-color: #121212;
  cursor: pointer;
}
.figma-conent .works-content .layer_wrapper > div > span[data-v-6fc98131]:first-child {
  font-weight: 900;
  font-size: 22px;
  line-height: 22px;
}
.figma-conent .works-content .layer_wrapper > div .desc_layer[data-v-6fc98131] {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  flex: 1;
  font-size: 12px;
}
.figma-conent .works-content .layer_wrapper > div .desc_layer span[data-v-6fc98131]:first-child {
  font-weight: bolder;
  font-size: 12px;
  margin-bottom: 40px;
}
.figma-conent .works-content .layer_wrapper .ishight[data-v-6fc98131] {
  color: #121212 !important;
  background: #00f46a !important;
  transition: 0.5s ease-in-out;
}
.figma-conent .works-content .layer_wrapper .ishight .layer_wrapper_button[data-v-6fc98131] {
  border-color: #121212;
  cursor: pointer;
}
.figma-conent .works-content .layer_wrapper .layer_wrapper_center[data-v-6fc98131] {
  margin: 0 11px;
}
.figma-conent .works-content .layer_wrapper .layer_wrapper_button[data-v-6fc98131] {
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 75px 75px 75px 75px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  margin-top: 25px;
}
.figma-conent .works-content .layer_wrapperbox .zh[data-v-6fc98131] {
  min-height: 505px;
}
.figma-conent .works-content .layer_wrapperbox .zh > div > span[data-v-6fc98131]:first-child {
  font-size: 32px;
}
.figma-conent .works-content .layer_wrapperbox .zh > div .desc_layer[data-v-6fc98131] {
  font-size: 16px;
}
.figma-conent .works-content .layer_wrapperbox .zh > div .desc_layer span[data-v-6fc98131]:first-child {
  font-size: 16px;
  margin-bottom: 10px;
}
.figma-conent .works-content .dem_wrapper[data-v-6fc98131] {
  display: flex;
  width: 100%;
  margin-top: 25px;
}
.figma-conent .works-content .dem_wrapper > div[data-v-6fc98131] {
  display: flex;
  flex-direction: column;
  padding: 60px;
  flex: 1;
  color: rgba(255, 255, 255, 0.8);
}
.figma-conent .works-content .dem_wrapper > div > span[data-v-6fc98131] {
  font-weight: 400;
  font-size: 16px;
}
.figma-conent .works-content .dem_wrapper > div > span[data-v-6fc98131]:first-child {
  font-weight: 900;
  font-size: 104px;
}
.figma-conent .works-content .dem_wrapper > div[data-v-6fc98131]:first-child {
  margin-right: 10px;
}
.figma-conent .works-content .dem_wrapper > div[data-v-6fc98131]:hover {
  color: #121212 !important;
  background: #00f46a !important;
  transition: 0.5s ease-in-out;
}
.figma-conent .works-content .tnt_wrapper[data-v-6fc98131] {
  display: flex;
  width: 100%;
  margin-top: 25px;
}
.figma-conent .works-content .tnt_wrapper > div[data-v-6fc98131] {
  display: flex;
  flex-direction: column;
  padding: 60px;
  height: 524px;
  justify-content: space-between;
  flex: 1;
  color: rgba(255, 255, 255, 0.8);
}
.figma-conent .works-content .tnt_wrapper > div[data-v-6fc98131]:first-child {
  margin-right: 10px;
}
.figma-conent .works-content .tnt_wrapper > div[data-v-6fc98131]:hover {
  color: #121212 !important;
  background: #00f46a !important;
  transition: 0.5s ease-in-out;
}
.figma-conent .works-content .tnt_wrapper > div:hover .tnt_wrapper_button[data-v-6fc98131] {
  border-color: #121212;
}
.figma-conent .works-content .tnt_wrapper > div .tnt_wrapper_button[data-v-6fc98131] {
  height: 72px;
  border-radius: 75px 75px 75px 75px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
.figma-conent .works-content .tnt_wrapper > div .tnt_wrapper_title[data-v-6fc98131] {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.figma-conent .works-content .tnt_wrapper > div .tnt_wrapper_title > span[data-v-6fc98131] {
  font-weight: 900;
  font-size: 60px;
  line-height: 54px;
}
.figma-conent .works-content .tnt_wrapper > div .tnt_wrapper_desc[data-v-6fc98131] {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.figma-conent .works-content .tnt_wrapper > div .tnt_wrapper_desc > span[data-v-6fc98131] {
  font-size: 12px;
}
.figma-conent .works-content .tnt_wrapper > div .tnt_wrapper_desc > span[data-v-6fc98131]:first-child {
  margin-bottom: 20px;
  font-weight: bold;
}
.figma-conent .works-content .zh .tntzh[data-v-6fc98131] {
  height: 464px;
}
.figma-conent .works-content .zh > div .tnt_wrapper_title > span[data-v-6fc98131] {
  line-height: 65px;
}
.figma-conent .works-content .zh > div .tnt_wrapper_desc > span[data-v-6fc98131] {
  font-size: 16px;
}
.figma-conent .works-content .wall_wrapper[data-v-6fc98131] {
  position: relative;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  font-weight: 900;
  font-size: 86px;
  color: #000;
  line-height: 84px;
  text-stroke: 1px #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5), 1px -1px 0 rgba(255, 255, 255, 0.5), -1px 1px 0 rgba(255, 255, 255, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.figma-conent .works-content .wall_wrapper span[data-v-6fc98131]:nth-child(1) {
  position: relative;
  z-index: 1;
}
.figma-conent .works-content .wall_wrapper span[data-v-6fc98131]:nth-child(2) {
  position: absolute;
  z-index: 0;
  top: 6px;
  left: 6px;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.25), 1px -1px 0 rgba(255, 255, 255, 0.25), -1px 1px 0 rgba(255, 255, 255, 0.25), 1px 1px 0 rgba(255, 255, 255, 0.25);
}
.figma-conent .works-content .wallCard[data-v-6fc98131] {
  display: flex;
  margin-top: 60px;
}
.figma-conent .works-content .wallCard > div[data-v-6fc98131] {
  flex: 1;
  border-radius: 38px 38px 38px 38px;
  height: 214px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.figma-conent .works-content .wallCard > div .card_top[data-v-6fc98131] {
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  line-height: 38px;
}
.figma-conent .works-content .wallCard > div .card_bottom_box_wrapper[data-v-6fc98131] {
  height: 62px;
}
.figma-conent .works-content .wallCard > div .card_bottom_box[data-v-6fc98131] {
  position: relative;
  height: auto;
}
.figma-conent .works-content .wallCard > div .card_bottom_box ul[data-v-6fc98131] {
  width: 100%;
  display: none;
  margin-top: 16px;
  flex-direction: column;
  background: #000000;
  border-radius: 30px;
}
.figma-conent .works-content .wallCard > div .card_bottom_box ul li[data-v-6fc98131] {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 64px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
.figma-conent .works-content .wallCard > div .card_bottom_box ul li[data-v-6fc98131]:hover {
  color: #00f46a;
}
.figma-conent .works-content .wallCard > div .card_bottom_box .showflex[data-v-6fc98131] {
  display: flex;
}
.figma-conent .works-content .wallCard > div .card_bottom_box:hover ul[data-v-6fc98131] {
  display: flex !important;
}
.figma-conent .works-content .wallCard > div .card_bottom[data-v-6fc98131] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 62px;
  background: #00f46a;
  border-radius: 100px 100px 100px 100px;
  font-weight: bold;
  font-size: 18px;
  color: #121212;
  line-height: 20px;
  cursor: pointer;
}
.figma-conent .works-content .wallCard > div .test1-4 ul li[data-v-6fc98131] {
  font-size: 14px;
}
.figma-conent .works-content .wallCard > div[data-v-6fc98131]:nth-child(2) {
  margin: 0 10px;
}
.figma-conent .works-content .wallCard .card2 .card_bottom[data-v-6fc98131] {
  background: #66ffc1;
}
.figma-conent .works-content .activeWall_wrapper[data-v-6fc98131] {
  display: flex;
  margin-top: 10px;
}
.figma-conent .works-content .activeWall_wrapper > div[data-v-6fc98131] {
  flex: 1;
  height: 364px;
  padding: 40px 30px;
  border-radius: 38px 38px 38px 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.figma-conent .works-content .activeWall_wrapper > div .activeWall_wrapper_top[data-v-6fc98131] {
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  line-height: 38px;
}
.figma-conent .works-content .activeWall_wrapper > div .activeWall_wrapper_center[data-v-6fc98131] {
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.figma-conent .works-content .activeWall_wrapper > div .activeWall_wrapper_button[data-v-6fc98131] {
  height: 62px;
  background: #00f46a;
  border-radius: 100px 100px 100px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #121212;
  cursor: pointer;
}
.figma-conent .works-content .activeWall_wrapper > div[data-v-6fc98131]:first-child {
  margin-right: 10px;
}
.figma-conent .works-content .activeWall_wrapper .activeWall_wrapper_right .activeWall_wrapper_button[data-v-6fc98131] {
  background: #66ffc1;
}
.figma-conent .resouce-node-content[data-v-6fc98131] {
  padding-top: 25px;
}
.figma-conent .resouce-node-content .support[data-v-6fc98131] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}
.figma-conent .resouce-node-content .support .support-img[data-v-6fc98131] {
  width: 21px;
  height: auto;
}
.figma-conent .resouce-node-content .support > div[data-v-6fc98131] {
  font-size: 20px;
  padding: 0 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  color: #fff;
}
.figma-conent .resouce-node-content .node-cont-services[data-v-6fc98131] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 25px;
}
.figma-conent .resouce-node-content .node-cont-services > div[data-v-6fc98131] {
  width: 595px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  border-radius: 75px 75px 75px 75px;
  background: #121212;
  color: rgba(255, 255, 255, 0.8);
  padding: 60px;
}
.figma-conent .resouce-node-content .node-cont-services > div[data-v-6fc98131]:hover {
  color: #121212;
  background: #00f46a;
  transition: 0.5s ease-in-out;
}
.figma-conent .resouce-node-content .node-cont-services > div:hover .button[data-v-6fc98131] {
  border-color: #000000;
}
.figma-conent .resouce-node-content .node-cont-services .node_cont_item1[data-v-6fc98131],
.figma-conent .resouce-node-content .node-cont-services .node_cont_item2[data-v-6fc98131],
.figma-conent .resouce-node-content .node-cont-services .node_cont_item3[data-v-6fc98131] {
  font-weight: 900;
  font-size: 50px;
  line-height: 45px;
}
.figma-conent .resouce-node-content .node-cont-services .zh .node_cont_item1[data-v-6fc98131] {
  line-height: 55px;
  height: 110px;
}
.figma-conent .resouce-node-content .node-cont-services .zh .node_cont_item4[data-v-6fc98131] {
  margin-top: 30px;
}
.figma-conent .resouce-node-content .node-cont-services .zh .node_cont_item4[data-v-6fc98131],
.figma-conent .resouce-node-content .node-cont-services .zh .node_cont_item5[data-v-6fc98131],
.figma-conent .resouce-node-content .node-cont-services .zh .node_cont_item6[data-v-6fc98131] {
  font-size: 14px;
}
.figma-conent .resouce-node-content .node-cont-services .node_cont_item4[data-v-6fc98131],
.figma-conent .resouce-node-content .node-cont-services .node_cont_item5[data-v-6fc98131],
.figma-conent .resouce-node-content .node-cont-services .node_cont_item6[data-v-6fc98131] {
  margin-bottom: 20px;
  font-size: 12px;
}
.figma-conent .resouce-node-content .node-cont-services .node_cont_item4[data-v-6fc98131] {
  margin-top: 40px;
  font-weight: bold;
}
.figma-conent .resouce-node-content .node-cont-services .node_cont_item6[data-v-6fc98131] {
  font-weight: 600;
}
.figma-conent .resouce-node-content .node-cont-services ul[data-v-6fc98131] {
  list-style: disc;
  padding-left: 25px;
  font-size: 12px;
}
.figma-conent .resouce-node-content .node-cont-services .button[data-v-6fc98131] {
  width: 100%;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 75px 75px 75px 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
.figma-conent .resouce-node-content .node-cont-services .burronstyle[data-v-6fc98131] {
  margin-top: 0;
}
.figma-conent .join-ul[data-v-6fc98131] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.figma-conent .join-ul > div[data-v-6fc98131] {
  width: 24%;
  height: 178px;
  background: #121212;
  border-radius: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.figma-conent .join-ul > div[data-v-6fc98131]:hover {
  background-color: #00f46a;
}
.figma-conent .join-ul > div img[data-v-6fc98131] {
  width: 80px;
  height: 80px;
}
.figma-conent .border75[data-v-6fc98131] {
  border-radius: 75px;
}
.figma-conent .bg-oa[data-v-6fc98131] {
  background: #121212;
}
.figma-conent .padding35-service[data-v-6fc98131] {
  padding: 60px;
}
.figma-conent .w1151-services[data-v-6fc98131] {
  max-width: 1200px;
  margin: 0 auto;
}
.figma-conent .w1151-services > div[data-v-6fc98131] {
  width: 100%;
}
.figma-conent .w1151-services .extronBanner[data-v-6fc98131] {
  width: 100%;
  margin-top: -50px;
  margin-bottom: 75px;
  cursor: pointer;
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.figma-conent .w1151-services .extronBanner img[data-v-6fc98131] {
  width: 758px;
}
.figma-conent .w1151-services .mat27[data-v-6fc98131] {
  margin-top: 27px;
}
.figma-conent .w1151-services .service-support[data-v-6fc98131] {
  width: 100%;
  display: flex;
  padding-top: 100px;
  justify-content: center;
}
.figma-conent .w1151-services .service-support > div[data-v-6fc98131] {
  font-weight: 400;
  font-size: 21px;
  color: #ffffff;
  height: 54px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.figma-conent .w1151-services .service-support > div > img[data-v-6fc98131] {
  width: 22px;
  height: 22px;
  margin-right: 2px;
}
.figma-conent .w1151-services .service-support > div .marg[data-v-6fc98131] {
  margin-right: 5px;
}
.figma-conent .w1151-services .service-to-earn-content[data-v-6fc98131] {
  display: flex;
  justify-content: space-between;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-right[data-v-6fc98131] {
  width: 330px;
  color: #fff;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-right .firma5-img[data-v-6fc98131] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-right .firma5-img > img[data-v-6fc98131] {
  width: 241px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-right .earn-right-title1[data-v-6fc98131] {
  font-weight: 900;
  margin-bottom: 18px;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-right .earn-right-title2-serve[data-v-6fc98131] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-right .Titan-Network-color[data-v-6fc98131] {
  font-size: 16px;
  line-height: 16px;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-right .zh .earn-right-title1[data-v-6fc98131] {
  font-size: 18px;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-right .zh .earn-right-title2-serve[data-v-6fc98131] {
  font-size: 14px;
}
.figma-conent .w1151-services .service-to-earn-content .trusted-by[data-v-6fc98131] {
  text-align: left;
  font-size: 21px;
  line-height: 19px;
  color: #fff;
  font-weight: 400;
}
.figma-conent .w1151-services .service-to-earn-content .trusted-by > span[data-v-6fc98131] {
  color: #00f46a;
  border-bottom: 1px solid #00f46a;
  cursor: pointer;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-left[data-v-6fc98131] {
  width: 860px;
  padding: 60px 66px 60px 60px;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-left .nstall-img-banner[data-v-6fc98131] {
  overflow: hidden;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-left .nstall-img-banner > ul[data-v-6fc98131] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-left .nstall-img-banner > ul li[data-v-6fc98131] {
  width: 363px;
  height: 62px;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #00f46a;
  font-size: 18px;
  color: #00f46a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-left .nstall-title1[data-v-6fc98131] {
  color: #fff;
  font-family: Poppins, Poppins;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-left .nstall-title-ser[data-v-6fc98131] {
  position: relative;
  font-weight: 900;
  font-size: 84px;
  color: #121212;
  line-height: 84px;
  text-stroke: 1px #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5), 1px -1px 0 rgba(255, 255, 255, 0.5), -1px 1px 0 rgba(255, 255, 255, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-left .nstall-title-ser span[data-v-6fc98131]:nth-child(1) {
  position: relative;
  z-index: 1;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-left .nstall-title-ser span[data-v-6fc98131]:nth-child(2) {
  position: absolute;
  z-index: 0;
  top: 6px;
  left: 6px;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.25), 1px -1px 0 rgba(255, 255, 255, 0.25), -1px 1px 0 rgba(255, 255, 255, 0.25), 1px 1px 0 rgba(255, 255, 255, 0.25);
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-left .nstall-title-ser > img[data-v-6fc98131] {
  width: 100%;
  height: auto;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-left .nstallzh[data-v-6fc98131] {
  line-height: 84px;
  font-size: 84px;
}
.figma-conent .w1151-services .head_content[data-v-6fc98131] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
}
.figma-conent .w1151-services .head_content .shadtext[data-v-6fc98131] {
  font-size: 108px;
  line-height: 1em;
  font-weight: 900;
  font-style: normal;
  text-transform: none;
  text-shadow: 5px 5px 0 rgba(255, 255, 255, 0.25);
  color: #d9d9d9;
  text-align: center;
}
.figma-conent .w1151-services .head_content .shadtextzh[data-v-6fc98131] {
  line-height: 94px;
  width: 750px;
}
.figma-conent .w1151-services .head_content > img[data-v-6fc98131] {
  width: 1040px;
}
.figma-conent .w1151-services .head_content .desc[data-v-6fc98131] {
  width: 694px;
  margin: 44px 0;
  font-family: Poppins, Poppins;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}
.figma-conent .w1151-services .head_content .buttonBox[data-v-6fc98131] {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.figma-conent .w1151-services .head_content .buttonBox > div[data-v-6fc98131] {
  width: 280px;
  height: 62px;
  border-radius: 75px 75px 75px 75px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #121212;
  background-color: #00f46a;
}
.figma-conent .w1151-services .head_content .buttonBox a[data-v-6fc98131] {
  font-size: 18px;
  width: 100%;
  color: #121212;
  line-height: 62px;
}
@media (max-width: 768px) {
.figma-conent[data-v-6fc98131] {
    padding: 16px;
    padding-bottom: 0;
}
.figma-conent .padtop25[data-v-6fc98131] {
    padding-top: 10px;
}
.figma-conent .border75[data-v-6fc98131] {
    border-radius: 30px;
}
.figma-conent .mat32[data-v-6fc98131] {
    margin-top: 0px;
}
.figma-conent .mat60[data-v-6fc98131] {
    margin-top: 0;
}
.figma-conent .mat27[data-v-6fc98131] {
    margin-top: 16px !important;
}
.figma-conent .mab14[data-v-6fc98131] {
    margin-bottom: 8px;
}
.figma-conent .w1151-services .extronBanner[data-v-6fc98131] {
    width: 100%;
    margin-top: -25px;
    margin-bottom: 50px;
}
.figma-conent .w1151-services .extronBanner img[data-v-6fc98131] {
    width: 100%;
}
.figma-conent .w1151-services .head_content[data-v-6fc98131] {
    margin-bottom: 50px;
    padding: 0 4px;
}
.figma-conent .w1151-services .head_content .shadtext[data-v-6fc98131] {
    max-width: 500px;
    font-size: clamp(32px, 13vw, 92px);
    line-height: calc(1em + 4px);
    text-shadow: 4px 4px 0 rgba(255, 255, 255, 0.25);
}
.figma-conent .w1151-services .head_content .shadtextzh[data-v-6fc98131] {
    font-size: clamp(33px, 10vw, 92px);
    line-height: calc(1em + 2px);
    max-width: 88vw;
}
.figma-conent .w1151-services .head_content .desc[data-v-6fc98131] {
    max-width: 223px;
    font-size: 12px;
    margin: 20px 0;
}
.figma-conent .w1151-services .head_content .buttonBox[data-v-6fc98131] {
    -moz-column-gap: 10px;
         column-gap: 10px;
}
.figma-conent .w1151-services .head_content .buttonBox > div[data-v-6fc98131] {
    flex: 1;
    max-width: 280px;
    font-size: 12px;
    height: 44px;
}
.figma-conent .w1151-services .head_content .buttonBox a[data-v-6fc98131] {
    font-size: 12px;
    line-height: 44px;
}
.figma-conent .w1151-services .head_content .buttonBox .left[data-v-6fc98131] {
    margin-right: 0;
}
.figma-conent .w1151-services .head_content .buttonBox .right[data-v-6fc98131] {
    margin-left: 0;
}
.figma-conent .w1151-services .head_content .buttonBox .center[data-v-6fc98131] {
    margin: 0;
}
.figma-conent .w1151-services .desc1[data-v-6fc98131] {
    font-size: 12px;
    width: 285px;
    height: 30px;
    padding: 0 16px;
    margin-bottom: 8px;
}
.figma-conent .w1151-services .desc1 > img[data-v-6fc98131] {
    width: 14px;
    height: 14px;
}
.figma-conent .w1151-services .service-to-earn-content[data-v-6fc98131] {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-left[data-v-6fc98131] {
    width: 100%;
    padding: 24px;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-left .nstall-img-banner[data-v-6fc98131] {
    overflow: hidden;
    margin-top: 16px;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-left .nstall-img-banner > img[data-v-6fc98131] {
    width: 100%;
    height: auto;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-left .nstall-img-banner > ul[data-v-6fc98131] {
    -moz-column-gap: 8px;
         column-gap: 8px;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-left .nstall-img-banner > ul li[data-v-6fc98131] {
    width: calc(50% - 4px);
    font-size: 12px;
    height: 44px;
    justify-content: center;
    text-align: center;
    padding: 10px 16px;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-left .nstall-title1[data-v-6fc98131] {
    color: #fff;
    width: 100%;
    line-height: 18px;
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 14px;
    margin: 20px 0px;
    color: #ffffff;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-left .nstall-title-ser[data-v-6fc98131] {
    width: 77vw;
    line-height: calc(1em + 4px);
    font-size: clamp(28px, 8.5vw, 85px);
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-left .nstall-title-ser span[data-v-6fc98131]:nth-child(2) {
    width: 100%;
    top: 4px;
    left: 4px;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-left .nstall-title-ser > img[data-v-6fc98131] {
    width: 100%;
    height: auto;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-right[data-v-6fc98131] {
    width: 100%;
    color: #fff;
    margin-top: 8px;
    display: flex;
    -moz-column-gap: 16px;
         column-gap: 16px;
    align-items: center;
    flex-direction: column-reverse;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-right .firma5-img[data-v-6fc98131] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 297px;
    height: 243px;
    margin-bottom: 17px;
    transform: rotate3d(0, 1, 0, 180deg);
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-right .firma5-img > img[data-v-6fc98131] {
    width: 100%;
    height: 100%;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-right .earn-right-title1[data-v-6fc98131] {
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    margin-bottom: 14px;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-right .earn-right-title2-serve[data-v-6fc98131] {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-right .Titan-Network-color[data-v-6fc98131] {
    font-size: 16px;
    line-height: 16px;
    flex: 1;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-right .padding35-service[data-v-6fc98131] {
    padding: 24px;
}
.figma-conent .w1151-services .service-to-earn-content .trusted-by[data-v-6fc98131] {
    text-align: left;
    font-size: 21px;
    line-height: 19px;
    color: #fff;
    font-weight: 400;
}
.figma-conent .w1151-services .service-to-earn-content .trusted-by > span[data-v-6fc98131] {
    color: #00f46a;
    border-bottom: 1px solid #00f46a;
    cursor: pointer;
}
.figma-conent .w1151-services .service-support[data-v-6fc98131] {
    padding-top: 8px;
}
.figma-conent .w1151-services .service-support .des[data-v-6fc98131] {
    align-items: normal;
}
.figma-conent .w1151-services .service-support > div[data-v-6fc98131] {
    font-size: 12px;
    height: auto;
    padding: 8px 16px;
    line-height: 12px;
}
.figma-conent .w1151-services .service-support > div > img[data-v-6fc98131] {
    width: 14px;
    height: 14px;
    margin-left: 5px;
}
.figma-conent .w1151-services .service-support > div > img[data-v-6fc98131]:nth-child(1) {
    float: left;
}
.figma-conent .w1151-services .service-support .decent[data-v-6fc98131] {
    display: block;
}
.figma-conent .w1151-services .service-support .span_box[data-v-6fc98131] {
    display: flex;
    line-height: 12px;
}
.figma-conent .w1151-services .resouce-node-content[data-v-6fc98131] {
    padding-top: 8px;
}
.figma-conent .w1151-services .resouce-node-content .node-cont-services[data-v-6fc98131] {
    padding-top: 8px;
    flex-direction: column;
    flex-wrap: nowrap;
}
.figma-conent .w1151-services .resouce-node-content .node-cont-services .node-img-serve[data-v-6fc98131] {
    width: 39%;
    padding-top: 73px;
}
.figma-conent .w1151-services .resouce-node-content .node-cont-services .node-img-serve > img[data-v-6fc98131] {
    width: 100%;
    height: auto;
}
.figma-conent .w1151-services .resouce-node-content .node-cont-services .bg-blue-paddingtop[data-v-6fc98131] {
    width: 100%;
}
.figma-conent .w1151-services .resouce-node-content .node-cont-services .bg-blue[data-v-6fc98131] {
    padding: 16px;
}
.figma-conent .w1151-services .resouce-node-content .node-cont-services .bg-blue .started-text[data-v-6fc98131] {
    font-size: 12px;
    line-height: 18px;
}
.figma-conent .w1151-services .resouce-node-content .node-cont-services .bg-blue .started-text1[data-v-6fc98131] {
    font-size: 12px;
    line-height: 18px;
    margin-top: 24px;
    width: auto;
}
.figma-conent .w1151-services .resouce-node-content .node-cont-services .bg-blue .user-color[data-v-6fc98131] {
    width: 100%;
    height: 71px;
    border: 1px solid #000000;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.figma-conent .w1151-services .resouce-node-content .node-cont-services .bg-blue > div[data-v-6fc98131]:nth-child(1) {
    font-size: 54px;
    line-height: 49px;
    font-weight: 900;
}
.figma-conent .w1151-services .resouce-node-content .node-cont-services .bg-blue .registerOrlogin[data-v-6fc98131] {
    margin-top: 24px;
    height: 44px;
    -moz-column-gap: 4px;
         column-gap: 4px;
}
.figma-conent .w1151-services .resouce-node-content .node-cont-services .bg-blue .registerOrlogin > div[data-v-6fc98131] {
    width: auto;
    height: 100%;
    flex: 1;
    font-size: 12px;
}
.figma-conent .w1151-services .resouce-node-content .node-cont-services > div[data-v-6fc98131] {
    width: 100%;
    border-radius: 30px;
}
.figma-conent .w1151-services .resouce-node-content .node-cont-services .node_cont_item1[data-v-6fc98131],
  .figma-conent .w1151-services .resouce-node-content .node-cont-services .node_cont_item2[data-v-6fc98131],
  .figma-conent .w1151-services .resouce-node-content .node-cont-services .node_cont_item3[data-v-6fc98131] {
    font-weight: 900;
    font-size: 38px;
    line-height: 34px;
}
.figma-conent .w1151-services .resouce-node-content .node-cont-services .node_cont_item4[data-v-6fc98131],
  .figma-conent .w1151-services .resouce-node-content .node-cont-services .node_cont_item5[data-v-6fc98131],
  .figma-conent .w1151-services .resouce-node-content .node-cont-services .node_cont_item6[data-v-6fc98131] {
    margin-bottom: 16px;
}
.figma-conent .w1151-services .resouce-node-content .node-cont-services .node_cont_item4[data-v-6fc98131] {
    margin-top: 16px;
    margin-bottom: 10px;
}
.figma-conent .w1151-services .resouce-node-content .node-cont-services > ul[data-v-6fc98131] {
    padding-left: 25px;
}
.figma-conent .w1151-services .resouce-node-content .node-cont-services .button[data-v-6fc98131] {
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 75px 75px 75px 75px;
    margin-top: 10px;
    font-size: 12px;
}
.figma-conent .w1151-services .resouce-node-content .node-cont-services .node_cont_left[data-v-6fc98131] {
    padding: 24px;
    margin-bottom: 8px;
}
.figma-conent .w1151-services .resouce-node-content .node-cont-services .node_cont_right[data-v-6fc98131] {
    padding: 24px;
}
.figma-conent .w1151-services .resouce-node-content .works-content[data-v-6fc98131] {
    margin-top: 10px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .titan_wrapper[data-v-6fc98131] {
    flex-direction: column;
    margin-top: 10px;
    background-color: #121212;
    border-radius: 30px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .titan_wrapper .titan_wrapper_left[data-v-6fc98131] {
    width: 100%;
    margin-right: 0;
    padding: 24px;
    padding-bottom: 0;
}
.figma-conent .w1151-services .resouce-node-content .works-content .titan_wrapper .titan_wrapper_left .titan_wrapper_left_text[data-v-6fc98131] {
    width: 260px;
    line-height: 32px;
    font-size: 28px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .titan_wrapper .titan_wrapper_left .titan_wrapper_left_text span[data-v-6fc98131]:nth-child(2) {
    top: 4px;
    left: 4px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .titan_wrapper .titan_wrapper_left > span[data-v-6fc98131] {
    font-size: 14px;
    line-height: 18px;
    margin-top: 24px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .titan_wrapper .titan_wrapper_right[data-v-6fc98131] {
    width: 100%;
    padding: 24px;
    line-height: 16px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .titan_wrapper .titan_wrapper_right > div[data-v-6fc98131] {
    font-size: 16px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .titan_wrapper .titan_wrapper_right > span[data-v-6fc98131] {
    font-size: 14px;
    margin-top: 0;
}
.figma-conent .w1151-services .resouce-node-content .works-content .layer_wrapperbox[data-v-6fc98131] {
    position: relative;
    z-index: 10;
    margin: 0 -16px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .problem-ulbox[data-v-6fc98131] {
    position: relative;
    z-index: 10;
    margin: 0 -16px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .before[data-v-6fc98131]::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    width: 40px;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.figma-conent .w1151-services .resouce-node-content .works-content .after[data-v-6fc98131]::after {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    content: "";
    width: 40px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.figma-conent .w1151-services .resouce-node-content .works-content .layer_wrapper[data-v-6fc98131] {
    margin-top: 8px;
    padding: 0 16px;
    height: auto;
    min-height: auto;
    overflow-x: scroll;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: normal;
}
.figma-conent .w1151-services .resouce-node-content .works-content .layer_wrapper[data-v-6fc98131]::-webkit-scrollbar {
    display: none;
    height: 0;
}
.figma-conent .w1151-services .resouce-node-content .works-content .layer_wrapper > div[data-v-6fc98131] {
    padding: 24px;
    width: 234px;
    flex: none;
    border-radius: 30px;
    flex-shrink: 0;
}
.figma-conent .w1151-services .resouce-node-content .works-content .layer_wrapper > div .desc_layer[data-v-6fc98131] {
    margin: 41px 0;
}
.figma-conent .w1151-services .resouce-node-content .works-content .layer_wrapper > div .desc_layer > span[data-v-6fc98131] {
    margin-bottom: 16px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .layer_wrapper > div .desc_layer > span[data-v-6fc98131]:nth-child(2) {
    margin-bottom: 0;
}
.figma-conent .w1151-services .resouce-node-content .works-content .layer_wrapper > div .layer_wrapper_button[data-v-6fc98131] {
    height: 44px;
    font-size: 12px;
    margin-top: 0;
}
.figma-conent .w1151-services .resouce-node-content .works-content .layer_wrapper .layer_wrapper_center[data-v-6fc98131] {
    margin: 0;
}
.figma-conent .w1151-services .resouce-node-content .works-content .dem_wrapper[data-v-6fc98131] {
    margin-top: 8px;
    flex-direction: column;
}
.figma-conent .w1151-services .resouce-node-content .works-content .dem_wrapper .dem_wrapper_left[data-v-6fc98131],
  .figma-conent .w1151-services .resouce-node-content .works-content .dem_wrapper .dem_wrapper_right[data-v-6fc98131] {
    padding: 24px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .dem_wrapper .dem_wrapper_left > span[data-v-6fc98131],
  .figma-conent .w1151-services .resouce-node-content .works-content .dem_wrapper .dem_wrapper_right > span[data-v-6fc98131] {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .dem_wrapper .dem_wrapper_left > span[data-v-6fc98131]:first-child,
  .figma-conent .w1151-services .resouce-node-content .works-content .dem_wrapper .dem_wrapper_right > span[data-v-6fc98131]:first-child {
    font-size: 60px;
    line-height: 60px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .dem_wrapper .dem_wrapper_right[data-v-6fc98131] {
    margin-top: 8px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .dem_wrapper .dem_wrapper_left[data-v-6fc98131] {
    margin: 0;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tnt_wrapper[data-v-6fc98131] {
    margin-top: 8px;
    flex-direction: column;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tnt_wrapper > div[data-v-6fc98131] {
    padding: 24px;
    height: auto;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tnt_wrapper > div[data-v-6fc98131]:first-child {
    margin-right: 0;
    margin-bottom: 8px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tnt_wrapper > div .tnt_wrapper_button[data-v-6fc98131] {
    height: 44px;
    font-size: 12px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tnt_wrapper > div .tnt_wrapper_title[data-v-6fc98131] {
    margin-bottom: 16px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tnt_wrapper > div .tnt_wrapper_title > span[data-v-6fc98131] {
    font-size: 38px;
    line-height: 34px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tnt_wrapper > div .tnt_wrapper_desc[data-v-6fc98131] {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tnt_wrapper > div .tnt_wrapper_desc > span[data-v-6fc98131] {
    font-size: 12px;
    margin-bottom: 24px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tnt_wrapper > div .tnt_wrapper_desc > span[data-v-6fc98131]:first-child {
    font-weight: bold;
}
.figma-conent .w1151-services .resouce-node-content .works-content .zh > div .tnt_wrapper_title > span[data-v-6fc98131] {
    line-height: 40px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .wall_wrapper[data-v-6fc98131] {
    margin-top: 16px;
    font-size: 24px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .wall_wrapper span[data-v-6fc98131]:nth-child(2) {
    top: 4px;
    left: 4px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .wallCard[data-v-6fc98131] {
    margin-top: 16px;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .wallCard > div[data-v-6fc98131] {
    padding: 24px;
    height: auto;
    flex: 1;
}
.figma-conent .w1151-services .resouce-node-content .works-content .wallCard > div[data-v-6fc98131]:nth-child(2) {
    margin: 0;
}
.figma-conent .w1151-services .resouce-node-content .works-content .wallCard > div .card_top[data-v-6fc98131] {
    font-size: 20px;
    line-height: 26px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .wallCard > div .card_bottom[data-v-6fc98131] {
    margin-top: 16px;
    height: 44px;
    font-size: 12px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .wallCard > div .card_bottom_box ul[data-v-6fc98131] {
    padding: 24px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .wallCard > div .card_bottom_box ul li[data-v-6fc98131] {
    height: auto;
    line-height: 21px;
    font-size: 14px !important;
}
.figma-conent .w1151-services .resouce-node-content .works-content .wallCard > div .card_bottom_box ul li[data-v-6fc98131]:first-child {
    margin-bottom: 16px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .wallCard .card1[data-v-6fc98131] {
    width: 100%;
    flex: none;
    margin-bottom: 8px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .wallCard .card2[data-v-6fc98131],
  .figma-conent .w1151-services .resouce-node-content .works-content .wallCard .card3[data-v-6fc98131] {
    flex: 1;
}
.figma-conent .w1151-services .resouce-node-content .works-content .activeWall_wrapper[data-v-6fc98131] {
    margin-top: 10px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .activeWall_wrapper > div[data-v-6fc98131] {
    flex: 1;
    height: auto;
    padding: 24px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .activeWall_wrapper > div .activeWall_wrapper_top[data-v-6fc98131] {
    font-size: 20px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .activeWall_wrapper > div .activeWall_wrapper_center[data-v-6fc98131] {
    margin-top: 0;
}
.figma-conent .w1151-services .resouce-node-content .works-content .activeWall_wrapper > div .activeWall_wrapper_button[data-v-6fc98131] {
    height: 44px;
    margin-top: 24px;
    font-size: 12px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .works-ul-services[data-v-6fc98131] {
    display: flex;
    flex-direction: column;
}
.figma-conent .w1151-services .resouce-node-content .works-content .works-ul-services .works-li[data-v-6fc98131] {
    width: 100%;
    margin-top: 8px;
    padding: 16px;
    height: auto;
}
.figma-conent .w1151-services .resouce-node-content .works-content .works-ul-services .works-li .works-li1[data-v-6fc98131] {
    font-weight: 900;
    font-size: 32px;
    line-height: 29px;
    text-align: center;
    font-family: Poppins, Poppins;
    color: rgba(255, 255, 255, 0.75);
    height: auto;
}
.figma-conent .w1151-services .resouce-node-content .works-content .works-ul-services .works-li .works-li1 > div[data-v-6fc98131] {
    text-align: left;
}
.figma-conent .w1151-services .resouce-node-content .works-content .works-ul-services .works-li .works-li2-services[data-v-6fc98131] {
    font-size: 12px;
    line-height: 18px;
    height: auto;
}
.figma-conent .w1151-services .resouce-node-content .works-content .works-ul-services .works-li .works-li3[data-v-6fc98131] {
    height: 44px;
    font-size: 12px;
    margin-top: 24px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .support[data-v-6fc98131] {
    min-height: 40px;
    line-height: 12px;
    padding-top: 50px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .support > div[data-v-6fc98131] {
    padding: 8px 16px;
    font-size: 12px !important;
    height: auto;
    line-height: 12px;
    display: flex;
    align-items: normal;
}
.figma-conent .w1151-services .resouce-node-content .works-content .support .desc[data-v-6fc98131] {
    display: flex;
    align-items: baseline;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tik-ul-servicesbox[data-v-6fc98131] {
    position: relative;
    z-index: 10;
    margin: 0 -16px;
    margin-top: 50px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tik-ul-servicesbox[data-v-6fc98131]::after {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    content: "";
    width: 40px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.figma-conent .w1151-services .resouce-node-content .works-content .tik-ul-servicesbox[data-v-6fc98131]::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    width: 40px;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.figma-conent .w1151-services .resouce-node-content .works-content .tik-ul-services[data-v-6fc98131] {
    display: flex;
    -moz-column-gap: 8px;
         column-gap: 8px;
    overflow-x: scroll;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tik-ul-services[data-v-6fc98131]::-webkit-scrollbar {
    display: none;
    height: 0;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tik-ul-services .tik-li[data-v-6fc98131] {
    width: 230px;
    padding: 24px;
    flex-shrink: 0;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tik-ul-services .tik-li .tik-li1 img[data-v-6fc98131] {
    width: auto;
    height: 100px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tik-ul-services .tik-li .tik-li2[data-v-6fc98131] {
    height: auto;
    font-size: 16px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tik-ul-services .tik-li .tik-li3[data-v-6fc98131] {
    margin-top: 16px;
    margin-bottom: 16px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tik-ul-services .tik-li > div[data-v-6fc98131]:nth-child(3) {
    height: auto;
    font-size: 10px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .faq-cont[data-v-6fc98131] {
    margin: 18px 0 10px 0;
    padding-left: 0;
}
.figma-conent .w1151-services .resouce-node-content .works-content .faq-cont .faq-img[data-v-6fc98131] {
    line-height: 1em;
    font-size: 54px;
    white-space: nowrap;
}
.figma-conent .w1151-services .resouce-node-content .works-content .faq-cont .faq-img span[data-v-6fc98131]:nth-child(2) {
    left: 4px;
    top: 4px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .faq-cont .faq-img img[data-v-6fc98131] {
    width: 118px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .faq-cont .faq-img .zh[data-v-6fc98131] {
    font-size: 46px;
    width: 118px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .faq-cont .faq-ul img[data-v-6fc98131] {
    width: 86px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .join-ul[data-v-6fc98131] {
    -moz-column-gap: 10px;
         column-gap: 10px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .join-ul > div[data-v-6fc98131] {
    flex: 1;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .join-ul > div img[data-v-6fc98131] {
    width: 24px;
    height: 24px;
}
.figma-conent .w1151-services .resouce-node-content .support[data-v-6fc98131] {
    min-height: 40px;
    line-height: 12px;
    padding-top: 50px;
}
.figma-conent .w1151-services .resouce-node-content .support > div[data-v-6fc98131] {
    padding: 8px 16px !important;
    font-size: 12px !important;
    height: auto;
    line-height: 12px;
    align-items: normal;
}
}
@media (max-width: 360px) {
.figma-conent .w1151-services #lastsupport > div[data-v-6fc98131] {
    font-size: 11px !important;
}
.figma-conent .w1151-services .wallCard > div .card_top[data-v-6fc98131] {
    font-size: 16px !important;
}
.figma-conent .w1151-services .activeWall_wrapper_top[data-v-6fc98131] {
    font-size: 16px !important;
}
.figma-conent .w1151-services .resouce-node-content .node-cont-services .node_cont_item1[data-v-6fc98131] {
    font-size: 32px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .dem_wrapper .dem_wrapper_left span[data-v-6fc98131]:nth-child(1),
  .figma-conent .w1151-services .resouce-node-content .works-content .dem_wrapper .dem_wrapper_right span[data-v-6fc98131]:nth-child(1) {
    font-size: 52px;
}
.figma-conent .w1151-services .service-to-earn-content .nstall-to-earn-left .nstall-img-banner > ul li[data-v-6fc98131] {
    font-size: 10px;
}
}
@media (max-width: 340px) {
.figma-conent .w1151-services .head_content .buttonBox[data-v-6fc98131] {
    -moz-column-gap: 9px;
         column-gap: 9px;
}
.figma-conent .w1151-services .head_content .buttonBox > div[data-v-6fc98131] {
    font-size: 10px;
    height: 36px;
}
.figma-conent .w1151-services .head_content .buttonBox .right span[data-v-6fc98131] {
    max-width: 70px;
}
.figma-conent .w1151-services .head_content .buttonBox a[data-v-6fc98131] {
    font-size: 10px;
}
}

