/* add start */
.homepage-imgbox {
  margin: 0 auto;
  margin-top: 64px;
  max-width: 80%;
}

.tech-tabs {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.tech-tabs .tabs-item {
  display: flex;
  gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.tech-tabs .tabs-item img {
  width: 42px;
  height: 42px;
}

.tech-tabs .tabs-item .tabs-item-title-text {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.84);
}

.tech-tabs .tabs-item.active .tabs-item-title-text {
  color: rgba(255, 255, 255, 1);
}

.tech-tabs .tabs-item.active::after {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/market/AI/images/home/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.tech-content {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  background: linear-gradient(180deg, rgba(11, 35, 97, 1) 0%, rgba(21, 40, 137, 1) 100%);
  border-radius: 20px;
  border: 1px solid #1040af;
}

.tech-content .fadeInBottom {
  display: none;
}

.tech-content .active {
  display: block;
}

.tech-content .text {
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.64);
  padding: 12px;
}


.operation-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
}

.operation-left {
  min-height: 480px;
  width: 25%;
  background-image: url('/market/AI/images/home/bg2054.png');
  background-color: #1e63ed;
  background-size: 100% auto;
  background-position: right top;
  background-repeat: no-repeat;
  border-radius: 8px;
  position: relative;
}

.operation-left-text {
  padding: 20px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.operation-left-text-t {
  color: transparent;
  background: linear-gradient(90deg, #7F73FF 0%, #75DAFF 78%, #FFFFFF 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.operation-left-text-d {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.operation-left-btn {
  position: absolute;
  left: 20px;
  bottom: 30px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.64);
}

/* 主容器 */
.main-container {
  width: 75%;
  border-radius: 8px;
  background-image: url('/market/AI/images/highlights/bg20506.png');
  background-size: 100% 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.cell {
  width: 16.6666%;
  height: 50%;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
}

.cell:nth-child(6n) {
  border-right: none;
}

.cell:nth-last-child(-n+6) {
  border-bottom: none;
}

.cell:hover {
  cursor: pointer;
  background: rgba(67, 141, 255, 0.1);
}

.cell:hover .ty {
  opacity: 1 !important;
  height: 36px !important;
}

.cell:hover .mainc {
  transform: translateY(-20px);
}

.mainc {
  transition: transform 0.3s ease;
}

.ty {
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  opacity: 0;
  height: 0;
  background: rgb(67, 141, 255);
  font-size: 12px;
  line-height: 36px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.cell img {
  width: 40px;
}

.text-smart {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  color: rgb(243, 231, 85);
}

.text-app-name {
  font-size: 14px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  margin-top: 5px;
}

.cell-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.function-box {
  border-radius: 20px;
  padding: 60px 60px 80px;
  background: linear-gradient(0deg, rgb(0 11 51) 0%, rgba(21, 40, 137, 1) 100%);
}

.function-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
}

.function-box .function-item {
  display: flex;
  gap: 16px;
}

.function-item .iconbox {
  width: 32px;
  height: 32px;
  background-color: #194fb8;
  border-radius: 6px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.function-item .textbox {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.textbox .textbox-title {
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
}

.textbox .textbox-desc {
  max-width: 80%;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.64);
  height: 40px;
}

.case-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.case-item {
  padding: 30px 30px;
  display: flex;
  background: linear-gradient(180deg, rgba(11, 35, 97, 1) 0%, rgba(21, 40, 137, 1) 100%);
  border-radius: 8px;
  border: 1px solid #1040af;
}

.case-item .logo-box {
  width: 120px;
  flex-shrink: 0;
}

.case-item .logo-box img {
  max-width: 80%;
}

.case-item .text-box {
  display: flex;
  flex-direction: column;
}

.case-item .text-box .textbox-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #f5ff71;
}

.case-item .text-box .textbox-subtitle {
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 255, 255, 1);
}

.case-item .text-box .textbox-desc {
  margin-top: 8px;
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.64);
}

/* add end */

@media (max-width: 768px) {

  /* add */
  .homepage-imgbox {
    max-width: 100%;
    margin-top: 30px;
  }

  .tech-tabs .tabs-item img {
    width: 28px;
    height: 28px;
  }

  .tech-tabs {
    gap: 6px;
  }

  .tech-tabs .tabs-item {
    gap: 8px;
  }

  .tech-tabs .tabs-item .tabs-item-title-text {
    font-size: 10px;
    line-height: 18px;
    text-align: center;
  }

  .tech-tabs .tabs-item.active::after {
    height: 15px;
    width: 15px;
    bottom: -20px;
  }

  .tech-content {
    margin-top: 30px;
    padding: 10px 12px;
    border-radius: 10px;
  }

  .operation-box {
    flex-direction: column;
  }

  .operation-left {
    display: none;
    width: 100%;
    min-height: auto;
    height: 180px;
    background-size: 50% auto;
    background-position: right bottom;
    background-color: #194fb8;
    margin-bottom: 20px;
  }

  .operation-left-text {
    margin-top: 0px;
  }

  .operation-left-text-t {
    font-size: 16px;
    line-height: 26px;
  }

  .main-container {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .cell {
    width: 33.3333%;
  }

  .cell-content {
    padding: 20px 0;
  }

  .cell img {
    width: 28px;
  }

  .text-smart {
    margin-top: 10px;
    font-size: 11px;
  }

  .text-app-name {
    font-size: 13px;
    margin-top: 3px;
  }

  .cell:nth-last-child(-n+6) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .cell:hover .ty {
    height: 28px !important;
    line-height: 28px !important;
  }

  .function-box {
    padding: 24px 20px;
    border-radius: 10px;
  }

  .function-items {
    grid-template-columns: unset;
    gap: 20px;
  }

  .textbox .textbox-title {
    font-size: 13px;
    line-height: 13px;
  }

  .textbox .textbox-desc {
    max-width: 100%;
    font-size: 11px;
    line-height: 18px;
    height: 18px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .function-box .function-item {
    gap: 8px;
  }

  .function-item .iconbox {
    width: 28px;
    height: 28px;
  }

  .case-items {
    grid-template-columns: unset;
    gap: 10px;
  }

  .case-item {
    position: relative;
    padding: 20px 16px;
    flex-direction: column;
  }

  .case-item .logo-box {
    position: absolute;
    width: 72px;
    right: 16px;
    top: 20px;
  }

  .case-item .logo-box img {
    max-width: 100%;
  }

  .case-item .text-box .textbox-title {
    font-size: 14px;
  }

  .case-item .text-box .textbox-desc {
    font-size: 11px;
    line-height: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1369px) {
  .case-item {
    padding: 24px 30px;
  }
}