body {
  /* min-width: 1920px; */
  background: url(../images/bg-h5.png) no-repeat;
  background-position: center center;
  background-size: cover;
}

.ui-content {
  /* height: 100vh; */
  min-height: 937px;
  position: relative;
  padding-top: 1px;
  padding-bottom: 36px;
}

.ui-profile {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1335px;
  margin: 0 auto 94px;
}

.ui-banner {
  width: 510px;
  padding-top: 98px;
}

.ui-banner-text {
  margin: 16px 0 46px;
}

.ui-banner-text > p {
  font-size: 17px;
  color: #fff;
}

.ui-banner-text > div {
  font-size: 17px;
  color: #FFED38;
  margin-top: 46px;
}

.ui-shield {
  width: 302px;
  height: 69px;
  margin-bottom: 35px;
  background: url(../images/bg-shield-h5.png) no-repeat;
}

.ui-nav {
  margin-bottom: 60px;
}

.ui-nav > a {
  font-size: 17px;
  font-weight: 600;
  color: #ffd83a;
  border-bottom: 1px solid #ffd83a;
}

.ui-nav > a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.ui-game-list {
  display: flex;
  align-items: center;
}

.ui-game-list > div {
  margin-right: 16px;
}

.ui-game-list > div > img {
  width: 100px;
}

.ui-game {
  width: 668px;
  min-height: 760px;
  margin-top: 44px;
  background: url(../images/bg-role-h5.png) no-repeat;
  background-size: 675px 707px;
}

.ui-advan {
  width: 375px;
  height: 140px;
  margin: 34px auto 584px;
  /* background: url(../images/bg-ad-h5.png) no-repeat; */
}

.ui-bottom-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
}

.ui-download {
  display: flex;
  align-items: center;
  width: 412px;
  height: 129px;
  padding-top: 6px;
  padding-left: 6px;
  border-radius: 18px;
  background: url(../images/open_bg.png) no-repeat;
}

.ui-qrcode {
  width: 114px;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}

.ui-qrcode-box {
  display: flex;
  justify-content:center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 0;
  border-radius: 6px;
  margin: 0 auto;
  background: #fff;
}

.ui-qrcode-box > img {
  display: block;
  max-width: 90px;
}

.ui-qrcode > p {
  font-size: 12px;
  color: #ffffff;
  transform: scale(0.9);
}

.ui-qrbar {
  position:absolute;
  width: 120px;
  height: 12px;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  animation: move 3s infinite linear;
  background: url(../images/bar.png) no-repeat;
  background-size: 100% 100%;
}

@keyframes move {
  0% {
    transform:translate(-50%, 10px);
  }
  50% {
    transform:translate(-50%, 90px)
  }
  93% {
    transform:translate(-50%, 0px)
  }
  100% {
    transform:translate(-50%, 10px)
  }
}


.ui-btnbox > a {
  display: block;
  width: 276px;
  height: 88px;
  background: url(../images/main_btn.png) no-repeat;
}

.ui-tips {
  width: 73px;
  height: 117px;
  margin-left: 19px;
  background: url(../images/tips.png) no-repeat;
}

.ui-footer > div {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.ui-footer > p {
  font-size: 16px;
  color: #6c68ae;
  text-align: center;
}

.ui-modal {
  position:fixed;
  width: 1445px;
  height: 703px;
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  /* background: #6f65ff; */
  background: linear-gradient(to right bottom, #8B2B1B 0%, #5B1C3E 40%, #5B1C3E 60%, #8B2B1B 100%);
}

.ui-about {
  display: none;
}

.ui-modal-top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 78px;
  background: #541C2F;
}

.ui-about .ui-modal-title {
  width: 175px;
  height: 50px;
  background: url(../images/title-about.png) no-repeat;
}

.ui-btn-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 31px;
  height: 31px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform 0.3s;
  background: url(../images/btn-close.png) no-repeat;
}

.ui-btn-close:hover {
  transform: rotate(180deg);
}

.ui-about-content {
  padding: 80px 71px 0;
  font-size: 20px;
  color: #fff;
}

.ui-policy {
  display: none;
}

.ui-policy .ui-modal-title {
  width: 257px;
  height: 58px;
  background: url(../images/title-polic.png) no-repeat;
}

.ui-policy-content {
  padding: 45px 71px;
}

.ui-policy-content > div {
  margin-bottom: 50px;
}

.ui-content-title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.ui-content-text {
  font-size: 20px;
  color: #fff;
}

.ui-contact {
  display: none;
}

.ui-contact .ui-modal-title {
  width: 202px;
  height: 49px;
  background: url(../images/title-contact.png) no-repeat;
}

.ui-contact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 178px;
}

.ui-contact-content > div {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}

.ui-input-profile {
  display: flex;
  align-items: center;
  width: 408px;
  height: 73px;
  padding-left: 14px;
  background: url(../images/bg-input.png) no-repeat;
}

.ui-contact-content > div > a {
  width: 125px;
  height: 56px;
  margin-left: 27px;
  background: url(../images/btn-copy.png) no-repeat;
}

.ui-input-profile > span {
  font-size: 28px;
  color: #ffff9b;
}

.ui-icon-mail {
  width: 59px;
  height: 48px;
  margin-right: 33px;
  background: url(../images/icon-mail.png) no-repeat;
}

.ui-icon-app {
  width: 65px;
  height: 66px;
  margin-right: 33px;
  background: url(../images/icon-app.png) no-repeat;
}
