<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
header {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    height: 30px;
    border-bottom: solid 1px #EEE;
    padding: 10px;
}
.dhtb{

   height: 30px;
}
  .nav-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.3);
   display: none;
  }

  nav.menu.opened {
    left: 0
  }

  nav.menu {
    position: absolute;
    left: -70%;
    top: 0;
    bottom: 0;
    width: 70%;
    background-color: #fff;
    -webkit-transition: left 200ms cubic-bezier(0.000, 0.655, 0.000, 1);
    -webkit-transition: left 200ms cubic-bezier(0.025, 0.685, 0.000, 0.990);
    -moz-transition: left 200ms cubic-bezier(0.025, 0.685, 0.000, 0.990);
    -o-transition: left 200ms cubic-bezier(0.025, 0.685, 0.000, 0.990);
    transition: left 200ms cubic-bezier(0.025, 0.685, 0.000, 0.990)
  }

  .image-round {
    border-radius: 60px;
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
  }

  nav.menu .nav-header span {
    display: block;
    color: #13287e;
    font-weight: normal
  }

  nav.menu .nav-header a {
    color: #2eb18d
  }

 nav.menu .nav-header {
    height: 20%;
    text-align: center;
    padding: 10px 0;
    background: url(/images/dhbg.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.fa-search:before {
    content: url(/images/dhss.png);
}
.fa-times:before {
    content: url(/images/dhgb.png);
}
.fa-arrow-right:before {
    content: url(/images/dhjt.png);
}
.fa-angle-up:before {
    content: url(/images/dhup.png);
}
.fa-angle-down:before {
    content: url(/images/dhdown.png);
}
  nav .nav-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 25%;
    overflow: auto
  }

  nav.menu ul {
    list-style: none;
    padding: 0;
    margin: 0
  }

  nav.menu ul li {
    display: block;
    width: 100%
  }

  nav.menu ul.main-menu &gt; li.active {
    background-color: #f5f5f5
  }

  nav.menu ul.main-menu &gt; li.active &gt; ul {
    display: block
  }

  nav.menu ul.main-menu &gt; li ul li.active {
    background-color: rgba(0, 0, 0, 0.2)
  }

  nav.menu ul.main-menu &gt; li &gt; a {
   display: block;
    color: #4c4b4b;
    padding: 5% 10% 2% 10%;
    font-weight: normal;
  }

  nav.menu ul.main-menu &gt; li.active i {
    color: #2eb18d !important
  }

  nav.menu ul.main-menu &gt; li &gt; a &gt; i {
    display: inline-block;
    width: 30px;
    font-size: 18px;
    color: #777
  }

  nav.menu ul.main-menu &gt; li &gt; a &gt; img {
    width: 20px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 5px
  }

  nav.menu ul.main-menu &gt; li &gt; a &gt; span {
    display: inline-block;
    float: right;
    opacity: .5
  }

  nav.menu ul.main-menu &gt; li ul {
    display: none
  }

  nav.menu ul.main-menu &gt; li li a {
    display: block;
    color: #4c4b4b;
    padding: 8px 20px 8px 48px;
    font-weight: 400
  }
  .navi-menu-button {
    width: 30px;
    height: 30px;
    float: right;
    position: relative;
    cursor: pointer
  }

  .navi-menu-button em {
    width: 24px;
    height: 2px;
    background-color: #4c4c4c;
    display: block;
    position: absolute;
    border-radius: 30px;
    right: 0;
    -webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750)
  }

  .navi-menu-button em:nth-child(1) {
    top: 7px;
    width: 20px
  }

  .navi-menu-button em:nth-child(2) {
    top: 14px
  }

  .navi-menu-button em:nth-child(3) {
    top: 21px;
    width: 20px
  }

  .navi-menu-button.focused em:nth-child(1) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px
  }

  .navi-menu-button.focused em:nth-child(2) {
    width: 0
  }

  .navi-menu-button.focused em:nth-child(3) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px
  }
  nav.menu {
    width: 60%;
  }

/*  鎼滅储
*/
  .search-button {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    float: left
  }

  .clear {
    clear: both
  }

  .search-form {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: auto;
    display: none
  }

  .search-form .search-input {
    margin: 20% 10% 5%;
    position: relative
  }

  .search-form .form-element {
    border: solid 1px #EEE;
    padding: 0 10px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-bottom-width: 2px
  }

  .search-form .form-element:focus {
    border-bottom-color: #ff7854
  }

  .search-form .search-input-btn {
    position: absolute;
    width: 37px;
    height: 37px;
    right: 1px;
    top: 1px;
    background-color: #FFF;
    border: 0;
    line-height: 37px;
    text-align: center
  }

  .search-form .search-input-btn:hover, .search-form .search-input-btn:focus {
    color: #ff7854
  }

  .search-form .recent-search, .search-form .popular-search {
    padding: 0 20px;
    margin-bottom: 20px
  }

  .search-form .search-tag {
    display: inline-block;
    padding: 4px 12px;
    background-color: #FFF;
    border: solid 1px #DDD;
    font-weight: 400;
    border-radius: 15px;
    margin: 0 5px 5px 0
  }

  .search-form .search-tag:hover, .search-form .search-tag:focus {
    border-color: #2eb18d;
    color: #2eb18d
  }

  .search-form .search-group-title {
    margin: 0;
    padding: 0;
    margin-bottom: 6px
  }

  .search-form .close-search-form {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: solid 1px #ccc;
    border-radius: 3px;
    cursor: pointer
  }

  .search-form .close-search-form:focus, .search-form .close-search-form:hover {
    background-color: #ff7854;
    color: #FFF
  }

  .search-result-header {
    background-color: #FFF;
    margin: -10px -10px 10px -10px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    position: relative
  }

  .search-result-header.fix-searchbar {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    padding: 0 10px;
    z-index: 100
  }

  .search-result-header.fix-searchbar + .search-result-container {
    padding-top: 30px
  }

  .search-result-header .form-element {
    padding: 0 10px
  }

  .search-result-header.fix-searchbar .search-result-btn {
    right: 10px
  }

  .search-result-header .search-result-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    width: 38px;
    border: 0;
    background-color: #FFF;
    overflow: hidden;
    outline: 0;
    cursor: pointer
  }

  .search-result-header .search-result-btn:focus, .search-result-header .search-result-btn:hover {
    color: #2eb18d
  }
  .form-element {
    padding-left: 24px
  }

  .form-element {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: solid 1px #EEE;
    height: 40px;
    outline: 0;
    line-height: 40px;
    background-color: #FFF
  }
  }

/*  澶撮儴鎬绘牱寮�*/
  header {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    height: 50px;
    border-bottom: solid 1px #EEE;
    padding: 10px
  }

  header.no-background {
    background-color: transparent;
    border-bottom: 0;
    color: #FFF;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
  }

  header.no-background a {
    color: #FFF
  }

  header.no-background .navi-menu-button em {
    background: #FFF
  }

  header.set-bg {
    background-color: #FFF;
    border-bottom: solid 1px #EEE;
    color: #464646;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1)
  }

  header.set-bg a {
    color: #464646
  }

  header.set-bg .navi-menu-button em {
    background: #464646
  }

  header .go-back-link {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-left: -10px
  }

  header .page-title {
    font-size: 16px;
    position: absolute;
    left: 50px;
    right: 50px;
    top: 10px;
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap
  }

  header.with-search-icon .page-title {
    left: 80px;
    right: 50px
  }</pre></body></html>