.main .banner>.container.text .content .en .after {
  background-color: var(--themeColor5);
}

.main .banner>.container.text .content .en h2 {
  color: #333;
}

#js {
  --container: 14.42rem;
  /*background-image: url(../image/js_bg.svg);*/
  background-repeat: no-repeat;
  background-size: 2.22rem auto;
  background-position: right bottom;
  margin-bottom: 0;
  padding-bottom: 1.17rem;
}

.main .banner>.container.text .content .en h2 {
  font-size: 0.6rem;
}

#js ul {
  padding-left: 0.3rem !important;
}

#js ul li {
  list-style: url(../image/logo222.svg);
}

#ps {
  background-color: var(--themeColor);
  border-radius: 2rem 0 0 0;
  padding: 1rem 0 1.5rem;
  margin: 0;
  /*background-image: url(../image/ps_bg.svg);*/
  background-repeat: no-repeat;
  background-size: 2.22rem auto;
  background-position: 1.6rem bottom;
  position: relative;
}

#ps .container {
  --container: 14.42rem;
  width: var(--container);
}

#ps .research_title {
  color: white;
}

#ps .research_title img {
  filter: grayscale(100%) brightness(200%);
}

#ps .cona {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.25rem;
}

#ps .cona_wrap{
  padding: 1.3rem 0.7rem;
  background-color: white;
  border-radius: 0 0.6rem 0 0.6rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

#ps .cona .item {
  width: 100%;
  border: 0.02rem solid #ECECEC;
  border-radius: 0.15rem;
}

#ps .cona .item>img {
  width: 100%;
  height: 1.14rem;
  padding: 0.24rem 0.44rem;
  object-fit: contain;
  box-sizing: border-box;
}

#ps .cona .item .text {
  width: 100%;
  height: 100%;
  padding: 1.3rem 0.7rem;
  background-color: white;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.3s;
  box-sizing: border-box;
  overflow: auto;
}

#ps .cona .item .text img {
  width: 2rem;
}

#ps .cona .item .text p {
  width: 100%;
  margin-top: 0.3rem;
  box-sizing: border-box;
}

#ps .cona .item:hover .text {
  top: 0;
}

#ps::after {
  content: "";
  /*width: 4.4rem;*/
  /*height: 4.4rem;*/
  /*background-color: rgba(255, 255, 255, 0.1);*/
    width: 3.11rem;
  height: 5.7rem;
  background-image: url(../image/ri_left.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  /*right: -1.1rem;*/
  right: -10px;
  transform: translateY(-50%);
  /*border-radius: 50%;*/
}

#ps::before {
  content: "";
  width: 2.62rem;
  height: 3.18rem;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 3;
  transform: translateY(-50%);
  background-image: url(../image/ps_title.png);
  background-size: 100% auto;
}

#ri {
  --container: 14.42rem;
  background-image: url(../image/ri_bg.svg);
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-color: #F8F8F8;
  background-position: right center;
  margin: 0;
  padding: 3rem 0 2rem;
  position: relative;
}

#ri .cona {
  padding: 1.3rem 0.7rem;
  padding-left: 1.6rem;
  background-color: white;
  border-radius: 0 0.6rem 0 0.6rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

#ri .cona .swiper {
  position: relative;
}

#ri .cona .swiper .swiper-slide {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.25rem;
}

#ri .cona .swiper .swiper-slide .item {
  width: 100%;
  border: 0.02rem solid #ECECEC;
  border-radius: 0.15rem;
}

#ri .cona .swiper .swiper-slide .item>img {
  width: 100%;
  height: 1.14rem;
  padding: 0.24rem 0.44rem;
  object-fit: contain;
  box-sizing: border-box;
}

#ri .cona .swiper .iconfont {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--themeColor);
  border-radius: 50%;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateZ(-90deg);
  z-index: 9;
  font-size: 0.3rem;
  opacity: 1;
  background-color: white;
}

#ri .cona .swiper .iconfont.prev {
  left: -0.3rem;
}

#ri .cona .swiper .iconfont.next {
  right: -0.3rem;
}

#ri .cona::after {
  content: "";
  width: 0.6rem;
  height: 100%;
  background-image: linear-gradient(transparent, white);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

#ri .cona::before {
  content: "";
  width: 1.5rem;
  height: 100%;
  background-image: linear-gradient(white, transparent);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

#ri::after {
  content: "";
  width: 3.11rem;
  height: 5.7rem;
  position: absolute;
  left: 0;
  top: 28%;
  background-image: url(../image/ri_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

#ri::before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  left: 0.3rem;
  top: 40%;
  background-image: url(../image/ri_title.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}

@media (max-width: 450px) {
  #ps .cona .item .text img{
    width: 40vw;
  }

  #ps .cona .item .text p{
    font-size: 15px;
  }

  #ps .container,
  #ri .container {
    width: 90vw;
  }

  #ri .cona::before,
  #ri .cona::after {
    display: none;
  }

  #ri {
    padding: 1.5rem 0;
  }

  #js ul {
    padding-left: 30px !important;
  }

  #ri .cona .swiper .swiper-slide,
  #ps .cona {
    grid-template-columns: 1fr 1fr;
  }

  #ri .cona .swiper .swiper-slide .item>img,
  #ps .cona .item>img {
    height: 20vw;
  }

  #ri .cona {
    padding-left: 0.7rem;
  }

  #ri::after,
  #ri::before,
  #ps::after,
  #ps::before {
    display: none;
  }

  #ri .cona .swiper .iconfont {
    width: 30px;
    height: 30px;
  }

  #ri .cona .swiper .iconfont {
    font-size: 16px;
  }

  #ri .cona .swiper .iconfont.prev {
    left: -15px;
  }

  #ri .cona .swiper .iconfont.next {
    right: -15px;
  }
}