      * {
          padding: 0;
          margin: 0;
          outline: none;
      }

      @font-face {
          font-family: 'SansationRegular';
          src: url('Sansation_Regular-webfont.eot');
          src: url('Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
              url('Sansation_Regular-webfont.woff') format('woff'),
              url('Sansation_Regular-webfont.ttf') format('truetype'),
              url('Sansation_Regular-webfont.svg#SansationRegular') format('svg');
          font-weight: normal;
          font-style: normal;
      }

      p {
          font-family: 'SansationRegular';
      }

      input {
          outline: none;
      }

      a {
          color: #333;
          text-decoration: none;
      }

      a:focus {
          outline: none;
          -moz-outline: none;
      }

      body {
          width: 100%;
          max-width: 480px;
          margin: 0 auto;
          background-color: #eee;
      }

      header {
          width: 100%;
          height: 40px;
          background-color: #f6e8f2;
      }

      .head-bg {
          width: 100%;
          height: 300px;
      }

      .head-bg img {
          width: 100%;
          height: 100%;
      }

      .main-top {
          position: relative;
          width: 94%;
          /*height: 300px;*/
          margin: 10px auto;
          border-radius: 8px;
          padding: 20px 0 30px;
          background-color: rgba(255, 255, 255, 1);
          backdrop-filter: blur(10px);
          /*display: flex;
            flex-wrap:  wrap;
            align-items: center;*/
      }

      .main-top .top-bg {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          z-index: -1
      }

      .main-top .top-bg img {
          width: 100%;
      }

      .title-text {
          width: 100%;
          text-align: center;
      }

      .title-text>h1 {
          font-size: 24px;
          color: #333;
      }

      .title-text>h2 {
          color: #333;
          font-size: 18px;
      }

      .form-group {
          width: 60%;
          margin: 20px auto;
      }

      .form-group .input-tiem {
          width: 100%;
          height: 36px;
          margin: 0 auto;
      }

      .input-tiem input {
          width: 100%;
          height: 100%;
          border-radius: 4px;
          background-color: rgba(255, 255, 255, 0.6);
          border: none;
          border-bottom: 1px solid #57BE5A;
          text-indent: 15px;
          color: #333;
      }

      .form-type {
          display: flex;
          justify-content: space-between;
          /*align-items: center;*/
          width: 70%;
          margin: 15px auto;
      }

      .form-type a {
          background-color: rgba(0, 0, 0, 0.0);
          color: #fff;
          font-size: 12px;
          padding: 4px 8px 2px;
          border-radius: 4px;
          border: 1px solid #eee;
          color: #eee;
          margin: 0 -10px;
      }

      .form-type .active {
          background-color: rgba(0, 0, 0, 0.0);
          color: #FFFFFF;
          border: 1px solid #57BE5A;
      }

      .btn-box button {
          display: block;
          width: 100%;
          height: 34px;
          margin: 0 auto;
          border: none;
          border-radius: 4px;
          background-color: #57BE5A;
          color: #fff;
      }


      /*展示数据部分css*/
      .list-box {
          width: 94%;
          margin: 0 auto 80px;
          background-color: rgba(255, 255, 255, 1);
          backdrop-filter: blur(10px);
          position: relative;
          padding: 15px 0;
          border-radius: 8px;

      }

      .list-tiem {
          display: flex;
          position: relative;
          width: 85%;
          margin: 0 auto;
          padding: 10px 10px;
          border-radius: 4px;
          box-shadow: 0px 1px 4px 1px #eee;
          margin-bottom: 8px;
          background-color: rgba(255, 255, 255, 0.0);
          backdrop-filter: blur(0px);
          overflow: hidden;
          align-items: center;
      }

      .list-tiem .list-img {
          display: inline-block;
          min-width: 60px;
          height: 60px;
          border-radius: 8px;
          overflow: hidden;
          margin-right: 8px;
      }

      .list-tiem .list-img img {
          width: 100%;
          height: 100%;
          border-radius: 8px;
          text-align: ;
      }

      .list-tiem .list-text {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          display: inline-block;
          height: ;
          line-height: ;
          font-size: 13px;
          margin-top: px;
          padding: 5px 0;
      }
      .list-tiem .list-text .liyou {
        width: 200px;
        height: px;
        line-height: px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .list-tiem .types {
          position: absolute;
          top: 0;
          right: 0;
          background-color: #FA8072;
          background-image: linear-gradient(to right, #46D2FF, #5ED73B);
          padding: 6px 8px;
          border-radius: 0 0 0 8px;
          color: #FFFFFF;
          font-size: 12px;
      }

      .list-tiem .dates {
          position: absolute;
          bottom: 2px;
          right: 15px;
          color: #666666;
          font-size: 12px;
      }

      .pagers {
          display: flex;
          justify-content: center;
          /*align-items: center;*/
          width: 70%;
          margin: 15px auto;
      }

      .pagers a {
          background-color: rgba(0, 0, 0, 0.3);
          color: #fff;
          font-size: 12px;
          height: 20px;
          width: 20px;
          line-height: 20px;
          text-align: center;
          border-radius: 12px;
          /*border: 1px solid #0035d7;*/
          /*border: 1px solid #ccc;*/
          color: #eee;
          margin: 0 2px;
      }

      .pagers .active {
          background-color: #57BE5A;
          color: #FFFFFF;

      }
      .pages-box{
            width: 90%;
            margin: 10px auto;
            display: flex;
            justify-content: center;
          }
         .pages-box a {
            width: ;
            line-height: 36px;
            padding: 5px 8px;
            text-align: center;
            background-color: #E8FFE8;
            border-radius: 4px;
            border: 1px solid #B9FFB9;
            margin: 0 5px;
            color: #666;
            text-decoration: none;
            font-size: 14px;
          }
          .pages-box span {
            width: ;
            line-height: 36px;
            padding: 5px 5px;
            text-align: center;
            background-color: #eee;
             border-radius: 4px;
            border: 1px solid #eee;
            margin: 0 5px;
            color: #666;
            font-size: 14px;
          }
          
           .pages-box input {
            width: 26px;
            padding: 5px 1px;
            text-align: center;
            background-color: #fff;
             border-radius: 4px;
            border: 1px solid #eee;
            margin: 0 5px;
            color: #666;
            font-size: 14px;
          }
          
        .xqzz {
           width: 36px;
           height: 36px;
           line-height: 36px;
           text-align: center;
           font-size: 13px;
           position: fixed;
           right: 20px;
           bottom: 80px;
           color: #fff;
           background-color: rgba(0,0,0,0.5);
           border-radius: 20px;     
           z-index: 9999;
        }