/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 600px;
  position: relative;
  background-color: #7803ff;
}
.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  margin-top: 180px;
  width: 100px;
  height: 50px;
}

h1 {
  font-family: Arial-Black;
  font-size: 18px;
  color: #ff7c03;
  text-align: center;
  font-weight: 900;
  margin-top: 12px;
}

.slogan {
  width: 83px;
  height: 181.5px;
  margin-top: 50px;
  margin-bottom: 70px;
}

.button:hover {
  background-color: #f5f5f5;
}

.button .icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  fill: #ff7c03;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

.mask-container {
  position: absolute;
  right: 48px;
  top: 0px;
}
#tips {
  color: #fff;
  font-weight: bold;
}
.mask span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 22px;
  background-color: #924ffd;
  margin-right: 12px;
}
.content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.button {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  height: 50px;
  width: 65%;
  overflow: hidden;
  color: #7803ff;
  font-weight: 600;
  border-radius: 1000px;
  border: 1px solid #7803ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
}

.tip-text {
  color: #fff;
}

.btns {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
  height: 50px;
}
.arrow {
  width: 40px;
  height: 40px;
  margin-left: 12px;
}

.special {
  position: relative;
  margin-left: 24px;
}

.aim {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: -24px;
  -webkit-transform: translate(15px, -24px);
  -ms-transform: translate(15px, -24px);
  transform: translate(15px, -24px);
}

.line {
  width: 72px;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
}

.float-a,
.float-b,
.float-c {
  position: absolute;
}

.float-a {
  right: 0;
  width: 26px;
  top: 8%;
}

.float-b {
  width: 75px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.float-c {
  width: 50px;
  right: 0;
  bottom: 0;
}

.display-none {
  display: none;
}
