@keyframes marquee-3da1986c {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}
.slide-box[data-v-3da1986c] {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 157px;
  border-radius: 75px;
  background-color: #121212;
}
.slide-box[data-v-3da1986c]::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-3da1986c]::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-3da1986c] {
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 45px;
  animation: marquee-3da1986c 60s linear infinite;
  display: flex;
  /* gap: 0 20px; */
}
.slide-box .slide-box1 .slide-item[data-v-3da1986c] {
  margin-right: 64px;
  cursor: pointer;
}
.slide-box .slide-box1 .slide-item img[data-v-3da1986c] {
  display: block;
  height: 66px;
  max-width: 10000px;
}
@media (max-width: 768px) {
.slide-box[data-v-3da1986c] {
    width: 100%;
    height: 62px;
}
.slide-box[data-v-3da1986c]::after {
    width: 70px;
}
.slide-box[data-v-3da1986c]::before {
    width: 70px;
}
.slide-box .slide-box1[data-v-3da1986c] {
    top: 11px;
}
.slide-box .slide-box1 .slide-item img[data-v-3da1986c] {
    height: 40px;
}
}

.problemwrapper[data-v-74af985a] {
  margin-top: 26px;
}
.problem-content-services[data-v-74af985a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.problem-content-services .problem-img-right[data-v-74af985a] {
  margin-left: 40px;
  transform: rotate(180deg);
}
.problem-content-services .leftScroll-img[data-v-74af985a] {
  margin-right: 24px;
}
.problem-content-services .problem-img[data-v-74af985a] {
  cursor: pointer;
  width: 56px;
  height: auto;
}
.problem-content-services .problem-ul[data-v-74af985a] {
  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-74af985a] {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-top: 24px;
  white-space: normal;
}
.problem-content-services .problem-ul .problem-li[data-v-74af985a] {
  padding: 60px 40px;
  flex-shrink: 0;
  width: 280px;
  max-width: 280px;
  border-radius: 75px;
  height: 458px;
  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-74af985a]:nth-child(1) {
  font-weight: 900;
  white-space: normal;
}
.problem-content-services .problem-ul .faqcurrentheight[data-v-74af985a] {
  padding: 75px;
  width: auto;
  max-width: 350px;
  min-height: 573px;
  height: auto;
  border-radius: 94px;
  transition: background 0.5s linear;
  color: #000 !important;
}
.problem-content-services .problem-ul .faqcurrentheight .problem-li-cont[data-v-74af985a] {
  font-size: 15px;
}
.problem-content-services .problem-ul .faqcurrentheight .problem-li-title[data-v-74af985a] {
  font-size: 28px;
  height: auto;
}
.problem-content-services .before[data-v-74af985a]::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-74af985a]::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-74af985a] {
  position: relative;
  overflow: hidden;
}
.change[data-v-74af985a] {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.change ul[data-v-74af985a] {
  display: flex;
  margin: 0 70px;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.change ul .hight[data-v-74af985a] {
  background-color: white;
}
.change ul li[data-v-74af985a] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.change img[data-v-74af985a] {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
@media (max-width: 768px) {
.problemwrapper[data-v-74af985a] {
    margin-top: 8px;
}
.problem-content-services[data-v-74af985a] {
    position: relative;
    z-index: 10;
}
.problem-content-services .problem-ul[data-v-74af985a] {
    overflow-x: scroll;
    display: flex;
    padding: 0 16px;
    margin: 0;
    align-items: center;
}
.problem-content-services .problem-ul[data-v-74af985a]::-webkit-scrollbar {
    display: none;
    height: 0;
}
.problem-content-services .problem-ul .problem-li[data-v-74af985a] {
    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-74af985a]:last-child {
    margin-right: 0px;
}
.problem-content-services .problem-ul .problem-li[data-v-74af985a]:first-child {
    margin-left: 0;
}
.problem-content-services .problem-ul .faqisheight[data-v-74af985a] {
    transition: background 0.5s linear;
    width: 260px;
    height: 332px;
    padding: 24px 16px 16px 16px;
}
.problem-content-services .problem-ul .faqisheight .problem-li-title[data-v-74af985a] {
    font-size: 16px;
    line-height: 16px;
}
.problem-content-services .problem-ul .faqisheight .problem-li-cont[data-v-74af985a] {
    margin-top: 24px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}
.problem-content-services .problem-ul .problem-li-title[data-v-74af985a] {
    font-size: 14px;
    line-height: 14px;
    height: auto !important;
}
.problem-content-services .problem-ul .problem-li-cont[data-v-74af985a] {
    margin-top: 24px;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
}
.problem-content-services .problem-ul > div[data-v-74af985a]:first-child {
    margin-left: 10px;
}
.problem-content-services .problem-ul .h102[data-v-74af985a] {
    height: 70px;
}
.problem-content-services > img[data-v-74af985a] {
    position: absolute;
    bottom: -50px;
    z-index: 1;
    width: 34px;
    height: 34px;
    display: none;
}
.problem-content-services .leftScroll-img[data-v-74af985a] {
    left: 120px;
}
.problem-content-services .problem-img-right[data-v-74af985a] {
    right: 120px;
}
.problem-content-services .problem-ulbox[data-v-74af985a] {
    position: relative;
    z-index: 10;
    margin: 0 -16px;
}
.problem-content-services .before[data-v-74af985a]::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-74af985a]::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-74af985a] {
    margin: 0 20px;
    -moz-column-gap: 12px;
         column-gap: 12px;
}
.change ul li[data-v-74af985a] {
    width: 6px;
    height: 6px;
}
.change img[data-v-74af985a] {
    width: 16px;
    height: 16px;
}
}

.no-data[data-v-4230f514] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 50px);
  background: none;
}
.no-data .title[data-v-4230f514] {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  font-weight: 500;
  margin-top: 12px;
  text-align: center;
}
.no-data .img[data-v-4230f514] {
  width: 80px;
  height: 80px;
}
@media (max-width: 768px) {
.no-data[data-v-4230f514] {
    margin-top: 8px;
    min-height: 300px !important;
    background: #121212;
    border-radius: 30px;
}
.no-data .img[data-v-4230f514] {
    width: 60px !important;
    height: 60px !important;
}
}

.wrapper[data-v-fa0cdd30] {
  width: 100%;
}
.wrapper .title[data-v-fa0cdd30] {
  display: flex;
  height: 54px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 25px;
  line-height: 54px;
}
.wrapper .title > div[data-v-fa0cdd30] {
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0 20px;
  background-color: #121212;
  border-radius: 38px;
  font-size: 20px;
}
.wrapper .title > div h3[data-v-fa0cdd30] {
  display: inline;
  color: var(--h3textcolor);
}
.wrapper .title .textcolor[data-v-fa0cdd30] {
  color: var(--publictextcolor);
}
.wrapper ul[data-v-fa0cdd30] {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.wrapper ul li[data-v-fa0cdd30] {
  flex: 1;
  height: 180px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #121212;
  border-radius: 38px;
  cursor: pointer;
}
.wrapper ul li a[data-v-fa0cdd30] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 38px;
}
.wrapper ul li a[data-v-fa0cdd30]:hover {
  background-color: #00f46a;
}
.wrapper ul li img[data-v-fa0cdd30] {
  max-width: 80px;
}
@media (max-width: 768px) {
.wrapper[data-v-fa0cdd30] {
    margin-bottom: 0;
}
.wrapper .title[data-v-fa0cdd30] {
    margin-top: 50px;
    margin-bottom: 10px;
    height: auto;
    line-height: 14px;
}
.wrapper .title > div[data-v-fa0cdd30] {
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 12px;
}
.wrapper .title > div > span[data-v-fa0cdd30] {
    margin-right: 3px;
}
.wrapper ul[data-v-fa0cdd30] {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 0;
    margin-bottom: 0px;
}
.wrapper ul li[data-v-fa0cdd30] {
    flex: 1;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
}
.wrapper ul li img[data-v-fa0cdd30] {
    width: 24px;
    height: 24px;
}
}
@media (max-width: 360px) {
.wrapper .title > div[data-v-fa0cdd30] {
    font-size: 11px;
}
}


::-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%);
}
}

.learnTabIdColor[data-v-1317dc50] {
  background: #00f46a;
  border-radius: 75px;
  color: #121212;
}
.seltItemShowPaddding[data-v-1317dc50] {
  padding: 15px 15px !important;
  border-radius: 30px !important;
}
.resouce-node-content.resouce-node-content50 .support[data-v-1317dc50] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
}
.resouce-node-content.resouce-node-content50 .support .support-img[data-v-1317dc50] {
  width: 21px;
  height: auto;
}
.resouce-node-content.resouce-node-content50 .support > div[data-v-1317dc50] {
  font-size: 21px;
  padding: 0 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  color: #fff;
}
.resouce-node-content.resouce-node-content50 .learn-content[data-v-1317dc50] {
  background: #121212;
  border-radius: 75px 75px 75px 75px;
  margin-top: 50px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 500px;
  gap: 30px 42px;
}
.resouce-node-content.resouce-node-content50 .learn-content .loading_box[data-v-1317dc50] {
  width: 100%;
}
.resouce-node-content.resouce-node-content50 .learn-content .no-data[data-v-1317dc50] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
.resouce-node-content.resouce-node-content50 .learn-content .no-data .title[data-v-1317dc50] {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  font-weight: 500;
  margin-top: 12px;
  text-align: center;
}
.resouce-node-content.resouce-node-content50 .learn-content .no-data .img[data-v-1317dc50] {
  width: 80px;
  height: 80px;
}
.resouce-node-content.resouce-node-content50 .learn-content .item[data-v-1317dc50] {
  font-family: Poppins, Poppins;
  width: 30.8%;
  position: relative;
  padding-bottom: 60px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.resouce-node-content.resouce-node-content50 .learn-content .item[data-v-1317dc50]:hover {
  box-shadow: 0 0 15px rgba(0, 244, 106, 0.5);
}
.resouce-node-content.resouce-node-content50 .learn-content .item .learn-desc_layer[data-v-1317dc50] {
  padding: 30px;
}
.resouce-node-content.resouce-node-content50 .learn-content .item .learn-desc_layer > div[data-v-1317dc50]:nth-child(1) {
  font-weight: bold;
  font-size: 22px;
  color: #00f46a;
  line-height: 20px;
}
.resouce-node-content.resouce-node-content50 .learn-content .item .learn-desc_layer > div[data-v-1317dc50]:nth-child(2) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* 限制行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 22px;
  margin-top: 16px;
}
.resouce-node-content.resouce-node-content50 .learn-content .item .learn-desc_layer > div[data-v-1317dc50]:nth-child(3) {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  margin-top: 16px;
}
.resouce-node-content.resouce-node-content50 .learn-content .item .learn-desc_layer > div[data-v-1317dc50]:nth-child(4) {
  width: 109px;
  height: 30px;
  border-radius: 50px 50px 50px 50px;
  border-radius: 21px 21px 21px 21px;
  border: 1px solid #00f46a;
  font-weight: 600;
  font-size: 12px;
  color: #00f46a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.resouce-node-content.resouce-node-content50 .learn-content .item .learn-img[data-v-1317dc50] {
  height: 230px;
  background: #d9d9d9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.resouce-node-content.resouce-node-content50 .learn-content .item .learn-img img[data-v-1317dc50] {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.resouce-node-content.resouce-node-content50 .learn-content a[data-v-1317dc50],
.resouce-node-content.resouce-node-content50 .learn-content > div[data-v-1317dc50] {
  background: #1e1e1e;
  border-radius: 50px;
  overflow: hidden;
}
.resouce-node-content.resouce-node-content50 .learn-tab[data-v-1317dc50] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.resouce-node-content.resouce-node-content50 .learn-tab .learn-tab-list[data-v-1317dc50] {
  display: flex;
  border-radius: 75px 75px 75px 75px;
  border: 1px solid rgba(0, 244, 106, 0.5);
  color: #00f46a;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 17px;
}
.resouce-node-content.resouce-node-content50 .learn-tab .learn-tab-list a[data-v-1317dc50],
.resouce-node-content.resouce-node-content50 .learn-tab .learn-tab-list > div[data-v-1317dc50] {
  margin-right: 5px;
  height: 50px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: Poppins, Poppins;
}
.resouce-node-content.resouce-node-content50 .learn-tab .learn-tab-list a[data-v-1317dc50],
.resouce-node-content.resouce-node-content50 .learn-tab .learn-tab-list > div[data-v-1317dc50]:nth-last-child(1) {
  margin-right: 0 !important;
}
.resouce-node-content.resouce-node-content50 .learn-tab .learn-tab-list a[data-v-1317dc50] {
  color: #00f46a;
}
.resouce-node-content.resouce-node-content50 .blankhoverclass a[data-v-1317dc50]:hover,
.resouce-node-content.resouce-node-content50 .blankhoverclass > div[data-v-1317dc50]:hover {
  background: #00f46a !important;
  transition: 0.5s ease-in-out;
  color: #000 !important;
}
.resouce-node-content.resouce-node-content50 .blankishight[data-v-1317dc50] {
  background: #00f46a !important;
  transition: 0.5s ease-in-out;
  color: #000 !important;
}
.resouce-node-content.resouce-node-content50 .blanktitleheight[data-v-1317dc50] {
  height: 102px;
}
.resouce-node-content[data-v-1317dc50] .el-loading-mask {
  border-radius: 75px;
  background-color: transparent !important;
}
.resouce-node-content[data-v-1317dc50] .el-loading-mask .el-loading-spinner .path {
  stroke: #00f46b;
}
.h5-learn-tab[data-v-1317dc50] {
  display: none;
}
@media (min-width: 769px) and (max-width: 1190px) {
.resouce-node-content.resouce-node-content50 .learn-content[data-v-1317dc50] {
    gap: 30px 35px;
}
}
@media (max-width: 768px) {
.resouce-node-content.resouce-node-content50 .learn-content .item .learn-desc_layer > div[data-v-1317dc50]:nth-child(4) {
    left: 34px !important;
    bottom: 35px !important;
}
.resouce-node-content.resouce-node-content50 .learn-content .item[data-v-1317dc50] {
    padding-bottom: 73px !important;
}
.resouce-node-content.resouce-node-content50 .learn-content .item .learn-img[data-v-1317dc50] {
    height: 178px !important;
}
.resouce-node-content.resouce-node-content50 .learn-content[data-v-1317dc50] {
    gap: 20px 20px !important;
}
.learn-tab[data-v-1317dc50] {
    display: none !important;
}
.support[data-v-1317dc50] {
    min-height: 40px;
    line-height: 12px;
    padding-top: 50px;
}
.support > div[data-v-1317dc50] {
    padding: 8px 16px !important;
    font-size: 12px !important;
    height: auto;
    line-height: 12px;
    align-items: normal;
}
.h5-learn-tab[data-v-1317dc50] {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 3px;
}
.h5-learn-tab .selt-content > div[data-v-1317dc50] {
    margin-top: 4px;
    height: 35px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    color: #00f46a;
    font-size: 13px;
    font-weight: bold;
}
.h5-learn-tab > div[data-v-1317dc50] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.h5-learn-tab > div > div[data-v-1317dc50] {
    width: 266px;
    background: #121212;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid rgba(0, 244, 106, 0.5);
    padding: 7px 8px;
}
.h5-learn-tab > div > div .selt-list[data-v-1317dc50] {
    background: #00f46a;
    border-radius: 50px;
    height: 39px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.h5-learn-tab > div > div .selt-list > div[data-v-1317dc50] {
    font-family: Poppins, Poppins;
    font-weight: bold;
    font-size: 12px;
    color: #121212;
}
.h5-learn-tab > div > div .selt-list > div > img[data-v-1317dc50] {
    width: 16px;
    height: 16px;
}
.resouce-node-content .learn-content .item .learn-desc_layer > div[data-v-1317dc50]:nth-child(3) {
    margin-top: 12px !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 18px !important;
}
.resouce-node-content .learn-content .item .learn-desc_layer > div[data-v-1317dc50]:nth-child(2) {
    margin-top: 11px !important;
    font-weight: 900 !important;
    font-size: 23px !important;
    line-height: 21px !important;
}
.resouce-node-content .learn-content .item .learn-desc_layer > div[data-v-1317dc50]:nth-child(1) {
    font-weight: bold;
    font-size: 16px !important;
    line-height: 13px !important;
}
.resouce-node-content .learn-content .item .learn-desc_layer[data-v-1317dc50] {
    padding: 35px 34px !important;
}
.resouce-node-content .learn-content > div[data-v-1317dc50] {
    border-radius: 47px !important;
}
.resouce-node-content .learn-content[data-v-1317dc50] {
    margin-top: 34px !important;
}
.resouce-node-content .learn-content[data-v-1317dc50] {
    padding: 20px 20px !important;
    border-radius: 50px !important;
}
.resouce-node-content .learn-tab .learn-tab-list[data-v-1317dc50] {
    display: none;
}
.resouce-node-content .learn-content .item[data-v-1317dc50] {
    width: 100% !important;
}
.learn-content[data-v-1317dc50] {
    flex-wrap: wrap;
}
.learn-content .no-data[data-v-1317dc50] {
    margin-top: 8px;
    min-height: 300px !important;
    background: #121212;
    border-radius: 30px;
}
.learn-content .no-data .img[data-v-1317dc50] {
    width: 60px !important;
    height: 60px !important;
}
.resouce-node-content .blanktitleheight[data-v-1317dc50] {
    height: 95px !important;
}
}

.padtop25[data-v-1317dc50] {
  padding-top: 25px;
}
.mat60[data-v-1317dc50] {
  margin-top: 60px;
}
.mat34[data-v-1317dc50] {
  margin-top: 34px;
}
.mat32[data-v-1317dc50] {
  margin-top: 34px;
}
.mat60[data-v-1317dc50] {
  margin-top: 60px;
}
.figma-conent[data-v-1317dc50] {
  background: #000;
  padding-top: 50px;
}
.figma-conent .works-content[data-v-1317dc50] {
  margin-top: 25px;
}
.figma-conent .works-content .padd-left36[data-v-1317dc50] {
  padding-left: 36px;
}
.figma-conent .works-content .tik-ul-services[data-v-1317dc50] {
  display: flex;
  justify-content: space-between;
}
.figma-conent .works-content .tik-ul-services > div[data-v-1317dc50]: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-1317dc50] {
  display: none !important;
}
.figma-conent .works-content .tik-ul-services > div:hover .img2[data-v-1317dc50] {
  display: block !important;
}
.figma-conent .works-content .tik-ul-services .tik-li3[data-v-1317dc50] {
  text-align: left;
}
.figma-conent .works-content .tik-ul-services .tik-li[data-v-1317dc50] {
  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-1317dc50] {
  width: 178px;
  height: 124px;
}
.figma-conent .works-content .tik-ul-services .tik-li .tik-li2[data-v-1317dc50] {
  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-1317dc50] {
  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-1317dc50] {
  display: none;
}
.figma-conent .works-content .tik-ul-services .tik-li .tik-li1 > img[data-v-1317dc50] {
  height: auto;
}
.figma-conent .works-content .layer_wrapper[data-v-1317dc50] {
  width: 100%;
  display: flex;
  min-height: 534px;
  margin-top: 25px;
}
.figma-conent .works-content .layer_wrapper > div[data-v-1317dc50] {
  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-1317dc50]: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-1317dc50] {
  border-color: #121212;
  cursor: pointer;
}
.figma-conent .works-content .layer_wrapper > div > span[data-v-1317dc50]:first-child {
  font-weight: 900;
  font-size: 22px;
  line-height: 22px;
}
.figma-conent .works-content .layer_wrapper > div .desc_layer[data-v-1317dc50] {
  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-1317dc50]:first-child {
  font-weight: bolder;
  font-size: 12px;
  margin-bottom: 40px;
}
.figma-conent .works-content .layer_wrapper .ishight[data-v-1317dc50] {
  color: #121212 !important;
  background: #00f46a !important;
  transition: 0.5s ease-in-out;
}
.figma-conent .works-content .layer_wrapper .ishight .layer_wrapper_button[data-v-1317dc50] {
  border-color: #121212;
  cursor: pointer;
}
.figma-conent .works-content .layer_wrapper .layer_wrapper_center[data-v-1317dc50] {
  margin: 0 11px;
}
.figma-conent .works-content .layer_wrapper .layer_wrapper_button[data-v-1317dc50] {
  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 .dem_wrapper[data-v-1317dc50] {
  display: flex;
  width: 100%;
  margin-top: 25px;
}
.figma-conent .works-content .dem_wrapper > div[data-v-1317dc50] {
  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-1317dc50] {
  font-weight: 400;
  font-size: 16px;
}
.figma-conent .works-content .dem_wrapper > div > span[data-v-1317dc50]:first-child {
  font-weight: 900;
  font-size: 104px;
}
.figma-conent .works-content .dem_wrapper > div[data-v-1317dc50]:first-child {
  margin-right: 10px;
}
.figma-conent .works-content .dem_wrapper > div[data-v-1317dc50]:hover {
  color: #121212 !important;
  background: #00f46a !important;
  transition: 0.5s ease-in-out;
}
.figma-conent .works-content .zh .tntzh[data-v-1317dc50] {
  height: 464px;
}
.figma-conent .works-content .zh > div .tnt_wrapper_title > span[data-v-1317dc50] {
  line-height: 65px;
}
.figma-conent .works-content .zh > div .tnt_wrapper_desc > span[data-v-1317dc50] {
  font-size: 16px;
}
.figma-conent .works-content .wall_wrapper[data-v-1317dc50] {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.figma-conent .works-content .wall_wrapper img[data-v-1317dc50] {
  width: 62.83%;
}
.figma-conent .join-ul[data-v-1317dc50] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.figma-conent .join-ul > div[data-v-1317dc50] {
  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-1317dc50]:hover {
  background-color: #00f46a;
}
.figma-conent .join-ul > div img[data-v-1317dc50] {
  width: 80px;
  height: 80px;
}
.figma-conent .border75[data-v-1317dc50] {
  border-radius: 75px;
}
.figma-conent .bg-oa[data-v-1317dc50] {
  background: #121212;
}
.figma-conent .padding35-service[data-v-1317dc50] {
  padding: 60px;
}
.figma-conent .w1151-services[data-v-1317dc50] {
  max-width: 1200px;
  margin: 0 auto;
}
.figma-conent .w1151-services > div[data-v-1317dc50] {
  width: 100%;
}
.figma-conent .w1151-services .extronBanner[data-v-1317dc50] {
  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-1317dc50] {
  width: 758px;
}
.figma-conent .w1151-services .mat27[data-v-1317dc50] {
  margin-top: 27px;
}
@media (max-width: 768px) {
.resouce-node-content .support.supporth5 > div[data-v-1317dc50] {
    height: auto !important;
}
.figma-conent[data-v-1317dc50] {
    padding: 16px;
    padding-bottom: 0;
}
.figma-conent .padtop25[data-v-1317dc50] {
    padding-top: 10px;
}
.figma-conent .border75[data-v-1317dc50] {
    border-radius: 30px;
}
.figma-conent .mat32[data-v-1317dc50] {
    margin-top: 0px;
}
.figma-conent .mat60[data-v-1317dc50] {
    margin-top: 0;
}
.figma-conent .mat27[data-v-1317dc50] {
    margin-top: 16px !important;
}
.figma-conent .mab14[data-v-1317dc50] {
    margin-bottom: 8px;
}
.figma-conent .w1151-services .extronBanner[data-v-1317dc50] {
    width: 100%;
    margin-top: -25px;
    margin-bottom: 50px;
}
.figma-conent .w1151-services .extronBanner img[data-v-1317dc50] {
    width: 100%;
}
.figma-conent .w1151-services .desc1[data-v-1317dc50] {
    font-size: 12px;
    width: 285px;
    height: 30px;
    padding: 0 16px;
    margin-bottom: 8px;
}
.figma-conent .w1151-services .desc1 > img[data-v-1317dc50] {
    width: 14px;
    height: 14px;
}
.figma-conent .w1151-services .resouce-node-content[data-v-1317dc50] {
    padding-top: 61px;
    position: relative;
}
.figma-conent .w1151-services .resouce-node-content .works-content[data-v-1317dc50] {
    margin-top: 10px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .problem-ulbox[data-v-1317dc50] {
    position: relative;
    z-index: 10;
    margin: 0 -16px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .before[data-v-1317dc50]::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-1317dc50]::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-1317dc50] {
    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-1317dc50]::-webkit-scrollbar {
    display: none;
    height: 0;
}
.figma-conent .w1151-services .resouce-node-content .works-content .layer_wrapper > div[data-v-1317dc50] {
    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-1317dc50] {
    margin: 41px 0;
}
.figma-conent .w1151-services .resouce-node-content .works-content .layer_wrapper > div .desc_layer > span[data-v-1317dc50] {
    margin-bottom: 16px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .layer_wrapper > div .desc_layer > span[data-v-1317dc50]:nth-child(2) {
    margin-bottom: 0;
}
.figma-conent .w1151-services .resouce-node-content .works-content .layer_wrapper > div .layer_wrapper_button[data-v-1317dc50] {
    height: 44px;
    font-size: 12px;
    margin-top: 0;
}
.figma-conent .w1151-services .resouce-node-content .works-content .layer_wrapper .layer_wrapper_center[data-v-1317dc50] {
    margin: 0;
}
.figma-conent .w1151-services .resouce-node-content .works-content .zh > div .tnt_wrapper_title > span[data-v-1317dc50] {
    line-height: 40px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .works-ul-services[data-v-1317dc50] {
    display: flex;
    flex-direction: column;
}
.figma-conent .w1151-services .resouce-node-content .works-content .works-ul-services .works-li[data-v-1317dc50] {
    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-1317dc50] {
    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-1317dc50] {
    text-align: left;
}
.figma-conent .w1151-services .resouce-node-content .works-content .works-ul-services .works-li .works-li2-services[data-v-1317dc50] {
    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-1317dc50] {
    height: 44px;
    font-size: 12px;
    margin-top: 24px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tik-ul-servicesbox[data-v-1317dc50] {
    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-1317dc50]::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-1317dc50]::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-1317dc50] {
    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-1317dc50]::-webkit-scrollbar {
    display: none;
    height: 0;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tik-ul-services .tik-li[data-v-1317dc50] {
    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-1317dc50] {
    width: auto;
    height: 100px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tik-ul-services .tik-li .tik-li2[data-v-1317dc50] {
    height: auto;
    font-size: 16px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tik-ul-services .tik-li .tik-li3[data-v-1317dc50] {
    margin-top: 16px;
    margin-bottom: 16px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .tik-ul-services .tik-li > div[data-v-1317dc50]:nth-child(3) {
    height: auto;
    font-size: 10px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .join-ul[data-v-1317dc50] {
    -moz-column-gap: 10px;
         column-gap: 10px;
}
.figma-conent .w1151-services .resouce-node-content .works-content .join-ul > div[data-v-1317dc50] {
    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-1317dc50] {
    width: 24px;
    height: 24px;
}
}
@media (max-width: 360px) {
.figma-conent .w1151-services #lastsupport > div[data-v-1317dc50] {
    font-size: 11px !important;
}
}

