/* 此份版單位請用rem */
/* 此份版單位請用rem */
/* 此份版單位請用rem */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: 'Segoe UI', Arial, 'Microsoft YaHei', sans-serif;
}

body {
  background-color: transparent;
  -moz-user-select: none;
  user-select: none;
  touch-action: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

div &::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
}
input {
  font-size: 16px;
  font-family: 'Segoe UI', Arial, 'Microsoft YaHei', sans-serif;
  background-color: transparent;
  border: none;
  outline: none;
}

#app {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #eff6ff;
  overflow: hidden;
}
.wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: ##eff6ff;
}
.full-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(100%, 480px);
  height: 100%;
  background-image: url('../img/bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-content {
  display: flex;
  flex: 1;
  width: 100%;
}
.safe-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
}
.main-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.main-title img {
  display: block;
  width: 68%;
}
.main-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.main-btn img {
  display: block;
  width: 42%;
}
