.browser-hint {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #20A0FF;
}

.bh-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 380px;
  margin-top: -200px;
  color: #fff;
  text-align: center;
}

.bh-wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.bh-wrapper .p-sub {
    line-height: 30px;
    margin-top: 40px;
    font-size: 22px;
    font-weight: normal;
}

.bh-wrapper .p-main {
    line-height: 46px;
    margin-top: 6px;
    font-size: 36px;
    font-weight: 500;
}

.bh-wrapper a {
    display: inline-block;
    margin-top: 109px;
    padding: 11px 25px;
    border-radius: 4px;
    background: #fff;
    color: #20A0FF;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 4px 0 rgba(32, 160, 255, .5);
    text-decoration: none;
}

.bh-wrapper .continue-use-btn {
    /* padding: 6px 25px; */
    margin-top: 20px;
    background: transparent;
    color: #FFF;
}

#loginFooter {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 40px;
	align-items: center;
	justify-content: space-evenly;
	font-size: 13px;
}
