body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  background-color: #fff9f5;
  color: #333;
  min-width: 1200px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0px 0;
  box-sizing: border-box;
}

.full-width-container {
  width: 100%;
  padding: 0 calc((100% - 1200px) / 2);
  padding-top: 40px;
  box-sizing: border-box;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* margin-bottom: 60px; */
  padding: 0 calc((100% - 1200px) / 2);
  box-sizing: border-box;
}

.header-left {
  position: relative;
  &::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 0px;
    display: block;
    height: 32px;
    width: 170px;
    /* background-color: #ff6b35; */
    background-image: url(./assest/img/cornericon.png);
    background-repeat: no-repeat;
  }
  img {
    margin-right: 6px;
  }
  .feature-list {
    font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 20px;
    color: #222222;
    line-height: 18px;
  }
  .title-box{
    padding-top: 25px;
    padding-left: 0;
    padding-bottom: 10px;
  }
}

.header-right {
  width: 640px;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-title {
  font-size: 36px;
  margin-bottom: 20px;
  color: #333;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.feature-list li {
  font-size: 18px;
  margin: 10px 0;
  color: #666;
  display: flex;
  align-items: center;
}

.feature-list li:before {
  content: "•";
  color: #ff6b35;
  margin-right: 10px;
  font-weight: bold;
}

.download-btn {
  background: #ff6b35 !important;
  border: none !important;
  padding: 15px 40px !important;
  font-size: 18px !important;
  margin: 20px 0;
}
.download-btn-container.download-btn-container-top {
  width: 132px;
  height: 40px;
  background: linear-gradient(90deg, #fd710b 0%, #fd410b 100%);
  border-radius: 6px 6px 6px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.download-btn-container.download-btn-container-top:after {
  content: "";
}
.download-btn-container-top div {
  height: 20px;
  font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  text-align: right;
  font-style: normal;
  text-transform: none;
}
.version-info {
  display: flex;
  align-items: center;
  color: #888;
  font-size: 16px;
  img {
    margin-right: 5px;
  }
  span {
    margin-right: 24px;
  }
}

.feature-tabs {
  margin: 40px 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.feature-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  border-bottom: none;
}

.feature-nav-item {
  padding: 12px 24px;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 20px;
  font-size: 16px;
  transition: all 0.3s;
  background: #f5f5f5;
  color: #666;
  border: none;
}

.feature-nav-item:hover {
  background: #ffe4d6;
  color: #ff6b35;
}

.feature-nav-item.active {
  background: #ff6b35;
  color: white;
}

.feature-content {
  display: flex;
  align-items: center;
  padding: 30px;
}

.feature-info {
  flex: 1;
  padding: 20px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.feature-desc {
  color: #666;
  line-height: 1.8;
  margin-bottom: 30px;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.feature-list li:before {
  content: "•";
  color: #ff6b35;
  margin-right: 10px;
  font-weight: bold;
}

.feature-preview {
  flex: 1;
  text-align: center;
}

.conversion-demo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.demo-arrow {
  font-size: 24px;
  margin: 0 30px;
  color: #ff6b35;
}

.usage-title {
  text-align: center;
  margin: 0px 0 30px;
  font-size: 28px;
  position: relative;
  padding-bottom: 20px;
}

.usage-title:after {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-52%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.usage-title.short:after {
  background-image: url("https://cdn-down.keliaoliao.com/web/yszyspzhq/assets/biaotiDuan.png");
  width: 160px;
  height: 30px;
}

.usage-title.long:after {
  background-image: url("https://cdn-down.keliaoliao.com/web/yszyspzhq/assets/biaotiChang.png");
  width: 280px;
  height: 30px;
}

.usage-grid {
  display: flex;
  gap: 20px;
  margin: 40px auto;
  max-width: 1200px;
  position: relative;
}

.usage-card {
  width: 235px;
  position: relative;
  transition: all 0.3s ease;
}

.usage-card .card-image {
  width: 235px;
  height: 400px;
  transition: all 0.3s ease;
  display: block;
  border-radius: 8px;
}

.usage-card-content {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
}

.usage-card-content i {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}

/* hover效果 */
.usage-card:hover {
  width: 490px;
  z-index: 2;
}

.usage-card:hover .card-image {
  width: 490px;
}

/* 生活vlog hover时隐藏游戏视频 */
.usage-card:first-child:hover + .usage-card {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  width: 0;
  margin: 0;
}

/* 游戏视频hover时隐藏短视频 */
.usage-card:nth-child(2):hover + .usage-card {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  width: 0;
  margin: 0;
}

/* 短视频hover时隐藏电影视频 */
.usage-card:nth-child(3):hover + .usage-card {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  width: 0;
  margin: 0;
}

/* 电影视频hover时向左扩展 */
.usage-card:nth-child(4):hover {
  transform: translateX(-255px);
}

.usage-card:nth-child(4):hover ~ .usage-card {
  transform: translateX(-255px);
}

/* 自媒体hover时向左位移 */
.usage-card:nth-child(5):hover {
  transform: translateX(-255px);
}

.steps-section {
  border-radius: 8px;
  margin: 60px auto;
  width: 1200px;
}

.steps-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.steps-image {
  flex: 1;
  padding: 20px;
}

.steps-content {
  flex: 1;
  padding: 20px;
}

.step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.step-item:hover {
  background-color: #fff1e6;
}

.step-item.active {
  background-color: rgba(253, 113, 11, 0.08);
}

.step-item.active .step-number {
  background: #ff6b35;
  color: white;
}

.step-item.active .step-title {
  color: #ff6b35;
}

.step-number {
  width: 32px;
  height: 32px;
  background: #e5e5e5;
  color: #666;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.step-info {
  flex: 1;
}

.step-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

.step-desc {
  color: #666;
  line-height: 1.5;
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px auto;
  max-width: 1200px;
}

.testimonial-card {
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.footer {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 60px 20px 20px;
  background: #fafafa;
  color: #999;
  font-size: 14px;
  margin-top: 60px;
  background-image: url(./assest/img/bg_bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  .footer_title {
    font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 42px;
    color: #ffffff;
    line-height: 46px;
    text-align: right;
    font-style: normal;
    text-transform: none;
    margin: 0;
  }
  .footer_desc {
    font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
    font-weight: normal;
    font-size: 20px;
  }
}

.feature-section {
  margin: 40px 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: auto;
  margin-bottom: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.feature-item {
  background: #f5f5f5;
  border-radius: 20px;
  width: 186px;
  height: 88px;
  cursor: pointer;
  color: #222;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
}
.feature-item {
  width: 160px;
  height: 160px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(142, 142, 142, 0.09),
    0px 2px 4px 0px rgba(204, 204, 204, 0.26);
  border-radius: 20px 20px 20px 20px;
  /* border: 2px solid #fd710b; */
}

.feature-item.active {
  background: #fff;
  color: #fd710b;
  border: 1px solid #fd710b;
}

.feature-item-icon {
  width: 74px;
  height: 74px;
}

.feature-item-title {
  font-size: 18px;
  margin: 0;
  white-space: nowrap;
}

.feature-showcase {
  border-radius: 8px;
  margin-bottom: 30px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.feature-showcase-grid {
  display: grid;
  grid-template-columns: 540px 1fr;
  gap: 24px;
}
.feature-tab-panel {
  display: none;
}
.feature-tab-panel.active {
  display: grid;
}
.feature-info .feature-description {
  text-align: left;
  padding: 0;
  margin: 8px 0 12px;
  width: 610px;
  height: 72px;
  font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
  font-weight: normal;
  font-size: 20px;
  color: #666666;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.feature-info .feature-card-tags {
  margin-bottom: 16px;
}
.feature-info .feature-card-title {
  margin: 0;
}
.feature-cards {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.feature-card {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background: #eef5ff;
}
.feature-card-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}
.feature-card-title {
  font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
  font-weight: 700;
  font-size: 28px;
  color: #000000;
  .orange {
    display: inline-block;
    color: #fd710b;
  }
}
.feature-card-desc {
  color: #666;
  line-height: 1.6;
  margin-bottom: 12px;
}
.feature-card-tags {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  color: #666;
}
.feature-tag img {
  width: 20px;
  height: 20px;
}
.feature-card-meta {
  font-size: 12px;
  color: #999;
  margin-top: 6px;
}
.feature-card-actions {
  margin-top: 12px;
}

.feature-images {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.feature-image-container {
  flex: 1;
  text-align: center;
}

.feature-arrow {
  font-size: 32px;
  color: #ff6b35;
  margin: 0 40px;
}

.feature-description {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  max-width: 1200px;
  padding: 0 126px;
  margin: 0 auto 30px;
}

.feature-download {
  text-align: left;
}

.feature-download .download-btn-container {
  width: 180px;
  height: 54px;
}

.nav-container {
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 64px;
}

.nav-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.nav-content a img {
  position: absolute;
  height: 60px;
  object-fit: contain;
  left: calc((100% - 1200px) / 2 - 160px);
  top: 50%;
  transform: translateY(-50%);
}

.nav-logo {
  display: flex;
  align-items: center;
}

.nav-logo img {
  height: 24px;
}

.nav-logo a {
  display: inline-block;
}

.nav-tabs {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-tab {
  font-size: 18px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  padding: 0 10px;
  line-height: 64px;
}

.nav-tab.active {
  color: #ff6b35;
  font-weight: bold;
}

.nav-tab.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #ff6b35;
}

.main-content {
  margin-top: 64px;
}

.download-btn-container {
  width: 400px;
  height: 99px;
  position: relative;
  margin: 20px 0;
  cursor: pointer;
  overflow: hidden;
}

.download-btn-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  transform: translateX(-50%) skewX(-25deg);
  filter: blur(5px);
  animation: light-effect 2s infinite linear;
  z-index: 2;
}

@keyframes light-effect {
  0% {
    width: 20px;
    left: 0;
    opacity: 0;
  }

  20% {
    width: 20px;
    left: 20%;
    opacity: 0.6;
  }

  40% {
    width: 45px;
    left: 50%;
    opacity: 0.8;
  }

  60% {
    width: 20px;
    left: 80%;
    opacity: 0.6;
  }

  100% {
    width: 20px;
    left: 100%;
    opacity: 0;
  }
}

.download-btn-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.download-btn-container:after {
  content: "立即下载";
  position: absolute;
  left: 58%;
  top: 46%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 28px;
  font-weight: bold;
  z-index: 1;
}

.fixed-buttons {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 999;
}

.fixed-button {
  width: 74px;
  height: 94px;
  cursor: pointer;
  padding: 8px 4px;
  position: relative;
  transition: all 0.3s ease;
  background: white;
  border-radius: 4px;
}

.fixed-button .button-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  transition: all 0.3s ease;
  background: white;
  border-radius: 4px;
}

.fixed-button .button-content p {
  margin: 0;
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  transition: all 0.3s ease;
}

.fixed-button.active .button-content {
  background: rgba(253, 113, 11, 0.1);
}

.fixed-button.active .button-content p {
  color: #fd710b;
}

/* Element UI 评分样式 */
.el-rate {
  /* display: inline-flex;
  margin: 0;
  height: 20px;
  line-height: 1; */
  width: 120px;
}

.el-rate__item {
  position: relative;
  font-size: 0;
  vertical-align: middle;
  display: inline-block;
}

.el-rate__icon {
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-right: 6px;
  color: #c0c4cc;
  transition: 0.3s;
}

.el-rate__icon.hover {
  transform: scale(1.15);
}

.el-rate__icon.el-rate__icon--medium {
  font-size: 18px;
}

.el-icon-star-on {
  color: #fd710b !important;
}
.geshi-container {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #f00; */
  text-align: center;
  .geshi-top {
    margin-bottom: 24px;
    .geshi-top-tips {
      height: 18px;
      font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
      font-weight: normal;
      font-size: 20px;
      color: #888888;
      line-height: 18px;
    }
    .flex {
      margin-bottom: 24px;
    }
    img {
      height: 36px;
    }
    .geshi-top-title {
      height: 36px;
      font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
      font-weight: 700;
      font-size: 32px;
      color: #222222;
      line-height: 36px;
      text-align: right;
      font-style: normal;
      text-transform: none;
      padding: 0 20px;
    }
  }
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.geshi-bottom {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 100px;
  margin-top: 24px;
  justify-items: center;
  font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
  font-weight: 700;
  font-size: 18px;
  color: #222222;
  margin-bottom: 50px;
}
.geshi-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.geshi-card img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
}
.geshi-card-title {
  margin-top: 8px;
  font-size: 14px;
  color: #222;
}
.adv-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 40px 0 24px;
}
.adv-header img {
  height: 36px;
}
.adv-title {
  font-size: 28px;
  color: #222;
  margin: 0;
}
.advantage-grid {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 40px;
  align-items: start;
}
.adv-list {
  display: grid;
  gap: 24px;
}
.adv-list-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  padding: 18px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(142, 142, 142, 0.08),
    0 2px 4px rgba(204, 204, 204, 0.18);
  border: 2px dashed rgba(253, 113, 11, 0.5);
}
.adv-item-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.adv-item-title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
.adv-item-desc {
  color: #888;
  font-size: 14px;
}
.adv-format-cards {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.adv-card {
  border-radius: 20px;
  padding: 20px;
  color: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}
.adv-card.adv-audio {
  background: linear-gradient(135deg, #ff7a50 0%, #ff6284 100%);
}
.adv-card.adv-video {
  background: linear-gradient(135deg, #32aefd 0%, #3d6dfd 100%);
}
.adv-card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.adv-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
.adv-chip {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 12px;
}
.adv-download {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.carousel-section {
  /* background: #eaf3ff; */
  padding: 40px 0;
}
.carousel-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}
.carousel-header img {
  height: 36px;
}
.carousel-title {
  font-size: 28px;
  color: #222;
  margin: 0;
}
.user-carousel {
  position: relative;
}
.carousel-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.carousel-track {
  display: flex;
  gap: 24px;
  will-change: transform;
}
.carousel-card {
  flex: 0 0 calc((100% - 60px) / 3);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(142, 142, 142, 0.08),
    0 2px 4px rgba(204, 204, 204, 0.18);
  position: relative;
  padding-bottom: 20px;
}
.carousel-card-header {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: end;
  gap: 80px;
}
.carousel-avatar {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  object-fit: cover;
}
.carousel-name {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}
.carousel-desc {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 8px 0 0;
  padding: 0 30px;
  text-indent: 2em;
}
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  color: #666;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-arrow.prev {
  left: calc((100% - 1200px) / 2 - 50px);
}
.carousel-arrow.next {
  right: calc((100% - 1200px) / 2 - 50px);
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}
.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.carousel-dot.active {
  width: 28px;
  height: 10px;
  border-radius: 999px;
  background: #fd710b;
}
