@charset "UTF-8";
button:disabled {
  color: #BEBEBE !important;
  background: #808080 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}

.agentWrap .typeLine i {
  background: url("../images/typeLine_line.png") no-repeat center;
  background-size: contain;
}

.agentWrap .intro_ic {
  background: url("../images/agent_introIC.png") no-repeat;
  background-size: 100%;
}

.sideBar .inviteBtn a {
  background: url("../images/icon/invite.png") no-repeat center;
  background-size: contain;
}

.sideBar .goTop i {
  background: url("../images/icon/goTop.png") no-repeat center;
  background-size: contain;
}

.jumpWindow .close_ic {
  background: url("../images/icon/svg/close.svg") no-repeat;
  background-size: 100%;
}

.bg {
  background: url("../images/bg.jpg") no-repeat top center;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: "微軟正黑體";
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "微軟正黑體";
}

button {
  cursor: pointer;
  outline: none;
  border: none;
  padding: 0px;
  font-family: "微軟正黑體";
}

select, input {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "微軟正黑體";
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

main {
  display: block;
}

i {
  display: block;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

html {
  width: 100%;
  height: auto;
  background: #000304;
  position: relative;
}
html body {
  width: 100%;
  height: 100%;
  min-width: 1400px;
  min-height: 768px;
}
html body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
html body::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 10px;
}
html body::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
}
html body header {
  width: 100%;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(70%, #000000), to(transparent));
  background: linear-gradient(to bottom, #000000 0%, #000000 70%, transparent 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
html body header.ag button {
  width: 15%;
  background: -webkit-gradient(linear, left top, right top, from(#FF29F1), to(#00B0FF));
  background: linear-gradient(to right, #FF29F1 0%, #00B0FF 100%);
  border: none;
  border-radius: 50px;
  color: #EDECFF;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
}
html body header.ag button:hover, html body header.ag button:active, html body header.ag button.active {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
html body header.ag .gameNav {
  width: 100%;
  height: 15px;
}
html body header.scroll {
  background: #000000;
}
html body header.linear {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(70%, #000000), to(rgba(34, 15, 93, 0.9019607843)));
  background: linear-gradient(to bottom, #000000 0%, #000000 70%, rgba(34, 15, 93, 0.9019607843) 100%);
}
html body header .top {
  width: 1400px;
  height: 90px;
  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: 0px auto;
}
html body header .top .logo {
  width: 195px;
  height: 67px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
html body .sideBar .inviteBtn {
  width: 123px;
  height: 119px;
  background: none;
  position: fixed;
  right: 5px;
  top: 400px;
  z-index: 30;
}
html body .sideBar .inviteBtn a {
  display: block;
  width: 100%;
  height: 100%;
}
html body .sideBar .goTop {
  width: 72px;
  height: 72px;
  background: linear-gradient(-45deg, #52119F 0%, #BD51F4 100%);
  border-radius: 10px;
  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;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: fixed;
  right: 20px;
  bottom: 30px;
}
html body .sideBar .goTop.display {
  opacity: 1;
}
html body .sideBar .goTop i {
  display: block;
  width: 27px;
  height: 26px;
}
html body .filter {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6196078431);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
html body .filter.display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body .filter .jumpWindow {
  display: none;
  width: auto;
  height: auto;
  background: linear-gradient(-150deg, #171229 0%, #2E2357 100%);
  border-radius: 50px;
  border: solid 1px #EDECFF;
  overflow: hidden;
}
html body .filter .jumpWindow.display {
  display: block;
}
html body .filter .jumpWindow.plsGo {
  width: auto;
}
html body .filter .jumpWindow.plsGo .content {
  width: auto;
  min-width: 400px;
  height: auto;
  padding: 0 32px;
}
html body .filter .jumpWindow.plsGo .content p {
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
html body .filter .jumpWindow.plsGo button {
  width: 270px;
  height: 42px;
  background: -webkit-gradient(linear, left top, right top, from(#52119F), to(#BD51F4));
  background: linear-gradient(to right, #52119F 0%, #BD51F4 100%);
  border: none;
  border-radius: 10px;
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
  display: block;
  margin: 32px auto;
}
html body .filter .jumpWindow.plsGo button:hover, html body .filter .jumpWindow.plsGo button:active, html body .filter .jumpWindow.plsGo button.active {
  background: #BD51F4;
}
html body .filter .jumpWindow.listWindow {
  width: 840px;
}
html body .filter .jumpWindow.listWindow .content {
  width: 100%;
  height: auto;
  padding: 0 32px 32px;
}
html body .filter .jumpWindow.listWindow .content .num {
  color: #6795FF;
  font-weight: bold;
  font-size: 20px;
}
html body .filter .jumpWindow.listWindow .content table {
  width: 100%;
  height: auto;
  margin-top: 24px;
}
html body .filter .jumpWindow.listWindow .content table tr:last-child td {
  border: none;
}
html body .filter .jumpWindow.listWindow .content table tr th {
  height: auto;
  border-bottom: solid 2px #EDECFF;
  position: relative;
  vertical-align: middle;
  padding: 10px 0;
}
html body .filter .jumpWindow.listWindow .content table tr th::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #8A8A8A;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
html body .filter .jumpWindow.listWindow .content table tr th:last-child::before {
  display: none;
}
html body .filter .jumpWindow.listWindow .content table tr th p {
  width: 100%;
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
}
html body .filter .jumpWindow.listWindow .content table tr td {
  width: 25%;
  height: auto;
  border-bottom: solid 1px #8A8A8A;
  vertical-align: middle;
  position: relative;
  padding: 15px 0;
}
html body .filter .jumpWindow.listWindow .content table tr td::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #8A8A8A;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
html body .filter .jumpWindow.listWindow .content table tr td:last-child::before {
  display: none;
}
html body .filter .jumpWindow.listWindow .content table tr td p {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #EDECFF;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
html body .filter .jumpWindow.listWindow .content table tr td p.money {
  color: #FF7777;
}
html body .filter .jumpWindow.passwordWindow {
  width: 450px;
}
html body .filter .jumpWindow.passwordWindow form {
  width: 100%;
  height: auto;
  padding: 0 64px 32px;
}
html body .filter .jumpWindow.passwordWindow form ul li {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
html body .filter .jumpWindow.passwordWindow form ul li input {
  width: 100%;
  height: 42px;
  background: #483F6E;
  border-radius: 12px;
  border: none;
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  padding-left: 15px;
}
html body .filter .jumpWindow.passwordWindow form ul li input::-webkit-input-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.passwordWindow form ul li input::-moz-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.passwordWindow form ul li input:-ms-input-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.passwordWindow form ul li input::-ms-input-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.passwordWindow form ul li input::placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.passwordWindow form ul li input:focus {
  outline: solid 2px #ff0000;
}
html body .filter .jumpWindow.passwordWindow form button {
  width: 100%;
  height: 42px;
  background: -webkit-gradient(linear, left top, right top, from(#52119F), to(#BD51F4));
  background: linear-gradient(to right, #52119F 0%, #BD51F4 100%);
  border: none;
  border-radius: 10px;
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
}
html body .filter .jumpWindow.passwordWindow form button:hover, html body .filter .jumpWindow.passwordWindow form button:active, html body .filter .jumpWindow.passwordWindow form button.active {
  background: #BD51F4;
}
html body .filter .jumpWindow.phoneWindow {
  width: 640px;
}
html body .filter .jumpWindow.phoneWindow form {
  padding: 32px 120px 48px;
}
html body .filter .jumpWindow.phoneWindow form ul {
  width: 100%;
  height: auto;
}
html body .filter .jumpWindow.phoneWindow form ul li {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 30px;
}
html body .filter .jumpWindow.phoneWindow form ul li p {
  color: #EDECFF;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
html body .filter .jumpWindow.phoneWindow form ul li p span {
  letter-spacing: 1px;
  margin-left: 10px;
}
html body .filter .jumpWindow.phoneWindow form ul li button {
  width: auto;
  height: 42px;
  background: -webkit-gradient(linear, left top, right top, from(#6140B3), to(#469FE3));
  background: linear-gradient(to right, #6140B3 0%, #469FE3 100%);
  border: none;
  border-radius: 10px;
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
  margin-top: 10px;
}
html body .filter .jumpWindow.phoneWindow form ul li button:hover, html body .filter .jumpWindow.phoneWindow form ul li button:active, html body .filter .jumpWindow.phoneWindow form ul li button.active {
  background: #3894D3;
}
html body .filter .jumpWindow.phoneWindow form ul li input {
  width: 100%;
  height: 42px;
  background: #483F6E;
  border-radius: 12px;
  border: none;
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  padding-left: 15px;
}
html body .filter .jumpWindow.phoneWindow form ul li input::-webkit-input-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.phoneWindow form ul li input::-moz-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.phoneWindow form ul li input:-ms-input-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.phoneWindow form ul li input::-ms-input-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.phoneWindow form ul li input::placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.phoneWindow form ul li input:focus {
  outline: solid 2px #ff0000;
}
html body .filter .jumpWindow.phoneWindow form .check {
  width: 100%;
  height: 42px;
  background: -webkit-gradient(linear, left top, right top, from(#52119F), to(#BD51F4));
  background: linear-gradient(to right, #52119F 0%, #BD51F4 100%);
  border: none;
  border-radius: 10px;
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
}
html body .filter .jumpWindow.phoneWindow form .check:hover, html body .filter .jumpWindow.phoneWindow form .check:active, html body .filter .jumpWindow.phoneWindow form .check.active {
  background: #BD51F4;
}
html body .filter .jumpWindow.eventWindow, html body .filter .jumpWindow.checkEvent {
  width: 800px;
}
html body .filter .jumpWindow.eventWindow .content, html body .filter .jumpWindow.checkEvent .content {
  width: 100%;
  height: auto;
  min-height: 500px;
  padding: 0 48px 32px;
}
html body .filter .jumpWindow.eventWindow .content img, html body .filter .jumpWindow.checkEvent .content img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
html body .filter .jumpWindow.eventWindow .content p, html body .filter .jumpWindow.checkEvent .content p {
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
html body .filter .jumpWindow.eventWindow button, html body .filter .jumpWindow.checkEvent button {
  width: 330px;
  height: 42px;
  background: -webkit-gradient(linear, left top, right top, from(#52119F), to(#BD51F4));
  background: linear-gradient(to right, #52119F 0%, #BD51F4 100%);
  border: none;
  border-radius: 10px;
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
  display: block;
  margin: 0 auto 32px;
}
html body .filter .jumpWindow.eventWindow button:hover, html body .filter .jumpWindow.eventWindow button:active, html body .filter .jumpWindow.eventWindow button.active, html body .filter .jumpWindow.checkEvent button:hover, html body .filter .jumpWindow.checkEvent button:active, html body .filter .jumpWindow.checkEvent button.active {
  background: #BD51F4;
}
html body .filter .jumpWindow.betWindow {
  width: 400px;
}
html body .filter .jumpWindow.betWindow form {
  width: 100%;
  height: auto;
  padding: 0 48px 32px;
}
html body .filter .jumpWindow.betWindow form .row {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
html body .filter .jumpWindow.betWindow form .row p {
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
html body .filter .jumpWindow.betWindow form .row p.smallTitle {
  font-size: 30px;
  margin: 0;
}
html body .filter .jumpWindow.betWindow form .row input {
  width: 100%;
  height: 42px;
  background: #483F6E;
  border-radius: 12px;
  border: none;
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  padding-left: 15px;
}
html body .filter .jumpWindow.betWindow form .row input::-webkit-input-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.betWindow form .row input::-moz-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.betWindow form .row input:-ms-input-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.betWindow form .row input::-ms-input-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.betWindow form .row input::placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.betWindow form .row input:focus {
  outline: solid 2px #ff0000;
}
html body .filter .jumpWindow.betWindow form .row .trans_arrow {
  width: 24px;
  height: 21px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 0 auto;
}
html body .filter .jumpWindow.betWindow form .row .btnBox {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
html body .filter .jumpWindow.betWindow form .row .btnBox button {
  width: auto;
  height: 36px;
  background: #3D2F6E;
  border: none;
  border-radius: 16px 16px 0 0;
  color: #EDECFF;
  font-size: 12px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0 20px;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html body .filter .jumpWindow.betWindow form .row .btnBox button:hover, html body .filter .jumpWindow.betWindow form .row .btnBox button:active, html body .filter .jumpWindow.betWindow form .row .btnBox button.active {
  background: linear-gradient(-120deg, #6140B3 0%, #469FE3 100%);
  color: #ffffff;
}
html body .filter .jumpWindow.betWindow form .row .check {
  width: 100%;
  height: 42px;
  background: -webkit-gradient(linear, left top, right top, from(#52119F), to(#BD51F4));
  background: linear-gradient(to right, #52119F 0%, #BD51F4 100%);
  border: none;
  border-radius: 10px;
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
  margin-top: 5px;
}
html body .filter .jumpWindow.betWindow form .row .check:hover, html body .filter .jumpWindow.betWindow form .row .check:active, html body .filter .jumpWindow.betWindow form .row .check.active {
  background: #BD51F4;
}
html body .filter .jumpWindow.betWindow form .apply {
  width: 100%;
  height: 42px;
  background: -webkit-gradient(linear, left top, right top, from(#E3C91C), to(#F451BE));
  background: linear-gradient(to right, #E3C91C 0%, #F451BE 100%);
  border: none;
  border-radius: 10px;
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
  margin-top: 32px;
}
html body .filter .jumpWindow.betWindow form .apply:hover, html body .filter .jumpWindow.betWindow form .apply:active, html body .filter .jumpWindow.betWindow form .apply.active {
  background: #F451BE;
}
html body .filter .jumpWindow.news {
  width: 840px;
  min-height: 250px;
}
html body .filter .jumpWindow.news .content {
  width: 100%;
  height: auto;
  padding: 0 32px 32px;
}
html body .filter .jumpWindow.news .content .tabs {
  width: 100%;
  height: auto;
  border-bottom: solid 1px #8A8A8A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body .filter .jumpWindow.news .content .tabs li {
  width: auto;
  height: 35px;
  background: #3D2F6E;
  border: none;
  border-radius: 16px 16px 0 0;
  color: #EDECFF;
  font-size: 12px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0 20px;
  margin-right: 8px;
}
html body .filter .jumpWindow.news .content .tabs li:hover, html body .filter .jumpWindow.news .content .tabs li:active, html body .filter .jumpWindow.news .content .tabs li.active {
  background: linear-gradient(-120deg, #6140B3 0%, #469FE3 100%);
  color: #ffffff;
}
html body .filter .jumpWindow.news .content ul:not(.tabs) {
  display: none;
  width: 100%;
  height: auto;
}
html body .filter .jumpWindow.news .content ul:not(.tabs).display {
  display: block;
}
html body .filter .jumpWindow.news .content ul:not(.tabs) li {
  width: 100%;
  height: 45px;
  border-bottom: solid 1px #8A8A8A;
  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;
  padding: 0 5px;
}
html body .filter .jumpWindow.news .content ul:not(.tabs) li p {
  color: #EDECFF;
  font-size: 16px;
  font-weight: bold;
}
html body .filter .jumpWindow.news .content ul:not(.tabs) li p .date {
  color: #BEBEBE;
  font-size: 12px;
}
html body .filter .jumpWindow.forgetPassword {
  width: 600px;
}
html body .filter .jumpWindow.forgetPassword form {
  width: 100%;
  height: auto;
  padding: 0 32px 48px;
}
html body .filter .jumpWindow.forgetPassword form label {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body .filter .jumpWindow.forgetPassword form label input {
  width: 100%;
  height: 42px;
  background: #483F6E;
  border-radius: 12px;
  border: none;
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  padding-left: 15px;
  margin-right: 10px;
}
html body .filter .jumpWindow.forgetPassword form label input::-webkit-input-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.forgetPassword form label input::-moz-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.forgetPassword form label input:-ms-input-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.forgetPassword form label input::-ms-input-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.forgetPassword form label input::placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.forgetPassword form label input:focus {
  outline: solid 2px #ff0000;
}
html body .filter .jumpWindow.forgetPassword form label button {
  width: auto;
  height: 42px;
  background: -webkit-gradient(linear, left top, right top, from(#6140B3), to(#469FE3));
  background: linear-gradient(to right, #6140B3 0%, #469FE3 100%);
  border: none;
  border-radius: 10px;
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
html body .filter .jumpWindow.forgetPassword form label button:hover, html body .filter .jumpWindow.forgetPassword form label button:active, html body .filter .jumpWindow.forgetPassword form label button.active {
  background: #3894D3;
}
html body .filter .jumpWindow.forgetPassword form p {
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
html body .filter .jumpWindow.pointWindow {
  width: 540px;
}
html body .filter .jumpWindow.pointWindow .content {
  width: 100%;
  height: 200px;
  text-align: center;
  padding-top: 45px;
}
html body .filter .jumpWindow.pointWindow .content p {
  color: #EDECFF;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
html body .filter .jumpWindow.pointWindow .content input {
  width: 320px;
  height: 42px;
  background: #483F6E;
  border-radius: 12px;
  border: none;
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  padding-left: 15px;
  text-align: center;
  padding: 0;
}
html body .filter .jumpWindow.pointWindow .content input::-webkit-input-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.pointWindow .content input::-moz-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.pointWindow .content input:-ms-input-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.pointWindow .content input::-ms-input-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.pointWindow .content input::placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.pointWindow .content input:focus {
  outline: solid 2px #ff0000;
}
html body .filter .jumpWindow.agentWindow {
  width: 985px;
  height: auto;
}
html body .filter .jumpWindow.agentWindow form {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 55px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 55px;
  padding: 0 48px 32px;
}
html body .filter .jumpWindow.agentWindow form .half {
  width: 100%;
  height: auto;
}
html body .filter .jumpWindow.agentWindow form .half .row {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
html body .filter .jumpWindow.agentWindow form .half .row p {
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
html body .filter .jumpWindow.agentWindow form .half .row p.itemName span {
  color: #ff0000;
  margin: 0 5px 0 0;
}
html body .filter .jumpWindow.agentWindow form .half .row p.rule {
  color: #BEBEBE;
  font-size: 11px;
  font-weight: lighter;
  line-height: 20px;
  white-space: nowrap;
  margin: 0;
}
html body .filter .jumpWindow.agentWindow form .half .row > input {
  width: 100%;
  height: 42px;
  background: #483F6E;
  border-radius: 12px;
  border: none;
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  padding-left: 15px;
  margin: 0 0 5px;
}
html body .filter .jumpWindow.agentWindow form .half .row > input::-webkit-input-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.agentWindow form .half .row > input::-moz-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.agentWindow form .half .row > input:-ms-input-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.agentWindow form .half .row > input::-ms-input-placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.agentWindow form .half .row > input::placeholder {
  color: #EDECFF;
}
html body .filter .jumpWindow.agentWindow form .half .row > input:focus {
  outline: solid 2px #ff0000;
}
html body .filter .jumpWindow.agentWindow form .half .row ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
html body .filter .jumpWindow.agentWindow form .half .row ul li input {
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 5px;
  margin: 0 10px 0 0;
  position: relative;
  cursor: pointer;
}
html body .filter .jumpWindow.agentWindow form .half .row ul li input::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #8A8A8A;
  margin-right: 8px;
  border-radius: 5px;
  background: #EDECFF;
  position: absolute;
  top: 0;
  left: 0;
}
html body .filter .jumpWindow.agentWindow form .half .row ul li input::after {
  content: "√";
  font-size: 18px;
  color: #171229;
  position: absolute;
  top: -1px;
  left: 5px;
  opacity: 0;
}
html body .filter .jumpWindow.agentWindow form .half .row ul li input:checked::after {
  opacity: 1;
}
html body .filter .jumpWindow.agentWindow form .half .row ul li p {
  color: #A4BFFF;
  font-size: 12px;
  margin: 0;
}
html body .filter .jumpWindow.agentWindow form .check {
  width: auto;
  height: 42px;
  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;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  margin: 0 auto;
}
html body .filter .jumpWindow.agentWindow form .check input {
  width: 18px;
  height: 18px;
  background: transparent;
  margin: 0 10px 0 0;
  position: relative;
  cursor: pointer;
}
html body .filter .jumpWindow.agentWindow form .check input::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #EDECFF;
  margin-right: 10px;
  border-radius: 50px;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
html body .filter .jumpWindow.agentWindow form .check input::after {
  content: "⬤";
  color: #EDECFF;
  font-size: 17px;
  position: absolute;
  top: -3px;
  left: 4px;
  opacity: 0;
}
html body .filter .jumpWindow.agentWindow form .check input:checked::after {
  opacity: 1;
}
html body .filter .jumpWindow.agentWindow form .check p {
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
html body .filter .jumpWindow.agentWindow form .apply {
  width: 40%;
  height: 42px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  background: -webkit-gradient(linear, left top, right top, from(#52119F), to(#BD51F4));
  background: linear-gradient(to right, #52119F 0%, #BD51F4 100%);
  border: none;
  border-radius: 10px;
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
  margin: 15px auto 0;
}
html body .filter .jumpWindow.agentWindow form .enter:hover, html body .filter .jumpWindow.agentWindow form .enter:active, html body .filter .jumpWindow.agentWindow form .enter.active {
  background: #BD51F4;
}
html body .filter .jumpWindow.ruleWindow {
  width: 985px;
  height: auto;
}
html body .filter .jumpWindow.ruleWindow .content {
  width: 100%;
  height: auto;
  padding: 0 48px 32px;
}
html body .filter .jumpWindow.ruleWindow .content .textBox {
  width: 100%;
  min-height: 280px;
  height: auto;
  max-height: 480px;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
html body .filter .jumpWindow.ruleWindow .content .textBox::-webkit-scrollbar {
  width: 5px;
}
html body .filter .jumpWindow.ruleWindow .content .textBox::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 30px;
}
html body .filter .jumpWindow.ruleWindow .content .textBox::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 30px;
}
html body .filter .jumpWindow.ruleWindow .content .textBox p {
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 20px;
}
html body .filter .jumpWindow.ruleWindow .content .textBox span {
  color: #EDECFF;
}
html body .filter .jumpWindow.ruleWindow .content .textBox p:last-child {
  margin: 0;
}
html body .filter .jumpWindow.ruleWindow .content .close {
  width: 40%;
  height: 42px;
  background: -webkit-gradient(linear, left top, right top, from(#52119F), to(#BD51F4));
  background: linear-gradient(to right, #52119F 0%, #BD51F4 100%);
  border: none;
  border-radius: 10px;
  color: #EDECFF;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
  display: block;
  margin: 15px auto 0;
}
html body .filter .jumpWindow.ruleWindow .content .close:hover, html body .filter .jumpWindow.ruleWindow .content .close:active, html body .filter .jumpWindow.ruleWindow .content .close.active {
  background: #BD51F4;
}
html body .filter .jumpWindow .title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 30px 0;
}
html body .filter .jumpWindow .title p {
  color: #EDECFF;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 2px 3px 5px #00F9FF;
  letter-spacing: 2px;
}
html body .filter .jumpWindow .title i {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
html body .agentWrap {
  width: 100%;
  height: auto;
  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-top: 95px;
}
html body .agentWrap .center {
  width: 1400px;
  height: auto;
}
html body .agentWrap .center .typeLine {
  width: 1280px;
  height: 60px;
  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 auto 0;
}
html body .agentWrap .center .typeLine i {
  width: 512px;
  height: 36px;
  margin-top: 9px;
}
html body .agentWrap .center .typeLine i:last-child {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
html body .agentWrap .center .typeLine .textBox {
  width: auto;
  height: auto;
}
html body .agentWrap .center .typeLine .textBox .title {
  color: #EDECFF;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  margin: 0 20px;
}
html body .agentWrap .center .typeLine .textBox .sub {
  color: #00FFFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
html body .agentWrap .center .typeLine .underLine {
  width: 100%;
  height: 48px;
}
html body .agentWrap .center .subTitle {
  color: #BEBEBE;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  margin: 10px 0 40px;
}
html body .agentWrap .center .whyUS {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
html body .agentWrap .center .whyUS .introBox {
  width: 100%;
  height: 450px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 35, 87, 0.6901960784)), to(rgba(23, 18, 41, 0.6901960784)));
  background: linear-gradient(to bottom, rgba(46, 35, 87, 0.6901960784) 0%, rgba(23, 18, 41, 0.6901960784) 100%);
  border-radius: 20px;
  padding: 65px;
}
html body .agentWrap .center .whyUS .introBox .intro_ic {
  width: 127px;
  height: 127px;
  margin: 0 auto 65px;
}
html body .agentWrap .center .whyUS .introBox .intro_ic.live {
  background-position-y: 0%;
}
html body .agentWrap .center .whyUS .introBox .intro_ic.casino {
  background-position-y: 24%;
}
html body .agentWrap .center .whyUS .introBox .intro_ic.transfer {
  background-position-y: 49%;
}
html body .agentWrap .center .whyUS .introBox .intro_ic.profesional {
  background-position-y: 75%;
}
html body .agentWrap .center .whyUS .introBox .intro_ic.nivel {
  background-position-y: 100%;
}
html body .agentWrap .center .whyUS .introBox .top {
  width: 100%;
  height: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 0;
  border-bottom: 1px solid #8A8A8A;
}
html body .agentWrap .center .whyUS .introBox .top .intro_ic {
  width: 123px;
  height: 108px;
  margin: 0;
}
html body .agentWrap .center .whyUS .introBox .down {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
html body .agentWrap .center .whyUS .introBox .down .resultBox {
  width: 33%;
  height: auto;
  padding: 45px 0;
  position: relative;
}
html body .agentWrap .center .whyUS .introBox .down .resultBox:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 170px;
  background: #8A8A8A;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
html body .agentWrap .center .whyUS .introBox .down .resultBox p {
  color: #EDECFF;
  font-size: 16px;
  text-align: center;
}
html body .agentWrap .center .whyUS .introBox .down .resultBox p.num {
  color: #00F9FF;
  font-size: 45px;
  font-weight: bold;
  font-family: sans-serif;
  margin: 0 0 30px;
}
html body .agentWrap .center .whyUS .introBox .textBox {
  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;
}
html body .agentWrap .center .whyUS .introBox .textBox .title {
  color: #EDECFF;
  font-size: 22px;
  text-align: center;
  margin: 0 0 40px;
}
html body .agentWrap .center .whyUS .introBox .textBox .content {
  color: #BEBEBE;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
}
html body .agentWrap .center .whyUS .introBox .textBox ul li {
  color: #BEBEBE;
  font-size: 16px;
  line-height: 28px;
}
html body .agentWrap .center .whyUS .introBox:nth-of-type(1) {
  padding: 0 30px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}
html body .agentWrap .center .whyUS .introBox:nth-of-type(1) .textBox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
html body .agentWrap .center .whyUS .introBox:nth-of-type(1) .textBox .title {
  text-align: left;
  margin-bottom: 20px;
}
html body .agentWrap .center .whyUS .introBox:nth-of-type(1) .textBox .content {
  text-align: left;
}
html body .agentWrap .center .agBlock {
  width: 100%;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 35, 87, 0.6901960784)), to(rgba(23, 18, 41, 0.6901960784)));
  background: linear-gradient(to bottom, rgba(46, 35, 87, 0.6901960784) 0%, rgba(23, 18, 41, 0.6901960784) 100%);
  border-radius: 20px;
  padding: 65px;
}
html body .agentWrap .center .agBlock.comisiones {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 50px;
}
html body .agentWrap .center .agBlock.comisiones .title {
  color: #EDECFF;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  margin: 0 0 20px;
}
html body .agentWrap .center .agBlock.comisiones .content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
html body .agentWrap .center .agBlock.comisiones .content img {
  width: 49%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
html body .agentWrap .center .agBlock.comisiones .content .outer {
  width: 35%;
  height: auto;
  border-radius: 15px;
  border: 1px solid #6795FF;
  overflow: hidden;
}
html body .agentWrap .center .agBlock.comisiones .content .outer table {
  width: 100%;
  height: auto;
}
html body .agentWrap .center .agBlock.comisiones .content .outer table tr:nth-of-type(even) {
  background: #121A29;
}
html body .agentWrap .center .agBlock.comisiones .content .outer table tr:nth-of-type(odd) {
  background: #23263C;
}
html body .agentWrap .center .agBlock.comisiones .content .outer table tr:nth-of-type(1) {
  background: -webkit-gradient(linear, left top, left bottom, from(#469FE3), color-stop(70%, #6140B3));
  background: linear-gradient(to bottom, #469FE3 0%, #6140B3 70%);
}
html body .agentWrap .center .agBlock.comisiones .content .outer table tr:nth-of-type(1) th {
  width: 50%;
  vertical-align: middle;
  padding: 20px;
  position: relative;
}
html body .agentWrap .center .agBlock.comisiones .content .outer table tr:nth-of-type(1) th::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #EDECFF;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
html body .agentWrap .center .agBlock.comisiones .content .outer table tr:nth-of-type(1) th:nth-of-type(2)::before {
  display: none;
}
html body .agentWrap .center .agBlock.comisiones .content .outer table tr:nth-of-type(1) th p {
  color: #EDECFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
}
html body .agentWrap .center .agBlock.comisiones .content .outer table tr td {
  vertical-align: middle;
  padding: 20px;
  position: relative;
}
html body .agentWrap .center .agBlock.comisiones .content .outer table tr td::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #EDECFF;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
html body .agentWrap .center .agBlock.comisiones .content .outer table tr td:nth-of-type(2)::before {
  display: none;
}
html body .agentWrap .center .agBlock.comisiones .content .outer table tr td p {
  color: #EDECFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
}
html body .agentWrap .center .agBlock.comisiones .rule {
  color: #EDECFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  margin: 40px 0 0;
}
html body .agentWrap .center .agBlock.comisiones .rule .highlight {
  color: #00F9FF;
  margin: 0 5px 0 0;
}
html body .agentWrap .center .agBlock.joinUS {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 60px;
}
html body .agentWrap .center .agBlock.joinUS .info {
  color: #BEBEBE;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
}
html body .agentWrap .center .agBlock.joinUS button {
  width: 20%;
  background: -webkit-gradient(linear, left top, right top, from(#FF29F1), to(#00B0FF));
  background: linear-gradient(to right, #FF29F1 0%, #00B0FF 100%);
  border: none;
  border-radius: 50px;
  color: #EDECFF;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  margin: 30px 0 0;
}
html body .agentWrap .center .agBlock.joinUS button:hover, html body .agentWrap .center .agBlock.joinUS button:active, html body .agentWrap .center .agBlock.joinUS button.active {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
html body .bg {
  width: 100%;
  min-width: 1400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
}