html,
body {
  position: relative;
  height: 100%;
  overflow: hidden;
}
body {
  background: #eeeeee00;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  padding: 10px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff00;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.mySwiper {
  height: 1000px;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  width: 200px;
  z-index: 999;
  top: 0;
  right: 0;
}
.mySwiper > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mySwiper > .swiper-wrapper > .swiper-slide {
  width: 100% !important;
  height: 200px;
  cursor: pointer;
  user-select: none;
  display: block;
  border-bottom: 1px solid #50575d;
  line-height: 150px;
}
.mySwiper > .swiper-wrapper > .swiper-slide p {
  font-size: 22px;
  /* font-weight: bold; */
}
.mySwiper > .swiper-wrapper > .swiper-slide span {
  font-size: 15px;
}
.mySwiper > .swiper-wrapper > .swiper-slide:active {
  color: #d39717;
  border-bottom: 1px solid #d39717;
}
.mySwiper2 {
  height: 80%;
  width: 100%;
}
.mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content {
  width: 100%;
  height: 100%;
  display: flex;
  padding-top: 100px;
}
.mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .left-content {
  width: 30vw;
  height: 100%;
}
.mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .left-content p {
  color: #d39717;
  font-size: 25px;
  /* font-weight: bold; */
}
.mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .left-content .sub > .title {
  color: #d39717;
  font-size: 25px;
  text-align: left;
  /* font-weight: bold; */
}
.mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .left-content .sub > .items {
  width: 100%;
  height: 100px;
  text-align: left;
  font-style: oblique;
}
.mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .left-content .sub > .items > p {
  margin-bottom: 5px;
  font-size: 20px;
  /* font-weight: bold; */
  background: linear-gradient(-90deg, #FAC92A 0%, #FCF4C4 26.19628906%, #C39331 54.76074219%, #F7EBB7 94.36035156%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .right-content {
  width: 65vw;
  height: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-top: 100px;
  margin-left: 100px;
}
.mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .right-content img {
  margin-top: -50px;
  margin-left: -190px;
  width: 100%;
  object-fit: contain;
}
.mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .right-content .content-tip {
  width: calc(100% / 3);
  height: 100px;
  margin-bottom: 100px;
  text-align: center;
  position: relative;
}
.mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .right-content .content-tip img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  float: left;
  position: relative;
}
.mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .right-content .content-tip .percent {
  color: #d39717;
  font-size: 30px;
  position: absolute;
  top: 5px;
  left: 110px;
}
.mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .right-content .content-tip .tip-sub {
  display: block;
  position: absolute;
  left: 110px;
  top: 70px;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 0;
    display: none;
  }
  .mySwiper > .swiper-wrapper > .swiper-slide {
    width: 25%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
  }
  .mySwiper > .swiper-wrapper > .swiper-slide p {
    font-size: 26px;
    /* font-weight: bold; */
  }
  .mySwiper > .swiper-wrapper > .swiper-slide span {
    font-size: 15px;
  }
  .mySwiper > .swiper-wrapper > .swiper-slide:hover {
    background-color: #d39717;
    color: black;
  }
  .mySwiper2 {
    height: 80%;
    width: 100%;
  }
  .mySwiper2 > .swiper-wrapper > .swiper-slide {
    align-items: normal;
  }
  .mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 0;
  }
  .mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .left-content {
    width: 100vw;
    height: auto;
  }
  .mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .left-content p {
    color: #d39717;
    font-size: 25px;
  }
  .mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .left-content .sub {
    padding: 0 15px;
  }
  .mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .left-content .sub > .title {
    color: #d39717;
    font-size: 25px;
    text-align: left;
    /* font-weight: bold; */
  }
  .mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .left-content .sub > .items {
    width: 100%;
    height: 70px;
    text-align: left;
  }
  .mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .left-content .sub > .items > p {
    margin-bottom: 5px;
    font-size: 20px;
    /* font-weight: bold; */
    background: linear-gradient(-90deg, #FAC92A 0%, #FCF4C4 26.19628906%, #C39331 54.76074219%, #F7EBB7 94.36035156%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .right-content {
    width: 100vw;
    height: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-top: 50px;
    margin-left: 0;
  }
  .mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .right-content img {
    margin-top: -100px;
    margin-left: 10px;
    width: 80%;
    object-fit: contain;
    height: 500px;
  }
  .mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .right-content .content-tip {
    width: calc(100% / 3);
    height: 100px;
    margin-bottom: 100px;
    text-align: center;
    position: relative;
  }
  .mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .right-content .content-tip img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    float: left;
    position: relative;
  }
  .mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .right-content .content-tip .percent {
    color: #d39717;
    font-size: 20px;
    position: absolute;
    top: 15px;
    left: 60px;
  }
  .mySwiper2 > .swiper-wrapper > .swiper-slide .slider-content .right-content .content-tip .tip-sub {
    display: block;
    position: absolute;
    left: 15px;
    top: 70px;
  }
}
