* {
  margin: 0;
  padding: 0;
}
.tips {
  display: none;
  position: relative;
  font-size: 14px;
  text-align: center;
}
.wordsTips {
  color: #fa8c16;
  background-color: #fff7e6;
}
.closeBtn {
  position: absolute;
  right: 10px;
  top: 0;
  width: 20px;
  height: 100%;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.closeBtn:hover {
  background-color: #f0f2f5;
}

.warningIE {
  display: none;
  width: 100% !important;
  height: 800px !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  font-family: "微软雅黑";
  font-size: 16px !important;
  color: #333;
  text-align: center !important;
}
.words {
  display: flex;
  width: 800px;
  background-color: #f0f2f5 !important;
  padding: 20px;
  border-radius: 10px;
  margin-top: -150px;
}
.words img {
  width: 80px;
  height: 80px;
  margin-right: 25px;
}
