.Layout___container___oF2Ck button {
  outline: none; }

.AlertBox___alert_block___3SVwQ {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999; }
  .AlertBox___alert_block___3SVwQ .AlertBox___white_box___2eYoZ {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    min-width: 260px; }
    .AlertBox___alert_block___3SVwQ .AlertBox___white_box___2eYoZ .AlertBox___title___2HNWR {
      background: linear-gradient(90deg, #9968fd, #fc49af) no-repeat center top;
      color: white;
      padding: 10px 5px;
      font-size: 16px !important;
      font-weight: bold !important; }
    .AlertBox___alert_block___3SVwQ .AlertBox___white_box___2eYoZ .AlertBox___content___1P0Cx {
      display: flex;
      flex-direction: column;
      padding: 10px 20px;
      font-size: 14px; }
      .AlertBox___alert_block___3SVwQ .AlertBox___white_box___2eYoZ .AlertBox___content___1P0Cx > button {
        position: relative;
        background-color: #697dac;
        color: white;
        left: 100%;
        width: 30%;
        transform: translate(-100%);
        margin-top: 5%;
        padding: 5px 0; }

.Header___none___SYSis {
  display: none; }

@media (min-width: 576px) {
  .Header___wrapper___2OaNs {
    position: relative;
    padding: 0 5%;
    text-align: center; }
    .Header___wrapper___2OaNs .Header___top_container___2e4iq {
      padding: 10px 0;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .Header___wrapper___2OaNs .Header___top_container___2e4iq > form {
        display: flex;
        align-items: center;
        margin-right: 10px; }
        .Header___wrapper___2OaNs .Header___top_container___2e4iq > form > div {
          position: relative;
          margin-right: 10px; }
          .Header___wrapper___2OaNs .Header___top_container___2e4iq > form > div > input {
            width: 155px;
            height: 30px;
            border: 0;
            border-bottom: #dbebff 1px solid;
            background-color: transparent;
            padding: 0 5px;
            box-sizing: border-box;
            margin-right: 10px;
            font-size: 15px; }
          .Header___wrapper___2OaNs .Header___top_container___2e4iq > form > div > input:focus {
            background-color: #e2ecfe; }
          .Header___wrapper___2OaNs .Header___top_container___2e4iq > form > div .Header___forget_password___1xWLo {
            position: absolute;
            right: 10px;
            bottom: 5px;
            border: 1px solid black;
            border-radius: 5px;
            padding: 0 5px; }
        .Header___wrapper___2OaNs .Header___top_container___2e4iq > form > label {
          font-size: 14px;
          position: inherit;
          color: #5f6c7b;
          position: relative;
          top: 2px;
          margin-right: 10px; }
        .Header___wrapper___2OaNs .Header___top_container___2e4iq > form .Header___checkbox___1rCfu {
          display: inline-block;
          margin-right: 5px; }
      .Header___wrapper___2OaNs .Header___top_container___2e4iq .Header___user_data___1VnFh {
        font-size: 14px;
        margin: 0 10px; }
        .Header___wrapper___2OaNs .Header___top_container___2e4iq .Header___user_data___1VnFh .Header___color___1Ef6o {
          color: #a4705a; }
      .Header___wrapper___2OaNs .Header___top_container___2e4iq .Header___member_center_btns___1ixZy > a {
        margin: 0 10px;
        font-size: 16px; }
      .Header___wrapper___2OaNs .Header___top_container___2e4iq .Header___member_center_btns___1ixZy > a:hover {
        cursor: pointer;
        color: #ff0000; }
      .Header___wrapper___2OaNs .Header___top_container___2e4iq .Header___logout___2Z_jF {
        padding: 4px 30px;
        color: white;
        background-color: #ce7b6e;
        cursor: pointer;
        transition: all 0.3s;
        border-radius: 13px;
        font-size: 14px; }
    .Header___wrapper___2OaNs .Header___logo___2ZYEX {
      position: relative;
      margin: 1% 0;
      display: inline-block; }
      .Header___wrapper___2OaNs .Header___logo___2ZYEX > a > img {
        width: 300px; } }

@media (max-width: 575.98px) {
  .Header___wrapper___2OaNs {
    display: none; } }

.PreTransfer___container___2P3Jh {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100; }
  .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk {
    position: relative;
    left: 50%;
    top: 50%;
    z-index: 999;
    border-radius: 3px;
    display: block;
    height: 569px;
    transform: translate(-50%, -50%);
    box-shadow: inset 0 -10px 15px -12px rgba(0, 0, 0, 0.3), 0 0 0px #555; }
    @media (min-width: 576px) {
      .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk {
        max-width: 600px; } }
    @media (max-width: 575.98px) {
      .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk {
        width: 90%; } }
    .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___head___1FgOj {
      color: white;
      background: linear-gradient(90deg, #9968fd, #fc49af) no-repeat center top !important;
      padding: 10px 20px;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___head___1FgOj > img {
        width: 50px; }
    .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm {
      background-color: white;
      text-align: center;
      padding: 5% 10%; }
      .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___balance___3_-yA {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___balance___3_-yA > span {
          display: flex;
          flex-direction: column;
          width: 30%;
          font-size: 15px; }
          .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___balance___3_-yA > span > img {
            margin: 0 auto;
            width: 100%; }
          .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___balance___3_-yA > span > span:nth-child(3) {
            color: #c69c00;
            font-weight: bold;
            font-size: 25px; }
      .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm > input {
        height: 50px;
        width: 100%;
        text-align: right;
        padding-right: 15px;
        font-size: 20px;
        border-radius: 17px;
        background-color: #e3eaf1;
        border: 1px solid #bbbbbb; }
      .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___amount_btns___3zjf8 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___amount_btns___3zjf8 > button {
          width: 30%;
          height: 48px;
          border-radius: 12px;
          margin-left: 5px;
          font-size: 17px;
          color: #fff;
          margin-top: 3%;
          border: 2px solid #697dac;
          background-color: #697dac; }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___amount_btns___3zjf8 .PreTransfer___transfer___1WuHz {
          background-color: #00a651 !important;
          border: 2px solid #00a651 !important; }
        .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___amount_btns___3zjf8 .PreTransfer___disable___3eS2b {
          background-color: #b8b8b8 !important;
          border: 2px solid #b8b8b8 !important; }
      .PreTransfer___container___2P3Jh .PreTransfer___box___1WxVk .PreTransfer___body___1cNVm .PreTransfer___enter_game___3I3lG {
        width: 100%;
        height: 48px;
        border-radius: 12px;
        margin-left: 5px;
        font-size: 17px;
        color: #fff;
        margin-top: 3%;
        background-color: #c12020 !important;
        border: 2px solid #c12020 !important; }

@media (min-width: 576px) {
  .Gamebar___wrapper___3W099 {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 0 5%;
    border-top: 1px solid #e79a86;
    z-index: 5; }
    .Gamebar___wrapper___3W099 .Gamebar___tab___2hJwU {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 12%;
      padding: 15px 0;
      color: #606870;
      cursor: pointer; }
      .Gamebar___wrapper___3W099 .Gamebar___tab___2hJwU .Gamebar___hover___13eLW {
        position: absolute;
        top: 0;
        background-color: #e79a86;
        height: 5px;
        width: 100%;
        display: none; }
      .Gamebar___wrapper___3W099 .Gamebar___tab___2hJwU .Gamebar___chinese_name___1OGYm {
        font-size: 16px; }
      .Gamebar___wrapper___3W099 .Gamebar___tab___2hJwU .Gamebar___english_name___KIw_z {
        margin-top: 5px;
        font-size: 12px; }
    .Gamebar___wrapper___3W099 .Gamebar___games___iXxro {
      position: absolute;
      background: linear-gradient(to bottom, #ededed 0%, #ffffff 33%, #ededed);
      width: 100%;
      top: 100%;
      left: 0;
      z-index: 1;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .Gamebar___wrapper___3W099 .Gamebar___games___iXxro > button {
        padding: 1% 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 16px;
        margin: 0 20px; }
        .Gamebar___wrapper___3W099 .Gamebar___games___iXxro > button > img:nth-child(1) {
          height: 46px;
          pointer-events: none; }
        .Gamebar___wrapper___3W099 .Gamebar___games___iXxro > button > img:nth-child(2) {
          width: 206px;
          height: 147px;
          pointer-events: none; }
        .Gamebar___wrapper___3W099 .Gamebar___games___iXxro > button .Gamebar___enter___1AXUK {
          margin-top: 10px;
          background: linear-gradient(180deg, #fff 15%, #d5e0eb 67%, #f2f8fc 95%);
          border: 1px solid #ccd7e6;
          color: #606870;
          line-height: 28px;
          width: 108px;
          height: 30px;
          border-radius: 3px;
          box-shadow: 0 2px 6px -1px #d5e5f4, inset -2px 0 4px 0 #fff, inset 2px -3px 4px 0 #fff;
          pointer-events: none; }
        .Gamebar___wrapper___3W099 .Gamebar___games___iXxro > button .Gamebar___enter___1AXUK:hover {
          color: #fff;
          background: linear-gradient(180deg, #fff6f3 8%, #c86f62 64%, #c79c95 95%);
          border: 1px solid #eec6b9;
          box-shadow: 0 2px 6px -1px #e4c3b8; }
      .Gamebar___wrapper___3W099 .Gamebar___games___iXxro > button:not(:last-child) {
        border-right: 1px #ededed solid; }
      .Gamebar___wrapper___3W099 .Gamebar___games___iXxro > button:hover {
        background: linear-gradient(to bottom, #ededed 0%, #ededed 33%); } }

@media (max-width: 575.98px) {
  .Gamebar___wrapper___3W099 {
    display: none; } }

@media (min-width: 576px) {
  .Footer___wrapper___31LDX {
    position: relative;
    margin: 5% 10% 0;
    text-align: center;
    background-color: #FCFDFD; } }

@media (max-width: 575.98px) {
  .Footer___wrapper___31LDX {
    display: none; } }

.Footer___wrapper___31LDX .Footer___top_container___3BvWC {
  display: flex; }
  .Footer___wrapper___31LDX .Footer___top_container___3BvWC .Footer___item___2ALUG {
    display: flex;
    align-items: center;
    width: 25%; }
    .Footer___wrapper___31LDX .Footer___top_container___3BvWC .Footer___item___2ALUG > img {
      margin-right: 5%; }
    .Footer___wrapper___31LDX .Footer___top_container___3BvWC .Footer___item___2ALUG > div {
      text-align: left; }
      .Footer___wrapper___31LDX .Footer___top_container___3BvWC .Footer___item___2ALUG > div > p:nth-child(1) {
        color: #c66c5e;
        font-size: 27px;
        font-weight: 400; }
      .Footer___wrapper___31LDX .Footer___top_container___3BvWC .Footer___item___2ALUG > div > p:nth-child(2) {
        color: #606870; }

.Footer___wrapper___31LDX .Footer___cooperator___syUvz {
  margin-top: 3%;
  width: 80%; }

.Footer___wrapper___31LDX .Footer___info___1CemG {
  margin-top: 3%; }
  .Footer___wrapper___31LDX .Footer___info___1CemG > a {
    color: #c66c5e;
    padding: 0 25px;
    letter-spacing: 1px; }
  .Footer___wrapper___31LDX .Footer___info___1CemG > a:not(:last-child) {
    border-right: 1px #c66c5e solid; }

.Footer___wrapper___31LDX .Footer___custom_service___2JxwH {
  margin-top: 3%;
  display: inline-block; }
  .Footer___wrapper___31LDX .Footer___custom_service___2JxwH > a {
    margin: 0 5px; }
    .Footer___wrapper___31LDX .Footer___custom_service___2JxwH > a > img {
      width: 50px; }

.Footer___wrapper___31LDX .Footer___copyright___Z8Qhb {
  margin: 3% 0;
  color: #c66c5e; }

.Announcement___none___1_WqP {
  display: none; }

@media (min-width: 576px) {
  .Announcement___marquee___36kSc {
    position: relative;
    margin-top: 1%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 5%;
    height: 40px;
    font-size: 16px;
    color: #c66c5E; }
    .Announcement___marquee___36kSc .Announcement___mobile_marquee___2ZWx2 {
      display: none; }
    .Announcement___marquee___36kSc .Announcement___content___2QlS5 {
      margin: 0 15px;
      font-size: 18px;
      color: #494949; }
    .Announcement___marquee___36kSc .Announcement___bell___38OGX {
      width: 20px; }
    .Announcement___marquee___36kSc > span {
      white-space: nowrap; }
  .Announcement___detailsBox___1RUE5 {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7); }
    .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS {
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      top: 50%;
      color: black; } }
    @media (min-width: 576px) and (min-width: 576px) {
      .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS {
        min-width: 647px; } }
    @media (min-width: 576px) and (max-width: 575.98px) {
      .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS {
        width: 90%; } }

@media (min-width: 576px) {
      .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(1) {
        position: relative;
        background: linear-gradient(90deg, #9968fd, #fc49af) no-repeat center top !important;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        color: white;
        padding: 10px 2%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(1) > span {
          font-size: 18px; }
        .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(1) > button {
          width: 20px;
          height: 20px;
          opacity: .5; }
          .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(1) > button > img {
            width: 100%; }
        .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(1) > button:hover {
          animation: Announcement___rotate___2BfIP .5s; }
  @keyframes Announcement___rotate___2BfIP {
    from {
      transform: rotate(0deg); }
    to {
      transform: rotate(180deg); } }
      .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(2) {
        position: relative;
        height: 40vh;
        overflow-y: scroll;
        background: white;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        padding: 5% 10%; }
        .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(2) > p {
          font-size: 16px;
          margin: 15px 0; } }

@media (max-width: 575.98px) {
  .Announcement___marquee___36kSc {
    position: relative;
    width: 85%;
    display: flex;
    align-items: center;
    margin: 15px 5% 5px;
    left: 5%;
    height: 15px;
    font-size: 14px;
    color: black; }
    .Announcement___marquee___36kSc .Announcement___pc_marquee___1nu0m {
      display: none; }
    .Announcement___marquee___36kSc .Announcement___content___2QlS5 {
      color: #494949; }
    .Announcement___marquee___36kSc .Announcement___bell___38OGX {
      position: absolute;
      left: -7.5%;
      transform: translate(50%);
      width: 15px; }
    .Announcement___marquee___36kSc > span {
      white-space: nowrap; }
  .Announcement___detailsBox___1RUE5 {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7); }
    .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS {
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      top: 50%;
      color: black; } }
    @media (max-width: 575.98px) and (min-width: 576px) {
      .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS {
        min-width: 647px; } }
    @media (max-width: 575.98px) and (max-width: 575.98px) {
      .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS {
        width: 90%; } }

@media (max-width: 575.98px) {
      .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(1) {
        position: relative;
        background: linear-gradient(90deg, #9968fd, #fc49af) no-repeat center top !important;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        color: white;
        padding: 10px 2%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(1) > span {
          font-size: 18px; }
        .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(1) > button {
          width: 20px;
          height: 20px;
          opacity: .5; }
          .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(1) > button > img {
            width: 100%; }
        .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(1) > button:hover {
          animation: Announcement___rotate___2BfIP .5s; }
  @keyframes Announcement___rotate___2BfIP {
    from {
      transform: rotate(0deg); }
    to {
      transform: rotate(180deg); } }
      .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(2) {
        position: relative;
        height: 40vh;
        overflow-y: scroll;
        background: white;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        padding: 5% 10%; }
        .Announcement___detailsBox___1RUE5 .Announcement___box___3SuFS > div:nth-child(2) > p {
          font-size: 16px;
          margin: 15px 0; } }

@media (min-width: 576px) {
  .MobileFooter___wrapper___5ARGF {
    display: none; } }

@media (max-width: 575.98px) {
  .MobileFooter___wrapper___5ARGF .MobileFooter___placeholder___2YxHN {
    height: 60px; }
  .MobileFooter___wrapper___5ARGF .MobileFooter___tabs___hQ1Ek {
    position: fixed;
    bottom: 0;
    height: 60px;
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
    border-radius: 8% 8% 0% 0%/25px;
    box-shadow: 0px -4px 5px rgba(237, 172, 172, 0.5); }
    .MobileFooter___wrapper___5ARGF .MobileFooter___tabs___hQ1Ek > button {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 20%;
      text-align: center; }
      .MobileFooter___wrapper___5ARGF .MobileFooter___tabs___hQ1Ek > button > img {
        width: 26px; } }

@media (min-width: 576px) {
  .PreviousPage___wrapper___2lsEe {
    display: none; } }

@media (max-width: 576px) {
  .PreviousPage___placeholder___XDx_X {
    position: relative;
    height: 40px;
    width: 100%; }
  .PreviousPage___wrapper___2lsEe {
    position: fixed;
    background-color: white;
    top: 0;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    font-weight: 900;
    box-shadow: 0 5px 10px rgba(237, 172, 172, 0.5);
    color: #6c6e71;
    z-index: 10; }
    .PreviousPage___wrapper___2lsEe > a {
      position: absolute;
      left: 13px;
      filter: invert(50%); }
      .PreviousPage___wrapper___2lsEe > a > img {
        width: 10px;
        height: 20px; }
    .PreviousPage___wrapper___2lsEe .PreviousPage___name___C5p67 {
      font-size: 20px; } }

