.may-help {
  height: 318px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  padding-top: 60px;
}

.help-blocks {
  width: 100%;
  height: 120px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.help-block {
  width: 456px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  color: #fff;
}

.help-block:hover {
  /* color: #4b9a7b; */
  cursor: pointer;
  background-size: 120% 120%;
  transition: all 0.3s ease;
}

.help-block i {
  font-size: 48px;
  margin-right: 15px;
}

.block-text {
  font-size: 22px;
  font-weight: bold;
}

.hos {
  background-image: url(../img/help_bg_1.jpg);
}

.ser {
  background-image: url(../img/help_bg_2.jpg);
}

.req {
  background-image: url(../img/help_bg_3.jpg);
}

@media screen and (max-width: 1366px) {
  .may-help {
    width: 7.02rem;
    height: 6.48rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 0.01px solid #f0f0f0;
    padding-top: 0.6rem;
  }

  .may-help-title {
    width: 4.32rem;
  }

  .help-blocks {
    width: 100%;
    height: auto;
    margin-top: 0.58rem;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
  }

  .help-block {
    width: auto;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    color: #fff;
    padding: 0 0 0 0.77rem;
    margin-bottom: 0.2rem;
  }

  .help-block:hover {
    cursor: pointer;
    background-size: 120% 120%;
    transition: all 0.3s ease;
  }
  
  .help-block i {
    font-size: 0.46rem;
    margin-right: 0.15rem;
  }
  
  .block-text {
    font-size: 0.28rem;
    font-weight: bold;
  }

  .hos {
    background-image: url(../img/mobile_help_bg_1.jpg);
  }
  
  .ser {
    background-image: url(../img/mobile_help_bg_2.jpg);
  }
  
  .req {
    background-image: url(../img/mobile_help_bg_3 .jpg);
  }
}
