.helpTopItem {
  position: relative;
}

.helpTopItem .topText {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
  margin: auto;
  color: white;
}

.helpTopItem .topText p {
  text-align: center;
  font-size: 48px;
  color: #FFFFFF;
  letter-spacing: 7px;
}

.helpBox {
  position: relative;
  margin-top: 5.56rem;
  text-align: center;
}

.helpBox p:nth-child(1) {
  font-size: 1.88rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #404040;
  margin-bottom: 1.6rem;
}

.helpBox p:nth-child(2) {
  position: absolute;
  top: 16px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  width: 4.38rem;
  height: 0.19rem;
  background: #4DA3D4;
}

.helpBox p:nth-child(3) {
  font-size: 1.38rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #737373;
  margin-bottom: 3.5rem;
}

.helpList {
  display: flex;
  margin-bottom: 5.88rem;
}

.helpList div:nth-child(1) {
  box-sizing: border-box;
  width: 25.49rem;
  height: 32.5rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 1rem 0rem #E0E0E0;
  border-radius: 0rem;
  padding: 2.5rem 2.5rem 0 2.5rem;
  margin-right: 2.5rem;
}

.helpList div:nth-child(1) img {
  margin-bottom: 3rem;
}

.helpList div:nth-child(1) h3 {
  text-align: center;
  margin-bottom: 2.19rem;
}

.helpList div:nth-child(1) ul li {
  margin-bottom: 1rem;
  text-align: center;
}

.helpList div:nth-child(2) {
  box-sizing: border-box;
  width: 25.49rem;
  height: 32.5rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 1rem 0rem #E0E0E0;
  border-radius: 0rem;
  padding: 2.5rem 2.5rem 0 2.5rem;
  margin-right: 2.5rem;
}

.helpList div:nth-child(2) img {
  margin-bottom: 3rem;
}

.helpList div:nth-child(2) h3 {
  text-align: center;
  margin-bottom: 2.19rem;
}

.helpList div:nth-child(2) ul li {
  margin-bottom: 1rem;
  text-align: center;
}

.helpList div:nth-child(3) {
  width: 25.49rem;
  box-sizing: border-box;
  height: 32.5rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 1rem 0rem #E0E0E0;
  border-radius: 0rem;
  padding: 2.5rem 2.5rem 0 2.5rem;
  text-align: center;
}

.helpList div:nth-child(3) img {
  margin-bottom: 3rem;
}

.helpList div:nth-child(3) h3 {
  text-align: center;
  margin-bottom: 2.19rem;
}

.helpList div:nth-child(3) ul li {
  margin-bottom: 1rem;
  text-align: center;
}

.contactList {
  line-height: 2.5rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 1rem 0rem #E0E0E0;
  display: flex;
  margin-bottom: 5.49rem;
}

.contactList div:nth-child(1) {
  padding: 1.38rem 2rem;
  text-align: center;
}

.contactList div:nth-child(1) ul li:first-child {
  font-weight: bold;
}

.contactList div:nth-child(1) ul li:nth-of-type(2) {
  margin-bottom: 20px;
}

.contactList div:nth-child(2) {
  padding: 1.38rem 2rem;
  text-align: center;
}

.contactList div:nth-child(2) ul li:first-child {
  font-weight: bold;
}

.contactList div:nth-child(2) ul li:nth-of-type(2) {
  margin-top: 10px;
  margin-bottom: 17px;
}

.contactList div:nth-child(3) {
  padding: 1.38rem;
  text-align: center;
}

.contactList div:nth-child(3) ul li:first-child {
  font-weight: bold;
}

.contactList div:nth-child(4) {
  padding: 1.38rem 2rem;
  text-align: center;
}

.contactList div:nth-child(4) ul li:first-child {
  font-weight: bold;
}
.contactList-ph{
  display: none;
}

@media (max-width: 996px) {
  .helpTopItem .topText {
    position: absolute;
    left: 0;
    top: 39%;
    right: 0;
    bottom: 0;
    margin: auto;
    color: white;
  }

  .helpTopItem .topText p {
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 5px;
    line-height: 19px;
    padding: 0 40px;
  }

  .helpBox p:nth-child(1) {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #404040;
    margin-bottom: 17px;
  }

  .helpBox p:nth-child(2) {
    position: absolute;
    top: -17px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    width: 49px;
    height: 2px;
    background: #4DA3D4;
  }

  .helpBox p:nth-child(3) {
    font-size: 12px;
    font-weight: 400;
    color: #737373;
    margin-bottom: 6.5rem;
  }

  .helpList {
    padding: 10px;
    margin: 0 auto;
    display: block;
    margin-bottom: 9.88rem;
    line-height: 18px;
    text-align: center;
  }

  .helpList div:nth-child(1) {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 1rem 0rem #e0e0e0;
    border-radius: 0rem;
    padding: 10px 0;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .helpList div:nth-child(2) {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 1rem 0rem #e0e0e0;
    border-radius: 0rem;
    padding: 10px 0;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .helpList div:nth-child(3) {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 1rem 0rem #e0e0e0;
    border-radius: 0rem;
    padding: 10px 0;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .helpList div:nth-child(1) h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 3.19rem;
  }

  .helpList div:nth-child(2) h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 3.19rem;
  }

  .helpList div:nth-child(3) h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 3.19rem;
  }

  .helpList div:nth-child(1) ul li {
    margin-bottom: 3rem;
    text-align: center;
    font-size: 14px;
  }

  .helpList div:nth-child(2) ul li {
    margin-bottom: 3rem;
    text-align: center;
    font-size: 14px;
  }

  .helpList div:nth-child(3) ul li {
    margin-bottom: 3rem;
    text-align: center;
    font-size: 14px;
  }

  .contactList {
     display: none;
  }
  .contactList-ph{
    padding: 10px;
    display: block;
  }
  .contactList-ph-box {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 1rem 0rem #E0E0E0;
    margin-bottom: 20px;
  }
  .contactList-ph-box:first-child {
    padding: 20px 0 20px  29px;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 1rem 0rem #E0E0E0;
    margin-bottom: 20px;
  }
  .contactList-ph-box:first-child img {
    margin-right: 41px;
    
  }
  .contactList-ph-box:nth-child(2) {
    padding: 20px 0 20px  29px;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 1rem 0rem #E0E0E0;
    margin-bottom: 20px;
  }
  .contactList-ph-box:nth-child(2) img {
    margin-right: 41px;
  }
  .contactList-ph-box:nth-child(3) img {
    height: 80px;
    width: 80px;
  }
  .contactList-ph-box:nth-child(4) img {
    height: 80px;
    width: 80px;
  }
  .contactList-ph-box img{
    float: left;
    margin-right: 20px;
  }
  .contactList-ph-box ul li{
   font-size: 12px;
   line-height: 20px;
  }
  .contactList-ph-box ul li:first-child{
   font-weight: bold;
   font-size: 14px;
   margin-bottom: 4px;
  }

  
   
}