.check_browser {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.check_browser>div {
  width: 480px;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
}

.check_browser .img1 {
  display: block;
  margin: 0 auto 10px;
}

.check_browser p {
  margin: 0;
  color: #999;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
}

.check_browser .text1 {
  margin-top: 40px;
  color: #333;
  font-size: 22px;
}

.check_browser .text2 {
  margin: 10px 0;
  font-size: 16px;
  color: #666;
}

.check_browser .button {
  margin: 50px auto 40px;
  width: 100px;
  height: 40px;
  background: #4485cf;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
}

.check_browser .button:hover {
  background: #54a1f9;
}
