.error_page_container {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 768px;
  background-color: #FFFFFF;
}

.error_page_nav {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 1);
}

img.error_images {
  margin-top: 100px;
  left: 499px;
  top: 100px;
  width: 368px;
  height: 236px;
  background-color: rgba(255, 255, 255, 0);
}

.error_container {
  margin-top: 60px;
  margin-bottom: 30px;
  left: 113px;
  top: 396px;
  height: 54px;
}

.error_content {
  left: 113px;
  top: 396px;
  width: 1140px;
  height: 42px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 32px;
  text-align: center;
}

.error_line {
  margin-top: 12px;
  left: 643px;
  top: 447px;
  width: 80px;
  height: 3px;
  background-color: rgba(49, 188, 134, 1);
}

.error_hint {
  line-height: 30px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  text-align: center;
}

.error_logout_btn {
  margin-top: 30px;
  background-color: rgba(49, 188, 134, 1);
  width: 20%;
}

.error_logout_btn_content {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  text-align: center;
  background-color: rgba(49, 188, 134, 1);
}