.jy-slide {
  background-size: 100% auto;
  position: relative;
  /* background-position: center; */
}
.jy-slide::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #ded6fd, #ffffff);
}
.jy-slide::after {
  content: "";
  background: url("../indexImg/secondBackground.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.jy-slide .Container {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.jy-slide .Container .topText {
  position: absolute;
  top: 4.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #27264d;
}
.jy-slide .Container .topText h1 {
  font-size: 2.9375rem;
  padding-bottom: 0.9375rem;
  text-align: center;
  margin: 0;
}
.jy-slide .Container .topText p {
  font-size: 1.3125rem;
  letter-spacing: 0.1875rem;
  text-align: center;
  margin: 0;
}
.jy-slide .Container .ImgContainer {
  position: absolute;
}
.jy-slide .Container .ImgContainer .JY-mainImg {
  position: relative;
}
.jy-slide .Container .ImgContainer .JY-mainImg div {
  width: 11.875rem;
}
.jy-slide .Container .ImgContainer .JY-mainImg .jy-centerImg {
  opacity: 0;
  width: 55rem;
  position: absolute;
  top: -11.25rem;
  left: -22.3125rem;
}
.jy-slide .Container .ImgContainer .JY-mainImg .JY-leftImg img{
    width: 20rem;
}
.jy-slide .Container .ImgContainer .JY-mainImg .JY-leftImg {
  opacity: 0;

  height: 8.125rem;
  position: relative;
  border-radius: 0.3125rem;
  left: -30.1875rem;
  top: 6.875rem;
}
.jy-slide .Container .ImgContainer .JY-mainImg .JY-rightImg {
  opacity: 0;
  padding: 0.5625rem;
  padding-left: 1.0625rem;
  background-image: linear-gradient(to right, rgba(97, 87, 200, 0.76), rgba(154, 139, 229, 0.76));
  /* width: 11.5625rem;
  height: 11.5625rem; */
  position: absolute;
  border-radius: 0.3125rem;
  right: -23.75rem;
  top: -2.8125rem;
}
.jy-slide .Container .ImgContainer .JY-mainImg .JY-rightImg .speedGuage {
  height: 6.25rem;
  background: url("../indexImg/speedGauge.png") no-repeat center center;
  background-size: auto 100%;
  object-fit: cover;
  position: relative;
}
.jy-slide .Container .ImgContainer .JY-mainImg .JY-rightImg #pointer {
  position: absolute;
  bottom: 0.585rem;
  left: 47%;
  transform: rotateZ(-120deg);
  transform-origin: 19% 85%;
}
.jy-slide .Container .trialBtn {
  position: absolute;
  bottom: 6.1875rem;
  z-index: 999;
  font-size: 1rem;
  padding: 0.0625rem 0.4375rem 0.125rem 0;
  background-color: #5D4AE4;
  color: #eee;
  width: 10.5rem;
  height: 2.5rem;
  border: none;
  cursor: pointer;
  border-radius: 0.3125rem;
  color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .jy-slide .Container .trialBtn a{
  width: 100%;
  height: 100%;
  color: #eee;
} */
.jy-slide .Container .trialBtn:hover {
  background-color: #4232b5;
}