.style_button__veqz1{background-color:#557fff;border-bottom-right-radius:3rem;border-top-right-radius:3rem;color:#fff;font-size:0.7rem;margin-top:20px}.style_button_text__O7797{align-items:center;display:flex;height:50px;justify-content:center;width:100%}.style_text_center__nTsQU{margin-top:10px}.style_font_blue__uXWfK{color:#4298b4}.style_border_solid__RrcCG{border:2px solid #f6f6f6;border-radius:1rem;margin-top:2rem}.style_border_b__rW002{border-bottom:2px solid #f6f6f6}.style_main__gb11l .style_line_height_4__T5yDx{line-height:4rem}.style_text__NbnT-{padding:.8rem 1.8rem;text-align:left}.style_text__NbnT- p{margin:1rem 0}table{text-align:center;width:100%}td,th{--tw-border-opacity:1;border-color:rgb(246 246 246/var(--tw-border-opacity));border-style:solid;border-width:1px;padding-bottom:.5rem;padding-top:.5rem}.style_space-y-2__gOlEN>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(.5rem*var(--tw-space-y-reverse))!important;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))!important}.style_text-sm__CSThQ{font-size:1.4rem}.style_border-collapse__4keOF{border-collapse:collapse}


.three_mode {
  display: flex;
  justify-content: center;
  min-height: 56vw;
}
.mode {
  width: 30.266667vw;
  height: 53.333333vw;
  background: #fff;
  box-shadow: 0 0 1.333333vw #ddd;
  border-radius: 2.666667vw;
  border: 1.066667vw solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
.two {
  margin: 0 2.666667vw;
}
.three {
  width: 33.333333vw;
}
.mode_img {
  width: 11.2vw;
  height: 11.2vw;
}
.num {
  font-weight: 600;
  color: #343446;
  font-size: 4.8vw;
}
.type {
  color: #41464b;
  font-size: 4vw;
}
.hot {
  color: #9996c7;
  text-align: center;
  font-size: 3.2vw;
  margin-top: 10.666667vw;
  height: 10.666667vw;
}
.qn_img_pos {
  position: absolute;
  bottom: -1vw;
  right: -.25vw;
  width: 6.666667vw;
  height: 5.333333vw;
  opacity: 0;
  transition: all 0.3s;
}
.selected {
  border-color: #557fff;
}
.desc {
  margin-top: 10.666667vw;
  font-size: 3.466667vw;
  color: #7d808e;
  text-align: center;
}
.desc_span {
  color: #009dd0;
  font-weight: 700;
  padding: 0 .533333vw;
}
.bg_btn {
  height: 26.666667vw;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: flex-end;
}
.begin-button-box {
  padding: 0 6.666667vw;
  width: 100%;
}
.begin-button {
  width: 100%;
  height: 16vw;
  border-radius: 2.666667vw;
  background: #557fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  padding: 0 8vw 0 10.666667vw;
  box-sizing: border-box;
}
.begin-button_arrow {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  margin-left: 1px;
}
.text {
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
}
.wrap {
  padding: 6.666667vw 4vw;
  box-sizing: border-box;
}
.notice_wrap {
  background: linear-gradient(-45deg,#e8edf6,#e1e8f8);
  padding: 3.2vw;
  border-radius: 2.4vw;
  font-size: 3.466667vw;
}
.notice_title {
  display: flex;
  font-size: 4vw;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  margin-bottom: 5.333333vw;
}
.notice_title_img {
  width: 6.4vw;
  height: 5.866667vw;
}
.notice {
  font-size: 3.466667vw;
  line-height: 2;
}

@media (min-width: 480px) {
  .app {
    padding-top: 22px;
  }
  .logo {
    width: 68px;
    height: 68px;
  }
  .title {
    font-size: 36px;
  }
  .sub_title {
    font-size: 22px;
    margin-top: 18px;
  }
  .sub_child_title {
    color: #7d808e;
    font-size: 16px;
    margin: 20px 0 30px 0;
  }
  .three_mode {
    min-height: 300px;
  }
  .mode {
    width: 180px;
    height: 300px;
    border-radius: 20px;
    border: 6px solid #fff;
    box-sizing: border-box;
  }
  .selected {
    border-color: #557fff;
  }
  .two {
    margin: 0 20px;
  }
  .three {
    width: 200px;
    padding: 0 20px;
  }
  .mode_img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  .num {
    font-size: 24px;
  }
  .type {
    font-size: 20px;
  }
  .hot {
    font-size: 13px;
    height: 0;
    margin-top: 30px;
  }
  .qn_img_pos {
    bottom: -6px;
    right: -6px;
    width: 40px;
    height: 30px;
  }
  .desc {
    margin-top: 0px;
    font-size: 12px;
    text-align: left;
    span {
      padding: 0 4px;
    }
  }
  .bg_btn {
    height: 160px;
    align-items: center;
  }
  .begin-button-box {
    padding: 0 50px;
  }
  .begin-button {
    width: 400px;
    height: 60px;
    border-radius: 12px;
    font-size: 16px;
    padding: 0 40px 0 60px;
    margin: 0 auto;
  }
  .begin-button_arrow {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    margin-left: 1px;
  }
  .text {
    font-size: 16px;
  }
  .wrap {
    padding: 0 30px 40px;
    display: flex;
    justify-content: center;
  }
  .notice_wrap {
    width: 640px;
    padding: 24px;
    border-radius: 12px;
    font-size: 16px;
    background: #fff;
  }
  .notice_title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .notice_title_img {
    width: 34px;
    height: 36px;
  }
  .notice {
    font-size: 16px;
  }
}