.chrome-tip {
  display: none;
  background: url("/assets/img/not_chrome.jpg") center center no-repeat;
  width: 100%;
  height: 100vh;
  background-size: 720px 520px;
  text-align: center;
  background-color: white;
}

.chrome-dl {
  color: rgb(20,164,235);
  font-size: 16px;
  width: 177px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid rgb(20,164,235);
  background: #fff;
  cursor: pointer;
  text-decoration: none;
  margin: 30px auto 0 auto;
}

.chrome-dl:hover {
  color: #fff;
  background: rgb(20,164,235);
}

.chrome-link {
  position: absolute;
  top: 66%;
  left: calc(50% - 140px);
}
