/* 此份版單位請用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: #e3e3e3;
  -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;
}

::-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;
}
.montserrat-font {
  font-family: 'Montserrat', 'Segoe UI', Arial, 'Microsoft YaHei', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#app {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #e6e8f3;
  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: #e6e8f3;
}
.full-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  height: 100%;
}
.main-content {
  display: flex;
  flex: 1;
  width: 100%;
  background-image: url('../images/bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e6e8f3;
}
.safe-content {
  display: flex;
  flex-direction: column;
  width: 7.5rem;
  height: 10.88rem;
  padding: 0.4rem 0;
  margin: auto;
}
.kv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.kv video {
  display: block;
  width: 60%;
}
.info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  color: #7c7e7f;
}
.info .info-title {
  font-size: 0.6rem;
}
.info .info-dec {
  font-size: 0.36rem;
  line-height: 1.5;
  text-align: center;
  padding-top: 0.34rem;
}
.verify {
  width: 55%;
  min-width: 220px;
  margin: auto;
  text-align: center;
}
.service-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  cursor: pointer;
}
.service-btn i {
  width: 0.32rem;
}
.service-btn i img {
  display: block;
  width: 100%;
}
.service-btn span {
  font-size: 0.24rem;
  color: #046ef9;
  padding-left: 0.12rem;
}
/* slide */
.clear {
  clear: both;
}
.slide-track {
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  height: 0.9rem;
  min-height: 44px;
  border-radius: 1000px;
  background-color: #f7fbff;
  border: 1px solid #9db4ff;
  box-shadow: inset 0 2px 4px #7f97ff;
  overflow: hidden;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.slide-label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  height: 44px;
  height: 0.9rem;
  line-height: 44px;
  line-height: 0.9rem;
  font-size: 12px;
  font-size: 0.24rem;
  color: #999999;
  text-align: center;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
}
.slide-fill {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 0;
  height: 100%;
  border-radius: 1000px;
  background: linear-gradient(to right, #1678ff 0%, rgba(22, 120, 255, 0.08) 100%);
  pointer-events: none;
}
.slide-shadow {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 1;
  width: 0;
  height: 90%;
  border-radius: 1000px;
  background-color: #ecf9ff;
  pointer-events: none;
}
.slide-thumb {
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
  width: 42px;
  width: 0.88rem;
  height: 42px;
  height: 0.88rem;
  min-width: 42px;
  min-height: 42px;
  background-color: #4b8dff;
  border-radius: 50%;
  cursor: grab;
  touch-action: none;
}
.slide-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.slide-track.is-dragging .slide-label {
  visibility: hidden;
}
.slide-track.is-disabled {
  pointer-events: none;
}
.verify.active .slide-thumb {
  opacity: 0;
  transition: opacity 0.3s;
}
.verify.active .slide-track {
  background-image: url('../images/verify-btn.webp') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#amount {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  left: 120px;
  top: -45px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
}
