.errorTips {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 550;
}
.errorCode {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 550;
}
.errorCode p {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .errorCode {
    display: unset;
    font-size: 14px;
    font-weight: 550;
  }
  .errorCode p {
    width: 100%;
  }
  .errorCode p:nth-child(1) {
    text-align: left;
    margin-left: 75px;    
  }
  .errorCode p:nth-child(2) {
    text-align: left;
    margin-left: 61px;    
  }
  
}
