iframe#agreement-frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  border: none;
}

iframe#iframe-tutorial {
  width: 100%;
  height: 600px;
}

body {
  background-color: #0b1c93;
  min-width: 1024px;
  margin: 0;
  padding: 0;
  font-family: Arial;
  overflow: hidden;
  overflow-y: auto;
}

a {
  text-decoration: none;
  color: #fff;
}
a i {
  text-decoration: none;
  color: #fff;
}
a.color-link {
  color: var(--primaryColor);
}
a.color-link:hover {
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0;
}

table,
th {
  border: none;
  padding: 10px;
}

table,
td {
  border: none;
  padding: 10px;
  background-color: none;
}

body .body-wrapper {
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in;
}

body.ready .body-wrapper {
  opacity: 1;
}

.hide {
  display: none !important;
}

.main-wrapper {
  width: 1024px;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

.top {
  height: 32px;
  width: 100%;
  font-size: 10pt;
  color: #fff;
  line-height: 32px;
}

.topleft {
  float: left;
}

.topright {
  float: right;
}

.quicklinks {
  display: inline-block;
  line-height: 32px;
  position: relative;
}

.qlinks {
  display: inline-block;
  padding-right: 20px;
}
.qlinks:first-child:after, .qlinks:nth-child(2):after, .qlinks:nth-child(3):after, .qlinks:nth-child(4):after {
  content: "|";
  display: inline-block;
  padding: 0 10px;
  position: absolute;
}

.country {
  background: url(../img/flag.png) center no-repeat;
  height: 32px;
  width: 27px;
  display: inline-block;
  vertical-align: top;
}

.menu {
  height: 110px;
  width: 100%;
  background: url(../img/bg_menu.png) top center no-repeat;
  color: #fff;
}

.logo {
  float: left;
  height: 105px;
  width: 302px;
  margin: 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navi {
  float: right;
  line-height: 39px;
  font-size: 13pt;
  padding: 30px 0;
}

.mnavi {
  color: #fff;
  display: inline-block;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mnavi:hover {
  background: rgb(232, 209, 84);
  background: -webkit-gradient(linear, left top, right top, from(rgb(232, 209, 84)), color-stop(50%, rgb(253, 245, 174)), to(rgb(239, 208, 97)));
  background: linear-gradient(to right, rgb(232, 209, 84) 0%, rgb(253, 245, 174) 50%, rgb(239, 208, 97) 100%);
  color: #1b191a;
}
.mnavi.promo:hover {
  background: rgb(232, 209, 84);
  background: -webkit-gradient(linear, left top, right top, from(rgb(232, 209, 84)), color-stop(50%, rgb(253, 245, 174)), to(rgb(239, 208, 97)));
  background: linear-gradient(to right, rgb(232, 209, 84) 0%, rgb(253, 245, 174) 50%, rgb(239, 208, 97) 100%);
  color: #1b191a;
}
.mnavi.promo.active {
  background: rgb(232, 209, 84);
  background: -webkit-gradient(linear, left top, right top, from(rgb(232, 209, 84)), color-stop(50%, rgb(253, 245, 174)), to(rgb(239, 208, 97)));
  background: linear-gradient(to right, rgb(232, 209, 84) 0%, rgb(253, 245, 174) 50%, rgb(239, 208, 97) 100%);
  color: #1b191a;
  pointer-events: none;
}
.mnavi.active {
  background: rgb(232, 209, 84);
  background: -webkit-gradient(linear, left top, right top, from(rgb(232, 209, 84)), color-stop(50%, rgb(253, 245, 174)), to(rgb(239, 208, 97)));
  background: linear-gradient(to right, rgb(232, 209, 84) 0%, rgb(253, 245, 174) 50%, rgb(239, 208, 97) 100%);
  color: #1b191a;
  pointer-events: none;
}
.mnavi.promo {
  color: #f9f09f;
}
.mnavi .hotbubble {
  color: #fff;
  background-color: #e30928;
  display: block;
  width: 26px;
  height: 14px;
  line-height: 15px;
  border-radius: 3px;
  margin: 15px 20px;
  position: absolute;
  top: 4px;
  right: 175px;
  font-size: 7pt;
  text-align: center;
}
.mnavi .hotbubble:after {
  content: "";
  position: absolute;
  top: 13px;
  width: 0;
  height: 0;
  border-top: 5px solid #e30928;
  border-right: 5px solid transparent;
  right: 15px;
}

.main-banner {
  height: 460px;
  width: 100%;
  overflow: hidden;
}
.main-banner .swiper-container {
  width: 100%;
  height: 460px;
  background: black;
}
.main-banner .swiper-slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.main-banner .swiper-slide img {
  width: auto;
  height: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.login-form {
  position: absolute;
  width: 250px;
  height: auto;
  z-index: 9;
  right: 0;
  top: 60px;
  background-image: url(../img/login-form.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sub-banner .login-form {
  top: 20px;
}

.login-form .login-title {
  height: 35px;
  width: 100%;
  background-image: url(../img/login-title.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.login-form .login-input {
  width: 100%;
  margin: 0 auto 5px;
  border: 1px solid #ccc;
  color: #ccc;
  background-color: transparent;
  height: 35px;
  line-height: 35px;
  display: table;
  position: relative;
}
.login-form .login-input label {
  display: inline-block;
  width: 20%;
  display: table-cell;
}
.login-form .login-input .verify-code {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 30px;
  width: 80px;
}
.login-form .afterLogin {
  display: none;
}
.login-form .username {
  color: #fff;
}
.login-form .login-input label.username-label {
  background-image: url(../img/user-icon.png);
  background-position: center;
  background-repeat: no-repeat;
}
.login-form .login-input label.password, .login-form .login-input label.code {
  background-image: url(../img/lock-icon.png);
  background-position: center;
  background-repeat: no-repeat;
}
.login-form .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login-form .button {
  border-radius: 7px;
  height: 40px;
  margin-bottom: 5px;
  cursor: pointer;
}
.login-form .button:not(:last-child) {
  margin-right: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.login-form .button.login {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: calc(50% - 5px);
  margin-right: 5px;
  background: rgb(232, 209, 84);
  background: -webkit-gradient(linear, left top, right top, from(rgb(232, 209, 84)), color-stop(50%, rgb(253, 245, 174)), to(rgb(239, 208, 97)));
  background: linear-gradient(to right, rgb(232, 209, 84) 0%, rgb(253, 245, 174) 50%, rgb(239, 208, 97) 100%);
  outline: none;
  border: 0;
  font-size: 14px;
}
.login-form .button.guest {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: calc(50% - 5px);
  color: #fff;
  border: 1px solid #4159fa;
  outline: none;
  font-size: 14px;
  background-color: transparent;
  margin-right: 0;
}
.login-form .button.forget {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: calc(50% - 5px);
  color: #ffd536;
  border: 1px solid #ffd536;
  outline: none;
  font-size: 14px;
  background-color: transparent;
  margin-right: 0;
}
.login-form .button.register {
  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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #4159fa;
  color: #fff;
  outline: none;
  border: 0;
  font-size: 14px;
}
.login-form .login-input input {
  width: 80%;
  display: table-cell;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: none;
  margin: 0;
  padding: 0;
  color: #fff;
}

.marquee-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  height: 35px;
  line-height: 35px;
  top: -20px;
  background-color: #132ab7;
  border-radius: 50px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  padding-left: 150px;
  background-image: url(../img/latestnews.png);
  background-position: 5px 8px;
  background-repeat: no-repeat;
  font-size: 13px;
}

.sub-banner {
  position: relative;
  margin: 0;
  padding: 0;
  height: 356px;
  width: 100%;
  background: url("../img/subbanner.png");
  background-size: cover;
  background-position: center;
}

.sub-content {
  background-color: #5252ff;
  height: auto;
  background-color: #5252ff;
  overflow: auto;
  padding: 30px 0;
}

.sub-content-rule {
  background-color: #5252ff;
  overflow: auto;
  padding: 5px 0;
}

.submenu-wrapper {
  width: 240px;
  float: left;
  background-color: #1207a6;
  border: 3px solid #ecd866;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.submenu {
  text-align: left;
}

.submenu-button {
  color: #fff;
  font-size: 10.5pt;
  display: block;
  padding: 20px;
  line-height: 20px;
  margin: 1px;
  height: 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-bottom: 3px solid #ecd866;
}

.submenu-links:hover {
  outline: 1px solid #ce8505;
  background-color: linear-gradient(90deg, #201c1c, #550000);
}
.submenu-links.active {
  outline: 1px solid #ce8505;
  background-color: linear-gradient(90deg, #201c1c, #550000);
  pointer-events: none;
}

/*.submenu-button:after {*/
/*content: "";*/
/*position: relative;*/
/*left: -21px;*/
/*display: block;*/
/*width: 122%;*/
/*bottom: -21px;*/
/*height: 1px;*/
/*border-bottom: 3px solid #ecd866;*/
/*}*/
.submenu-button:first-child .submenu-icon {
  background: url(../img/submenu.png) 0 0;
  width: 32px;
  height: 32px;
  margin-left: 20px;
}
.submenu-button:nth-child(2) .submenu-icon {
  background: url(../img/submenu.png) 0 -33px;
  width: 32px;
  height: 32px;
  margin-left: 20px;
}
.submenu-button:nth-child(3) .submenu-icon {
  background: url(../img/submenu.png) 0 -66px;
  width: 32px;
  height: 32px;
  margin-left: 20px;
}
.submenu-button:nth-child(4) .submenu-icon {
  background: url(../img/submenu.png) 0 -99px;
  width: 32px;
  height: 32px;
  margin-left: 20px;
}
.submenu-button:nth-child(5) .submenu-icon {
  background: url(../img/submenu.png) 0 -132px;
  width: 32px;
  height: 32px;
  margin-left: 20px;
}
.submenu-button:nth-child(6) .submenu-icon {
  background: url(../img/submenu.png) 0 -165px;
  width: 32px;
  height: 32px;
  margin-left: 20px;
}
.submenu-button:nth-child(7) .submenu-icon {
  background: url(../img/submenu.png) 0 -203px;
  width: 33px;
  height: 33px;
  margin-left: 20px;
}
.submenu-button:hover .submenu-text1,
.submenu-button:hover .submenu-text2 {
  color: #ffea69;
}
.submenu-button.active .submenu-text1,
.submenu-button.active .submenu-text2 {
  color: #ffea69;
  pointer-events: none;
}

.submenu-text1 {
  margin-left: 70px;
  display: block;
  font-size: 13pt;
  position: absolute;
  top: 20px;
}

.submenu-text2 {
  margin-left: 70px;
  display: block;
  font-size: 9pt;
  position: absolute;
  top: 40px;
}

.subcontent-wrapper {
  width: 767px;
  float: right;
  border: 1px solid #484848;
  /*	margin-right: 55px*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

.subcontent {
  padding: 20px 30px;
  background-color: #1207a6;
  font-size: 11pt;
}

.submenu-brand {
  background: url(../img/chengxin.png) center no-repeat;
  width: 197px;
  height: 165px;
  margin: auto;
}

.subtitle {
  color: #ffea69;
  padding-bottom: 20px;
}

.sub-contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
  bottom: 10px;
}
.sub-contents:not(:first-child) {
  display: none;
}

.subcontent-wrapper .subcontent .top.spc {
  list-style: none;
  padding-left: 30px;
}
.subcontent-wrapper .subcontent .spc {
  list-style: none;
  padding-left: 30px;
}
.subcontent-wrapper .subcontent .spc.last {
  margin-bottom: 25px;
}
.subcontent-wrapper .subcontent .mid li {
  margin-bottom: 5px;
  font-size: 10pt;
}
.subcontent-wrapper .subcontent .top {
  margin-top: 25px;
}
.subcontent-wrapper .subcontent .list-top {
  margin-top: 15px;
}
.subcontent-wrapper .subcontent table {
  width: 100%;
  color: #fff;
  border-collapse: collapse;
  border: 1px solid #000;
  text-align: center;
}
.subcontent-wrapper .subcontent table tr {
  height: 60px;
  border-bottom: 1px solid #000;
}
.subcontent-wrapper .subcontent table tr th:not(:last-child),
.subcontent-wrapper .subcontent table tr td:not(:last-child) {
  border-right: 1px solid #000;
}
.subcontent-wrapper .subcontent table thead,
.subcontent-wrapper .subcontent table tr th {
  background-color: #ff6600;
}
.subcontent-wrapper .subcontent table tbody {
  background-color: #757575;
}

.sub-banner .marquee {
  background-color: #5252ff;
  top: initial;
  top: 340px;
  z-index: 99;
}

.game {
  height: 204px;
  position: relative;
  background: url(../img/bg_game.png) center/cover no-repeat;
}

.game-wrapper {
  padding: 20px 0;
}

.game-box {
  width: 115px;
  height: 155px;
  display: inline-block;
  position: relative;
  text-align: center;
}
.game-box:first-child, .game-box:nth-child(2), .game-box:nth-child(3), .game-box:nth-child(4), .game-box:nth-child(5), .game-box:nth-child(6), .game-box:nth-child(7) {
  padding-right: 10px;
}
.game-box:last-child {
  padding-right: 0;
}

.game-pic {
  position: absolute;
}

.game-wrapper .game-box:first-child .game-pic {
  background: url(../img/main/games.png) 0 0;
  height: 116px;
  width: 116px;
}
.game-wrapper .game-box:nth-child(2) .game-pic {
  background: url(../img/main/games.png) -127px 0;
  height: 116px;
  width: 116px;
}
.game-wrapper .game-box:nth-child(3) .game-pic {
  background: url(../img/main/games.png) -253px 0;
  height: 116px;
  width: 116px;
}
.game-wrapper .game-box:nth-child(4) .game-pic {
  background: url(../img/main/games.png) -380px 0;
  height: 116px;
  width: 116px;
}
.game-wrapper .game-box:nth-child(5) .game-pic {
  background: url(../img/main/games.png) 497px 0;
  height: 116px;
  width: 116px;
}
.game-wrapper .game-box:nth-child(6) .game-pic {
  background: url(../img/main/games.png) 370px 0;
  height: 116px;
  width: 116px;
}
.game-wrapper .game-box:nth-child(7) .game-pic {
  background: url(../img/main/games.png) 242px 0;
  height: 116px;
  width: 116px;
}
.game-wrapper .game-box:last-child .game-pic {
  background: url(../img/main/games.png) 116px 0;
  height: 116px;
  width: 116px;
}

.game-text {
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 13pt;
}

.hot {
  height: 570px;
  background: url(../img/bg_hot.png) top center no-repeat;
  padding: 5px;
}

.hot-title {
  height: 37px;
  background: url(../img/game_title.png) top center no-repeat;
}

.hot-wrapper {
  position: relative;
  padding: 40px 40px 0 40px;
  margin: auto;
}

.hotgames {
  position: relative;
}
.hotgames a {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hotgames:first-child {
  background: url(../img/main/hot1.png) top center no-repeat;
  height: 461px;
  width: 291px;
  display: inline-block;
  padding: 0 15px;
}
.hotgames:nth-child(2) {
  background: url(../img/main/hot2.png) top center no-repeat;
  height: 461px;
  width: 291px;
  display: inline-block;
}
.hotgames:last-child {
  background: url(../img/main/hot3.png) top center no-repeat;
  height: 461px;
  width: 291px;
  display: inline-block;
  padding: 0 15px;
}

.mobilebet {
  height: 344px;
  background-color: #1b1b1b;
}
.mobilebet:before {
  content: "";
  height: 223px;
  background-color: #282828;
  position: absolute;
  width: 100%;
}

.race-car {
  background: url(../img/main/car.png) top left no-repeat;
  height: 381px;
  width: 612px;
  position: absolute;
  left: -120px;
  top: -20px;
}

.mbet {
  background: url(../img/main/mobilebet.png) top left no-repeat;
  height: 182px;
  width: 577px;
  position: absolute;
  margin: 20px 0;
  right: 0;
}

.support {
  background: url(../img/support.png) top left no-repeat;
  height: 31px;
  width: 566px;
  margin: 40px 0;
  position: absolute;
  right: 0;
  top: 225px;
}

.flow {
  height: 90px;
  background-color: #e8faff;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.game-flow {
  background: url(../img/main/gameflow.png);
  height: 60px;
  width: 994px;
  margin: auto;
  top: 10px;
}

.footer {
  height: 186px;
  text-align: center;
  color: #fff;
  font-size: 10pt;
}

.payment {
  background: url(../img/payments.png) center no-repeat;
  height: 66px;
}

.footlinks {
  height: 33px;
  width: 100%;
  background: #1207a6;
  background: -webkit-gradient(linear, left top, right top, from(#1207a6), color-stop(20%, #4b67f8), color-stop(80%, #4b67f8), to(#1207a6));
  background: linear-gradient(to right, #1207a6 0%, #4b67f8 20%, #4b67f8 80%, #1207a6 100%);
  line-height: 33px;
  position: relative;
  display: inline-block;
}

.flinks {
  display: inline-block;
  padding-right: 20px;
}
.flinks:first-child:after, .flinks:nth-child(2):after, .flinks:nth-child(3):after, .flinks:nth-child(4):after, .flinks:nth-child(5):after {
  content: "|";
  display: inline-block;
  padding: 0 10px;
  position: absolute;
}

.statement {
  height: 40px;
  line-height: 40px;
}

.copyright {
  height: 47px;
}

.right-sidebar {
  position: fixed;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
.right-sidebar .img-lady {
  margin-bottom: -4px;
}
.right-sidebar .box-wrapper {
  background-color: #1206a6;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px;
}
.right-sidebar .btn-yellow {
  background-image: -webkit-gradient(linear, right top, left top, from(#efd061), color-stop(#f7e48c), color-stop(#fdf4ad), color-stop(#f7e48c), to(#efd061));
  background-image: linear-gradient(to left, #efd061, #f7e48c, #fdf4ad, #f7e48c, #efd061);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 17px;
  margin-bottom: 7px;
  padding: 3px;
  text-align: center;
  width: 100%;
  position: relative;
}
.right-sidebar .btn-yellow .sidebar-popout {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 5px;
  position: absolute;
  right: 110%;
  top: 0;
  text-align: center;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.right-sidebar .btn-yellow:hover .sidebar-popout {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.right-sidebar a {
  cursor: pointer;
}
.right-sidebar .close-btn {
  background: url(../img/side_close.png) center/contain no-repeat;
  display: block;
  height: 28px;
  width: 100%;
}

.morse {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #3a393a url(../img/icon-morse.svg) center/50px no-repeat;
  height: 30px;
  width: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100px;
}
.morse > img {
  position: absolute;
  max-width: 150px;
  padding: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  right: calc(100% + 20px);
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.morse:hover > img {
  opacity: 1;
  visibility: visible;
}

.rules-wrapper {
  padding: 20px 0;
}

.rules-box {
  width: 33%;
  height: 175px;
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0;
  /*margin-bottom: 20px;*/
}

.rules-pic {
  position: absolute;
}

.rules-wrapper .rules-box:first-child .rules-pic {
  background: url(../img/game1.jpg) top center/cover no-repeat;
  height: 127px;
  width: 100%;
}
.rules-wrapper .rules-box:nth-child(2) .rules-pic {
  background: url(../img/game2.jpg) top center/cover no-repeat;
  height: 127px;
  width: 100%;
}
.rules-wrapper .rules-box:nth-child(3) .rules-pic {
  background: url(../img/game3.jpg) top center/cover no-repeat;
  height: 127px;
  width: 100%;
}
.rules-wrapper .rules-box:nth-child(4) .rules-pic {
  background: url(../img/game4.jpg) top center/cover no-repeat;
  height: 127px;
  width: 100%;
}
.rules-wrapper .rules-box:nth-child(5) .rules-pic {
  background: url(../img/game5.jpg) top center/cover no-repeat;
  height: 127px;
  width: 100%;
}
.rules-wrapper .rules-box:nth-child(6) .rules-pic {
  background: url(../img/game6.jpg) top center/cover no-repeat;
  height: 127px;
  width: 100%;
}
.rules-wrapper .rules-box:nth-child(7) .rules-pic {
  background: url(../img/game7.jpg) top center/cover no-repeat;
  height: 127px;
  width: 100%;
}
.rules-wrapper .rules-box:nth-child(8) .rules-pic {
  background: url(../img/game8.jpg) top center/cover no-repeat;
  height: 127px;
  width: 100%;
}
.rules-wrapper .rules-box:last-child .rules-pic {
  background: url(../img/game9.jpg) top center/cover no-repeat;
  height: 127px;
  width: 100%;
}

.rules-content {
  width: 100%;
  height: 49px;
  position: absolute;
  background-color: #1207a6;
  bottom: 0;
}

.rules-text {
  position: absolute;
  color: #fff;
  font-size: 13pt;
  line-height: 36pt;
  padding-left: 18px;
}

.rules-button {
  text-decoration: none;
  color: #010101;
  background-color: #ffea69;
  display: block;
  width: 78px;
  height: 29px;
  font-size: 10pt;
  line-height: 29px;
  margin: 10px;
  text-align: center;
  border-radius: 7px;
  float: right;
}
.rules-button:hover {
  color: #fff;
  background-color: #ef3123;
}

.subcontent-nav {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.subcontent-nav li {
  display: inline-block;
  position: relative;
}
.subcontent-nav li a {
  text-decoration: none;
  color: #ffea69;
  padding: 6px 16px;
}
.subcontent-nav li a.active {
  background-color: #5151ff;
}

.register-form {
  margin-bottom: 35px;
}
.register-form .field-input {
  display: block;
  margin-bottom: 5px;
}
.register-form .field-input label,
.register-form .field-input input {
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  line-height: 26px;
}
.register-form .field-input label {
  width: 100px;
  text-align: right;
}
.register-form .field-input input {
  margin: 0;
  padding: 0;
}
.register-form .field-input .password-reveal-wrapper,
.register-form .field-input .register-otp-wrapper {
  display: inline-block;
}
.register-form .field-input .code {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.register-form .field-input .info {
  display: block;
  padding-left: 105px;
  font-size: 12px;
  color: #ccc;
}

.top .topleft span.date {
  margin-right: 5px;
}

.qr-code {
  width: 125px;
  height: 125px;
  background-color: #fff;
  margin: auto;
  padding: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.qr-code img,
.qr-code canvas {
  width: 100% !important;
  height: 100% !important;
}

.promo-wrapper .icon {
  cursor: pointer;
}
.promo-wrapper .icon img {
  width: 100%;
}
.promo-wrapper a {
  color: #fff000;
}

.cooperation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cooperation-list > div {
  text-align: left;
}
.cooperation-list .cooperation-title {
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  font-weight: bold;
}
.cooperation-list .cooperation-title:after {
  content: ":";
}
.cooperation-list .cooperation-qrcode {
  width: 150px;
  background: white;
}
/*# sourceMappingURL=../maps/main.css.map */
