html,
    body {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
    }

    .site {
      width: 100%;
      height: 100%;
      overflow: scroll;
    }

    .site_top {
      height: 174px;
      width: 100%;
      position: relative;
    }

    .site_top img {
      width: 100%;
      height: 100%;
    }

    .site_title {
      width: 100%;
      height: 50px;
      overflow: hidden;
      position: absolute;
      bottom: 0;
      left: 0;
    }

    .site_title img {
      width: 100%;
      height: 50px;
      vertical-align: middle;
    }

    .site_title_text {
      color: #333333;
      font-size: 18px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .site_container {
      width: 100%;
      height: calc(100% - 174px);
      position: relative;
    }

    .site_list {
      width: calc(100% - 40px);
      margin: 30px auto 0;
      box-sizing: border-box;
    }

    .list_title {
      width: 100%;
      height: 20px;
      text-align: center;
      font-size: 14px;
      color: #E6E6E6;
      line-height: 20px;
    }

    .list_icon {
      width: 22px;
    }

    .site_list_li {
      width: 100%;
      height: 80px;
      background: #FFFFFF;
      display: flex;
      overflow: hidden;
      margin-bottom: 40px;
    }

    .site_li_left {
      flex: 1;
      padding-left: 9px;
      position: relative;
    }

    .site_li_left::after {
      content: '';
      width: 3px;
      height: 18px;
      background: #5E677D;
      position: absolute;
      top: 18px;
      left: 0;
    }

    .left_title {
      font-size: 14px;
      color: #5E677D;
      line-height: 20px;
      margin-top: 17px;
    }

    .site_li_right {
      width: 90px;

    }

    .right_btn {
      width: 100%;
      text-align: center;
      display: inline-block;
      border-radius: 15px;
      font-size: 12px;
      color: #2579FF;
      text-decoration: none;
      margin-top: 20px;
    }

    .right_btn img {
      width: 4px;
      height: 5px;
    }