@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url(/wp-content/themes/autel/fonts/source-regulat.woff2);
}

/* 插件初始化 */
.fish .swiper-wrapper {
  height: auto;
}

.fish .swiper-slide {
  height: auto;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.fish img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: 1s;
  display: inline-block;
}

.fish video {
  width: 100%;
  max-width: 100%;
   -webkit-mask-image: linear-gradient(#000, #000); /* 彻底避免边缘渲染伪影 */

  /* background-color: #f4f4f6; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #000;
}

h2 {
  font-weight: bold;
  font-size: var(--font-size-50);
  text-align: center;
  line-height: 1.15;
}

@media (max-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 1.15;
  }
}

p {
  line-height: 1.5;
  color: #000;
  opacity: 0.8;
}

html {
  font-size: max(calc(100vw / 19.2), 50px);
  line-height: 1.15;
}

.fish {
  font: var(--font-size-16) / 1.15 'SourceHanSansCN-Regular', 'Arial', '微软雅黑', 'sans-serif', 'microsoft yahei';
  --font-size-72: max(0.72rem, 26px);
  --font-size-64: max(0.6rem, 26px);
  --font-size-60: max(0.6rem, 26px);
  --font-size-56: max(0.56rem, 26px);
  --font-size-50: max(0.56rem, 25px);
  --font-size-48: max(0.48rem, 24px);
  --font-size-40: max(0.4rem, 24px);
  --font-size-36: max(0.36rem, 24px);
  --font-size-34: max(0.34rem, 24px);
  --font-size-32: max(0.32rem, 22px);
  --font-size-30: max(0.3rem, 22px);
  --font-size-28: max(0.28rem, 22px);
  --font-size-26: max(0.26rem, 20px);
  --font-size-24: max(0.24rem, 16px);
  --font-size-22: max(0.22rem, 16px);
  --font-size-20: max(0.2rem, 16px);
  --font-size-18: max(0.18rem, 14px);
  --font-size-16: max(0.16rem, 14px);
  --font-size-14: max(0.14rem, 12px);
  --font-size-12: max(0.12rem, 12px);
  background-color: #fff;
}

/* @media (max-width: 750px) {
  html {
    font-size: max(calc(100vw / 7.5), 5px);
  }
  .fish {
    --font-size-72: max(0.72rem, 24px);
    --font-size-60: max(0.6rem, 26px);
    --font-size-56: max(0.56rem, 28px);
    --font-size-48: max(0.48rem, 24px);
    --font-size-40: max(0.4rem, 24px);
    --font-size-36: max(0.36rem, 24px);
    --font-size-34: max(0.34rem, 24px);
    --font-size-32: max(0.32rem, 22px);
    --font-size-30: max(0.3rem, 22px);
    --font-size-28: max(0.28rem, 22px);
    --font-size-26: max(0.26rem, 13px);
    --font-size-24: max(0.24rem, 12px);
    --font-size-22: max(0.22rem, 11px);
    --font-size-20: max(0.2rem, 16px);
    --font-size-18: max(0.18rem, 14px);
    --font-size-16: max(0.16rem, 14px);
    --font-size-14: max(0.14rem, 12px);
    --font-size-12: max(0.12rem, 12px);
  }
} */
/* 布局 */
.w1200 {
  min-width: 1200px;
  width: 62.5%;
  margin: 0 auto;
}

.w1300 {
  min-width: 1300px;
  width: 67.8%;
  margin: 0 auto;
}

.w1400 {
  width: 73.57%;
  margin: 0 auto;
}

.w1280 {
  min-width: 1280px;
  width: 66.67%;
  margin: 0 auto;
}

@media (max-width: 1366px) {
  .w1300 {
    min-width: unset;
    width: 90%;
    margin: 0 auto;
  }

  .w1400 {
    width: 90%;
  }

  .w1280 {
    min-width: unset;
    width: 90%;
  }
}

@media (max-width: 1280px) {
  .w1200 {
    min-width: unset;
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .h5 {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.alert .arowana-form {
  min-width: unset;
}

@media (max-width: 768px) {
  .alert.on {
    display: none !important;
  }
}

/* 头部  */
.application-spe .flightxfj-list-pcmenu {
  background: #fff;
}

.application-spe .flightxfj-list-pcmenu .flightxfj-list-menuLeft h3,
.application-spe .flightxfj-list-pcmenu .flightxfj-list-menuRight a {
  color: #090909;
}

/* 表单  */
.footer-navs-sub>li a {
  font-size: 14px;
}

.arowana-form .arowana-form-sele select {
  color: #222;
}

.light.form-theme .arowana-form .arowana-form-tit {
  /* color: #000; */
  color: #3A3A3A;
}

.light.form-theme .arowana-form .arowana-form-list ul li label {
  /* color: #000; */
  color: #3A3A3A;
}

@media (max-width: 768px) {
  .light.form-theme .arowana-form .arowana-form-list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .light.form-theme .arowana-form .arowana-form-list ul li label {
    width: 100%;
    text-align: left;
  }

  .light.form-theme .arowana-form .arowana-form-sele,
  .light.form-theme .arowana-form .arowana-form-check {
    position: relative;
    width: 100%;
  }

  .light.form-theme .arowana-form .arowana-form-list .arowana-form-input {
    width: 100%;
  }

  .light.form-theme .arowana-form .arowana-form-text {
    width: 100%;
  }
}

.light.form-theme .arowana-form .arowana-form-check span {
  /* color: #000; */
  color: #3A3A3A;
}

.light.form-theme .arowana-form .arowana-form-sub {
  /* color: #000; */
  /* border: solid 1px #000; */
  color: #3A3A3A;
  border: solid 1px #3A3A3A;
}

.light.form-theme .arowana-form .arowana-form-sub:hover {
  color: #d4251f;
  border-color: #d4251f;
}

.form-theme.dark {
  background-color: #101010;
}

.form-theme.light .arowana-form .max-83 {
  color: #666 !important;
}

.form-theme.light .arowana-form .arowana-form-text.max-83 {
  color: #666 !important;
}

.max-100 {
  width: 100%;
}

@media (min-width: 768px) {
  .max-83 {
    width: 83% !important;
  }

  .max-16 {
    width: 16.5% !important;
  }
}

#select .arowana-form-sele::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 8px solid #595757;
  border-left: 0px solid transparent;
  border-right: 8px solid transparent;
  top: 40%;
  right: 15px;
}

.form-theme.light .arowana-form .arowana-form-checked {
  background: unset;
  border: 1px solid #dedede;
}

.form-theme.light .arowana-form .arowana-form-sele select option {
  background: #f9f9f9;
  color: #595757;
}

.form-theme.light .arowana-form-list .arowana-form-input {
  background: unset;
  border: solid 1px #989898;
}

.renovate {
  background: #F6F6F6;
}

.renovate .arowana-form .arowana-form-list .arowana-form-input {
  border: 1px solid #989898;
  /* color: #595959; */
  color: #3A3A3A;
  background: unset;
  border-radius: 4px;
}

.form-theme.light .arowana-form .arowana-form-sele select {
  /* background: #fff; */
  background: #F6F6F6;

}

.form-theme.light .arowana-form .arowana-form-text {
  background-color: unset;
  border: solid 1px #989898;
}

.flightxfj-list-mobilemenuaName {
  /* color: #333; */
  color: #3A3A3A;
}

.arowana-form .arowana-form-sele select {
  color: #fff;
}

/* 通用样式 */

.fish-s1-container {
  position: relative;
}

.fish-s1-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}

.fish-s1-title {
  margin-top: 1.7rem;
  color: #fff;
  font-size: var(--font-size-64);
  font-weight: bold;

  margin-bottom: 0.16rem;
}

.fish-s1-subtitle {
  font-size: var(--font-size-32);
  font-weight: 500;
  color: #fff;
}

.fish-s1-bg video {
  object-fit: cover;
}

@media (max-width: 768px) {
  .fish-s1-title {
    font-size: 24px;
    margin-top: 1rem;
  }

  .fish-s1-subtitle {
    font-size: 18px;
  }
}

/* s2  */
.fish-s2 {
  padding: 1.3rem 0;
  background-color: #fff;
}

.fish-s2-content {
  display: grid;
  gap: 1.2rem 1rem;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.fish-s2-dsec {
  margin-bottom: 1rem;
  font-size: var(--font-size-22);
  line-height: 2;
}

.fish-s2-item-img {
  width: max(0.8rem, 40px);
  margin: auto;
  margin-bottom: 0.14rem;
}

.fish-s2-item-text {
  font-size: var(--font-size-18);
  line-height: 1.4 !important;

 

}
.fish-s2-item-text sup{
  font-size: var(--font-size-12);
    opacity: .6;
}

@media (max-width: 768px) {
  .fish-s2 {
    padding: 1rem 0;
  }

  .fish-s2-content {
    grid-template-columns: repeat(2, 1fr);
    /* gap: 0.6rem 0.4rem; */
  }

  .fish-s2-item-img {
    width: 0.8rem;
  }

  .fish-s2-dsec {
    line-height: 1.5;
    font-size: 13px;
  }

  .fish-s2-item-text {
    line-height: 1.5;
  }
  .fish-s2-item-text sup{
    font-size: 10px;
  }
}


/* 龙鱼25 s3效果 */
.fish25-s3 {
  background-color: #F6F6F6;
  padding-top: 1.98rem;
  padding-bottom: 1.96rem;
  color: #000;
}

.fish25-s3 .upper .jiezhi {
  font-size: var(--font-size-18);
}

.fish25-s3 .upper .time {
  font-size: max(1.34rem, 26px);
  margin-top: .08rem;
  font-weight: 600;
  display: flex;
    align-items: baseline;

}

.fish25-s3 .upper .time span {
  font-size: var(--font-size-26);
  font-weight: 500;
  padding-left: .12rem;
  
}

.fish25-s3 .upper .title {
  font-size: var(--font-size-20);
  margin-top: .24rem;
}

.fish25-s3 .centre {
  margin-top: 1.38rem;
}

.fish25-s3 .centre .list {
  display: flex;
  flex-wrap: wrap;
}

.fish25-s3 .centre .list .item {
  width: 24%;
  margin-right: 1.3333%;
}

.fish25-s3 .centre .list .item:nth-last-child(1) {
  margin-right: 0;
}

.fish25-s3 .centre .list .item p {
  font-size: var(--font-size-18);
}

.fish25-s3 .centre .list .item .img-box {
  font-size: 0;
  overflow: hidden;
  margin-top: .2rem;
}

@media screen and (max-width: 768px) {
  .fish25-s3 .centre .list .item {
    width: 49% !important;
    margin-right: 2% !important;
    margin-bottom: 20px !important;
  }

  .fish25-s3 .centre .list .item:nth-child(2n) {
    margin-right: 0 !important;
  }
}


/* .fish25-s4 */
.fish25-s4 {
  /* background-image: url("/wp-content/uploads/2025/07/龙鱼25-第4屏.png"); */
  /* background-size: 100% 100%; */
  /* background-repeat: no-repeat; */
  /* padding-bottom: 1.2rem; */
  overflow: hidden;
  position: relative;
}

.fish25-s4 .content {
  position: absolute;
  top: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
}

.fish25-s4 h2 {
  /* margin-top: 1.2rem; */
  text-align: center;
  color: white;
}

.fish25-s4 .list {
  margin-top: 5.7rem;
  display: flex;
  justify-content: space-around;
}

.fish25-s4 .list .item {
  text-align: center;
}

.fish25-s4 .list h3 {
  font-size: var(--font-size-28);
  color: white;
}

.fish25-s4 .list p {
  font-size: var(--font-size-22);
  margin-top: .06rem;
  color: white;
  opacity: .7;

}
.fish25-s4 .list p sup{
      font-size: var(--font-size-12);
      opacity: .6;
    }




.fish25-s5 {
  font-size: 0;
  background-color: #FFFFFF;
  padding-top: 1.2rem;
  padding-bottom: .72rem;
  text-align: center;


}

.fish25-s5 .pc {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.fish25-s5 .pc .item {
  position: absolute;
  font-size: var(--font-size-14);
  color: #5B5B61;
}
.fish25-s5 .pc .item span{
  font-size: max(.1rem,8px);
}

.fish25-s5 .pc .item1 {
  left: 0;
  top: 35%;
  width: 16.4%;
  text-align: left;
}

.fish25-s5 .pc .item2 {
  left: 0;
  top: 50%;
  width: 16.4%;
  text-align: left;
}

.fish25-s5 .pc .item3 {
  left: 23%;
  top: 16%;
  text-align: left;
  width: 16.4%;
}

.fish25-s5 .pc .item4 {
  left: 35%;
  top: 82%;
  text-align: right;
  width: 13.2%;
}

.fish25-s5 .pc .item5 {
  right: 23%;
  top: 16%;
  width: 16.4%;
  text-align: center;
}

.fish25-s5 .pc .item6 {
  right: 31%;
  top: 82%;
  width: 14.82%;
  text-align: center;
}

.fish25-s5 .pc .item7 {
  right: .5%;
  top: 47.5%;
  width: 16.4%;
  text-align: center;
}

.fish25-s5 .pc .item8 {
  right: .5%;
  top: 65%;
  width: 16.4%;
  text-align: center;
}



.fish25-s5 .content h2 {
  /* color: white; */
  /* position: absolute; */


}

.fish25-s5 .content img {
  /* width: 66.66%; */
  margin-top: .4rem;
}

/* fish25-s11 */
.fish25-s11 {
  padding-bottom: 1.2rem;
}

.fish25-s11 video {
  height: 400px;
  /* object-fit: cover; */
}

@media screen and (max-width: 768px) {
  .fish25-s11 video {
    height: auto;
    /* object-fit: cover; */
  }
}

.fish25-s11 h2 {
  text-align: center;

}

.fish25-s11 .title {
  font-size: var(--font-size-18);
  margin-top: .16rem;
  text-align: center;
}

.fish25-s11 .nav {
  /* margin-top: .56rem; */
  margin: .82rem auto .48rem auto;
  width: fit-content;
  overflow-x: auto;
  width: 90%;
  display: flex;
}

.fish25-s11 .fish25-swiper2 p {
  text-align: center;
  color: #000;
  font-size: var(--font-size-18);

}

.fish25-s11 .nav3 {
  margin: .32rem auto;
}

.fish25-s11 .nav4 {
  margin: .32rem auto;
}


.fish25-s11 .nav::-webkit-scrollbar,
.and-box6-nav::-webkit-scrollbar {
  display: none;
}

.fish25-s11 .nav .list {
  /* border-bottom: 1px solid #212121; */
  border-bottom: 2px solid #CCCCCC;
  position: relative;
  display: flex;
  padding-bottom: .1rem;
  margin: 0 auto;

}

.fish25-s11 .nav .item {
  margin-right: 0.75rem;
}

.fish25-s11 .nav .item2 {
  margin-right: .22rem;
margin-right: 0;
}

.fish25-s11 .nav .item:nth-last-child(1) {
  margin-right: 0;
}

.fish25-s11 .nav .text {
  /* color: white; */
  opacity: 50%;
  white-space: nowrap;
  font-size: var(--font-size-22);
  cursor: pointer;
  color: #000000;
  opacity: .5;
}

.fish25-s11 .nav .active {
  color: #000000;
  opacity: 1;
}

.fish25-s11 .nav .lineR {
  background-color: #d42520;
  height: 2px;
  width: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.fish25-s11 .nav .line {
  height: 1px;
  background-color: white;
  opacity: 0.16;
  width: 100%;
  /* margin-top: .16rem; */
  margin-top: 1.48vh;
}

.fish25-s11 .fish25-swiper .img-box {
  font-size: 0;
  text-align: center;
}

.fish25-s11 .fish25-swiper .img-box img {
  width: auto;

}

.fish25-s11 .fish25-swiper3 .item,
.fish25-s11 .fish25-swiper4 .item {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fish25-s11 .fish25-swiper3 .item .box,
.fish25-s11 .fish25-swiper4 .item .box {
  margin-right: .56rem;
  display: flex;
  align-items: center;
  margin-bottom: .2rem;
}
.fish25-s11 .fish25-swiper3 .item .box p span,
.fish25-s11 .fish25-swiper4 .item .box p span {
  font-size: var(--font-size-12);
  opacity: .6;
}

.fish25-s11 .fish25-swiper3 .item .box img,
.fish25-s11 .fish25-swiper4 .item .box img {
  width: 14px;
  height: 14px;
  margin-right: 12px;
}


/* s3 */
.fish-s3 {
  padding: 1.3rem 0rem;
  background-color: white;
  /* background: linear-gradient(to bottom, #f6f6f6, #fff); */
  overflow: hidden;
}

.fish-s3-title {
  margin-bottom: 0.4rem;
}

.fish-s3-ps-item {
  margin-bottom: 0.5rem;
  display: none;
}

.fish-s3-ps-item.active {
  display: block;
  animation: fadeshow 1.2s forwards;
}

@keyframes fadeshow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fish-s3-scroll {
  overflow: hidden;
}

.fish-s3-ps {
  font-size: var(--font-size-18);
  color: #5b5b61;
  line-height: 1;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.1rem;
  display: flex;
  width: 70%;
  margin-left: auto;
}

.fish.en .fish-s3-ps {
  width: 50%;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  
  .fish.en .fish-s3-ps {
    width: auto !important;
  }
}

.fish-s3-ps-item .fish-s3-ps:not(:last-child) {
  margin-bottom: 0.1rem;
}

.fish-s3-ps::before {
  content: '';
  display: inline-block;
  min-width: max(0.14rem, 14px);
  min-height: max(0.14rem, 14px);
  background-image: url(https://www.autelrobotics.cn/wp-content/uploads/2025/03/icon_gou.svg);
  background-size: 100% 100%;
  border-radius: 50%;
  margin-top: calc(1px);
}

.fish-s3-content {
  position: relative;
}

.fish-s3-swiper {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.fish-s3-swiper .swiper-button-next,
.fish-s3-swiper .swiper-button-prev {
  top: unset;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  width: 30px;
  height: 30px;
  background-image: none;
}

.fish-s3-swiper .swiper-button-next {
  right: 20%;
}

.fish-s3-swiper .swiper-button-prev {
  left: 20%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
  color: #d4251f;
}

@media (min-width: 1600px) and (max-width: 1920px) {
  .fish-s3-scroll .w1200 {
    min-width: unset;
    width: 1000px;
  }
}

@media (min-width: 1279px) and (max-width: 1500px) {
  .fish-s3-scroll .w1200 {
    min-width: unset;
    width: 800px;
  }
}

@media (min-width: 768px) {
  .fish.cn .fish-s3-ps-list {
    min-height: max(80px, 0.8rem);
  }

  .fish-s3-swiper {
    height: 675px;
  }

  .fish-s3-swiper .swiper-wrapper {
    flex-direction: column;
  }
}

.fish-s3-order {
  position: absolute;
  top: calc(-1.5rem - 24px);
  right: calc(100% + 20px);
  height: calc(100% + 2rem + 48px);
  padding: 1rem 0;
}

.fish-s3-order::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #dcdcdc;
}

.fish-s3-list::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #dcdcdc;
}

.fish-s3-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 1s;
}

.fish-s3-item {
  position: relative;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
}

.fish-s3-item.active .fish-s3-item-num {
  transform: scale(1.3);
  background-color: #e80606;
}

.fish-s3-item-num {
  width: 24px;
  height: 24px;
  background-color: #d2d2d2;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  text-align: center;
  line-height: 24px;
}
.fish-s3 .swiper-button-next,
.fish-s3 .swiper-button-prev{
  display: none;
}
.fish-s3-item.active .fish-s3-item-desc {
  display: block;
}

.fish-s3-item-desc {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% + 40px);
  white-space: nowrap;
  font-size: var(--font-size-28);
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.fish-s3-item-desc::before {
  content: '';
  width: 16px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .fish-s3-swiper .swiper-pagination {
    width: 100%;
    bottom: 10px;
  }

  .fish-s3-swiper .swiper-pagination-bullet {
    margin-right: 6px;
  }

  .fish-s3-video {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f6;
  }

  .fish-s3-scroll {
    padding-top: 40px;
  }
  .fish-s3-ps-list{
    position: relative;
    top: 18px;
  }
  .fish-s3-order {
    height: auto;
    padding: 0;
    left: 0;
    right: unset;
  }

  .fish-s3-order::before {
    display: none;
  }

  .fish-s3-list::before {
    display: none;
  }

  .fish-s3-item-desc::before {
    display: none;
  }

  /* .fish-s3-item.active .fish-s3-item-num {
    transform: none;
  } */
  .fish-s3-item.active {
    display: block;
    animation: fadeshow 0.4s linear 1s forwards;
  }

  @keyframes fadeshow {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .fish-s3-item {
    display: none;
    transform: translateY(-100%);
    opacity: 0;
  }

  .fish-s3-ps {
    justify-content: flex-start;
    line-height: 1.5;
    margin-top: 10px;
  }

  .fish .fish-s3-ps {
    margin: 0;
    width: auto;
  }

  .fish-s3-item-num {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }

  .fish-s3-ps-item {
    opacity: 0;
    height: 105px;
  }

  .fish.cn .fish-s3-ps-item {
    margin-bottom: 0.1rem;
  }

  .fish-s3-ps-item.active {
    animation: fadeshow 0.4s linear 0.4s forwards;
  }

  .fish-s3-item-desc {
    left: calc(100% + 0.1rem);
    font-size: 18px;
    white-space: normal;
    width: 80vw;
  }

  .fish-s3-ps::before {
    margin-top: 4px;
  }

  .fish-s3-swiper {
    padding-bottom: 40px;
  }

  .fish-s3-swiper .swiper-pagination-bullet-active {
    background: #d4251f;
  }
}

/* fish-s4 */

.fish-s4 {
  padding: 1.3rem 0 0.6rem;
  background-color: #f6f6f6;
  position: relative;
}

.fish-s4-title {
  text-align: center;
  margin-bottom: 0.8rem;
}

@media (max-width: 768px) {
  .fish-s4 {
    padding-top: 0;
    /* overflow: hidden; */
    padding: 40px 0 60px 0;
  }

  .fish-s4-title {
    margin-bottom: 60px;
    text-align: center;
    /* position: absolute; */
    /* left: 50%;
    right: -50%;
    transform: translateX(-50%);
    top: 1rem;
    z-index: 1; */
  }
}

/* fish-s5  */
.fish-s5-container {
  position: relative;
}

.fish-s5-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1.3rem 0;
}

.fish-s5-ps {
  text-align: center;
  margin-top: max(0.15rem, 12px);
  font-size: var(--font-size-18);
}

.fish-s5-title {
  color: white;
}

.fish-s5-ps {
  color: white;
}

@media (max-width: 768px) {
  .fish-s5-content {
    padding: 1rem 0;
  }

  .fish-s5-title {
    line-height: 1.15;
  }
}

/* fish-s6  */

.fish-s6 {
  /* background-color: #f0f0f0; */
  padding: 1.2rem 0 0.9rem;
}
.fish-s6 .fish-s6-content {
  font-size: 0;
  position: relative;
   line-height: 0; /* 更保险 */
  overflow: hidden; /* 防止视觉溢出 */
  
}
.fish-s6 video{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: translateZ(0); /* 防止 GPU 边界线 */
}
.fish-s6-2 {
  background-color: #F6F6F6;
}

.fish-s6-ps {
  /* width: 90%; */
  margin-top: 0.16rem;
  text-align: center;
  font-size: var(--font-size-18);
  margin-bottom: 0.7rem;

}
.fish-s6-ps sup{
  font-size: var(--font-size-12);
  opacity: .6;
}

.fish-s6-img {
  width: 83%;
  margin: auto;
  position: relative;
}

.fish-s6-img img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: unset;
}

.fish-s6-img img:first-child {
  position: static;
}

.fish-s6-img img.active {
  opacity: 1;
}

@media (max-width: 768px) {
  .fish-s6-img {
    width: 100%;

  }

  .fish-s6-title {
    line-height: 1.15;
  }
}

/* fish-s7  */
.fish-s7 {
  padding: 1.3rem 0;
  background-color: #F6F6F6;
}

.fish-s7 video {
  height: 60vh;
}

@media screen and (max-width: 768px) {
  .fish-s7 video {
    height: auto;
  }
}

.fish-s7 .swiper-slide {
  background-color: #F6F6F6;
}

.fish-s7-title {
  margin-bottom: max(0.15rem, 10px);
}

.fish-s7-ps {
  /* margin-bottom: 0.6rem; */
  margin-bottom: 0.3rem;
  text-align: center;
  opacity: .6;
  font-size: var(--font-size-18);
}

.fish-s7-content {
  display: flex;
  gap: 0.1rem;
  flex-wrap: wrap;
}

.fish-s7-left {
  width: 15%;
  position: relative;
  padding-left: max(0.2rem, 20px);
}

.fish-s7-left::before {
  content: '';
  display: block;
  height: 100%;
  width: max(0.02rem, 2px);
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 0;
}

.fish-s7-left-content {
  height: 100%;
}

.fish-s7-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* gap: 0.45rem; */
  gap: 4.54vh;
  padding-top: 2px;
  position: relative;
}

.huakuai {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #ce211d;
  transition: 0.5s;
}

.fish-s7-item {
  font-size: var(--font-size-14);
  line-height: 1.5;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.5;
}

.fish-s7-item.active {
  color: #ce211d;
  font-size: var(--font-size-20);
  opacity: 1;
  font-weight: 600;
}

.fish-s7-item::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 2px;
  background-color: #ddd;
  left: min(-0.2rem, -20px);
  top: calc(50% - 2px);
}

.fish-s7-item.active::before {
  border: 8px solid transparent;
  border-left-color: #ce211d;
  width: 0;
  height: 0;
  top: calc(50% - 8px);
  background-color: transparent;
}

.fish-s7-right {
  width: calc(85% - 0.1rem);
}

.fish-s7-swiper {
  overflow: hidden;
}

.fish-s7-right-desc {
  color: #000;
  font-size: var(--font-size-16);
  line-height: 2;
  margin-bottom: 0.1rem;
  display: none;
}

.fish-s7-right-desc.active {
  display: block;
}

@media (min-width: 1279px) and (max-width: 1400px) {
  .fish-s7-right {
    width: calc(65% - 0.1rem);
    margin: auto;
  }
}

@media (min-width: 768px) {
  .fish-s7-item:hover {
    color: #ce211d;
  }
}

@media (min-width: 768px) {
  .fish .fish-s7-left {
    width: 20%;
  }

  .fish .fish-s7-right {
    width: calc(53%);
    margin-left: 3%;
    /* margin: auto; */
  }
}

@media (min-width: 1280px) and (max-width: 1441px) {
  .fish .fish-s7-left {
    width: 15%;
  }
}

@media (max-width: 768px) {
  .fish-s7-left {
    order: 1;
    min-width: 100%;
    padding: 0;
  }

  .fish-s7-right {
    min-width: 100%;
  }

  .fish-s7-left::before {
    display: none;
  }

  .fish-s7-item::before {
    display: none;
  }

  .fish-s7-list {
    flex-direction: row;
    gap: 0.6rem;
    width: fit-content;
    border-bottom: 1px solid #ddd;
  }

  .fish-s7-item {
    white-space: nowrap;
    font-size: var(--font-size-20);
    line-height: 1.15;
    border-bottom: 2px solid transparent;
    opacity: 1;
    padding-bottom: 10px;
  }

  .fish-s7-left-content {
    overflow: auto;
    padding: 0.2rem 0 2px;
  }

  .fish-s7-left-content::-webkit-scrollbar {
    display: none;
  }

  .fish-s7-item.active {
    font-size: var(--font-size-20);
    /* border-bottom-color: #ce211d; */
  }

  .fish-s7-right-desc-list {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    width: 100%;
    text-align: center;
  }

  .fish-s7-content {
    position: relative;
  }

  .fish-s7-ps {
    margin-bottom: 20px;
  }

  .fish-s7-right-desc {
    line-height: 1.5;
  }
}

/* fish-s8 */
.fish-s8-container {
  position: relative;
}

.fish-s8-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 1.3rem;
  text-align: center;
}

.fish-s8-desc {
  margin-top: max(0.15rem, 10px);
  font-size: var(--font-size-18);
}

.fish-s8-bg .h5 img {
  min-height: 600px;
  object-fit: cover;
}

.fish-s8-len {
  position: absolute;
  left: 53%;
  top: 65%;
  font-size: var(--font-size-50);
  color: #fff;
  font-weight: 400;
}

@media (max-width: 768px) {
  .fish.en .fish-s8-bg .h5 img {
    min-height: 800px;
  }

  .fish-s8-len {
    top: 70%;
    font-size: 40px;
  }
}

/* .fish-s9 */
.fish-s9 {
  padding: 1.3rem 0;
}

.fish-s9-title {
  margin-bottom: 1.2rem;
  padding: 0 5%;
}

.fish-s9-content {
  position: relative;
}

.fish-s9-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.fish-s9-item {
  max-width: max(2.25rem, 225px);
  position: absolute;
}

.fish-s9-item.ord1 {
  top: 29%;
  right: 91%;
  left: unset;
  width: max(1.82rem, 182px);
}

.fish-s9-item.ord2 {
  top: 73%;
  right: 61%;
  width: max(1.82rem, 182px);
}

.fish-s9-item.ord3 {
  width: max(1.87rem, 187px);
  bottom: 86%;
  left: 31%;
}

.fish-s9-item.ord4 {
  width: max(1.98rem, 198px);
  top: 0;
  left: 49%;
}

.fish-s9-item.ord5 {
  width: max(1.98rem, 198px);
  top: 77%;
  left: 60%;
}

.fish-s9-item.ord5 {
  width: max(1.47rem, 147px);
  top: 77%;
  left: 60%;
}

.fish-s9-item.ord6 {
  width: max(2.25rem, 225px);
  top: 45%;
  left: 79%;
}

.fish-s9-item.ord7 {
  width: max(1.98rem, 198px);
  top: 0%;
  left: 79%;
}

.fish-s9-item-desc {
  opacity: 1;
  color: #5b5b61;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 6px;
}

.fish-s9-item-ps {
  color: #b5b5b5;
  font-size: 12px;
}

@media (min-width: 768px) {
  .fish.en .fish-s9-item.ord3 {
    width: max(1.7rem, 170px);
  }
}

@media (max-width: 1400px) {
  .fish-s9-item.ord1 {
    width: auto;
  }
}

@media (max-width: 1280px) {
  .fish-s9-item.ord3 {
    width: 1.87rem;
  }
}

@media (max-width: 768px) {
  .fish-s9-list .fish-s9-item {
    width: auto !important;
    max-width: 100% !important;
    position: static;
  }

  .fish-s9-list {
    display: none;
  }

  .fish-s9-h5-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0.4rem;
  }

  .fish-s9-h5-item-title {
    color: #000;
    font-size: 16px;
    margin-bottom: max(0.12rem, 8px);
    font-weight: bold;
    margin-bottom: 6px;
  }

  .fish.cn .fish-s9-h5-item-title {
    font-weight: 400;
  }

  .fish-s9-h5-item-num {
    min-width: 21px;
    min-height: 21px;
    background-color: #04a1fe;
    border-radius: 50%;
    line-height: 21px;
    font-size: 14px;
    color: #fff;
    text-align: center;
  }

  .fish-s9-h5-item-desc {
    font-size: 14px;
    color: #5a5a5a;
    margin-bottom: 4px;
  }

  .fish-s9-h5-item-ps {
    color: #b5b5b5;
    font-size: 12px;
  }

  /* .fish-s9-item-desc {
    font-size: 7px;
  }
  .fish-s9-item-ps {
    font-size: 6px;
  }
  .fish-s9-item.ord6 {
    top: 35%;
  } */
}

/* fish-s10  */
.fish-s10 {
  padding: 1.3rem 0;
  background-color: #fdfdfd;
}

.fish-s10-title {
  margin-bottom: 0.6rem;
}

.fish-s10-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: max(0.24rem, 12px);
}

.fish-s10-item {
  position: relative;
}

.fish-s10-item-text {
  position: absolute;
  top: 0.48rem;
  left: 0.4rem;
  right: 0.4rem;
}

.fish-s10-item-title {
  color: #000;
  font-size: var(--font-size-24);
  margin-bottom: max(0.12rem, 8px);
  font-weight: bold;
}

.fish-s10-item-desc {
  opacity: 1;
  color: #5b5b61;
  font-size: var(--font-size-16);
}

@media (max-width: 768px) {
  .fish-s10 {
    padding-top: 0;
  }

  .fish-s10-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .fish.en .fish-s10-item-bg img {
    min-height: 450px;
  }

  .fish-s10-item-bg img {
    min-height: 400px;
    object-fit: cover;
  }

  .fish-s10-item-title {
    font-size: 20px;
  }

  .fish-s10-item {
    border-radius: 8px;
    overflow: hidden;
  }
}

/* fish-s11   */
.fish-s11 {
  padding: 0.8rem 0 0.6rem;
}

.fish-s11-title {
  margin-bottom: max(0.15rem, 12px);
}

.fish-s11-desc {
  font-size: var(--font-size-18);
  margin-bottom: 0.32rem;
  text-align: center;
}

.fish-s11-swiper {
  overflow: hidden;
  margin: auto;
}

.fish-s11-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f6;
}

.fish-s11-item {
  width: 100%;
}

.fish-s11-tag-scroll {
  width: 100%;
  overflow: auto;
  padding-bottom: 2px;
}

.fish-s11-tag-scroll::-webkit-scrollbar {
  display: none;
}

.fish-s11-tag-list {
  margin: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
  width: 80%;
  /* min-width: 100%; */
  margin-top: 0.4rem;
  border-bottom: 1px solid #e0e0e0;
}

.fish-s11-tag-item {
  text-align: center;
  white-space: nowrap;
  font-size: var(--font-size-24);
  color: #909099;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
  transform: translateY(1px);
  font-weight: bold;
  cursor: pointer;
}

.fish-s11-tag-item.active {
  color: #000;
}

.fish-s11-desc-item-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  flex-wrap: wrap;
  line-height: 2;
}

.fish-s11-desc-item {
  display: none;
  padding-top: 0.32rem;
}

.fish-s11-desc-item.active {
  display: block;
}

.fish-s11-desc-item-ps {
  font-size: var(--font-size-18);
  color: #000;
  display: flex;
  align-items: center;
}

.fish-s11-desc-item-ps::before {
  content: '';
  color: #ce211d;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 1px;
  width: max(0.14rem, 12px);
  height: max(0.14rem, 12px);
  background: url(https://www.autelrobotics.cn/wp-content/uploads/2025/03/icon_gou.svg);
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .fish-s11-desc-list {
    width: 80%;
    margin: auto;
  }

  .fish-s11-tag-item.active {
    border-bottom-color: #ce211d;
  }

  .fish-s11-tag-item:hover {
    color: #000;
  }

  .fish-s11-swiper {
    width: 80%;
    margin: auto;
  }
}

@media (min-width: 1279px) and (max-width: 1400px) {
  .fish-s11-item {
    display: flex;
    align-items: center;

    justify-content: center;
  }

  .fish-s11-swiper .swiper-slide {
    background-color: transparent;
  }

  .fish-s11-item video {
    height: 60vh;
    width: auto;
  }
}

@media (max-width: 768px) {
  .fish-s11-desc-item-ps {
    line-height: 1.5;
    align-items: flex-start;
    min-height: 100%;
  }

  .fish-s11-desc-item-ps::before {
    margin-bottom: 0;
    margin-top: 4px;
  }

  .fish-s11-desc-item-content {
    gap: 0 0.2rem;
    justify-content: flex-start;
  }

  .fish-s11-swiper {
    width: 100%;
  }

  .fish-s11-tag-list {
    min-width: 100%;
    width: fit-content;
  }
}

/* fish-s12  */
.fish-s12 {
  background: linear-gradient(to bottom, #f6f6f6, #fff);
  padding: 1.3rem 0;
}

.fish-s12-title {
  margin-bottom: 0.8rem;
}

.fish-s12-img-ps {
  font-size: var(--font-size-20);
  color: #000;
  opacity: 1;
  line-height: 1.15;
  margin-bottom: 8px;
}

.fish-s12-desc-list {
  margin-top: 8px;
  display: flex;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
}

.fish-s12-desc-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: var(--font-size-18);
  color: #000;
  line-height: 1.5;
}

.fish-s12-desc-item::before {
  content: '';
  display: inline-block;
  width: max(0.14rem, 12px);
  height: max(0.14rem, 12px);
  border-radius: 50%;
  background-color: #05a1fe;
}

.fish-s12-desc-item:last-child::before {
  background-color: #ffc767;
}

.fish-s12-ps {
  color: #b5b5b5;
  text-align: center;
  font-size: var(--font-size-16);
  margin-top: 0.24rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .fish-s12-ps {
    font-size: 16px;
  }
}

/* fish-s13  */
.fish-s13 {
  padding: 1.3rem 0;
  background-color: #f6f6f6;
}

.fish-s13-title {
  margin-bottom: 0.6rem;
}

.fish-s13-content {
  display: flex;
  flex-wrap: wrap;
}

.fish-s13-item {
  width: 32%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #d9d9d937;
  /* display: flex; */

  /* gap: 1rem; */
  padding: .12rem .3rem .95rem .3rem;
  /* margin-bottom: 0.32rem; */
  /* flex-wrap: wrap; */
  margin-right: 2%;
  position: relative;
  /* max-height: 700px; */
}

.fish-s13-item:nth-last-child(1) {
  margin-right: 0;
}

.fish-s13-item:last-child {
  margin-bottom: 0;
}

.fish-s13-item-left {
  flex: 1;
}

.fish-s13-item-right {
  flex: 1.7;
}

.fish-s13-item-right-content {
  padding-top: 0.18rem;
}

.fish-s13-item-right-title {
  color: #000;
  font-size: var(--font-size-24);
  margin-bottom: 0.18rem;
  font-weight: bold;
}

.fish-s13-item-right-desc {
  line-height: 1.6;
  font-size: var(--font-size-16);
  color: #5b5b61;
  opacity: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fish-s13-item-right-link {
  display: block;
  /* line-height: 2; */
  color: #2690f2;
  text-decoration: unset;
  /* margin-top: 0.1rem; */
  position: absolute;
  bottom: .5rem;
  left: .3rem;
}

@media (max-width: 768px) {
  .fish-s13-item-right-link {
    margin: auto;
    margin-top: 0.1rem;
    width: fit-content;
  }

  .fish-s13-item-left {
    min-width: 100%;
  }

  .fish-s13-item {
    /* padding: calc(16px + 1.2rem) 0.37rem 0.37rem; */
    gap: 0rem;
    position: relative;
  }

  .fish-s13-item-right-title {
    position: absolute;
    top: 0.56rem;
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }

  .fish-s13-item-right-desc {
    opacity: 0.8;
    color: #000;
    line-height: 1.5;
  }
}

/* fish-s14  */
.fish-s14 {
  padding: 1.3rem 0;
}

.fish-s14-title {
  margin-bottom: max(0.15rem, 10px);
}

.fish-s14-desc {
  text-align: center;
  margin-bottom: 0.56rem;
}

.fish-s14-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.24rem;
}

.fish-s14-item {
  position: relative;
}

.fish-s14-item-content {
  position: absolute;
  bottom: 0.24rem;
  left: 0.24rem;
}

.fish-s14-item-title {
  color: #fff;
  font-size: var(--font-size-18);
  line-height: 1.15;
}

@media (max-width: 768px) {
  .fish-s14-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .fish-s14-item-content {
    position: static;
  }

  .fish-s14-item-title {
    color: #000;
    margin-top: 0.19rem;
    font-family: bold;
  }
}

/* fish-s14-btn  */
.fish-s14-btn {
  display: block;
  margin: auto;
  width: fit-content;
  padding: max(0.14rem, 10px) max(0.31rem, 22px);
  color: #3a3a3a;
  font-size: var(--font-size-22);
  font-family: var(--font-bold);
  border-radius: max(100px, 1rem);
  text-decoration: none;
  background-color: #e7e7e7;
  transition: 0.5s;
  /* font-weight: bold; */
}

.fish-s14-btn:hover {
  background-color: #dd3731;
  color: #fff;
}


/* .fish-s15  */
.fish-s15 {
  background-color: white;
  padding: 1.16rem 0;
}

/* .fish-s16  */
.fish-s16 {
  padding: 1.2rem 0;
  background: linear-gradient(to bottom, #f5f5f5, #fff);
}

.fish-s16-title {
  margin-bottom: 1rem;
}

.fish-s16-desc-list {
  padding-top: 0.6rem;
  display: flex;
  gap: 0.24rem;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}

.fish-s16-desc-item {
  margin-left: 6%;
  margin-right: 14%;
}

.fish-s16-desc-item-title {
  margin-bottom: 0.1rem;
  font-size: var(--font-size-24);
  font-weight: 600;
}

.fish-s16-desc-item-ps {
  color: #5a5a5a;
}

@media (max-width: 768px) {
  .fish-s16 {
    padding-top: 1rem;
  }

  .fish-s16-title {
    margin-bottom: 0rem;
  }

  .fish-s16-desc-item {
    margin: 0;
  }

  .fish-s16-text {
    padding: 0.4rem 0 0.6rem;
  }
}


@media screen and (max-width: 1120px) {

  .fish25-s5 .pc .item1 {
    top: 32%;
  }

  .fish25-s5 .pc .item7 {
    top: 45.5%;
  }
}

@media screen and (max-width: 768px) {
  .fish25-s3 {
    padding: 40px 0 !important;
  }

  .fish25-s3 .jiezhi {
    font-size: 13px !important;
  }

  .fish25-s3 .time {
    font-size: 72px !important;
    margin-top: 10px !important;
  }

  .fish25-s3 .upper .title {
    font-size: 14px !important;
    margin-top: 16px !important;
  }

  .fish25-s3 .centre {
    margin-top: 60px !important;
  }

  .fish25-s3 .centre .list .item p {
    font-size: 14px !important;
  }

  .fish25-s3 .centre .list .item .img-box {
    margin-top: 10px !important;
  }


  .fish25-s4 .content {
    top: 40px;
  }

  .fish25-s4 h2 {
    font-size: 28px;
  }

  .fish25-s4 .list {
    flex-wrap: wrap;
    margin-top: 298px;
  }

  .fish25-s4 .list .item {
    width: 50%;
    text-align: center;
    margin-bottom: 32px;
  }

  .fish25-s4 .list h3 {
    font-size: 18px;
  }

  .fish25-s4 .list p {
    font-size: 11px;
    margin-top: 6px;
  }
  .fish25-s4 .list p sup{
    font-size: 9px;
  }
 

  .fish25-s5 {
    padding-top: 40px;
  }

  .fish25-s11 .title {
    font-size: 11px !important;
    margin-top: 20px;
  }
.fish25-s11 .nav .list{
  border-bottom: 1px solid #CCCCCC;
}
.fish25-s11 .nav .lineR{
  height:1px;
  bottom: -1px;
}
  .fish25-s11 .nav .text {
    font-size: 15px !important;
  }

  .fish25-s5 .and .list {
    margin-top: 18px;
  }

  .fish25-s5 .and .list .item {
    display: flex;
    margin-bottom: 20px;
    margin-right: 0 !important;
  }


  .fish25-s5 .and .list .item .yuan {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #04A1FE;
    color: white;
    border-radius: 50%;
    font-size: 11px;
    flex-shrink: 0;

  }

  .fish25-s5 .and .list .item .item-text {
    margin-left: 7px;
    text-align: left;
  }

  .fish25-s5 .and .list .item .item-text h3 {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .fish25-s5 .and .list .item .item-text .title {
    color: #5A5A5A;
    font-size: 11px;
    margin-bottom: 5px;
  }
      .fish25-s5 .and .list .item .item-text .title sup{
    color: #5A5A5A;
    font-size: 8px;
    opacity: .6;
  }
  .fish25-s5 .and .list .item .item-text .span {
    color: #B5B5B5;
    font-size: 9px;
  }


  .fish25-s11 .fish25-swiper3 .item,
  .fish25-s11 .fish25-swiper4 .item {
    justify-content: left;
    align-items: flex-start;
  }

  .fish25-s11 .fish25-swiper3 .box,
  .fish25-s11 .fish25-swiper4 .box {
    width: 49% !important;
    margin-right: 0 !important;
    align-items: flex-start !important;
  }

  .fish25-s11 .fish25-swiper3 .box:nth-child(1n),
  .fish25-s11 .fish25-swiper4 .box:nth-child(1n) {
    margin-right: 1% !important;
  }

  .fish25-s11 .fish25-swiper3 .box img,
  .fish25-s11 .fish25-swiper4 .box img {
    margin: 3px 12px 0 0 !important;
  }

  .fish25-s11 .fish25-swiper3 .box p,
  .fish25-s11 .fish25-swiper4 .box p {
    text-align: left;
    font-size: 11px !important;
  }


  .fish-s13 .fish-s13-content .fish-s13-item {
    width: 100% !important;
    margin-bottom: 20px;
    padding-top: 56px;
  }

  .fish-s13 .fish-s13-content .fish-s13-item .fish-s13-item-right-title2 {
    color: #000;
    font-size: 18px;
    /* font-size: var(--font-size-24); */
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
  }

  .fish-s13 .fish-s13-content .fish-s13-item img {
    /* margin-top: 30px; */
  }

  .fish-s13-item-right-link {
    left: 50%;
    transform: translateX(-50%);
  }
}

.and {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .and {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}