html * {
  margin: 0;
  padding: 0; }

body {
  width: 100%;
  height: 100%;
  max-width: 20rem;
  margin: auto;
  background: #F3F4F8;
  opacity: 1; }

#main-body {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  #main-body .header {
    height: auto;
    padding: 0.28rem;
    background: #FFFFFF 100%; }
    #main-body .header .title {
      height: 0.56rem;
      line-height: 0.56rem;
      font-size: 0.4rem;
      font-family: PingFang SC-Bold, PingFang SC;
      font-weight: bold;
      color: #170A24;
      align-items: center;
      text-align: center; }
    #main-body .header .tip {
      display: flex;
      justify-content: space-between;
      height: 0.56rem;
      line-height: 0.56rem;
      font-size: 0.28rem;
      font-family: PingFang SC-Bold, PingFang SC;
      font-weight: 400;
      color: #170A24;
      align-items: center; }
      #main-body .header .tip img {
        width: 0.44rem;
        height: 0.44rem;
        opacity: 1; }
    #main-body .header .input_box {
      display: flex;
      justify-content: space-between;
      margin-top: 0.24rem; }
      #main-body .header .input_box .but {
        width: 1.84rem;
        max-width: 2.54rem;
        border-radius: 0.34rem;
        background: #9E8AFE 100%;
        align-items: center;
        text-align: center;
        height: 0.68rem;
        line-height: 0.68rem; }
        #main-body .header .input_box .but span {
          font-size: 0.32rem;
          font-family: PingFang SC-Bold, PingFang SC;
          font-weight: bold;
          color: #FFFFFF; }
  #main-body .container {
    background: #FFFFFF 100%; }
    #main-body .container .box {
      margin: auto 0.28rem;
      margin-top: 0.24rem;
      height: auto; }
      #main-body .container .box span {
        display: block;
        line-height: 0.8rem;
        font-size: 0.28rem;
        font-family: PingFang SC-Bold, PingFang SC;
        font-weight: bold;
        color: #000000;
        word-break: break-all;
        word-wrap: break-word; }
      #main-body .container .box .t {
        line-height: 0.6rem;
        font-weight: 400; }
      #main-body .container .box .t1 {
        line-height: 0.4rem;
        font-weight: 400; }

[v-cloak] {
  display: none !important; }
