/* 生命天书  */
.page_container {
  position: fixed;
  bottom: 0;
  z-index: 30;
  width: 100%;
  padding: 0 10px;
  height: 60px;
  .page_info {
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #ccc;
    align-items: center;
    img {
      border-radius: 12px;
      background-color: rgba(0, 0, 0, 0.8);
      padding: 5px;
    }
  }
  .page_info.smts_page2 {
    color: black;
    img {
      border-radius: 50%;
      background-color: white;
      padding: 5px;
      width: 46px;
      height: 46px;
    }
  }
}
.smts {
  width: 100%;
  height: 100%;
  .page_content {
    padding: 10px;
    height: 100%;
    min-height: 100vh;
  }
  .turn-page {
    background-color: black;
  }
  .ai {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.4);
    border: 1px rgba(255, 255, 255, 0.2) solid;
  }
  .back {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px;
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.4);
    border: 1px rgba(255, 255, 255, 0.2) solid;
    z-index: 2;
  }
  /* 标题 */
  .smts_header {
    font-family: hwxk;
    .main_title {
      font-size: 35px;
      text-align: center;
      height: 55px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      .title_left {
        position: relative;
        .right_line {
          position: absolute;
          left: 0;
          top: 28px;
          z-index: 1;
        }
      }
      .title_right {
        position: relative;
        .left_line {
          position: absolute;
          right: 0;
          top: 28px;
        }
      }
    }
    .sub_title {
      font-size: 20px;
      height: 30px;
    }
  }

  /* 标题页 */
  div.smts_title_page{
    background: url(/assets/smts/page1_bg-5d1132058c26d70065be9ea21c2062fbc5942fb4abba002cd93a55432c3902f7.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
  }
  /* 内容页 */
  div.smts_page{
    background: url(/assets/smts/page2_bg-198ac2d5c2fc85f61b59d97a50c2c84e7470fe55567b75da1a6d855347703117.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
  }

  /* 标题页版本2 */
  div.smts_title_page2{
    background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url(/assets/smts/page_bg2-224c637a3904d37fc9fba58d30ef22675edcf44b208c85f5737872b45dbe8576.png);
    /* background: url(/assets/smts/page_bg2-224c637a3904d37fc9fba58d30ef22675edcf44b208c85f5737872b45dbe8576.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: black;
    .exchange{
      color: black;
    }
  }
  /* 内容页版本2 */
  div.smts_page2{
    background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8)), url(/assets/smts/page_bg2-224c637a3904d37fc9fba58d30ef22675edcf44b208c85f5737872b45dbe8576.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: black;
    .content {
      background-color: rgba(255, 255, 255, 0.9) !important;
      box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    }
    .smts_pan{
      td>div{
        box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),0px 10px 15px -3px rgba(0, 0, 0, 0.1);
      }
      .pan_top{
        box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),0px 10px 15px -3px rgba(0, 0, 0, 0.1);
      }
    }
    .code_info{
      background: rgba(245,221,238,0.6) !important;
      backdrop-filter: blur(4px);
      box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),0px 10px 15px -3px rgba(0, 0, 0, 0.1);
      border-radius: 16px;
    }
  }

  div.page1 {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    font-family: hwxk;
    .page_title {
      font-size: 75px;
    }
    .content {
      font-size: 22px;
      margin-top: 20px;
    }
  }

  div.page2 {
    width: 100%;
    height: 100%;
    font-family: hwxk;
    min-height: 100vh;
    .bazi {
      .bazi_top2 {
        display: flex;
        justify-content: space-around;
        .bazi_item {
          display: flex;
          flex-direction: column;
          text-align: left;
          .dy_zh_1 {
            font-size: 40px;
            padding: 0 10px;
            width: 70px;
            height: 70px;
            text-align: center;
            border-radius: 12px;
            color: black;
            line-height: 70px;
          }
          .qi {
            flex-direction: row;
            display: flex;
            justify-content: center;
            .dy_zh_2 {
              writing-mode: vertical-rl;
              font-size: 14px;
            }
          }
        }
      }
    }
    .content {
      text-align: left;
      overflow: scroll;
      height: calc(100% - 360px);
      background-color: rgba(0, 0, 0, 0.4);
      padding: 10px;
      border-radius: 10px;
      font-size: 20px;
      line-height: 1.8;
      margin-top: 20px;
    }
  }
  div.page3 {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    .content {
      text-align: left;
      overflow: scroll;
      height: calc(100% - 310px);
      font-family: hwxk;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 10px;
      border-radius: 10px;
      font-size: 20px;
      line-height: 1.8;
    }
    .smls {
      height: 140px;
      table {
        border-spacing: 5px;
        table-layout: fixed;
        margin: auto;
        border-collapse: separate;
        td {
          padding: unset;
          line-height: unset;
          border-top: unset;
          vertical-align: middle;
          border: 1px solid #000;
          width: 30px;
          height: 30px;
          text-align: center;
          background: white;
          color: #000;
          font-weight: bold;
          font-size: 18px;
          position: relative;
          text-align: left !important;
          border-radius: 4px;
          .first {
            margin-left: 15%;
          }
          .letter {
            position: absolute;
            top: -2px;
            right: 0;
            font-size: 10px;
          }
        }
        td.center {
          font-size: 24px;
        }
        td.empty {
          border: unset;
          background: unset;
        }
      }
      .smls-bottom {
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 5px;
        .td {
          background: white;
          display: inline-block;
          width: 30px;
          height: 30px;
          color: #000;
          line-height: 30px;
          font-weight: bold;
          font-size: 18px;
          position: relative;
          text-align: left;
          border-radius: 4px;
          .first {
            margin-left: 15%;
          }
          .letter {
            line-height: normal;
            position: absolute;
            top: -2px;
            right: 0;
            font-size: 10px;
          }
        }
      }
    }
  }
  div.page4 {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    .content {
      text-align: left;
      overflow: scroll;
      height: calc(100% - 560px);
      font-family: hwxk;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 10px;
      border-radius: 10px;
      font-size: 20px;
      line-height: 1.8;
      margin-top: 20px;
    }
    .smts_pan {
      width: 100%;
      color: black;
      font-size: 15px;
      table-layout: fixed;
      border-spacing: 10px;
      height: 380px;
      border-collapse: separate;
      font-family: hwxk;
      td {
        background: white;
        padding: unset;
        line-height: unset;
        border-top: unset;
        border-radius: 12px;
        .pan_top {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: center;
          height: 100%;
          div:first-child {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
          }
          div:last-child {
            font-size: 18px;
          }
        }
      }
      .center {
        background: url(/assets/smts/pan_center-bd1117836fd7a93bf02f7aa62c20183e324b1a795995315aa84745820339a155.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        .pan_center {
          display: flex;
          flex-direction: column;
          font-size: 40px;
          color: white;
          font-weight: bold;
          justify-content: center;
          align-items: center;
          height: 100%;
          background: rgba(0, 0, 0, 0.2);
        }
      }
    }
  }
  div.page5 {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 70px;
      span:first-child {
        font-family: hwxk;
        font-size: 45px;
      }
      span:last-child {
        font-size: 25px;
      }
    }
    .content {
      text-align: left;
      overflow: scroll;
      height: calc(100% - 160px);
      font-family: hwxk;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 20px;
      border-radius: 10px;
      font-size: 20px;
      line-height: 1.8;
    }
  }
  div.page_jt {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 70px;
      span:first-child {
        font-family: hwxk;
        font-size: 45px;
      }
      span:last-child {
        font-size: 25px;
      }
    }
    .content {
      text-align: left;
      overflow: scroll;
      height: calc(100% - 440px);
      font-family: hwxk;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 20px;
      border-radius: 10px;
      font-size: 20px;
      line-height: 1.8;
    }
  }
  div.page_jk {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 70px;
      span:first-child {
        font-family: hwxk;
        font-size: 45px;
      }
      span:last-child {
        font-size: 25px;
      }
    }
    .content {
      text-align: left;
      overflow: scroll;
      height: calc(100% - 280px);
      font-family: hwxk;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 20px;
      border-radius: 10px;
      font-size: 20px;
      line-height: 1.8;
    }
    .bottom_content{
      margin-top: 5px;
      display: flex;
      height: 120px;
      justify-content: space-between;
      img{
        flex: 1;
      }
      .code_info {
        font-size: 25px;
        font-family: hwxk;
        justify-content: space-around;
        display: flex;
        align-items: center;
        background: rgba(0, 0, 0, 0.4);
        height: 120px;
        flex: 1;
        .peiou {
          background: red;
          width: 35px;
          border-radius: 4px;
          height: 35px;
        }
      }
    }
  }
  div.page_gz {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 70px;
      span:first-child {
        font-family: hwxk;
        font-size: 45px;
      }
      span:last-child {
        font-size: 25px;
      }
    }
    .content {
      text-align: left;
      overflow: scroll;
      height: calc(100% - 280px);
      font-family: hwxk;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 20px;
      border-radius: 10px;
      font-size: 20px;
      line-height: 1.8;
    }
    .bottom_content{
      margin-bottom: 5px;
      display: flex;
      height: 120px;
      justify-content: space-between;
      img{
        flex: 1;
      }
      .code_info {
        font-size: 25px;
        font-family: hwxk;
        justify-content: space-around;
        display: flex;
        align-items: center;
        background: rgba(0, 0, 0, 0.4);
        height: 120px;
        flex: 1;
        .peiou {
          background: red;
          width: 35px;
          border-radius: 4px;
          height: 35px;
        }
      }
    }
  }
  div.page_tf {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 70px;
      span:first-child {
        font-family: hwxk;
        font-size: 45px;
      }
      span:last-child {
        font-size: 25px;
      }
    }
    .info {
      display: flex;
      justify-content: space-around;
      align-items: center;
      height: 130px;
      margin-bottom: 10px;
      font-family: hwxk;
      img {
        height: 130px;
        border-radius: 10px;
      }
      .number {
        font-size: 90px;
        height: 130px;
        width: 40%;
        vertical-align: middle;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: end;
        border-radius: 10px;
      }
    }
    .content {
      text-align: left;
      overflow: scroll;
      height: calc(100% - 310px);
      font-family: hwxk;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 20px;
      border-radius: 10px;
      font-size: 20px;
      line-height: 1.8;
    }
  }
  div.page_aq {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 70px;
      span:first-child {
        font-family: hwxk;
        font-size: 45px;
      }
      span:last-child {
        font-size: 25px;
      }
    }
    .aq_bottom {
      height: calc(100% - 180px);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .content {
      text-align: left;
      overflow: scroll;
      height: calc(100% - 120px);
      font-family: hwxk;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 10px;
      border-radius: 10px;
      font-size: 20px;
      line-height: 1.8;
    }
    .contentb{
      display: flex;
      height: 110px;
      >div{
        flex: 1;
      }
      .peiou_info {
        height: 110px;
        background: rgba(0, 0, 0, 0.4);
        font-family: hwxk;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        .peiou_ele {
          font-size: 20px;
          text-align: center;
          display: flex;
          .code_info {
            .peiou {
              background: red;
              width: 25px;
              display: inline-block;
              text-align: center;
              border-radius: 4px;
            }
          }
        }
      }
    }
  }
  div.page_wxqs {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 70px;
      span:first-child {
        font-family: hwxk;
        font-size: 45px;
      }
      span:last-child {
        font-size: 25px;
      }
    }
    .chart {
      background: rgba(0, 0, 0, 0.6);
      height: 360px;
      border-radius: 12px;
    }
    .content {
      text-align: left;
      overflow: scroll;
      height: calc(100% - 510px);
      font-family: hwxk;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 20px;
      border-radius: 10px;
      font-size: 20px;
      line-height: 1.8;
      margin-top: 10px;
    }
  }
  div.page_tx {
    width: 100%;
    height: 100%;
    font-family: hwxk;
    min-height: 100vh;
    .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 70px;
      span:first-child {
        font-size: 45px;
      }
      span:last-child {
        font-size: 25px;
      }
    }
    .info {
      display: flex;
      justify-content: space-around;
      align-items: center;
      height: 140px;
      margin: 10px 0;
      div {
        display: flex;
        flex-direction: column;
        height: 100%;
        img {
          border-radius: 12px;
          height: 100%;
        }
        span{
          text-align: center;
        }
      }
      .number {
        font-size: 90px;
        height: 130px;
        width: 40%;
        vertical-align: middle;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: end;
      }
    }
    .content {
      text-align: left;
      overflow: scroll;
      height: calc(100% - 290px);
      font-family: hwxk;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 10px;
      border-radius: 10px;
      font-size: 20px;
      line-height: 1.8;
    }
  }
  div.page_zxjq {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    .title {
      font-family: hwxk;
      font-size: 45px;
      text-align: left;
      height: 70px;
    }
    .content {
      text-align: left;
      overflow: scroll;
      height: calc(100% - 480px);
      font-family: hwxk;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 10px;
      border-radius: 10px;
      font-size: 20px;
      line-height: 1.8;
      margin-top: 20px;
    }
    .smts_pan {
      width: calc(100% - 20px);
      color: black;
      font-size: 13px;
      table-layout: fixed;
      border-spacing: 10px;
      height: 300px;
      border-collapse: separate;
      font-family: hwxk;
      margin: 10px;
      td {
        background: white;
        padding: unset;
        line-height: unset;
        border-top: unset;
        height: 70px;
        position: relative;
        border-radius: 12px;
        div {
          height: 100%;
        }
      }
      .center {
        background: transparent;
        div {
          display: flex;
          flex-direction: column;
          font-size: 40px;
          color: #ffff00;
          font-weight: bold;
          justify-content: center;
          align-items: center;
        }
      }
    }
  }
  div.page_rgtx {
    width: 100%;
    color: white;
    height: 100%;
    min-height: 100vh;
    .title {
      font-family: hwxk;
      font-size: 45px;
      text-align: right;
      height: 70px;
    }
    .bazi {
      font-family: hwxk;
      .bazi_top2 {
        display: flex;
        justify-content: space-around;
        .bazi_item {
          display: flex;
          flex-direction: column;
          text-align: left;
          .dy_zh_1 {
            font-size: 40px;
            padding: 0 10px;
            width: 70px;
            height: 70px;
            text-align: center;
            border-radius: 12px;
            color: black;
            line-height: 70px;
          }
          .qi {
            flex-direction: row;
            display: flex;
            justify-content: center;
            .dy_zh_2 {
              writing-mode: vertical-rl;
              font-size: 14px;
            }
          }
        }
      }
      .dark {
        background: #ccc;
      }
    }
    .content {
      text-align: left;
      overflow: scroll;
      height: calc(100% - 360px);
      font-family: hwxk;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 10px;
      border-radius: 10px;
      font-size: 20px;
      line-height: 1.8;
      margin-top: 20px;
    }
  }
  div.page_smls {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 70px;
      span:first-child {
        font-family: hwxk;
        font-size: 45px;
      }
      span:last-child {
        font-size: 25px;
      }
    }
    .info {
      display: flex;
      justify-content: space-around;
      align-items: center;
      height: 130px;
      margin-bottom: 10px;
      font-family: hwxk;
      img {
        height: 130px;
        border-radius: 10px;
      }
      .number {
        height: 130px;
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: white;
        .top{
          font-weight: bold;
          font-size: 58px;
        }
        border-radius: 10px;
        .bottom{
          width: 100%;
          display: flex;
          justify-content: space-around;
          span{
            border: 1px #000 solid;
            width: 35px;
            height: 35px;
            line-height: 35px;
          }
        }
      }
    }
    .content {
      text-align: left;
      overflow: scroll;
      height: calc(100% - 310px);
      font-family: hwxk;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 20px;
      border-radius: 10px;
      font-size: 20px;
      line-height: 1.8;
    }
  }
  div.page_year {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 70px;
      span:first-child {
        font-family: hwxk;
        font-size: 45px;
      }
      span:last-child {
        font-size: 25px;
      }
    }
    .content {
      text-align: left;
      overflow: scroll;
      height: calc(100% - 280px);
      font-family: hwxk;
      background-color: rgba(0, 0, 0, 0.4);
      padding: 20px;
      border-radius: 10px;
      font-size: 20px;
      line-height: 1.8;
    }
    .bottom_content{
      margin-top: 5px;
      display: flex;
      height: 120px;
      justify-content: space-between;
      flex-direction: column;
      img{
        flex: 1;
      }
      .code_info {
        font-size: 25px;
        font-family: hwxk;
        justify-content: space-around;
        display: flex;
        align-items: center;
        background: rgba(0, 0, 0, 0.4);
        flex: 1;
        .peiou {
          background: red;
          width: 35px;
          border-radius: 4px;
          height: 35px;
        }
      }
      .year_info {
        font-size: 35px;
        text-align: center;
        font-family: hwxk;
      }
    }
  }
}

.horse_5 {
  width: 15px;
  height: 15px;
  position: absolute;
  left: -15px;
  top: -15px;
}
.flower_6 {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: -15px;
}
.person_7 {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: -15px;
}
.horse_8 {
  width: 15px;
  height: 15px;
  position: absolute;
  right: -15px;
  top: -15px;
}
.person_4 {
  width: 15px;
  height: 15px;
  position: absolute;
  left: -15px;
  top: 0;
}
.flower_9 {
  width: 15px;
  height: 15px;
  position: absolute;
  right: -15px;
  top: 0;
}
.flower_3 {
  width: 15px;
  height: 15px;
  position: absolute;
  left: -15px;
  bottom: 0;
}
.person_10 {
  width: 15px;
  height: 15px;
  position: absolute;
  right: -15px;
  bottom: 0;
}
.horse_2 {
  width: 15px;
  height: 15px;
  position: absolute;
  left: -15px;
  bottom: -15px;
}
.person_1 {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.flower_0 {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  bottom: -15px;
}
.horse_11 {
  width: 15px;
  height: 15px;
  position: absolute;
  right: -15px;
  bottom: -15px;
}

.lock {
  position: fixed;
  background: rgba(0, 0, 0, .5);
  z-index: 999;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  .lock_form{
    position: fixed;
    top: 40%;
    width: 100%;
  }
}
.gear-date160{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:10px;background-color:rgba(0,0,0,.5);display:block;position:absolute;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9900;overflow:hidden;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;animation-fill-mode:both;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}.gear-date160 .date-ctrl{vertical-align:middle;background-color:#fff;-webkit-box-shadow:0 0 2px rgba(0,0,0,.4);-moz-box-shadow:0 0 2px rgba(0,0,0,.4);box-shadow:0 0 2px rgba(0,0,0,.4);color:#363837;margin:0;height:auto;width:100%;max-width:640px;position:absolute;left:0;right:0;bottom:0;z-index:9902;overflow:hidden;margin:0 auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;-ms-user-select:none}.gear-date160 .date-ctrl--anim{-webkit-animation:bounceInUp 0 0 ease both;-moz-animation:bounceInUp 0 0 ease both;animation:bounceInUp 0 0 ease both}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes bounceInUp{0%{opacity:0;-moz-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-moz-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-moz-transform:translateY(2000px);-o-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}.gear-date160 .date-header{text-align:center;font-size:1.6em;color:#000;border-bottom:1px solid #f6f6f6;padding:.2em 0;font-weight:700;display:none!important}.gear-date160 .date-class{text-align:center;padding:1.5em 1em 1em}.gear-date160 .date-class__box{display:inline-block;font-size:1.6em;width:32%;padding:.4em 0;text-align:center;border:1px solid #d4d4d4;cursor:pointer;line-height:1.5em;background-color:#fbfbfb;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.gear-date160 .date-class__box:first-of-type{-webkit-border-top-left-radius:.3em;-moz-border-radius-topleft:.3em;border-top-left-radius:.3em;-webkit-border-bottom-left-radius:.3em;-moz-border-radius-bottomleft:.3em;border-bottom-left-radius:.3em;border-right:0}.gear-date160 .date-class__box:last-of-type{-webkit-border-top-right-radius:.3em;-moz-border-radius-topright:.3em;border-top-right-radius:.3em;-webkit-border-bottom-right-radius:.3em;-moz-border-radius-bottomright:.3em;border-bottom-right-radius:.3em;border-left:0}.gear-date160 .date-class__box.active{position:relative;background-color:#fc0;color:#333;font-weight:700;border-color:#fc0}.gear-date160 .date-class__box.active::after{content:"";position:absolute;bottom:-.4em;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);border-left:.4em solid transparent;border-right:.4em solid transparent;border-top:.4em solid #fc0}#d07e04 .gear-date160 .date-roll-mask{-webkit-mask:-webkit-gradient(linear,0 40%,0 0,from(#debb47),to(rgba(36,142,36,0)));-webkit-mask:-webkit-linear-gradient(bottom,#debb47 50%,rgba(36,142,36,0));mask:-webkit-gradient(linear,0 40%,0 0,from(#debb47),to(rgba(36,142,36,0)));mask:-webkit-linear-gradient(bottom,#debb47 50%,rgba(36,142,36,0))}.gear-date160 .date-roll{position:relative;width:100%;height:auto;overflow:hidden;background-color:transparent;-webkit-mask:-webkit-gradient(linear,0 50%,0 100%,from(#debb47),to(rgba(36,142,36,0)));-webkit-mask:-webkit-linear-gradient(top,#debb47 50%,rgba(36,142,36,0));mask:-webkit-gradient(linear,0 50%,0 100%,from(#debb47),to(rgba(36,142,36,0)));mask:-webkit-linear-gradient(top,#debb47 50%,rgba(36,142,36,0))}.gear-date160 .date-roll>div{font-size:1.8em;height:6em;font-weight:700;float:left;background-color:transparent;position:relative;overflow:hidden;width:33.3333%}.gear-date160 .date-roll--hh>div{width:16%}.gear-date160 .date-roll--hh>div:last-child{width:52%}.gear-date160 .date-roll--hhii>div{width:20%}.gear-date160 .date-roll .gear{float:left;position:absolute;z-index:9902;width:100%;margin-top:-6em;cursor:pointer}.gear-date160 .date-roll .tooth{height:2em;line-height:2em;text-align:center;overflow:hidden}.gear-date160 .date-grid{position:relative;top:2em;width:100%;height:2em;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0;border-top:1px solid #fc0;border-bottom:1px solid #fc0;-webkit-box-shadow:#d07e04 0 0 4px;-moz-box-shadow:#d07e04 0 0 4px;box-shadow:#d07e04 0 0 4px}.gear-date160 .date-grid>div{color:#000;position:absolute;right:0;top:0;font-size:.8em;line-height:2.5em}.gear-date160 .date-btn{overflow:hidden;margin-top:1.5em;margin-bottom:1em;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 1em;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.gear-date160 .date_btn__elem{color:#999;font-size:1.6em;line-height:2.3em;text-align:center;cursor:pointer;width:30%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto .3em}.gear-date160 .date_btn__elem:first-child{color:#333;font-weight:700;font-size:1.8em;-webkit-border-radius:.4em;-moz-border-radius:.4em;border-radius:.4em;background:#ffd321;width:50%}.gear-date160 .date-confirm{text-align:center;display:none;position:relative}.gear-date160 .date-confirm__tit{padding:.68em 0;border-bottom:1px solid #f6f6f6;font-size:2em;color:#e24636}.gear-date160 .date-confirm__tip{display:inline-block;font-size:1.4em;color:#666;line-height:1.6em;margin:1em 0 .5em}.gear-date160 .date-confirm__info{position:relative;height:7em}.gear-date160 .date-confirm__p{position:absolute;width:100%;font-size:1.8em;line-height:2em}.gear-date160 .date-confirm__p b{color:#e24636;font-weight:400}.gear-date160 .date-confirm__info--nongli .date-confirm__p:first-child{top:0}.gear-date160 .date-confirm__info--nongli .date-confirm__p:last-child{bottom:0}.gear-date160 .date-confirm__info--gongli .date-confirm__p:first-child{bottom:0}.gear-date160 .date-confirm__info--gongli .date-confirm__p:last-child{top:0}.gear-date160 .date-confirm__btn{position:relative;padding:1.4em 0 2.7em}.gear-date160 .date-confirm__btn>div{display:inline-block;margin:0 1em;color:#fff;font-size:1.6em;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:.6em 1.2em}.gear-date160 .date-confirm__cancel{background-color:#b1b1b1}.gear-date160 .date-confirm__finish{background-color:#e24636}
/*


 */

button {
  .show-when-enabled { display: initial; }
  .show-when-disabled { display: none; }

  &[disabled] {
      .show-when-enabled { display: none; }
      .show-when-disabled { display: initial; }
  }
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: unset;
  color: unset;
}

#flipbook {
  width: 400px;
  height: 300px;
}
.page {
  background: #000;
  text-align: center;
  font-size: 24px;
}

.form-title {
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 20px;
  .back {
    position: absolute;
    height: 100%;
    line-height: 50px;
    width: 50px;
    color: #f9e9a6;
    font-size: 16px;
    text-align: center;
  }
  .title {
    width: 100%;
    color: #f9e9a6;
    text-align: center;
    font-weight: bold;
  }
}

@font-face {
  font-family: "hwxk";
  src: url(/assets/zwds/AlimamaDongFangDaKai-d3293d53232f48deb0a0c39e1fad17d1d164f74e0df55c7522118a0449d8d6b5.woff) format("truetype");
}

.chat_container {
  display: flex;
  flex-direction: column;
  height: 95vh;
  width: 100%;
  height: 100%;
  background: url(/assets/smts/page1_bg-5d1132058c26d70065be9ea21c2062fbc5942fb4abba002cd93a55432c3902f7.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  padding: 10px;
  font-family: hwxk;
  .chat_conversation {
    flex-grow: 1;
    overflow-y: auto;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .chat_input {
    flex-shrink: 0;
  }

  .loading-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    margin-bottom: 1rem;
  }

  .loading-indicator .spinner-border {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.scys {
  background: url(/assets/smts/page1_bg-5d1132058c26d70065be9ea21c2062fbc5942fb4abba002cd93a55432c3902f7.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  .form-title{
    background-color: #8256D0;
  }
  .scys_form {
    text-align: center;
    margin-top: 20px;
    height: 60%;
    width: 100%;
    top: 30%;
    position: absolute;
    .form-select{
      width: 60%;
      height: 40px;
    }
  }
  .content {
    color: white;
    font-size: 20px;
    padding: 10px;
    height: calc(100% - 70px);
    overflow: scroll;
  }
}

.zwpp_footer{
  a {
    text-decoration: none;
    color: #fff;
  }
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 64px;
  background-color: #000;
  display: flex;
  align-items: center;
  color: #fff;
  .smts_link{
    width: 40%;
    text-align: center;
    .hint{
      font-size: 12px;
    }
  }
  .back_link{
    width: 30%;
    text-align: center;
  }
  .form-switch{
    width: 30%;
    text-align: center;
    display: inline-block;
  }
}

.face-analysis {
  width: 100%;
  padding-bottom: 100px;
  .form-title{
    background-color: #fff;
    .title {
      color: #000;
    }
    .back{
      color: #000;
    }
  }
  .footer {
    width: 100%;
    height: 60px;
    text-align: center;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    padding-bottom: 5px;
    z-index: 2;
    background: white;
    align-items: center;
    border-top: 1px solid #dadada;
    padding: 15px 0;
    button{
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      font-weight: bold;
      border-radius: 15px;
    }
  }
  #analysisTabsContent{
    margin: 15px;
    border: 1px solid #dadada;
    padding: 10px;
    border-radius: 15px;
    min-height: 800px;
    .face-analysis-result{
      .face{
        padding: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f9fafb;
        margin-bottom: 10px;
        border-radius: 15px;
        .face-left{
          width: 70px;
          min-height: 70px;
          border-radius: 5px;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: bold;
        }
        .face-right.loading{
          color: #6e7583;
          display: flex;
          align-items: center;
          justify-content: center;
          display: none;
        }
        .face-right.result{
          display: none;
        }
      }
    }
    .nav-link{
      font-weight: bold;
      background-color: white;
      padding-bottom: 1px;
      span{
        padding: 5px 20px;
      }
    }
    .nav-link.active{
      color: #6367f2;
      border-color: transparent;
      span{
        border-bottom: #6367f2 1px solid;
      }
    }
  }
  #YMK-module{
    padding: 0 15px;
  }
}
