*{
    margin: 0;
    padding: 0;
  }
  .yszc-page{
    padding: 0 15px 0 15px;
    background: #fff;
    word-break: break-all;
    text-align: justify !important;
    color: #333;
    min-height: 100%;
  }
  .fixed-box {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 98;
    padding: 0 15px;
  }
  .title {
    padding: 16px;
    text-align:center;
    font-size:16pt;
  }
  .vers-wrap {
    padding-bottom: 16pt;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .vers-box {
    display: flex;
    align-items: center;
  }
  .jti-label {
    margin-right: 8px;
    font-size: 14px;
  }
  .jti-sel-wrap {
    font-size: 14px;
    color: #BBBBBB;
    width: 125px;
  }
  .select{
    height: 26px;
    line-height: 26px;
    padding: 0 6px 0 10px;
    border: 1px solid #BBBBBB;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .vers {
      flex: 1;
  }
  .options{
    display: none;
    border: 1px solid #BBBBBB;
    position: absolute;
    background: #fff;
    width: 125px;
    z-index: 99;
    box-sizing: border-box;
  }
  .wrap-auto {
    max-height: 270px;
    overflow-y: auto;
  }
  #arrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #BBBBBB;
  }
  #arrow.turn {
    transform: scaleY(-1);
  }
  .item {
    width: 100%;
    padding: 4px 10px;
    box-sizing: border-box;
  }
  .active {
    background: #1989fa;
    color: #fff;
  }
  #jti-digest{
    color: #0069DB;
    font-size: 14px;
  }
  #overlay {
    display: none;
    position: fixed;
    top: 0px; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  [class*="night"] .yszc-page {
    color: #e1e2e6;
    background-color: #040405;
  }
  [class*="night"] .options {
    color: #e1e2e6;
    background-color: #101014;
  }
  [class*="night"] .fixed-box {
    background-color: #101014;
  }



  body {
    margin: 0;
    padding: 0;
      background: #fff;
    word-break: break-all;
    text-align: justify !important;
  }
  
  p {
    line-height: 150%;
    margin-bottom: 6pt !important;
  }

  [class*="night"] body {
    background-color: #1d2026;
    color: #e1e2e6;
  }