body {
  background: #F7F8FA;
}
.journal {
  overflow: hidden;
}
.journal .c-services #c-services-canvas {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.journal .c-services__img-plane {
  position: absolute;
  width: 19.16666667vw;
  height: 12.1875vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.journal .c-services__img-plane img:not(:first-child) {
  height: 160px;
}
.journal .wrap {
  width: 100%;
  margin: auto;
  padding: 180px 0 172px;
  position: relative;
}
.journal .wrap .title {
  text-align: center;
  margin: 0 0 80px 0;
}
.journal .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;
}
.journal .wrap .title p {
  font-size: 40px;
  font-weight: bold;
  color: #455673;
  letter-spacing: 3px;
  line-height: 38px;
}
.journal .wrap .bottom {
  width: 53.85416667vw;
  mix-blend-mode: plus-lighter;
  margin: 70px auto 0;
}
.journal .wrap .bottom .item {
  height: 232px;
  padding: 57px 0 0 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(69, 86, 115, 0.2);
}
.journal .wrap .bottom .item:first-child {
  border-top: 1px solid transparent;
}
.journal .wrap .bottom .item:last-child {
  border-bottom: 1px solid rgba(69, 86, 115, 0.2);
}
.journal .wrap .bottom .item .l {
  display: flex;
}
.journal .wrap .bottom .item .l .num {
  font-size: 16px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 500;
  color: #455673;
  margin: 0 49px 0 0;
}
.journal .wrap .bottom .item .l .num p {
  font-size: 13px;
  margin: 0px 3px 0 0;
  display: inline-block;
  position: relative;
  top: -1px;
}
.journal .wrap .bottom .item .l .text {
  width: 293px;
  height: 44px;
  font-size: 18px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 500;
  color: #455673;
  line-height: 26px;
}
.journal .wrap .bottom .item .pick {
  width: 21.26041667vw;
  font-size: 14px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #455673;
  line-height: 32px;
}
/*# sourceMappingURL=journal.css.map */

@media screen and (max-width: 1720px) {
  .journal .wrap .bottom{
    width: 61%;
  }
  .journal .wrap .bottom .item .pick{
    width: 37%;
  }
}
@media screen and (max-width: 1400px) {
  .journal .wrap .bottom {
    width: 75%;
  }
}

@media screen and (max-width: 1023px) {
  .journal .wrap .title .english{
    font-size: 16px;
    margin: 0 auto 10px;
  }
  .journal .wrap .title p{
    font-size: 24px;
  }
  .journal .wrap {
    padding: 50px 0 19px;
  }
  .journal .wrap .bottom {
    width: 90%;
  }
  .journal .c-services #c-services-canvas,.journal .c-services__img-plane{
    display: none;
  }
  .journal .wrap .bottom {
    mix-blend-mode: unset;
    margin: 20px auto 0;
  }
  .journal .wrap .title {
    margin: 0;
  }
  .journal .wrap .bottom .item{
    margin: 0 0 35px;
    height: auto;
  }
  .journal .wrap .bottom .item .img{
    display: block!important;
    width: 100%;
  }
  .journal .wrap .bottom .item .l{
    flex-direction: column;
  }
  .journal .wrap .bottom .item .img img{
    width: 100%;
  }
  .journal .wrap .bottom .item{
    flex-direction: column;
  }
  .journal .wrap .bottom .item:first-child{
    padding: 0;
  }
  .journal .wrap .bottom .item .l .num{
    font-size: 12px;
    margin: 15px 0;
  }
  .journal .wrap .bottom .item .l .text {
    width: 100%;
    height: auto;
    font-size: 17px;
    margin: 0 0 18px;
  }
  .journal .wrap .bottom .item .pick {
    width: 100%;
    font-size: 13px;
    line-height: 30px;
  }
}