.content {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: #fff; }
  .content .title {
    overflow: hidden;
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .content .title.on {
      position: fixed;
      left: 0;
      top: 0;
      z-index: 99999999999;
      border-bottom: 1px solid #eee;
      background: #fff; }
    .content .title p {
      font-size: .347rem;
      color: #494949; }
      .content .title p a {
        color: #494949; }
    .content .title img {
      width: .15rem;
      margin: 0 .15rem;
      transform: rotate(90deg); }
  .content .box {
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 2rem); }
    .content .box ul {
      overflow: auto;
      width: 100%;
      height: 100%; }
      .content .box ul li {
        overflow: hidden; }
        .content .box ul li a {
          width: 100%;
          
          box-sizing: border-box;
          display: block;
          font-size: .347rem;
          color: #494949;
          padding: .277rem 0 .277rem .277rem;
          background: #F6F6F6; }
        .content .box ul li .contents {
          overflow: hidden; }
          .content .box ul li .contents .item {
            width: 100%;
            height: 1rem;
            display: flex;
            align-items: center;
            box-sizing: border-box;
            border-bottom: 1px solid #F8F8F8; }
            .content .box ul li .contents .item div {
              overflow: hidden;
              width: 15%;
              height: 100%;
              display: flex;
              align-items: center;
              justify-content: center; }
              .content .box ul li .contents .item div img {
                width: 60%; }
            .content .box ul li .contents .item p {
              font-weight: bold;
              font-size: .277rem;
              color: #494949; }
          .content .box ul li .contents ul {
            overflow: hidden;
            padding-left: .3rem;
            box-sizing: border-box;
            display: none; }
            .content .box ul li .contents ul li {
              overflow: hidden;
              height: 1rem;
              display: flex;
              align-items: center;
              padding-left: .723rem;
              font-size: .277rem;
              color: #494949;
              border-bottom: 1px solid #eee; }

.mains {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  display: none; }
  .mains ul {
    width: 50%;
    right: -50%;
    top: 0;
    background: #fff;
    position: absolute;
    height: 100vh;
    overflow: auto; }
    .mains ul li {
      border-bottom: 1px solid #e5e5e5;
      height: 1rem;
      overflow: hidden;
      font-size: .277rem; }
      .mains ul li a {
        display: block;
        padding-left: .4rem;
        line-height: 1rem;
        color: #494949;
        width: 100%;
        height: 100%; }

.page {
  overflow: hidden;
  width: .4rem;
  position: fixed;
  right: 0;
  top: 1rem;
  z-index: 9999999;
  background: #fff; }
  .page a {
    display: block;
    width: .4rem;
    height: .4rem;
    font-size: .25rem;
    color: #494949;
    text-align: center;
    line-height: .4rem; }
    .page a.on {
      background: #0075c1;
      color: #fff; }

.fadeins {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 99999999999; }
  .fadeins ul {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 1rem;
    display: none;
    background: #fff; }
    .fadeins ul li {
      font-size: .347rem;
      text-align: center;
      border-bottom: 1px solid #eee; }
      .fadeins ul li a {
        display: block;
        color: #494949;
        width: 100%;
        height: 100%;
        line-height: .97rem; }

footer {
  overflow: hidden;
  width: 100%;
  height: 1rem;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0; }
  footer ul {
    overflow: hidden; }
    footer ul li {
      overflow: hidden;
      width: 20%;
      float: left;
      height: 100%; }
      footer ul li.on p {
        color: #0075c1; }
      footer ul li img {
        display: block;
        height: .5rem;
        width: .5rem;
        margin: .15rem auto;
        margin-bottom: .05rem; }
      footer ul li p {
        text-align: center;
        font-size: .16rem;
        color: #494949; }

/*# sourceMappingURL=css.css.map */
