/* idx-banner */
.idx-banner {
  position: relative;
}

.idx-banner img, .idx-banner video {
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 750;
  display: block;
}

.idx-banner .container {
  position: absolute;
  top: 48%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}

.idx-banner .title {
  color: #fff;
  line-height: calc(96 / 64);
}

.idx-banner .info {
  margin-top: 10px;
  line-height: calc(32 / 24);
}

.idx-banner .btn {
  width: 160px;
  color: #fff;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 20px;
  line-height: calc(20 / 15);
  background: var(--style-color);
}

@media (max-width: 767px) {
  .idx-banner .info-group {
    width: calc((100% / ((100vw - 30px) / 767)) * 1px);
    transform: scale(calc((100vw - 30px) / 767px));
    transform-origin: 0;
  }
}

@media (min-width: 768px) {
  .idx-banner .container {
    text-align: left;
  }

  .idx-banner .info-group {
    max-width: 450px;
  }

  .idx-banner .title {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .idx-banner .container {
    top: 58%;
  }

  .idx-banner .info-group {
    max-width: 543px;
  }

  .idx-banner .btn {
    transition: all .3s;
  }

  .idx-banner .btn:hover {
    background: var(--sub-color);
  }
}

@media (min-width: 1440px) {
  .idx-banner .title {
    font-size: 64px;
  }
}


/* idx-productscate */
.idx-productscate {
  padding: 30px 0;
  background: #F8F8F8;
}

.idx-productscate .title {
  text-align: left;
  margin-bottom: 10px;
}

.idx-productscate .sub-info {
  margin-bottom: 30px;
}

.idx-productscate .row {
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: -20px;
}

.idx-productscate .row>div {
  padding: 0 6px;
  margin-bottom: 20px;
}

.idx-productscate .block {
  height: 100%;
  padding-bottom: 20px;
  border-radius: 40px;
  background: #F1FBFF;
  box-shadow: 0 4px 10px 0 rgba(23, 0, 85, 0.25);
  overflow: hidden;
}

.idx-productscate .scale-img {
  border-radius: 0 0 40px 40px;
  position: relative;
}

.idx-productscate .scale-img img {
  width: 100%;
  aspect-ratio: 270 / 200;
}

.idx-productscate .tit {
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.idx-productscate .tit a {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  background: #f6f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.idx-productscate .tit a i {
  font-size: 18px;
  font-weight: bold;
}

.idx-productscate .info {
  line-height: calc(26 / 22);
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .idx-productscate {
    padding: 60px 0;
  }

  .idx-productscate .sub-info {
    margin-bottom: 60px;
  }

  .idx-productscate .row>div {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .idx-productscate .block {
    padding-bottom: 30px;
  }

  .idx-productscate .tit a {
    transition: all .3s;
  }

  .idx-productscate .tit a:hover {
    color: #fff;
    background: var(--style-color);
  }
}

@media (min-width: 1440px) {
  .idx-productscate {
    padding: 120px 0;
  }

  .idx-productscate .tit {
    font-size: 20px;
    margin: 16px 17px;
  }

  .idx-productscate .info {
    margin-left: 17px;
    margin-right: 17px;
  }
}


/* idx-applications */
.idx-applications {
  padding: 30px 0;
  background: #F1FBFF;
}

.idx-applications .title {
  text-align: left;
  margin-bottom: 10px;
}

.idx-applications .sub-info {
  margin-bottom: 30px;
}

.idx-applications .swiper-slide {
  height: unset;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}

.idx-applications .lt img {
  width: 100%;
  aspect-ratio: 470 / 470;
}

.idx-applications .rt {
  padding: 20px 15px;
}

.idx-applications .tit {
  line-height: calc(48 / 36);
  margin-bottom: 10px;
}

.idx-applications .info {
  max-height: calc(29 / 22 * 5em);
}

.idx-applications .swiper-pagination {
  margin-top: 30px;
}

@media (min-width: 600px) {
  .idx-applications .swiper-slide {
    display: flex;
    align-items: center;
  }

  .idx-applications .lt {
    flex: 0 0 50%;
  }

  .idx-applications .rt {
    flex: 1;
  }

  .idx-applications .info {
    max-height: calc(29 / 22 * 8em);
  }
}

@media (min-width: 720px) {
  .idx-applications .swiper-slide {
    display: flex;
    align-items: flex-start;
  }

  .idx-applications .info {
    max-height: calc(29 / 22 * 10em);
  }
}

@media (min-width: 992px) {
  .idx-applications .swiper-wrap {
    max-width: 100%;
    padding-right: 0;
    padding-left: calc((100vw - 5px - 960px) / 2 + 15px);
  }

  .idx-applications .lt {
    flex: 0 0 58.8%;
  }

  .idx-applications .info {
    max-height: calc(29 / 22 * 6em);
  }
}

@media (min-width: 1200px) {
  .idx-applications {
    padding: 60px 0;
  }

  .idx-applications .sub-info {
    margin-bottom: 60px;
  }

  .idx-applications .swiper-wrap {
    padding-left: calc((100vw - 5px - 1140px) / 2 + 15px);
  }

  .idx-applications .rt {
    padding-left: 24px;
    padding-right: 24px;
  }

  .idx-applications .swiper-pagination {
    display: flex;
    margin-top: 60px;
  }
}

@media (min-width: 1440px) {
  .idx-applications {
    padding: 120px 0;
  }

  .idx-applications .swiper-wrap {
    padding-left: calc((100vw - 5px - 1400px) / 2 + 15px);
  }

  .idx-applications .rt {
    padding-top: 45px;
  }

  .idx-applications .tit {
    margin-bottom: 24px;
  }

  .idx-applications .info {
    max-height: calc(29 / 22 * 7em);
  }
}

@media (min-width: 1640px) {
  .idx-applications .swiper-wrap {
    padding-left: calc((100vw - 5px - 1430px) / 2 + 15px);
  }

  .idx-applications .rt {
    padding-top: 60px;
  }

  .idx-applications .tit {
    font-size: 36px;
  }
}


/* idx-about */
.idx-about {
  padding: 30px 0;
  background: #F8F8F8;
}

.idx-about .title {
  text-align: left;
  margin-bottom: 10px;
}

.idx-about .sub-info {
  margin-bottom: 30px;
}

.idx-about .row {
  margin-bottom: -30px;
}

.idx-about .row>div {
  margin-bottom: 30px;
}

.idx-about .block {
  display: flex;
}

.idx-about .lt {
  flex-shrink: 0;
  position: relative;
}

.idx-about .lt img {
  width: 60px;
  height: 60px;
}

.idx-about .icon {
  opacity: 0;
}

.idx-about .icon2 {
  position: absolute;
  top: 0;
  left: 0;
}

.idx-about .rt {
  padding-left: 10px;
}

.idx-about .tit {
  color: #333;
  line-height: 1;
  margin-bottom: 3px;
}

@media (min-width: 1200px) {
  .idx-about {
    padding: 60px 0;
  }

  .idx-about .sub-info {
    margin-bottom: 60px;
  }

  .idx-about .row {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -50px;
  }

  .idx-about .row>div {
    padding: 0 20px;
    margin-bottom: 50px;
  }

  .idx-about .lt img {
    width: 100px;
    height: 100px;
  }

  .idx-about .block:hover .icon {
    opacity: 1;
  }

  .idx-about .block:hover .icon2 {
    opacity: 0;
  }

  .idx-about .block:hover .tit {
    color: var(--style-color);
  }
}

@media (min-width: 1440px) {
  .idx-about {
    padding: 120px 0;
  }

  .idx-about .row {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -80px;
  }

  .idx-about .row>div {
    padding: 0 30px;
    margin-bottom: 80px;
  }
}