.main {
  width: 100%;
  padding: 45px 0 0 0 !important;
  background-color: #fff;
  .topImg {
    height: 300px;
    background: url("../img/indBgH5.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    .img {
      text-align: center;
      margin-top: 28px;
      img {
        width: 265px;
        height: 31px;
      }
      p {
        font-weight: 400;
        font-size: 12px;
        color: #364757;
        line-height: 17px;
        margin-top: 4px;
      }
    }
  }
  .titleBox {
    display: none;
  }
  .secondBox {
    padding: 24px 37px;
    box-sizing: border-box;
    background: #fafbff;

    .titBottom {
      display: none;
    }
    .titBottomH5 {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 16px 32px 0 32px;
      .titH5Line1,
      .titH5Line2 {
        width: 100%;
        display: flex;
        justify-content: space-between;

        .first,
        .second,
        .thrid,
        .forth {
          width: 45%;
          display: flex;
          align-items: center;
          flex-direction: column;
          box-sizing: border-box;
        }
        img {
          width: 64px;
          height: 64px;
        }
        p {
          font-weight: 600;
          font-size: 14px;
          color: #1d2129;
          line-height: 20px;
          margin: 8px 0 4px 0;
        }
        span {
          font-weight: 400;
          font-size: 12px;
          color: #1d2129;
          line-height: 17px;
        }
      }
      .titH5Line2 {
        margin-top: 16px;
      }
    }
  }
  .titleBoxH5 {
    display: flex;
    align-items: center;
    justify-content: center;
    img {
      width: 81px;
      height: 10px;
    }
    p {
      text-align: center;
      font-weight: 600;
      font-size: 18px;
      color: #1d2129;
      line-height: 25px;
      margin: 0 16px;
    }
  }
  .thirdBox {
    overflow: hidden;
    .continer > p {
      font-weight: 400;
      font-size: 10px;
      color: #666666;
      line-height: 14px;
      text-align: center;
      margin: 8px 0 24px 0;
    }
    .continer {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 24px;
    }
    .titleBox {
      display: none;
    }
    .titleBoxH5 {
      padding-top: 24px;
    }
    .itemIconBox {
      display: none;
    }

    @media screen and (max-width: 556px) {
      .itemIconBoxH5 {
        width: 352px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }
    }
    @media screen and (min-width: 557px) {
      .itemIconBoxH5 {
        width: 533px;
        display: flex;
        flex-wrap: wrap;
        column-gap: 13px;
        row-gap: 12px;
      }
    }
    .itemIconBoxH5 {
      .itemIcon {
        width: 169px;
        height: 169px;
        box-shadow: 0px 9px 23px 0px rgba(0, 0, 0, 0.06);
        border-radius: 8px 8px 8px 8px;
        margin-top: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        img {
          width: 116px;
          height: 116px;
        }
      }
      .more {
        background: #0256ff;
        font-weight: 500;
        font-size: 20px;
        color: #ffffff;
        line-height: 28px;
      }
    }
  }
  .forthBox {
    display: none;
  }
  .fifthBox {
    .continer > p {
      font-weight: 400;
      font-size: 10px;
      color: #666666;
      line-height: 14px;
      text-align: center;
      margin: 8px 0 23px 0;
    }
  }
  .scrollBox {
    display: none;
  }
  @media screen and (max-width: 556px) {
    .scrollBoxH5 {
      display: flex;
      flex-direction: column;
      align-items: center;
      ul {
        width: 352px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }
    }
  }
  @media screen and (min-width: 557px) {
    .scrollBoxH5 {
      display: flex;
      flex-direction: column;
      align-items: center;

      ul {
        width: 533px;
        display: flex;
        flex-wrap: wrap;
        column-gap: 13px;
        row-gap: 12px;
      }
    }
  }
  .scrollBoxH5 {
    display: flex;
    justify-content: center;
    ul {
      padding: 0;
      margin: 0;
      li {
        width: 169px;
        height: 210px;
        box-shadow: 0px 13px 31px 0px rgba(0, 0, 0, 0.06);
        border-radius: 10px 10px 10px 10px;
        position: relative;
        margin-top: 13px;
        .hoverBox3 {
          position: absolute;
          top: 128px;
        }
        img {
          width: 169px;
          height: 169px;
        }
        .liBottom3 {
          width: 100%;
          height: 41px;
          margin-top: -5px;
          padding: 12px 8px;
          box-sizing: border-box;
          display: flex;
          align-items: center;
          img {
            width: 16px;
            height: 16px;
            margin-right: 8px;
          }
          a {
            font-weight: 400;
            font-size: 12px;
            color: #1d2129;
            line-height: 17px;
          }
        }
        .hoverBox3 {
          padding: 12px 8px;
          background: rgba(0, 0, 0, 0.5);
          p {
            font-weight: 400;
            font-size: 12px;
            color: #ffffff;
            line-height: 17px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1; /* 控制显示的行数 */
            overflow: hidden;
            text-overflow: ellipsis;
          }
        }
      }
    }
  }
  .ulBtn {
    width: 80px;
    height: 33px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px 0 29px 0;
    span {
      font-weight: 400;
      font-size: 12px;
      color: #3d3d3d;
      line-height: 17px;
    }
  }
  @media screen and (max-width: 556px) {
    .itemSix {
      width: 352px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  @media screen and (min-width: 557px) {
    .itemSix {
      width: 533px;
      display: flex;
      flex-wrap: wrap;

      box-sizing: border-box;
      column-gap: 13px;
      row-gap: 12px;
    }
  }
  .sixthBox {
    background: #fafbff;
    padding: 24px 27px;
    .itemSix {
      /* justify-content: center; */

      margin: 0 auto;
      .shopIte {
        width: 160px;
        height: 128px;
        /* background-color: #fff; */

        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        img {
          width: 22.86px;
          height: 22.86px;
          background-color: #fff;
          padding: 20px;
          border-radius: 50%;
        }
        .radio {
          display: none;
        }
        .radP {
          width: 210px;
          position: absolute;
          bottom: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 600;
          font-size: 14px;
          color: #1d2129;
          line-height: 20px;
          span {
            font-weight: 600;
            font-size: 14px;
            color: #0256ff;
            line-height: 20px;
            margin-right: 6px;
          }
        }
      }
    }
  }
  .eigthBox {
    padding: 24px 20px;
    box-sizing: border-box;
    .selectBox {
      border-radius: 8px 8px 8px 8px;
      overflow: hidden;
    }
    .itemSelect {
      border-bottom: 1px solid #eeeeee;
      &:last-child {
        border-bottom: none;
      }
      .textBox {
        padding: 16px 0;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        p {
          font-weight: 500;
          font-size: 14px;
          color: #262626;
          line-height: 20px;
        }
        .icon {
          width: 12px;
          height: 12px;
        }
      }
      .content {
        /* display: inline-block; */
        margin-bottom: 24px;
        font-weight: 400;
        font-size: 12px;
        color: #999999;
        line-height: 17px;
        display: none;
      }
    }
  }
  .otherFuncBox,
  .nightBox,
  .scrollTopBox {
    display: none !important;
  }
}
