#c_content .wenzi,
.error-429,
.errorPage,
.errorPage .backMain,
.errorPage input {
  box-sizing: border-box;
}

.errorPage,
.errorPage .backMain,
.errorPage .info,
.errorPage .title,
.prompt_errorCode,
.x_lst2 .page {
  text-align: center;
}

.errorPage {
  margin: 15px 0;
  height: 552px;
  background-color: #fff;
  padding-top: 120px;
}
.errorPage img {
  display: block;
  width: 356px;
  margin: 0 auto 10px;
}
.errorPage .title {
  font-size: 16px;
  color: #5f5f5f;
  font-weight: 700;
  padding: 8px 0;
}
.errorPage .info {
  color: #ccc;
  padding: 8px 0;
}
.errorPage .backMain {
  width: 119px;
  display: inline-block;
  position: relative;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  font-size: 13px;
  margin-top: 10px;
  cursor: pointer;
  background-color: #359ade;
  color: #fff;
}
.error-404 {
  padding-top: 40px;
}
.errorPage .tips {
  color: #999;
  font-size: 14px;
  padding: 20px 0 24px;
}
.errorPage h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.errorPage button,
.errorPage input {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  width: 280px;
  outline: 0;
}
.errorPage input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 8px;
  margin: 24px auto 0;
}
.errorPage button {
  margin: 10px auto 0;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #3ba8e9;
  background: #3ba8e9;
  cursor: pointer;
}
.m-errorPage {
  display: none;
}
.error-429 {
  margin: 15px 0;
  height: 552px;
  background-color: #fff;
  padding-top: 120px;
}
.error-429 .tips {
  color: #999;
  font-size: 14px;
  padding: 20px 0 24px;
}
.error-429 h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.error-429 button {
  margin: 10px auto 0;
  color: #fff;
  border: 1px solid #3ba8e9;
  background: #3ba8e9;
  cursor: pointer;
  width: 280px;
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  outline: 0;
  border-radius: 20px;
}