#chinese-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9999;
}

#chinese-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}

#chinese-popup-content a {
  color: #970a11;
  text-decoration: underline;
}

#chinese-popup-content {
  margin-bottom: 20px;
}

#chinese-popup h2 {
  font-size: 24px;
}

#chinese-popup p {
  font-size: 18px;
  line-height: 1.5;
}

#chinese-popup-close {
  background-color: #970a11;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 0px;
  cursor: pointer;
  font-size: 16px;
}
