.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.no-data {
  margin: 50px 0;
  padding: 50px 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.no-data img {
  width: 240px;
  height: 180px;
  margin-bottom: 30px;
}
.no-data p {
  font-size: 20px;
  color: #8e8483;
}

body {
  background: #fff;
}

.contact-success {
  width: 1400px;
  margin: 50px auto;
  align-items: center;
}
.contact-success svg {
  width: 200px;
  height: 200px;
  margin: 15px 0;
}
.contact-success .title {
  font-size: 20px;
  font-weight: 900;
  margin: 15px 0;
}
.contact-success .desc {
  font-size: 15px;
  margin: 15px 0;
}
.contact-success .button {
  width: 270px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  color: #e9f6ff;
  background: #2c72bf;
  transition: all 0.4s;
}
.contact-success .button:hover {
  color: #e9f6ff;
  background: #0060a4;
  transition: all 0.4s;
}

/*# sourceMappingURL=error.css.map */
