body {
  background: #F6F8FA;
}
.splendid .wrap {
  width: 62.5vw;
  margin: 178px auto 224px;
}
.splendid .wrap .title {
  text-align: center;
  margin: 0 0 73px;
}
.splendid .wrap .title .english {
  font-size: 24px;
  font-family: "ITCAVANTGARDESTD-MD", sans-serif !important;
  width: fit-content;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  --tw-gradient-stops: #FF1800, #FFD800;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  margin: 0 auto 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 18px;
}
.splendid .wrap .title p {
  font-size: 40px;
  font-weight: bold;
  color: #455673;
  letter-spacing: 3px;
  line-height: 38px;
}
.splendid .wrap .content .matter {
  display: flex;
  justify-content: space-between;
}
.splendid .wrap .content .matter:nth-child(2n) {
  flex-direction: row-reverse;
}
.splendid .wrap .content .matter:not(:last-child) {
  margin: 0 0 60px;
}
.splendid .wrap .content .matter .blue {
  width: 30%;
  background: linear-gradient(225deg, #00AAFF 0%, #0036BF 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
.splendid .wrap .content .matter .blue .bg {
  position: absolute;
  width: 106%;
  max-width: initial;
  opacity: 0.04;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.splendid .wrap .content .matter .blue .jump {
  text-align: center;
}
.splendid .wrap .content .matter .blue .jump img {
  max-width: 60px;
  display: block;
  margin: 0 auto 23px;
  transition: 1s;
}
.splendid .wrap .content .matter .blue .jump span {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
}
.splendid .wrap .content .matter .blue:hover .jump img {
  transform: rotateY(180deg);
}
.splendid .wrap .content .matter .blue .more{
  margin: 50px 0 0 0;
  color: #fff;
  font-size: 16px;
}
.splendid .wrap .content .matter .blue .more .iconfont{
  color: #FFFFFF;
  font-size: 24px;
  transition: 0.7s;
}
.splendid .wrap .content .matter .img {
  width: 68%;
  border-radius: 10px;
  overflow: hidden;
}
.splendid .wrap .content .matter .img img {
  width: 100%;
}
/*# sourceMappingURL=splendid.css.map */

@media screen and (max-width: 1520px) {
  .splendid .wrap{
    width: 75%;
  }
}
@media screen and (max-width: 1400px) {
  .splendid .wrap {
    width: 72%;
  }
}
@media screen and (max-width: 1186px) {
  .splendid .wrap {
    width: 68%;
  }
}
@media screen and (max-width: 1023px) {
  .splendid .wrap{
    width: 95%;
  }
  .splendid .wrap {
    margin: 53px auto 35px;
  }
  .splendid .wrap .title .english{
    font-size: 16px;
    margin: 0 auto 10px;
  }
  .splendid .wrap .title p{
    font-size: 24px;
  }
  .splendid .wrap .title {
    margin: 0 0 26px;
  }
  .splendid .wrap .content .matter .blue .jump img{
    max-width: 20px;
    margin: 0 auto 7px;
  }
  .splendid .wrap .content .matter .blue .jump span{
    font-size: 13px;
  }
  .splendid .wrap .content .matter .img,.splendid .wrap .content .matter .blue{
    border-radius: 5px;
  }
  .splendid .wrap .content .matter:not(:last-child) {
    margin: 0 0 18px;
  }
  .splendid .wrap .content .matter .blue .more {
    margin: 6px 0 0 0;
    font-size: 12px;
  }
}