@charset "UTF-8";
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;
}

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* CSS 滚动条样式 STAR */
::-moz-selection {
  background: #007aff;
  color: white;
  text-shadow: none;
}
::-moz-selection,
::selection {
  background: #007aff;
  color: white;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background: #bbbbbb;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background: #dddddd;
  background: rgba(0, 0, 0, 0.05);
}

/* CSS 滚动条样式 END */
body {
  font-size: 13px;
  background-color: #fff;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  /* for ie */
  font: 13px/1 Tahoma, "微软雅黑", sans-serif, Arial, Helvetica, "宋体";
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

body {
  background-color: #f5fbff;
  min-width: 1200px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
}

body,
button,
input,
select,
textarea {
  /* for ie */
  font: 13px/1 Tahoma, "微软雅黑", sans-serif, Arial, Helvetica, "宋体";
}

ul,
li {
  list-style: none;
}

/* 重置列表元素 */
a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
a:visited, a:link {
  text-decoration: none;
}

img {
  border: none;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
  font-size: 100%;
}

/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置表格元素 */
body {
  min-width: 1000px;
}

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;
}

.greyline {
  height: 1px;
  background-color: #dddddd;
  margin: 20px 0 0 66px;
  width: 228px;
}

.blueline {
  height: 2px;
  background-color: #2161b3;
}

.g_glear {
  clear: both;
}

.g_w1 {
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

/* 顶部工具条 */
.header-links {
  float: right;
  margin-top: 0px;
  line-height: 45px;
}
.header-links ul {
  color: #000;
  float: left;
}
.header-links ul li {
  float: left;
  margin-right: 20px;
}
.header-links ul li a {
  color: #000;
}

/*Top Header Starts Here*/
.top-header {
  height: 40px;
  background-color: #353f4b;
  width: 100%;
}
.top-header > .main-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-header .left-wrapper {
  color: #ccccd8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-header .left-wrapper .item {
  margin-right: 10px;
}
.top-header .left-wrapper a {
  color: #fafafa;
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.top-header .left-wrapper a:hover {
  color: #5497fb;
}
.top-header .form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: auto;
}
.top-header .form .login-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.top-header .form .login-wrapper > .input {
  margin-left: 5px;
}

.logo {
  width: 237px;
  height: 60px;
  display: block;
  margin-right: 20px;
}
.logo img {
  max-height: 100%;
}

.datetime {
  float: left;
  height: 48px;
  line-height: 48px;
  font-size: 10.5pt;
  color: #666;
  display: inline-block;
}
.datetime .more-links {
  padding-left: 12px;
}
.datetime .more-links a {
  text-decoration: none;
  color: #fff;
  position: relative;
}
.datetime .more-links a .red-packet {
  position: relative;
  width: 16px;
  height: 22px;
  background-color: #d1333d;
  -webkit-box-shadow: 0 0 14px #ffc600;
  box-shadow: 0 0 14px #ffc600;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  -webkit-perspective: 20px;
  perspective: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-animation: tada 2s linear infinite alternate;
  animation: tada 2s linear infinite alternate;
}
.datetime .more-links a .red-packet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 8px solid #f05348;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.datetime .more-links a .red-packet:after {
  content: "$";
  position: absolute;
  top: 48%;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  margin: auto;
  font-size: 6px;
  line-height: 8px;
  text-align: center;
  background-color: #ffc600;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
}
.datetime .more-links a:hover .red-packet {
  -webkit-box-shadow: 0 0 30px #ffc600;
  box-shadow: 0 0 30px #ffc600;
}
.datetime .more-links a:hover .red-packet:before {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.quick-links {
  float: left;
  height: 48px;
  line-height: 48px;
  font-size: 9.5pt;
  display: inline-block;
}
.quick-links a:not(:last-child):after {
  content: "|";
  position: absolute;
  color: #fff;
  line-height: 34pt;
  right: -15px;
}

.qlinks {
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.login-wrapper {
  float: right;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
}
.login-wrapper button {
  color: #fff;
  border: none;
}
.login-wrapper div a {
  color: #fff;
}

.button {
  display: inline-block;
  background: #44d7b6;
  width: 80px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 5px;
  text-decoration: none;
  color: #fff;
}
.button.register {
  background-color: #4c8ae8;
}
.button.guest {
  background-color: #32c5ff;
}
.button:hover {
  -webkit-box-shadow: 0 0 2px #fff0ab, 0 0 10px rgba(255, 240, 171, 0.5);
  box-shadow: 0 0 2px #fff0ab, 0 0 10px rgba(255, 240, 171, 0.5);
}

.login-wrapper a div {
  color: #fff;
}

.input.username, .input.password, .input.vcode {
  display: inline-block;
  width: 150px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 30px;
  position: relative;
  background-color: #8a9097;
}
.input.vcode {
  width: 120px;
}

.login-wrapper .input.vcode input {
  background-color: transparent;
  border: 0;
  outline: none;
  height: 28px;
  font-size: 10pt;
  margin-left: 10px;
  color: #fff;
}
.login-wrapper input {
  background-color: transparent;
  border: 0;
  outline: none;
  height: 28px;
  font-size: 10pt;
  padding-left: 35px;
  color: #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 20px;
}
.login-wrapper input::-webkit-input-placeholder {
  color: #fff;
}
.login-wrapper input::-moz-placeholder {
  color: #fff;
}
.login-wrapper input:-ms-input-placeholder {
  color: #fff;
}
.login-wrapper input::-ms-input-placeholder {
  color: #fff;
}
.login-wrapper input::placeholder {
  color: #fff;
}

.input.username {
  display: inline-block;
  color: #fff;
}
.input.username:before {
  content: "";
  background: url(../img/ico_username_white.png) center/contain no-repeat;
  height: 17px;
  width: 16px;
  position: absolute;
  top: 7px;
  left: 12px;
}
.input.password {
  display: inline-block;
}
.input.password:before {
  content: "";
  background: url(../img/ico_password_white.png) center/contain no-repeat;
  height: 17px;
  width: 14px;
  position: absolute;
  top: 7px;
  left: 12px;
}

.verify-code.vcode-login {
  position: absolute;
  right: 0;
  top: 3px;
  width: 60px;
  border-radius: 20px;
  cursor: pointer;
}

.btn-pass {
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 50px;
  font-size: 9pt;
  position: absolute;
  right: 5px;
  top: 4px;
}

/*Main Menu Starts Here*/
.navigation {
  height: 90px;
  width: 100%;
  background-color: #fff;
  background-repeat: repeat-x;
}
.navigation > .main-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation > .main-wrapper .wdl-controller {
  display: none;
}
.navigation > .main-wrapper .wdl-controller + .main-menu {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.navigation > .main-wrapper .login-wrapper {
  margin-left: auto;
}
.navigation > .main-wrapper .login-wrapper .input.username:before {
  background: url(../img/ico_username_white.png) center/contain no-repeat;
}
.navigation > .main-wrapper .login-wrapper .input.password:before {
  background: url(../img/ico_password_white.png) center/contain no-repeat;
}
.navigation > .main-wrapper .login-wrapper .input.vcode .verify-code {
  top: 3px;
  right: 3px;
}
.navigation > .main-wrapper .login-wrapper .input input {
  color: #fff;
}
.navigation > .main-wrapper .login-wrapper .input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.navigation > .main-wrapper .login-wrapper .input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.navigation > .main-wrapper .login-wrapper .input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.navigation > .main-wrapper .login-wrapper .input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.navigation > .main-wrapper .login-wrapper .input input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.navigation > .main-wrapper .login-wrapper .button {
  margin-left: 0;
  width: 48px;
}
.navigation > .main-wrapper .login-wrapper #loginBtn {
  background-color: #62c794;
}

.main-menu {
  float: right;
  height: 70px;
  /*padding: 24px 0 24px 25px;*/
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-menu > .menu-links {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.menu-links {
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  position: relative;
  cursor: pointer;
}
.menu-links:hover {
  color: #fff;
}
.menu-links.active {
  color: #fff;
  pointer-events: none;
}
.menu-links.vip .ch:before {
  content: "VIP";
  position: absolute;
  color: #ffc600;
  background-color: #ce3333;
  top: -16px;
  left: -5px;
  border-radius: 4px;
  display: block;
  padding: 1px 4px;
  font-size: 10px;
}
.menu-links.vip .ch:after {
  content: "";
  position: absolute;
  border-top: 2px solid #ce3333;
  border-right: 4px solid #ce3333;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  left: 8px;
}
.menu-links:before {
  content: "";
  background-color: #5497fb;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transform: skew(20deg) translateX(5%);
  -ms-transform: skew(20deg) translateX(5%);
  transform: skew(20deg) translateX(5%);
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  pointer-events: none;
}
.menu-links:after {
  content: "";
  background-color: #95bdff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform: skew(-20deg) translateX(-5%);
  -ms-transform: skew(-20deg) translateX(-5%);
  transform: skew(-20deg) translateX(-5%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  pointer-events: none;
}
.menu-links.active:before, .menu-links:hover:before {
  opacity: 1;
  -webkit-transform: skew(20deg) translateX(0);
  -ms-transform: skew(20deg) translateX(0);
  transform: skew(20deg) translateX(0);
}
.menu-links.active:after, .menu-links:hover:after {
  opacity: 1;
  -webkit-transform: skew(-20deg) translateX(0);
  -ms-transform: skew(-20deg) translateX(0);
  transform: skew(-20deg) translateX(0);
}
.menu-links .ch {
  font-size: 14px;
  z-index: 2;
}
.menu-links.menu-links-lottery.guest + .menu-links-lottery {
  display: none;
}

/*Navigation Lottery Dropdown Starts Here*/
.lottery-dropdown-wrapper {
  position: absolute;
  top: 74px;
  left: -380px;
  display: none;
}

.menu-links.lottery:hover .lottery-dropdown-wrapper {
  /*display: block;*/
}

.lottery-dropdown {
  width: 650px;
  background-color: #fff;
  position: relative;
  z-index: 20;
  top: 0;
  border-radius: 10px;
  left: 0;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 12px rgba(224, 231, 239, 0.57);
  box-shadow: 0 0 12px rgba(224, 231, 239, 0.57);
}
.lottery-dropdown .arrow {
  width: 12px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  top: -5px;
  right: 562px;
  z-index: 15;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: -1px -1px 1px rgba(224, 231, 239, 0.7);
  box-shadow: -1px -1px 1px rgba(224, 231, 239, 0.7);
}
.lottery-dropdown:before {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 15;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lottery-dropdown-title {
  color: #68a4ff;
  font-size: 11pt;
  border-bottom: 1px solid #a4c5f6;
  margin-bottom: 10px;
  padding: 0 20px 10px;
  text-align: center;
}

.lottery_guan {
  background: url(../img/icon_guan.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 7px;
}

.lottery-dropdown ul {
  color: #000c44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 10pt;
  text-align: center;
}
.lottery-dropdown ul li {
  cursor: pointer;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  height: 100px;
  width: 100px;
  margin: 20px 0;
  position: relative;
}
.lottery-dropdown ul li .lottery-games {
  height: 100px;
  width: 100px;
  margin: 0 auto 5px;
}
.lottery-dropdown ul li.game-1 .lottery-games {
  background: url("../img/lottery_dropdown.png") -10px -10px;
}
.lottery-dropdown ul li.game-2 .lottery-games {
  background: url("../img/lottery_dropdown.png") -130px -10px;
}
.lottery-dropdown ul li.game-3 .lottery-games {
  background: url("../img/lottery_dropdown.png") -10px -130px;
}
.lottery-dropdown ul li.game-4 .lottery-games {
  background: url("../img/lottery_dropdown.png") -130px -130px;
}
.lottery-dropdown ul li.game-5 .lottery-games {
  background: url("../img/lottery_dropdown.png") -250px -10px;
}
.lottery-dropdown ul li.game-6 .lottery-games {
  background: url("../img/lottery_dropdown.png") -250px -130px;
}
.lottery-dropdown ul li.game-7 .lottery-games {
  background: url("../img/lottery_dropdown.png") -10px -250px;
}
.lottery-dropdown ul li.game-8 .lottery-games {
  background: url("../img/lottery_dropdown.png") -130px -250px;
}
.lottery-dropdown ul li.game-9 .lottery-games {
  background: url("../img/lottery_dropdown.png") -250px -250px;
}
.lottery-dropdown ul li.game-10 .lottery-games {
  background: url("../img/lottery_dropdown.png") -370px -10px;
}
.lottery-dropdown ul li.game-11 .lottery-games {
  background: url("../img/lottery_dropdown.png") -370px -130px;
}
.lottery-dropdown ul li.game-12 .lottery-games {
  background: url("../img/lottery_dropdown.png") -370px -250px;
}
.lottery-dropdown ul li.game-13 .lottery-games {
  background: url("../img/lottery_dropdown.png") -10px -370px;
}
.lottery-dropdown ul li.game-14 .lottery-games {
  background: url("../img/lottery_dropdown.png") -130px -370px;
}
.lottery-dropdown ul li.game-15 .lottery-games {
  background: url("../img/lottery_dropdown.png") -250px -370px;
}
.lottery-dropdown ul li.game-16 .lottery-games {
  background: url("../img/lottery_dropdown.png") -370px -370px;
}
.lottery-dropdown ul li.game-17 .lottery-games {
  background: url("../img/lottery_dropdown.png") -490px -10px;
}
.lottery-dropdown ul li.game-18 .lottery-games {
  background: url("../img/lottery_dropdown.png") -490px -130px;
}
.lottery-dropdown ul li.game-19 .lottery-games {
  background: url("../img/lottery_dropdown.png") -490px -250px;
}
.lottery-dropdown ul li.game-20 .lottery-games {
  background: url("../img/lottery_dropdown.png") -490px -370px;
}
.lottery-dropdown ul li.game-21 .lottery-games {
  background: url("../img/lottery_dropdown.png") -10px -490px;
}
.lottery-dropdown ul li.game-22 .lottery-games {
  background: url("../img/lottery_dropdown.png") -130px -490px;
}
.lottery-dropdown ul li.game-23 .lottery-games {
  background: url("../img/lottery_dropdown.png") -250px -490px;
}
.lottery-dropdown ul li.game-24 .lottery-games {
  background: url("../img/lottery_dropdown.png") -370px -490px;
}

.username-wrapper {
  margin-left: auto;
}
.username-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.username-wrapper ul li:not(:last-child) {
  margin-right: 20px;
}
.username-wrapper span {
  color: #5497fb;
}
.username-wrapper a {
  color: #fafafa;
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.username-wrapper a:hover {
  color: #5497fb;
}

.sidebar {
  position: fixed;
  top: 50%;
  right: 1rem;
  width: 50px;
  z-index: 50;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar .sidebar-item {
  display: block;
  font-size: 50px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  min-height: 1em;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/sidebar-bg.png) center/contain no-repeat;
}
.sidebar .sidebar-item:not(:last-child) {
  margin-bottom: 5px;
}
.sidebar .sidebar-item:hover .sidebar-desc {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
  visibility: visible;
}
.sidebar .sidebar-item:hover .sidebar-desc.appqr-wrapper {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
@supports (filter: brightness(1.2)) {
  .sidebar .sidebar-item:hover:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
  }
}
.sidebar .sidebar-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sidebar .sidebar-item.morse {
  background-image: url(../img/morse-icon.png);
  background-position-y: 0;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar .sidebar-item.navigator:before {
  background-image: url("../img/icons/icon-daohang.svg");
}
.sidebar .sidebar-item.app:before {
  background-image: url("../img/icons/icon-app.svg");
}
.sidebar .sidebar-item.qq:before {
  background-image: url("../img/icons/icon-qq.svg");
}
.sidebar .sidebar-item.wechat:before {
  background-image: url("../img/icons/icon-wechat.svg");
}
.sidebar .sidebar-item.customer-service:before {
  background-image: url("../img/icons/icon-cs.svg");
}
.sidebar .sidebar-item.customer-service-app:before {
  background-image: url("../img/icons/icon-kefuapp.svg");
  background-size: 70%;
}
.sidebar .sidebar-item.livechat-service:before {
  background-image: url("../img/icons/icon-livechat.svg");
}
.sidebar .sidebar-item.macos-download:before {
  background-image: url("../img/icons/icon-apple.svg");
}
.sidebar .sidebar-item.windows-download:before {
  background-image: url("../img/icons/icon-windows.svg");
}
.sidebar .sidebar-item .sidebar-desc {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-decoration: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-30%, -50%);
  -ms-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%);
  right: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
  padding: 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.8125rem;
  color: #fff;
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.sidebar .sidebar-item .sidebar-desc:not(.appqr-wrapper) {
  white-space: nowrap;
}
@supports (-webkit-backdrop-filter: blur(10px)) {
  .sidebar .sidebar-item .sidebar-desc {
    -webkit-backdrop-filter: blur(10px);
  }
}
.sidebar .sidebar-item .sidebar-desc canvas {
  width: 200px;
  height: 200px;
}
.sidebar .sidebar-item .sidebar-desc:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid rgba(0, 0, 0, 0.7);
}
.sidebar .sidebar-item .sidebar-desc.appqr-wrapper {
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.sidebar .sidebar-item .sidebar-desc.appqr-wrapper:before {
  content: "";
  position: absolute;
  top: 10%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid rgba(0, 0, 0, 0.7);
}
.sidebar .sidebar-item .sidebar-desc.appqr-wrapper .appqrcode {
  width: 150px;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar .sidebar-item .sidebar-desc.appqr-wrapper .appqrcode img {
  display: none;
  width: 130px;
  height: 130px;
}
.sidebar .sidebar-item .sidebar-desc.appqr-wrapper .appqrcode canvas {
  width: 130px !important;
  height: 130px !important;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar .sidebar-item .sidebar-desc.appqr-wrapper .appqrcode .text {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  font-style: italic;
  margin-top: 7px;
}
.sidebar .sidebar-item .sidebar-desc.appqr-wrapper .appdlurl {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  color: #fff;
  border-radius: 0 0 4px 4px;
  padding: 5px 3px;
}

/* left adv */
.left_adv {
  height: 389px;
  width: 129px;
  position: fixed;
  left: 0;
  top: 220px;
  z-index: 9;
}

.left_adv_img {
  width: 100%;
}

.footer {
  background-color: #353f4b;
  padding: 40px 0;
  color: #8494a4;
  text-align: center;
  font-size: 12px;
}
.footer .payment {
  height: 40px;
  width: 100%;
  background: url(../img/footer.png) center/contain no-repeat;
  margin-bottom: 20px;
}

/* banner */
.bannerpromo {
  background-image: url(../img/cash/promotiontile.jpg);
  background-repeat: repeat-x;
}

.promobanner {
  cursor: pointer;
}

.bxslider2,
.bxslider3 {
  height: 160px !important;
}

.coltxt a {
  color: #000;
}

.cci_title {
  height: 20px;
  left: 0px;
  top: 0px;
  color: #111;
  font-size: 15.5px;
  line-height: 18px;
  white-space: nowrap;
  text-shadow: 0 1px 0 #ffffff;
}

.cci_title2 {
  height: auto;
  left: 0px;
  top: 0px;
  color: #111;
  font-size: 15.5px;
  line-height: 20px;
  white-space: nowrap;
  text-shadow: 0 1px 0 #ffffff;
  margin-bottom: 10px;
}

.bxslider4 {
  height: 274px !important;
}

/*Main Banner Starts Here*/
.main-banner {
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.main-banner .swiper-container {
  width: 100%;
  height: 400px;
}
.main-banner .swiper-container .swiper-pagination.banner {
  bottom: 50px;
}
.main-banner .swiper-container .swiper-pagination.banner .swiper-pagination-bullet {
  background-color: #fec52e;
}
.main-banner .swiper-container .swiper-pagination.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.main-banner img {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide .img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-filter: blur(10px) grayscale(50%);
  filter: blur(10px) grayscale(50%);
  z-index: 1;
}
.swiper-slide img {
  width: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

/* News Section Starts Here */
.news {
  background: url(../img/news-bg.png) center/100% 100% no-repeat;
  height: 50px;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-title {
  background: url(../img/news-icon.png) center/contain no-repeat;
  width: 70px;
  height: 70px;
}

.news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #555;
  width: calc(100% - 90px);
  overflow: hidden;
}

/* Hot Lottery Section Starts Here */
.main-wrapper.hotlottery {
  width: 940px;
  max-width: initial;
  padding-top: 20px;
}
.main-wrapper.hotlottery > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-wrapper.hotlottery > div.hide {
  display: none;
}

.hot-lottery {
  height: 390px;
  background: #fff url(../img/hotlottery_bg.png) center/cover no-repeat;
}
.hot-lottery > .main-wrapper {
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.subtitle {
  height: 60px;
  position: relative;
  text-align: center;
  background-color: #ffd5d0;
  background: url(../img/hl_header_bg.png) center/contain no-repeat;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.subtitle label:before {
  content: "";
  background: url(../img/hotlottery_arrow.png) no-repeat;
  width: 331px;
  height: 14px;
  position: absolute;
  display: block;
  top: 27px;
  right: 65%;
}
.subtitle label:after {
  content: "";
  background: url(../img/hotlottery_arrow.png) no-repeat;
  width: 331px;
  height: 14px;
  position: absolute;
  display: block;
  top: 27px;
  left: 65%;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.subtitle .ch {
  font-size: 18px;
  color: #fff;
}
.subtitle .en {
  font-size: 10px;
  color: #fff;
  line-height: 24px;
}

.hl-box {
  position: relative;
  display: block;
  width: 260px;
  height: 260px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 12px #fff, 0 0 0 15px #e4393c;
  box-shadow: 0 0 0 12px #fff, 0 0 0 15px #e4393c;
}
.hl-box:first-child {
  background: #000 url(../img/hotlottery1.png) center/cover no-repeat;
}
.hl-box:nth-child(2) {
  background: #000 url(../img/hotlottery2.png) center/cover no-repeat;
}
.hl-box:last-child {
  background: #000 url(../img/hotlottery3.png) center/cover no-repeat;
}

.hl-link {
  position: absolute;
  color: #fff;
  margin: auto;
  bottom: 0;
  font-size: 20px;
  line-height: 40px;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: rgba(55, 55, 55, 0.5);
}

.game-content {
  padding: 20px 0;
}
.game-content .game-icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0;
}
.game-content .game-icons .game {
  background: -webkit-gradient(linear, left top, left bottom, from(#64c0ff), to(#5a82f8));
  background: linear-gradient(to bottom, #64c0ff, #5a82f8);
  height: 100px;
  width: 100px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: opacity 300ms ease-in-out, -webkit-transform 600ms ease-in-out;
  transition: opacity 300ms ease-in-out, -webkit-transform 600ms ease-in-out;
  transition: transform 600ms ease-in-out, opacity 300ms ease-in-out;
  transition: transform 600ms ease-in-out, opacity 300ms ease-in-out, -webkit-transform 600ms ease-in-out;
}
.game-content .game-icons .game:hover span {
  opacity: 1;
  visibility: visible;
}
.game-content .game-icons .game a {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.game-content .game-icons .game span {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  color: #fff;
  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;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden;
}
.game-content .game-icons.ready .game {
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.hotgame-content {
  text-align: center;
  margin: 20px 0;
}
.hotgame-content .hotgame-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}
.hotgame-content .hotgame-wrapper .hotgame-item {
  position: relative;
  width: 33%;
}
.hotgame-content .hotgame-wrapper .hotgame-item a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.hotgame-content .qrbenefit-wrapper {
  background: url("../../img/helpcentre_background.png") no-repeat center;
  background-size: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hotgame-content .qrbenefit-wrapper .main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
  padding: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hotgame-content .qrbenefit-wrapper .main-wrapper .qr-wrapper {
  font-size: 16px;
  color: #666666;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
}
.hotgame-content .qrbenefit-wrapper .main-wrapper .qr-wrapper .description {
  margin: 10px 0;
}
.hotgame-content .qrbenefit-wrapper .main-wrapper .qr-wrapper .appqrcode {
  background-color: #5497fb;
  padding: 10px 0;
  display: inline-block;
  color: #ffffff;
  line-height: 19px;
}
.hotgame-content .qrbenefit-wrapper .main-wrapper .benefit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.hotgame-content .qrbenefit-wrapper .main-wrapper .benefit-wrapper:before {
  content: "";
  height: 100%;
  display: block;
  width: 1px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(84, 151, 251)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(84, 151, 251) 50%, rgba(255, 255, 255, 0) 100%);
}
.hotgame-content .qrbenefit-wrapper .main-wrapper .benefit-wrapper .benefit-text {
  color: #666666;
  padding: 0 30px 0 60px;
  width: 45%;
}
.hotgame-content .qrbenefit-wrapper .main-wrapper .benefit-wrapper .benefit-text .title {
  margin: 20px 0;
}
.hotgame-content .qrbenefit-wrapper .main-wrapper .benefit-wrapper .benefit-text .bar-item {
  margin: 15px 0;
}
.hotgame-content .qrbenefit-wrapper .main-wrapper .benefit-wrapper .benefit-text .bar-item .bar-text-right {
  text-align: right;
  display: inline-block;
  width: 48%;
}
.hotgame-content .qrbenefit-wrapper .main-wrapper .benefit-wrapper .benefit-text .bar-item .bar-text-left {
  text-align: left;
  width: 48%;
  display: inline-block;
}
.hotgame-content .qrbenefit-wrapper .main-wrapper .benefit-wrapper .benefit-text .bar-item .progress {
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ccc;
  position: relative;
  margin: 4px 0;
}
.hotgame-content .qrbenefit-wrapper .main-wrapper .benefit-wrapper .benefit-text .bar-item .progress .progress-bar {
  position: absolute;
  height: 10px;
  border-radius: 10px;
  width: auto;
  -webkit-transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #5497fb;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.hotgame-content .qrbenefit-wrapper .main-wrapper .benefit-wrapper .benefit-text .help-centre {
  line-height: 25px;
}
.hotgame-content .qrbenefit-wrapper .main-wrapper .benefit-wrapper .benefit-text .help-centre a {
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hotgame-content .qrbenefit-wrapper .main-wrapper .benefit-wrapper .benefit-text .help-centre a:not(:last-child) {
  margin-right: 20px;
}
.hotgame-content .qrbenefit-wrapper .main-wrapper .benefit-wrapper .benefit-text .help-centre a:hover {
  color: #5497fb;
}
.hotgame-content .qrbenefit-wrapper .main-wrapper .benefit-wrapper .benefit-image {
  width: 55%;
}
.hotgame-content .game-journey-content {
  margin: 30px 0;
}

a {
  text-decoration: none;
}
a i {
  text-decoration: none;
  color: #e09e01;
}

p {
  margin: 0;
  padding: 0;
}

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

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

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

/* Bottom 3 Section Starts Here */
.service-list {
  background: #e4393c url(../img/service_bg.png) center/cover no-repeat;
}

.servicelist-wrapper {
  display: inline-block;
  padding: 35px 0;
  height: 318px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.slist-box {
  width: calc((99% - 100px) / 3);
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 100px;
}
.slist-box:not(:last-child) {
  content: "";
  margin-right: 50px;
}

.sl-title {
  top: 0;
  display: block;
  height: 36px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.sl-title .ch {
  font-size: 15pt;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  border-bottom: 4px solid #fff;
  height: 34px;
}
.sl-title .en {
  font-size: 8pt;
  color: #fff;
  display: inline-block;
}

/* Service Advantages Section Starts Here */
.sl1-title {
  top: 0;
  display: block;
  height: 40px;
  margin-bottom: 10px;
}

.sl1-deposit,
.sl1-withdraw {
  color: #fff;
  font-size: 10.5pt;
  width: 100%;
  display: block;
  margin-top: 30px;
  height: 80px;
}

.deposit-left {
  float: left;
  display: inline-block;
}

.deposit-right {
  float: right;
  display: inline-block;
  height: 55px;
}

.dp-wrapper:after {
  content: "";
  clear: both;
  display: table;
}

.dp-title,
.wd-title {
  font-size: 11pt;
  margin: 2px 0;
  color: #fff;
}

.dp-time,
.wd-time {
  font-size: 9pt;
  color: #fff;
}

.dp-no,
.dp-sec {
  color: #fff;
  display: inline-block;
}

.dp-no {
  font-size: 24pt;
  color: #fff;
  line-height: 40pt;
}

.dp-bargrey {
  width: 100%;
  height: 10px;
  border-radius: 20px;
  background-color: #d0bdbd;
  position: relative;
  overflow: hidden;
}

.dp-barred {
  width: 0;
  height: 10px;
  border-radius: 20px;
  background-color: #ffd900;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;
  -webkit-box-shadow: 0px 2px 8px rgba(30, 2, 39, 0.4);
  box-shadow: 0px 2px 8px rgba(30, 2, 39, 0.4);
}
.dp-barred.active {
  width: 50%;
}

.withdraw-left {
  float: left;
  display: inline-block;
}

.withdraw-right {
  float: right;
  display: inline-block;
  height: 55px;
}

.wd-wrapper:after {
  content: "";
  clear: both;
  display: table;
}

.wd-no,
.wd-sec {
  display: inline-block;
}

.wd-no {
  font-size: 24pt;
  color: #fff;
  line-height: 40pt;
}

.wd-bargrey {
  width: 100%;
  height: 10px;
  border-radius: 20px;
  background-color: #d0bdbd;
  position: relative;
  overflow: hidden;
}

.wd-barred {
  width: 0;
  height: 10px;
  border-radius: 20px;
  background-color: #ffa200;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;
  -webkit-box-shadow: 0px 2px 8px rgba(30, 2, 39, 0.4);
  box-shadow: 0px 2px 8px rgba(30, 2, 39, 0.4);
}
.wd-barred.active {
  width: 70%;
}

/* Mobile Terminal Downloads Starts Here */
.sl2-title {
  padding-bottom: 10px;
  color: #fff;
}

.sl2-text {
  font-size: 10.5pt;
  color: #fff;
  line-height: 17pt;
  margin-top: 30px;
}

.sl2-img {
  background: url(../img/terminal_download.png) no-repeat;
  width: 245px;
  height: 70px;
  margin-top: 50px;
  position: relative;
}

.appdl {
  width: 245px;
  height: 70px;
  position: absolute;
}

/* Help Center Section Starts Here */
.sl3-text-wrapper {
  display: block;
  font-size: 10pt;
  color: #fff;
  height: 100px;
  line-height: 16pt;
  margin-top: 30px;
}

.sl3-left {
  float: left;
  display: inline-block;
  width: 100px;
  padding-right: 30px;
}
.sl3-left a {
  display: block;
  padding-bottom: 20px;
  color: #fff;
}

.sl3-star {
  background: url(../img/star.png) no-repeat;
  height: 11px;
  width: 11px;
  display: inline-block;
  padding-right: 12px;
}

/* Subpage Layout Starts Here */
.subpage-body {
  background-color: #fff;
  height: auto;
  padding-bottom: 30px;
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subpage-body p {
  color: #000;
}

.sub-header {
  padding: 50px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sub-header h1 {
  color: #5497fb;
  font-size: 28px;
  margin-bottom: 25px;
}
.sub-header h3 {
  font-size: 16px;
  font-weight: normal;
}

.sub-title,
.sub-desc {
  display: block;
}

.sub-content {
  height: auto;
  position: relative;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sub-content-wrapper {
  background-color: #fff;
  height: 360px;
  width: 95%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Register Starts Here */
.subpage-body.registration {
  background: url(../img/registration_bg.png) center/cover no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: calc(100vh - 40px - 90px - 152px);
}
.subpage-body.registration .sub-header {
  text-align: center;
}
.subpage-body.registration .sub-header h1 {
  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;
}
.subpage-body.registration .sub-header h1 img {
  margin-right: 10px;
  max-height: 80px;
}
.subpage-body.registration .steps-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 40px;
}
.subpage-body.registration .steps-wrapper .step {
  color: #bfbfbf;
  position: relative;
  text-align: center;
  width: 200px;
}
.subpage-body.registration .steps-wrapper .step.active {
  color: #ff7001;
}
.subpage-body.registration .steps-wrapper .step.active .number:before {
  background-color: #ff7001;
}
.subpage-body.registration .steps-wrapper .step:not(:last-child):before {
  background-color: #bfbfbf;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  right: -80%;
  top: 12px;
}
.subpage-body.registration .steps-wrapper .step .number {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}
.subpage-body.registration .steps-wrapper .step .number:before {
  background-color: #bfbfbf;
  border-radius: 3px;
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  left: 3px;
  top: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.subpage-body.registration .reg-form {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 12px rgb(194, 213, 229);
  box-shadow: 0 0 12px rgb(194, 213, 229);
  padding: 40px;
}
.subpage-body.registration .reg-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.subpage-body.registration .reg-form .form-row .row-label {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.subpage-body.registration .reg-form .form-row .row-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
.subpage-body.registration .reg-form .form-row .row-input input {
  background-color: #edf6ff;
  border: 0;
  border-radius: 4px;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}
.subpage-body.registration .reg-form .form-row .row-input .capcha {
  border-radius: 4px;
  margin-left: 10px;
}
.subpage-body.registration .reg-form .form-row .row-input button[type=submit] {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff4a0b), to(#ff9571));
  background-image: linear-gradient(#ff4a0b, #ff9571);
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  outline: 0;
  height: 40px;
  width: 80%;
}
.subpage-body.registration .reg-form .form-row .row-hint {
  color: #ff7001;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-left: 20px;
}

/* Promotion Starts Here */
.subpage-body.promo {
  min-height: calc(100vh - 40px - 90px - 152px);
  background: url(../img/promo_bg.png) center/cover no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
.subpage-body.promo .main-wrapper.white-bg {
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
}

.promo-header {
  color: #3590ff;
  padding: 50px 0;
}
.promo-header .en {
  font-size: 18px;
  margin-bottom: 10px;
}
.promo-header .cn {
  font-size: 48px;
}

.sub-header.promo {
  height: unset;
  width: 100%;
  padding: 20px;
}

.sub-content.promo {
  height: auto;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.promo-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.promo-menu-links {
  background-color: #e2f0ff;
  font-size: 14px;
  width: 120px;
  position: relative;
  cursor: pointer;
  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;
  line-height: 40px;
  height: 40px;
  border-radius: 40px;
  -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.promo-menu-links:not(:last-child) {
  margin-right: 20px;
}
.promo-menu-links.active, .promo-menu-links:hover {
  background-color: #338fff;
  color: #fff;
}
.promo-menu-links img {
  margin-right: 8px;
}

.promo-title {
  font-size: 24pt;
}

.promo-box {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promo-box:not(:last-child) {
  margin-bottom: 20px;
}
.promo-box table,
.promo-box td {
  border: 1px solid #ccc;
}
.promo-box .sub-content-item-header {
  margin-bottom: 10px;
  min-height: 180px;
  max-height: 190px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}
.promo-box .sub-content-item-header h3 {
  margin: 10px 0;
}
.promo-box .sub-content-item-header .banner {
  width: 100%;
  height: auto;
}
.promo-box .sub-content-item-content {
  display: none;
}

.promo-menu {
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding: 0 20px;
}

/* Aff Starts Here */
.subpage-body.aff {
  min-height: calc(100vh - 40px - 90px - 152px);
  background: url(../img/aff_bg.png) center/cover no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
.subpage-body.aff .sub-header {
  text-align: center;
}
.subpage-body.aff .sub-header .aff-header {
  color: #5497fb;
  display: inline-block;
  font-size: 28px;
  margin-bottom: 20px;
  position: relative;
}
.subpage-body.aff .sub-header .aff-header:before, .subpage-body.aff .sub-header .aff-header:after {
  background: url("../img/aff_square_left.png") center/contain no-repeat;
  content: "";
  height: 32px;
  width: 32px;
  position: absolute;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subpage-body.aff .sub-header .aff-header:after {
  background: url("../img/aff_square_right.png") center/contain no-repeat;
  left: unset;
  right: -45px;
}
.subpage-body.aff .sub-header .aff-headline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#597ef8), to(#9eb4fe));
  background-image: linear-gradient(#597ef8, #9eb4fe);
  border-radius: 20px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 20px;
  margin-bottom: 20px;
}
.subpage-body.aff .sub-header p {
  letter-spacing: 1px;
  line-height: 26px;
}
.subpage-body.aff .disclaimer {
  border-left: 3px solid #5497fb;
  padding-left: 8px;
  margin-bottom: 15px;
}
.subpage-body.aff .disclaimer strong {
  color: #5497fb;
}
.subpage-body.aff table {
  border: 1px solid #5497fb;
  text-align: center;
  width: 100%;
}
.subpage-body.aff table th {
  background-color: #5497fb;
  color: #fff;
}
.subpage-body.aff table td {
  border-bottom: 1px solid #5497fb;
}
.subpage-body.aff table td:not(:first-child) {
  border-left: 1px solid #5497fb;
}
.subpage-body.aff .qr-wrapper .qr-code {
  display: inline-block;
  background: #a9cbfd;
  padding: 4px 4px 2px;
}

/* FAQ Starts Here */
.sub-title.faq {
  background: url(../img/faq_title.png) no-repeat;
  width: 98px;
  height: 25px;
}

.sub-desc.faq {
  background: url(../img/faq_desc.png) no-repeat;
  width: 404px;
  height: 14px;
  margin-top: 7px;
}

.subpage-body.faq {
  min-height: calc(100vh - 48px - 71px - 227px - 61px);
  background: url(../img/registration_bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

.sub-content.faq {
  background-color: #fff;
  padding-top: 1px;
  -webkit-box-shadow: 0 0 12px rgba(224, 234, 243, 0.57);
  box-shadow: 0 0 12px rgba(224, 234, 243, 0.57);
}

.sub-menu ul li {
  list-style: none;
  border: 1px solid #000;
  height: 60px;
  line-height: 60px;
  border-right: none;
}

.sub-body ul li {
  list-style: none;
}

.sub-content .sub-menu {
  float: left;
  width: 200px;
}
.sub-content .sub-menu .itms {
  width: 198px;
  height: 58px;
  border: 1px solid #fff;
  border-right: 1px solid #ffc600;
  position: relative;
  margin-bottom: -1px;
  cursor: pointer;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sub-content .sub-menu .itms.active {
  margin-top: 0;
  border: 1px solid #ffc600;
  border-right: 1px solid #391111;
  z-index: 9;
  color: #ffc600;
}

.sprite {
  background: url(../img/faq_sprite.png) no-repeat top left;
  width: 33px;
  height: 24px;
  float: left;
  margin-top: 15px;
  margin-left: 30px;
}

.itmstxt {
  font-size: 16px;
  float: left;
  line-height: 57px;
}

.sub-content .sub-menu .itms .icon1 {
  background-position: 0 0;
}
.sub-content .sub-menu .itms.active .icon1 {
  background-position: 0 -25px;
}
.sub-content .sub-menu .itms .icon2 {
  background-position: 0 -50px;
}
.sub-content .sub-menu .itms.active .icon2 {
  background-position: 0 -75px;
}
.sub-content .sub-menu .itms .icon3 {
  background-position: 0 -101px;
}
.sub-content .sub-menu .itms.active .icon3 {
  background-position: 0 -125px;
}
.sub-content .sub-menu .itms .icon4 {
  background-position: 0 -150px;
}
.sub-content .sub-menu .itms.active .icon4 {
  background-position: 0 -175px;
}
.sub-content .sub-menu .itms .icon5 {
  background-position: 0 -200px;
}
.sub-content .sub-menu .itms.active .icon5 {
  background-position: 0 -225px;
}
.sub-content .sub-menu .itms .icon6 {
  background-position: 0 -250px;
}
.sub-content .sub-menu .itms.active .icon6 {
  background-position: 0 -275px;
}
.sub-content .sub-body {
  float: left;
  width: calc(100% - 201px);
  margin-left: -3px;
  border: 1px solid #ffc600;
  color: #fff;
  display: none;
  min-height: 412px;
}

.faq-title {
  font-size: 19pt;
  font-weight: 600;
  padding: 18px 35px 0;
}

.faq-text {
  font-size: 11pt;
  line-height: 20pt;
  padding-bottom: 3px;
}

/* Mobile Betting Page Starts Here */
.subpage-body.mobilebet {
  background: url(../img/registration_bg.png) center/cover no-repeat;
  padding-bottom: 0;
  min-height: calc(100vh - 40px - 90px - 152px);
}

.sub-content.mobilebet {
  background-color: transparent;
  height: 800px;
  position: relative;
  overflow: auto;
  padding: 40px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.left-col1 {
  background: url(../img/mobile.png) no-repeat;
  width: 534px;
  height: 661px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-top: 80px;
  position: absolute;
  left: -80px;
}
.left-col1 img {
  position: absolute;
  top: 85px;
  left: 215px;
  width: 150px;
}

.right-col1 {
  float: right;
  width: 530px;
  display: inline-block;
  vertical-align: middle;
  height: 620px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 60px;
  position: relative;
}

.play-icon {
  background: url(../img/play.gif) no-repeat;
  width: 84px;
  height: 84px;
  left: -40px;
  top: -28px;
  position: absolute;
}

.btn-play {
  width: 84px;
  height: 84px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.mobile-title {
  display: inline-block;
  font-size: 32px;
  color: #5497fb;
  font-weight: bold;
  margin-bottom: 8px;
}

.right-col1-text2 {
  font-size: 14px;
  margin: 5px 0;
  color: #666;
  line-height: 16px;
}

.right-col1-img {
  background: url(../img/mb_advantages.png) no-repeat;
  width: 507px;
  height: 136px;
  margin: 30px 20px;
}

.right-col1-text3 {
  font-size: 12.5pt;
  padding-bottom: 25px;
  position: relative;
}
.right-col1-text3 label:before {
  content: "";
  position: absolute;
  display: block;
  width: 82px;
  border-top: 1px solid #fff;
  top: 12px;
  left: 13%;
}
.right-col1-text3 label:after {
  content: "";
  position: absolute;
  display: block;
  width: 82px;
  border-top: 1px solid #fff;
  top: 12px;
  left: 64%;
}

.qrcode-wrapper {
  margin: 20px 0;
}

.right-col1-wrapper {
  display: inline-block;
  margin: 0 10px;
}

.right-col1-android {
  background: linear-gradient(-45deg, #5497fb, #fff, #5497fb);
  width: 190px;
  height: 190px;
  position: relative;
  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;
}
.right-col1-android:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #f5f5f5;
}
.right-col1-android .qr-code {
  z-index: 10;
}
.right-col1-android img,
.right-col1-android canvas {
  width: 170px;
  height: 170px;
  z-index: 10;
}

.tx-android,
.tx-ios {
  color: #666;
  display: block;
  font-size: 11pt;
  margin: 10px;
}

.btn-android {
  background: #5497fb;
  border-radius: 56px;
  width: 180px;
  height: 56px;
  left: 0;
  right: 0;
  margin: auto;
  position: relative;
  color: #fff;
}
.btn-android:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/android.png) center/contain no-repeat;
}

.btn-ios {
  background: #5497fb;
  border-radius: 56px;
  width: 180px;
  height: 56px;
  left: 0;
  right: 0;
  margin: auto;
  position: relative;
  color: #fff;
}
.btn-ios:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/ios.png) center/contain no-repeat;
}

.btn-qr {
  width: 180px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  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;
  color: #fff;
  font-size: 18px;
  padding-left: 18px;
}

.right-col1-ios {
  background: linear-gradient(-45deg, #5497fb, #fff, #5497fb);
  width: 190px;
  height: 190px;
  position: relative;
  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;
}
.right-col1-ios:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #f5f5f5;
}
.right-col1-ios .qr-code {
  z-index: 10;
}
.right-col1-ios img,
.right-col1-ios canvas {
  width: 170px;
  height: 170px;
  z-index: 10;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  display: none;
  z-index: 999;
}
.overlay:target {
  display: block;
}

.popup {
  margin: 80px auto;
  padding: 20px;
  background: #000;
  width: 70%;
  position: relative;
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  margin: 80px auto;
  padding: 20px;
  background: #000;
  width: 70%;
  height: calc(100% - 200px);
  position: relative;
  transition: all 5s ease-in-out;
}
.popup .close {
  position: absolute;
  top: 12px;
  right: 12px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  z-index: 1;
}
.popup .close:hover {
  color: #5497fb;
}
.popup .content {
  text-align: center;
}

.content .video-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.popup img {
  max-width: 100%;
}

.video-js .vjs-big-play-button {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: auto;
}

/* Jssor Slider */
/* ssor slider loading skin spin css */
.jssorb032 {
  position: absolute;
}
.jssorb032 .i {
  position: absolute;
  cursor: pointer;
}
.jssorb032 .i .b {
  fill: #fff558;
}
.jssorb032 .i:hover .b {
  fill: #f45b25;
  fill-opacity: 0.6;
}
.jssorb032 .iav .b {
  fill: #f45b25;
  fill-opacity: 1;
}
.jssorb032 .i.idn {
  opacity: 0.3;
}

.jssora051 {
  display: block;
  position: absolute;
  cursor: pointer;
}
.jssora051 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 360;
  stroke-miterlimit: 10;
}
.jssora051:hover {
  opacity: 0.8;
}
.jssora051.jssora051dn {
  opacity: 0.5;
}
.jssora051.jssora051ds {
  opacity: 0.3;
  pointer-events: none;
}

.appqr-wrapper {
  z-index: 99999;
  width: 118px;
}
.appqr-wrapper .appqrcode {
  width: 118px;
  background-color: #b62929;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.appqr-wrapper .appqrcode img {
  width: 98px;
  height: 98px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
}

.appqr img {
  background-color: #fff;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  top: 80px;
  position: absolute;
  left: 14px;
}

.appqr-wrapper .text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  font-style: italic;
  margin-top: 7px;
  font-weight: 600;
}

.appdlurl {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  margin-top: 2px;
  letter-spacing: -0.5px;
}
/*# sourceMappingURL=../maps/main.css.map */
