.root-main {
  background-color: #f2f3f5; }

.banner {
  width: 40.8960rem;
  height: 7.6680rem;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; }
  .banner .backgroundImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .banner .search {
    width: 20.3628rem;
    height: 1.2780rem;
    display: flex; }
    .banner .search .left {
      width: 4.8990rem;
      height: 1.2780rem;
      background: #165dff;
      border-radius: 2.1300rem 0.0000rem 0.0000rem 2.1300rem;
      display: flex;
      align-items: center;
      padding: 0 0.8520rem;
      justify-content: space-between;
      position: relative;
      cursor: pointer; }
      .banner .search .left:hover .eject {
        display: block; }
      .banner .search .left:hover .icon {
        transform: rotateZ(180deg); }
      .banner .search .left .text {
        font-size: 0.2982rem;
        color: #ffffff;
        line-height: 0.4260rem; }
      .banner .search .left .icon {
        color: #fff;
        transition: 0.5s; }
      .banner .search .left .eject {
        width: 4.8990rem;
        background: #ffffff;
        box-shadow: 0.0000rem 0.1065rem 0.1065rem 0.0000rem rgba(0, 0, 0, 0.3);
        border-radius: 0.1065rem;
        border: 0.0213rem solid #dcdcdc;
        position: absolute;
        top: 1.2780rem;
        left: 0;
        padding: 0.3408rem 0.3408rem 0.1065rem;
        display: none;
        z-index: 9; }
        .banner .search .left .eject p {
          font-size: 0.3408rem;
          color: #1d2129;
          line-height: 0.4899rem;
          margin-bottom: 0.2343rem; }
    .banner .search .right {
      width: 15.4638rem;
      height: 1.2780rem;
      background: #ffffff;
      border-radius: 0.0000rem 2.1300rem 2.1300rem 0.0000rem;
      border: 0.0213rem solid #cccccc;
      display: flex;
      padding: 0 0.8520rem;
      align-items: center;
      justify-content: space-between; }
      .banner .search .right .input {
        flex: 1;
        margin-right: 0.5112rem;
        font-size: 0.2982rem;
        line-height: 0.4260rem;
        border: 0; }
        .banner .search .right .input::placeholder {
          color: #4e5b66; }
      .banner .search .right .icon {
        color: #000;
        font-size: 0.5538rem;
        cursor: pointer; }

.main {
  width: 15.9750rem;
  padding: 0.6816rem 0.6816rem 1.0224rem;
  flex-wrap: wrap;
  flex-direction: row; }
  .main::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 14.6118rem;
    height: 0.0426rem;
    background: #e5e6eb; }
  .main .item {
    width: 7.1142rem;
    height: 2.9394rem;
    background: #ffffff;
    border-radius: 0.1704rem;
    border: 0.0213rem solid #dcdcdc;
    margin: 0 0.3834rem 0.3834rem 0;
    padding: 0.5112rem; }
    .main .item:nth-child(2n) {
      margin: 0 0 0.3834rem 0; }
    .main .item img {
      display: none; }
    .main .item .info .name {
      font-size: 0.5112rem;
      color: #1d2129;
      line-height: 0.7242rem; }
    .main .item .info .box {
      border: 0.0426rem solid #dcdcdc;
      margin-top: 0.3408rem;
      border-radius: 0.1704rem;
      padding: 0.1278rem 0.2556rem;
      flex-direction: row;
      width: fit-content; }
      .main .item .info .box p {
        font-size: 0.4260rem;
        color: #1d2129;
        line-height: 0.5964rem; }
      .main .item .info .box .text::after {
        content: " :";
        margin-right: 0.1278rem;
        font-size: 0.4260rem;
        color: #1d2129; }

.lookMore {
  margin: 0.4260rem auto 0;
  width: 3.5784rem;
  height: 0.9372rem;
  border-radius: 0.1704rem;
  border: 0.0213rem solid #165dff;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; }
  .lookMore span {
    font-size: 0.2982rem;
    color: #165dff; }

.help {
  width: 100%;
  margin: 1.0224rem auto 2.5773rem; }
  .help .title {
    font-size: 0.8520rem;
    color: #1d2129;
    margin-left: 0.6816rem;
    line-height: 1.1928rem; }
  .help .content {
    padding: 0 0.6816rem; }
    .help .content .box {
      width: 14.6118rem;
      background: #ffffff;
      border-radius: 0.1704rem;
      flex-direction: row;
      display: flex;
      padding: 0.8520rem;
      margin-bottom: 0.6816rem; }
      .help .content .box .icon {
        width: 2.0448rem;
        height: 2.0448rem;
        background: #f5f7fa;
        border-radius: 1.4910rem;
        justify-content: center;
        margin-right: 0.8520rem;
        align-items: center; }
        .help .content .box .icon img {
          width: 1.2354rem;
          height: 1.2354rem; }
      .help .content .box .info {
        flex: 1; }
        .help .content .box .info .name {
          font-size: 0.5964rem;
          color: #1d2129;
          line-height: 0.8520rem; }
        .help .content .box .info .desc {
          margin-top: 0.2556rem;
          font-size: 0.5112rem;
          color: #86909c;
          line-height: 0.7242rem; }
