.home-top-bg {
  position: absolute;
  top: 80px;
  height: 600px;
  width: 100%;
  background: url('/statics/fanyi-net/images/home-bg.png') 100% 0 / cover no-repeat;
  z-index: -1;
}

.home-top {
  margin-top: 80px;
  height: 680px;
  padding: 80px 0 16px;
}

.home-top-title-box{
  row-gap: 20px;
}

.home-top-title-box .main-title {
  font-size: 40px;
  color: var(--text-color)
}

.home-top-title-box .main-title span {
  color: var(--primary-color)
}

.home-top-title-box .sub-title {
  max-width: 508px;
  font-size: 18px;
  color: var(--text-sub-color);
  line-height: 32px;
  text-align: center;
}

.home-top-download-box {
  margin-top: 60px;
  column-gap: 30px;
}

.home-top-download-item {
  flex: none;
  row-gap: 14px;
  width: 240px;
  height: 236px;
  border-radius: 12px;
  padding: 28px 0 38px; 
  border: 1px solid #FFFFFF;
  background: linear-gradient(180deg, #FFFFFF 37.5%, #DEE9FF 100%);
  transition: transform 0.1s linear;
}

.home-top-download-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}

.home-top-down_img {
  width: 72px;
  height: 72px;
}
.home-top-down_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.home-top-download-item .download-btn {
  width: 176px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 30px;
  background: linear-gradient(90deg, #4080FF 0%, #00B3FF 100%);
  color: #fff;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.home-top-download-item .download-btn:hover {
  opacity: 0.9;
}
.home-top-download-item .download-btn img {
  width: 20px;
}

.home-top-funcs {
  column-gap: 20px;
  margin-top: 160px;
}

.home-top-funcs-item {
  width: 200px;
  height: 64px;
  border-radius: 12px;
  border: 1px solid #C4D6FF;
  color: var(--text-color);
  font-size: 20px;
  background: #ffffff;
  line-height: 64px;
  text-align: center;
  cursor: pointer;
}

.home-top-funcs-item.active,
.home-top-funcs-item:not(.active):hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.home-swiper-box {
  background: linear-gradient(180deg, #EDF2FF 68.93%, #FFF 100%);
  padding: 80px 0 52px;
  row-gap: 60px;
}

.home-swiper-box > * {
  width: 100%;
}

.home-box-title {
  row-gap: 12px;
}

.home-box-title h1 {
  font-size: 40px;
  color: var(--text-color);
}
.home-box-title h1 span {
  color: var(--primary-color);
}

.home-box-title p {
  font-size: 18px;
  color: var(--text-sub-color);
}

.home-swiper-box .swiper-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
  width: 1200px;
  height: 532px;
  margin: 0 auto;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

/* 左侧导航 */
.home-swiper-box .swiper-nav {
  flex: none;
  width: 260px;
  gap: 20px;
}

.home-swiper-box .swiper-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 260px;
  height: 64px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #E8F3FF;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.home-swiper-box .swiper-nav-item:hover {
  border-color: var(--primary-color);
}

.home-swiper-box .swiper-nav-item.active {
  border-color: var(--primary-color);
}

.home-swiper-box .swiper-nav-item .nav-item-icon {
  flex: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-swiper-box .swiper-nav-item .nav-item-text {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-color);
  transition: color 0.3s ease;
}

.home-swiper-box .swiper-nav-item.active .nav-item-text {
  color: var(--primary-color);
}

.home-swiper-box .nav-item-tag {
  position: absolute;
  top: -8px;
  right: -10px;
  display: inline-flex;
  height: 30px;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px 15px 15px 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
.home-swiper-box .nav-item-tag.blue{
  background: linear-gradient(84deg, #16E8FF 2%, #5FB4FF 100.68%);
}
.home-swiper-box .nav-item-tag.orange{
  background: linear-gradient(84deg, #FF7316 2%, #FF5F61 100.68%);
}

/* 右侧内容区 */
.home-swiper-box .swiper-content-wrapper {
  flex: 1;
  position: relative;
  min-height: 532px;
  overflow: hidden;
}

.home-swiper-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 532px;
  background: #fff;
  padding: 30px 20px 50px;
}

.home-swiper-box .swiper_content-header {
  gap: 8px;
}

.home-swiper-box .swiper_content-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-color);
}

.home-swiper-box .swiper_content-subtitle {
  font-size: 16px;
  color: var(--text-sub-color);
  line-height: 24px;
}

.home-swiper-box .swiper_features {
  gap: 40px;
  margin-top: 16px;
}

.home-swiper-box .swiper_feature-item {
  gap: 4px;
  font-size: 14px;
  color: var(--text-sub-color);
}

.home-swiper-box .swiper_feature-item img {
  flex: none;
}

.home-swiper-box .swiper_preview {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-swiper-box .swiper_preview-img {
  width: 640px;
}

.home-swiper-item .btn {
  width: 188px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 30px;
  background: linear-gradient(90deg, #4080FF 0%, #00B2FF 100%);
  color: #ffffff;
  font-size: 16px;
  border: 0;
}

.home-swiper-item .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}
.home-swiper-item .btn img {
  width: 20px;
}

.home-swiper-box .crx-dropdown {
  top: auto;
  bottom: calc(100% + 6px);
}
.home-swiper-box .app-dropdown {
  top: auto;
  bottom: calc(100% + 6px);
}

.home-product-intro-box {
  row-gap: 60px;
}


.home-comment-box {
  background: linear-gradient(180deg, #EDF2FF 0%, #FFFFFF 100%);
  padding-top: 80px;
  row-gap: 60px;
}

.home-comment-box .home-comment-list {
  column-gap: 30px;
}

.home-comment-list .home-comment-list-item {
  width: 380px;
  height: 260px;
  padding: 30px;
  background: #ffffff;
  border: 2px solid #E8F3FF;
  border-radius: 12px;
  row-gap: 20px;
}

.home-comment-list .home-comment-list-item .info-box {
  column-gap: 10px;
}

.home-comment-list .home-comment-list-item .info-box .title {
  font-size: 20px;
  color: var(--text-color);
}

.home-comment-list .home-comment-list-item .info-box .sub-title {
  font-size: 16px;
  color: var(--text-sub-color);
}

.home-comment-list .home-comment-list-item .comment-box {
  row-gap: 8px;
}

.home-comment-list .home-comment-list-item .comment-box .comment {
  font-size: 15px;
  color: var(--text-color);
}

.home-dowmload-box {
  background: var(--bg-color);
  padding: 80px 0 60px;
  row-gap: 30px;
}

.home-dowmload-box .home-box-title h1,
.home-dowmload-box .home-box-title p {
  color: #ffffff;
}

.home-dowmload-box .home-download-box-list {
  column-gap: 40px;
}

.home-download-box-list .btn {
  width: 320px;
  border-radius: 12px;
  background: linear-gradient(180deg, #FFFFFF 0%, #DEE9FF 100%);
  padding: 0 60px;
  column-gap: 20px;
  font-size: 20px;
  color: #000000;
  border: 0;
  height: 88px;
  cursor: pointer;
  transition: transform 0.1s linear;
  line-height: 88px;
}

.home-download-box-list .btn:hover {
  transform: translateY(-5px);
}

.home-download-box-list .crx-btn-inner {
  width: 320px;
  height: 88px;
  gap: 0;
  border-radius: 12px;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, #FFF 0%, #DEE9FF 100%);
  transition: transform 0.1s linear;
}
.home-download-box-list .crx-btn-inner:hover {
  transform: translateY(-5px);
}
.home-download-box-list .crx-btn-main,
.home-download-box-list .crx-btn-arrow {
  border-radius: 0;
  background: transparent;
}
.home-download-box-list .crx-btn-main {
  --btn-text-color: var(--text-color);
  font-size: 20px;
  gap: 20px;
  justify-content: flex-end;
  padding-right: 8px;
}
.home-download-box-list .crx-btn-icon {
  width: 32px;
  height: 32px;
}
.home-download-box-list .crx-btn-arrow {
  width: 72px;
  color: var(--text-color);
  justify-content: flex-start;
  padding-left: 8px;
}
.home-download-box-list .crx-btn-arrow:hover {
  background: transparent;
  color: var(--primary-color);
}
.home-download-box-list .crx-btn-arrow::after{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 27px;
  background: rgba(0, 0, 0, 0.10);
}
.home-download-box-list .crx-btn-tips {
  color: #fff;
}
.home-download-box-list .crx-btn-tips-link {
  color: #fff;
  font-weight: 600;
}