#app {
  overflow: inherit;
  height: auto; }

.w-content-top {
  width: 100%;
  height: 55px;
  justify-content: space-between;
  margin-top: 4px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-content-top {
      padding: 0 0.5rem; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-top {
      padding: 0 0.6rem; } }
  .w-content-top-icon {
    cursor: pointer; }
  .w-content-top-select {
    border: 0;
    font-size: 16px; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .w-content-top-select {
        width: 2.8rem;
        height: 0.64rem; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .w-content-top-select {
        display: none; } }
    @media screen and (min-width: 1025px) {
      .w-content-top-select {
        display: none; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .w-content-top-left {
      display: none;
      overflow: scroll;
      height: 55px; } }
  .w-content-top-left-item {
    margin-right: 34px;
    height: 55px;
    padding-top: 10px;
    line-height: 45px;
    cursor: pointer;
    position: relative; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .w-content-top-left-item {
        padding: 0;
        margin: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .w-content-top-left-item {
        margin-right: 15px;
        line-height: 35px; }
        .w-content-top-left-item:nth-last-child(2), .w-content-top-left-item:nth-last-child(3) {
          display: none; }
        .w-content-top-left-item:last-child {
          margin-right: 0; } }
    .w-content-top-left-item-mask {
      position: absolute;
      background-color: #fff;
      z-index: 999;
      left: 0;
      box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.1); }
      .w-content-top-left-item-mask a {
        min-width: 120px;
        display: inline-block;
        padding: 0 10px;
        font-size: 14px; }
        .w-content-top-left-item-mask a:hover {
          background-color: #00AEE2;
          color: #fff; }
        .w-content-top-left-item-mask a:nth-last-child(1), .w-content-top-left-item-mask a:nth-last-child(2) {
          display: none; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .w-content-top-left-item-mask a:nth-last-child(1), .w-content-top-left-item-mask a:nth-last-child(2) {
            display: inline-block; } }
    .w-content-top-left-item a {
      font-size: 16px;
      font-weight: 100;
      color: #000;
      white-space: nowrap; }
      .w-content-top-left-item a img {
        display: inline-block;
        vertical-align: middle; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .w-content-top-left-item a {
          font-size: 14px; } }
    .w-content-top-left-item select {
      font-size: 16px;
      border: 0px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .w-content-top-left-item select {
          font-size: 14px; } }
    .w-content-top-left-item.active {
      width: 100%;
      border-bottom: 2px solid #343434; }
      .w-content-top-left-item.active a {
        font-weight: bold; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .w-content-top-left-item.active {
          border: 0; } }
    .w-content-top-left-item:hover {
      border-bottom: 2px solid #343434;
      transition: all .1s; }
  .w-content-top-right {
    width: 286px;
    height: 80%;
    border: 2px solid #CCD2D8;
    border-radius: 5px; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .w-content-top-right {
        width: 3.5rem;
        height: 0.61rem;
        border: 0.02rem solid #CCD2D8;
        border-radius: 0.06rem; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .w-content-top-right {
        width: 270px; } }
    .w-content-top-right input {
      flex: 1;
      height: 100%;
      font-size: 16px; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .w-content-top-right input {
          width: 1.33rem; } }
    .w-content-top-right button {
      margin-right: 20px;
      font-size: 16px;
      color: #343434;
      font-weight: 100;
      cursor: pointer; }
      .w-content-top-right button img {
        margin-right: 5px; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .w-content-top-right button {
          margin: 0;
          font-size: 0.21rem;
          margin-right: 0.13rem; }
          .w-content-top-right button img {
            width: 0.3rem;
            margin-right: 0.06rem; } }

.w-index {
  padding: 30px 0 50px; }
  .w-index-h1 {
    font-size: 26px;
    text-align: left; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .w-index-h1 {
        padding: 0 0.5rem; } }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .w-index-h1 {
        padding: 0 0.6rem;
        font-size: 22px; } }
  .w-index-p {
    font-size: 14px;
    text-align: left;
    color: #9FA0A5; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .w-index-p {
        padding: 0 0.5rem; } }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .w-index-p {
        padding: 0 0.6rem;
        font-size: 12px; } }
  .w-index-item {
    margin: 50px 0;
    font-size: 14px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .w-index-item {
        padding: 0 0.5rem; } }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .w-index-item {
        padding: 0 0.6rem; } }
    .w-index-item a {
      display: inline-block;
      color: #3EA6F9;
      margin-top: 10px;
      margin-bottom: 5px; }
    .w-index-item-p:nth-child(1) {
      font-size: 16px; }
    .w-index-item-p span {
      background-color: #FFFDDE; }
  .w-index-pagination {
    justify-content: space-between;
    margin-bottom: 90px;
    padding: 0 30px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .w-index-pagination {
        padding: 0 .6rem; } }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .w-index-pagination {
        position: relative;
        justify-content: center;
        padding-bottom: 1.46rem;
        margin-bottom: 1.46rem; }
        .w-index-pagination .button-btn {
          position: absolute;
          bottom: 0;
          font-size: 0.38rem; }
          .w-index-pagination .button-btn:nth-child(1) {
            left: 0.53rem; }
          .w-index-pagination .button-btn:nth-child(3) {
            right: 0.53rem; } }
    .w-index-pagination-up {
      color: #000;
      font-size: 16px;
      cursor: pointer; }
      .w-index-pagination-up span {
        margin-left: 5px; }
    .w-index-pagination-page a {
      font-size: 17px;
      width: 30px;
      height: 30px;
      color: #000000;
      text-align: center;
      line-height: 30px;
      cursor: pointer; }
      .w-index-pagination-page a.active {
        background: #F8F9FA;
        color: #000000;
        border: 2px solid #CCD2D8;
        border-radius: 3px; }
    .w-index-pagination-next {
      color: #000;
      cursor: pointer;
      font-size: 16px; }
      .w-index-pagination-next span {
        margin-right: 5px; }

.add_tip_text {
  margin-top: 30px;margin-bottom:30px;font-size: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
      .add_tip_text {
        margin:40px; } }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .add_tip_text {
        margin:20px;
      }
    }