html,
body,
div,
p {
	margin: 0;
	padding: 0
}

html {
  font-size: 54px;
}
body {
  background-color: #fff;
}

.low-browser-tip {
  display: none;
  height: 100%;
  background-color: #fff;
}

.low-browser-tip .low-browser-tip-cont {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  height: 3.6rem;
  margin-top: -1.8rem;
  text-align: center;
}

.low-browser-tip .tip-text {
  text-align: center;
  margin-bottom: 0.25rem;
}

.low-browser-tip .main-tip {
  font-size: 0.34rem;
  color: #202020;
  font-weight: 600;
  margin-bottom: 0.23rem;
}

.low-browser-tip .sub-tip {
  font-size: 0.28rem;
  color: #898989;
  margin: 0;
}

.low-browser-tip .browser-icon {
  position: relative;
}

.low-browser-tip .browser-icon img {
  width: 3.74rem;
  height: 2.16rem;
}
