* {
  padding: 0;
  border: none;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
}

a {
  text-decoration: none;
}

.safe-content {
  width: 100%;
  max-width: 550px;
  height: 100%;
  background-image: url('../images/bg.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.4rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.verify {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55%;
}

.verify a {
  display: block;
  width: 100%;
  border-radius: 100px;
  color: #e06f00;
  background: #ffffff;
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
}

.service-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 40%;
}

.service-btn span {
  font-size: 0.24rem;
  color: #ffffff;
  padding-left: 0.12rem;
}