body {
  /* min-width: 1920px; */
  background: url(../images/bg.png) no-repeat;
  background-color: #13082f;
  background-position: top center;
  background-size: cover;
}

.ui-content {
  height: 100vh;
  min-height: 937px;
  position: relative;
  padding-top: 1px;
}

.ui-header {
  display: flex;
  margin: 30px 99px 0;
  align-items: center;
  justify-content: space-between;
}

.ui-logo img {
  width: 334px;
}

.ui-nav > a {
  display: inline-block;
  vertical-align: middle;
  width: 142px;
  height: 40px;
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  background: #287277;
  border: 1px solid #23d2a7;
  box-shadow: 0px 0px 10px 0px #929fff;
}

.ui-nav > a:hover {
  border: 1px solid #fff;
  box-shadow: 0px 0px 10px 0px #fff;
}

.ui-profile {
  width: 1200px;
  margin: 0 auto;
}

.ui-banner {
  width: 100%;
  height: 500px;
  /* background: url(../images/bg-ad.png) no-repeat; */
}

.ui-game {
  display: flex;
  height: 240px;
  align-items: center;
  justify-content: space-between;
  border-radius: 18px;
  padding-left: 44px;
  border: 1px solid #57ffa6;
  background-color: #1b6058;
  box-shadow: 0px 0px 10px 0px #929fff;
}

.ui-textBox {
  font-size: 24px;
  color: #ffffff;
}

.ui-textFirst {
  float: left;
  line-height: 1;
  font-size: 68px;
  color: #ffffff;
  margin-right: 9px;
}

.ui-text-red {
  color: #ff5039;
}

.ui-text-blue {
  color: #57d2ff;
}

.ui-text-purple {
  color: #ff73f3;
}

.ui-text-yellow {
  color: #ffd83a;
}

.ui-download {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}

.ui-border {
  width: 1px;
  height: 183px;
  background: url(../images/line.png) no-repeat;
}

.ui-qrcode {
  width: 114px;
  position: relative;
  text-align: center;
  flex-shrink: 0;
  margin-left: 40px;
}

.ui-qrcode-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  font-size: 0;
  border-radius: 6px;
  margin: 0 auto 6px;
  background: #fff;
}

.ui-qrcode-box > img {
  display: block;
  max-width: 100px;
}

.ui-qrcode > p {
  font-size: 12px;
  color: #ffffff;
}

.ui-btnbox {
  margin-right: 40px;
}

.ui-btnbox > a {
  display: block;
  width: 231px;
  height: 61px;
  margin-left: 34px;
  background: url(../images/bg-btn.png) no-repeat;
  background-size: 100% 100%;
}

.ui-tips {
  flex: 1;
  text-align: center;
  margin: 0 34px;
}

.ui-tips > p {
  width: 150px;
  font-size: 16px;
  color: #a093ff;
  margin-top: 8px;
  line-height: 1.2;
}

.ui-tips > p > span {
  color: #fff;
}

.ui-footer-icon {
  font-size: 0;
  text-align: center;
  margin: 54px 0 14px;
}

.ui-footer-icon > img {
  margin: 0 12.5px;
}

.ui-footer > p {
  font-size: 16px;
  color: #40baa9;
  text-align: center;
}

.ui-modal {
  position: fixed;
  width: 1218px;
  height: 818px;
  left: 50%;
  top: 50%;
  z-index: 100;
  border-radius: 18px;
  border: 1px solid #57ffa6;
  transform: translate(-50%, -50%);
  background: rgba(25 83 76/ 90%);
}

.ui-about {
  display: none;
}

.ui-modal-top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 125px;
  border-radius: 18px 18px 0 0;
  background: url(../images/bg-modal-line.png) no-repeat;
  background-position: center bottom;
}

.ui-modal-title {
  font-weight: 900;
  font-size: 42px;
  color: #4deee8;
}

.ui-btn-close {
  position: absolute;
  top: -6px;
  right: 30px;
  width: 74px;
  height: 77px;
  cursor: pointer;
  background: url(../images/btn-close.png) no-repeat;
}

.ui-modal-imgBox {
  text-align: center;
  margin-top: 20px;
}

.ui-about-content {
  padding: 30px 110px 0;
  font-size: 24px;
  color: #7dfffa;
  line-height: 1.7;
}

.ui-policy {
  display: none;
}

.ui-policy-content {
  padding: 0px 110px;
}

.ui-policy-content > div {
  margin-bottom: 24px;
}

.ui-content-title {
  font-size: 20px;
  font-weight: bold;
  color: #57d2ff;
  margin-bottom: 24px;
}

.ui-content-title.yellow {
  color: #ffd83a;
}

.ui-content-text {
  font-size: 20px;
  color: #cfd9f5;
  margin-bottom: 24px;
}

.ui-contact {
  display: none;
}

.ui-contact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 36px;
}

.ui-contact-content > div {
  margin-bottom: 64px;
}

.ui-modal-bg-email {
  width: 427px;
  height: 48px;
  background: url(../images/bg-modal-email.png) no-repeat;
}

.ui-modal-bg-whatsapp {
  width: 427px;
  height: 48px;
  background: url(../images/bg-modal-whatsapp.png) no-repeat;
}

.ui-modal-contact-text {
  font-size: 24px;
  color: #cfd9f5;
  text-align: center;
  margin-bottom: 10px;
}

.ui-input-profile {
  text-align: center;
  margin-bottom: 20px;
}

.ui-contact-content > div > a {
  display: block;
  width: 140px;
  height: 59px;
  margin: 0 auto;
  background: url(../images/btn-copy.png) no-repeat;
}

.ui-input-profile > span {
  font-size: 34px;
  color: #3dd5e5;
}

.ui-modal-contact-line {
  width: 1152px;
  height: 2px;
  margin: 0 auto;
  background: url(../images/bg-modal-contact-line.png) no-repeat;
}

.ui-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}