

.ellipsis,
.ellipsis-multi {
  text-overflow: ellipsis;
  overflow: hidden
}



html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%
}

a,
b,
body,
dd,
div,
dl,
dt,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
img,
li,
p,
section,
ul {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  font-family: "Helvetica Neue", Helvetica, "Heiti SC", "Droid Sans Fallback", sans-self;
  line-height: 1;
  font-size: 14px;
  background-color: #fff;
  color: #353535
}

ul {
  list-style: none
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent
}

img {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
  font-size: 0
}


.copy-btn,
.main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}


.ellipsis {
  white-space: nowrap
}

.ellipsis-multi {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.app {
  overflow-y: hidden;
  height: 100vh;
  position: relative;
  color: #000;
  max-width: 750px;
  margin: auto;
}

.main-title {
  width: 392px;
  height: 262px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 135px;
  z-index: 2
}

.main-content {
  width: 100%;
  height: 382px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  color: #222;
  text-align: center;
  z-index: 2
}

.btn-download {
  width: 632px;
  height: 108px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -webkit-animation: changes 1s .2s linear infinite alternate;
  animation: changes 1s .2s linear infinite alternate;
  margin-top: 40px;
  text-align: center;
  background: center center no-repeat #FFD321;
}

.copy-btn {
  width: 666px;
  height: 108px;
  -webkit-border-radius: 54px;
  border-radius: 54px;
  border: 2px solid rgba(255, 255, 255, .8);
  color: #fff;
  font-size: 34px;
  line-height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}

.copy-btn .min {
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, .8)
}

.list-move-item img {
  display: block
}

.list-move-item img:last-child {
  margin-top: -1px
}

@-webkit-keyframes changes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@keyframes changes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

#js-copy-btn {
  background: rgba(0,0,0,0.6);
  margin-top: -400px;
  height: 245px;
}

.list-move-item {
  animation: movetop 20s infinite linear;
}

.rankdom {
  width: 1;
  height: 1;
  font-size: 0px;
  overflow: hidden
}

@keyframes movetop {
  0% {
    top: -648px;
  }

  100% {
    top: -3163px;
  }
}

#inviteCode {
  z-index: 1;
  text-align: center;
  color: white;
  font-size: 32px;
  position: relative;
  top: 240px;
}

#code {
  color: red;
  font-weight: 700;
}

.ui__alert .ui__alert_content {
  min-width: 487px !important;
  border-radius: 30px !important;
}

.ui__alert .ui__alert_content .ui__content_body {
  font-size: 24px !important;
}

.ui__title {
  font-size: 28px !important;
}

.ui__content_body div {
  height: 160px !important;
  line-height: 50px;
  font-size: 25px;
}

.ui__content_foot a {
  font-size: 24px !important;
}

.ui__content_foot {
  height: 68px !important;
}

.list-move-item {
  position: relative;
}

.list-move-item img {
  width: 100%;
}

.main-title {
  top: 10%;
  display: inline-block;
  text-align: center;
}

#js-copy-btn {
  top: 45%;
}

.btn-download {
  margin-top: 190px;
}