@media (max-width: 767px){
  .bannersBoxH5 .bannerBtn{
    display: none;
  }
}
.bannersBoxH5{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.bannersBoxH5 .textBox{
  font-size: 13px;
  display: inline-block;
}
.bannersBoxH5 .number{
  font-weight: bold;
  margin-left: 10px;
}
.bannersBoxH5 .line{
  margin: 0 6px;
}
.bannersBoxH5 .bannerBtn{
  width: 100%;
  height: auto;
  margin-top: 18px;
}
.bannersBoxH5 .submitBtn{
  width: 200px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-right: 16px;
}
.bannersBoxH5 .submitBtn a{
  display: flex;
  align-items: center;
}
.bannersBoxH5 .submitBtn .submit{
  color: white;
  margin-left: 10px;
  font-weight: bold;
}
.bannersBoxH5 .submitBtn:hover{
  -webkit-animation: shake 0.38s;
}