.popup_error_tips .content {
  padding: 80px 75px;
  text-align: center;
}
.popup_error_tips .content .questiontitle {
  color: #333;
  font-size: 16px;
  margin-bottom: 40px;
  font-weight: bold;
}
.popup_error_tips .content .questioncontent {
  color: #333;
  font-size: 14px;
}
.popup_error_tips .content .return {
  display: block;
  width: 98px;
  height: 41px;
  color: #fff;
  border: none;
  background-color: #37ac68;
  font-size: 14px;
  border-radius: 4px;
  margin: 33px auto 20px;
  cursor: pointer;
}
.popup_error_tips .content .continue {
  font-size: 14px;
  color: #2cb1d1;
  cursor: pointer;
}
.popup_error_tips .container {
  width: 300px;
  height: 200px;
}
.popup_error_tips .container .content {
  padding: 60px 45px;
}
.popup_error_tips .container .content .return {
  margin: 20px auto 0;
}
.hidden {
  display: none;
}
