
@media screen and (max-width: 801px) {
  .geeblock {
    display: flex;
    flex-direction: column;
    padding: 35px 16px 0;
    box-sizing: border-box;
    font-family: "PingFangSC", "PingFang SC";
  }
  .geeblock .geeblock_pc {
    display: none !important;
  }
  .geeblock > .geeblock-img {
    width: 100%;
    height: 100%;
  }
  .geeblock > ul {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 495px;
    color: #666;
    line-height: 1.8;
    font-size: 16px;
    font-family: PingFang-SC;
  }
  .geeblock > ul > .title {
    margin-bottom: 12px;
    color: #2b2b2b;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .geeblock > ul > .text {
    margin-top: 5px;
    font-size: 12px;
  }
  .geeblock > ul > .text > span:nth-child(1) {
    font-size: 12px;
    font-weight: 700;
  }
  .flow-path {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    font-family: "PingFangSC", "PingFang SC";
  }
  .flow-path .flow-left {
    flex: 0 0 auto;
  }
  .flow-path .flow-left > h2 {
    margin-bottom: 20px;
    color: rgb(43, 43, 43);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
  }
  .flow-path .flow-left > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .flow-path .flow-left > ul > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin-top: 10px;
    padding: 0 40px;
    box-sizing: border-box;
    text-align: center;
  }
  .flow-path .flow-left > ul > li > .stage-img {
    position: relative;
    width: 50px;
    height: 50px;
  }
  .flow-path .flow-left > ul > li > .stage-introduction {
    color: #666;
  }
  .flow-path .flow-left > ul > li > .stage-introduction > h2 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
  }
  .flow-path .flow-left > ul > li > .stage-introduction > span {
    font-size: 12px;
  }
  .flow-path .flow-left > ul li:nth-child(2) {
    padding: 0 20px;
  }
}/*# sourceMappingURL=geeblock_move.css.map */