.mainBox {
  position: relative;
  width: 100%;
  text-align: center;
  .tipWord {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    color: #ff6100;
    font-size: 13px;
  }
  img {
    width: 25px;
  }
}
