body, html, * {
  -moz-user-select: text;
  -webkit-user-select: text; }

.band {
  width: 100%; }

.page {
  width: 9.33333rem;
  margin: 0.26667rem auto 0; }
  .page .page_tle {
    border-bottom: 1px solid #000;
    font-size: 0.16rem;
    line-height: 0.46667rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .page .page_name {
    font-weight: bold;
    font-size: 1.06667rem;
    line-height: 1.73333rem;
    text-align: center;
    padding: 1.33333rem 0 1.33333rem; }
    .page .page_name span {
      font-size: 0.93333rem; }
  .page .page_gs {
    font-size: 0.48rem;
    text-align: center; }
  .page .page_contle {
    font-size: 0.53333rem;
    font-weight: bold;
    text-align: center;
    padding-top: 0.86667rem; }
  .page .page_nrtle {
    font-size: 0.4rem;
    font-weight: bold;
    padding-top: 0.86667rem;
    padding-bottom: 0.26667rem; }
  .page .page_ktle {
    font-size: 0.45333rem;
    font-weight: bold;
    padding-top: 0.86667rem;
    padding-bottom: 0.26667rem; }
  .page .page_ktle2 {
    margin-top: 1.33333rem;
    margin-bottom: -0.46667rem;
    padding-top: 0;
    padding-bottom: 0; }
  .page .page_nr {
    font-size: 0.37333rem;
    line-height: 0.73333rem;
    text-indent: 2em; }
  .page .page_img {
    text-align: center;
    padding-top: 0.2rem; }
    .page .page_img img {
      width: 6.66667rem; }
  .page .page_nr2 {
    font-size: 0.37333rem;
    line-height: 0.73333rem; }
    .page .page_nr2 b {
      font-weight: bold; }
  .page .download {
    font-size: 0.29333rem;
    color: #00f;
    display: block;
    text-decoration: underline; }
  .page .copy {
    width: 4.66667rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    color: #fff;
    font-size: 0.45333rem;
    background: #090;
    margin: 0.53333rem auto 0; }

.dt_btn {
  position: fixed;
  width: 1.6rem;
  height: 1.6rem;
  bottom: 2.66667rem;
  right: 0.4rem;
  background: #03aa1e;
  font-size: 0.4rem;
  text-align: center;
  line-height: 1.6rem;
  border-radius: 50%;
  color: #fff; }

.directory {
  font-size: 0.45333rem;
  font-weight: bold;
  padding: 0 0.26667rem;
  display: none;
  background: #fff; }
  .directory * {
    line-height: 1.2rem;
    position: relative; }
    .directory * > a {
      display: block; }
    .directory * > a:first-child {
      margin-left: 0; }
  .directory .dt_view * {
    margin-left: 0.4rem; }
    .directory .dt_view *:after {
      border-bottom: 1px solid #c8c7cc;
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: -100%;
      bottom: -100%;
      left: 0;
      -webkit-transform: scale(0.5);
      -webkit-transform-origin: 0 0;
      pointer-events: none; }
  .directory .dt_view .dt_nr {
    position: relative;
    font-weight: normal; }
    .directory .dt_view .dt_nr > *:nth-last-child(1):after {
      border-bottom: 0; }
  .directory .dt_view .dt_list > *:nth-last-child(1):after {
    border-bottom: 0; }
