li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
html,
body {
  width: 100%;
  height: auto;
}
.fr {
  display: flex;
  flex-direction: row;
}
.fc {
  display: flex;
  flex-direction: column;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
[v-cloak] {
  display: none;
}
#app {
  font-size: 0.37333333rem;
}
#app header {
  width: 100%;
  height: 6.58666667rem;
  box-sizing: border-box;
  padding-top: 0rem;
  padding-right: 0.42666667rem;
  padding-bottom: 0rem;
  padding-left: 0.42666667rem;
  display: flex;
  flex-direction: column;
  background: url(../img//head-bg.png) no-repeat;
  background-size: 100% 100%;
}
#app header .logo {
  width: 1.12rem;
  height: 1.12rem;
  margin-top: 0.64rem;
  margin-right: 0rem;
  margin-bottom: 0.53333333rem;
  margin-left: 0rem;
}
#app header > h1 {
  width: 100%;
  height: 1.12rem;
  font-size: 0.8rem;
  font-family: Impact;
  color: #E86472;
  line-height: 0.96rem;
  text-shadow: 0 0.08rem 0.04rem #F8BAC2;
}
#app header > h3.title {
  color: #333333;
  font-size: 0.42666667rem;
  line-height: 0.69333333rem;
  font-weight: 600;
}
#app header .down-desc {
  line-height: 0.53333333rem;
  margin-top: 0.16rem;
  margin-right: 0rem;
  margin-bottom: 0.64rem;
  margin-left: 0rem;
}
#app header .down-step {
  line-height: 0.64rem;
}
#app header .head-desc {
  width: 100%;
  height: 1.44rem;
  margin-top: 0.53333333rem;
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
  font-size: 0.34666667rem;
  font-family: Arial-Black, Arial;
  font-weight: 900;
  color: #E86472;
  line-height: 0.48rem;
}
#app .main {
  display: flex;
  flex-direction: column;
  padding-top: 0rem;
  padding-right: 0.42666667rem;
  padding-bottom: 0.42666667rem;
  padding-left: 0.42666667rem;
}
#app .main form .content .text {
  height: 2.66666667rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#app .main form .content .text input {
  width: 100%;
  height: 1.12rem;
  background: #F5F5F5;
  border-radius: 0.16rem;
  padding-top: 0rem;
  padding-right: 0.42666667rem;
  padding-bottom: 0rem;
  padding-left: 0.42666667rem;
  box-sizing: border-box;
  border-width: 0;
}
#app .main form .content .text input:focus {
  border-width: 0.02666667rem;
  border-style: solid;
  border-color: #e86472;
}
#app .main form .content .text > span {
  height: 0.48rem;
  font-size: 0.29333333rem;
  font-family: Poppins-Medium, Poppins;
  font-weight: 500;
  color: #E86472;
  line-height: 0.48rem;
}
#app .main form .content .text .code-text {
  position: relative;
}
#app .main form .content .text .code-text #code {
  padding-top: 0rem;
  padding-right: 3.2rem;
  padding-bottom: 0rem;
  padding-left: 0.42666667rem;
}
#app .main form .content .text .code-text span {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 0rem;
  padding-right: 0.42666667rem;
  padding-bottom: 0rem;
  padding-left: 0.42666667rem;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.34666667rem;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
}
#app .main form .content .text .code-text span.getCode {
  color: #E86472;
}
#app .main form .content .text .code-text span.reacquire {
  color: #999999;
  pointer-events: none;
}
#app .main .submit.down-app,
#app .main .down-app.down-app {
  width: 9.14666667rem;
  box-sizing: border-box;
  position: absolute;
  bottom: 0.85333333rem;
  left: 0.42666667rem;
}
#app .main .submit button,
#app .main .down-app button,
#app .main .submit a,
#app .main .down-app a {
  width: 100%;
  height: 1.33333333rem;
  line-height: 1.33333333rem;
  display: block;
  text-align: center;
  font-size: 0.45333333rem;
  color: #fff;
  background: linear-gradient(90deg, #ef6a59 0%, #e25177 100%);
  border-radius: 0.26666667rem;
  border-width: 0rem;
}
#app .foot {
  color: #999999;
  padding-top: 0.42666667rem;
  padding-right: 0.42666667rem;
  padding-bottom: 0.42666667rem;
  padding-left: 0.42666667rem;
  font-size: 0.37333333rem;
  line-height: 0.53333333rem;
}
#app .foot p {
  margin-top: 0.16rem;
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}
.loadEffect {
  width: 2.66666667rem;
  height: 2.66666667rem;
  position: relative;
  margin: 0 auto;
  margin-top: 1.33333333rem;
}
.loadEffect span {
  display: inline-block;
  width: 0.53333333rem;
  height: 0.53333333rem;
  border-radius: 50%;
  background: #FDDEE2;
  position: absolute;
  -webkit-animation: load 1.04s ease infinite;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.3);
    opacity: 0.5;
  }
}
.loadEffect span:nth-child(1) {
  left: 0;
  top: 50%;
  margin-top: -0.26666667rem;
  -webkit-animation-delay: 0.13s;
}
.loadEffect span:nth-child(2) {
  left: 0.37333333rem;
  top: 0.37333333rem;
  -webkit-animation-delay: 0.26s;
}
.loadEffect span:nth-child(3) {
  left: 50%;
  top: 0;
  margin-left: -0.26666667rem;
  -webkit-animation-delay: 0.39s;
}
.loadEffect span:nth-child(4) {
  top: 0.37333333rem;
  right: 0.37333333rem;
  -webkit-animation-delay: 0.52s;
}
.loadEffect span:nth-child(5) {
  right: 0;
  top: 50%;
  margin-top: -0.26666667rem;
  -webkit-animation-delay: 0.65s;
}
.loadEffect span:nth-child(6) {
  right: 0.37333333rem;
  bottom: 0.37333333rem;
  -webkit-animation-delay: 0.78s;
}
.loadEffect span:nth-child(7) {
  bottom: 0;
  left: 50%;
  margin-left: -0.26666667rem;
  -webkit-animation-delay: 0.91s;
}
.loadEffect span:nth-child(8) {
  bottom: 0.37333333rem;
  left: 0.37333333rem;
  -webkit-animation-delay: 1.04s;
}
