#browserModeTip {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  z-index: 99999;
}
#browserModeTip > div:first-child {
  text-align: center;
  font-size: 40px;
  width: 800px;
  height: 132px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -66px;
}
#browserModeTip > div:first-child p {
  margin: 0;
  font-size: 40px;
}
#browserModeTip > div:first-child p:nth-child(1) {
  margin-bottom: 30px;
}
#browserModeTip > div:first-child p:nth-child(1) b {
  color: #51b72f;
}
#browserModeTip > div:nth-child(1) span {
  cursor: pointer;
  background: #51b72f;
  color: white;
  border-radius: 30px;
  border: none;
  padding: 10px 30px;
  font-size: 35px;
  line-height: 40px;
}
#browserModeTip > div:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(56, 56, 56, 0.8);
  text-align: center;
}
#browserModeTip > div:nth-child(2) img {
  margin-top: 30px;
  width: 900px;
  height: 500px;
}
