html, body {
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0 0;
  margin: 0 0;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 12px;
  color: #fff;
}

body {
  background: url(../img/bg_img1.jpg) bottom center no-repeat #ccc;
  background-size: cover;
}

.color1 {
  color: #333;
}

.color2 {
  color: #fff;
}

.color3 {
  color: #0077b2;
}

.color4 {
  color: #aaa;
}

.color5 {
  color: #00bbc4;
}

.color6 {
  color: #990d0d;
}

.color7 {
  color: #440b11;
}

.color8 {
  color: #c15200;
}

.color9 {
  color: #666;
}

.color10 {
  color: #09911f;
}

.bg_color1 {
  background-color: #fff;
}

.bg_color2 {
  background-color: #00bbc4;
}

.bg_color3 {
  background-color: #0077b2;
}

.bg_color4 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, white 100%);
}

.bg_color5 {
  background-color: rgba(0, 0, 0, 0.75);
}

.bg_color6 {
  background-color: rgba(255, 255, 255, 0.85);
}

.bg_color7 {
  background-color: #333;
}

.bg_color8 {
  background-color: #09911f;
}

.bg_color9 {
  background-color: #990d0d;
}

.bg_color10 {
  background-color: #007a80;
}

.bg_color11 {
  background-color: rgba(0, 0, 0, 0.35);
}

.bg_color12 {
  background-color: rgba(255, 255, 255, 0.45);
}

.bg_color13 {
  background-color: #37b55a;
}

.bg_color14 {
  background-color: #000;
}

.bg_color_transparent {
  background-color: transparent;
}

.aflt_btn_color1 {
  background: linear-gradient(45deg, #00bf5c 0%, #009247 100%);
}

.aflt_btn_color2 {
  background: linear-gradient(45deg, #2a85ff 0%, #00659f 100%);
}

.aflt_btn_color3 {
  background: linear-gradient(45deg, #ef6568 0%, #c43b4b 100%);
}

.aflt_btn_color4 {
  background: linear-gradient(45deg, #b6ff2a 0%, #7eb822 100%);
}

.display_none {
  display: none !important;
}

.display_block {
  display: block !important;
}

.font_size_8 {
  font-size: 8px;
}

.font_size_10 {
  font-size: 10px;
}

.font_size_12 {
  font-size: 12px;
}

.font_size_14 {
  font-size: 14px;
}

.font_size_16 {
  font-size: 16px;
}

.font_size_18 {
  font-size: 18px;
}

.font_size_20 {
  font-size: 20px;
}

.font_size_22 {
  font-size: 22px;
}

.font_size_24 {
  font-size: 24px;
}

.font_size_26 {
  font-size: 26px;
}

.font_size_28 {
  font-size: 28px;
}

.font_size_30 {
  font-size: 30px;
}

.font_size_32 {
  font-size: 32px;
}

.font_size_38 {
  font-size: 38px;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}

.bi-key {
  transform: rotate(45deg);
}

.filter_bright:hover {
  filter: brightness(120%);
}

.filter_bright_b {
  filter: brightness(50%);
}

.filter_grayscale {
  filter: grayscale(100%);
}

.transform_rotate180 {
  transform: rotate(180deg);
}

.flag1 {
  background: url(../img/icon/us_flag.png) center center no-repeat;
}

.flag2 {
  background: url(../img/icon/china_flag.png) center center no-repeat;
}

.flag3 {
  background: url(../img/icon/malaysia_flag.png) center center no-repeat;
}

@keyframes red_box_move {
  0.1% {
    background: url(../img/redbox01.png) top center no-repeat;
    background-size: contain;
  }
  50% {
    background: url(../img/redbox02.png) top center no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../img/redbox01.png) top center no-repeat;
    background-size: contain;
  }
}

@keyframes redbox_text {
  0% {
    color: #78151a;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #78151a;
  }
}

@keyframes ftr_bright_eff1 {
  0% {
    filter: brightness(80%);
  }
  50% {
    filter: brightness(120%);
  }
  100% {
    filter: brightness(80%);
  }
}

@keyframes rotate_eff1 {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes rotate_eff2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

.rotate_0 {
  animation: rotate_eff1 .5s forwards;
}

.rotate_180 {
  transform: rotate(180deg);
  animation: rotate_eff2 .5s ease-in;
}

/*.roullete_text {
    width: 56px;
    height: initial;
    line-height: 10px;
    position: absolute;
    bottom: -5px;
    left: 0;
    text-align: center;
    font-size: 8px;
    @include stroke(2, #ff9900);
    font-weight: bold;
    margin: 0 5px;
}*/
.select_iconbox {
  width: 40px;
  height: 40px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  pointer-events: none;
  background-color: #09377c;
}

.select .header select {
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  width: 100%;
  flex: 1;
  display: none;
}

.select .header select optgroup {
  display: none;
}

.select select div.option {
  display: none;
}

.select_bonus#custom div.select,
.select_bonus#custom1 div.select {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  display: inline-block;
  height: 40px;
}

.select_bonus#custom div.select datalist,
.select_bonus#custom1 div.select datalist {
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  z-index: 2;
}

.select_bonus#custom div.select[data-open] datalist,
.select_bonus#custom1 div.select[data-open] datalist {
  display: initial;
}

.select_bonus#custom div.select datalist div.option,
.select_bonus#custom1 div.select datalist div.option {
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}

.select_bonus#custom div.select div.header,
.select_bonus#custom1 div.select div.header {
  flex: 1;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  background-color: #111;
  color: #777;
  height: 40px;
}

.select_bonus#custom div.select div.header span,
.select_bonus#custom1 div.select div.header span {
  flex: 1;
  padding: 0 5px;
  text-align: left;
  line-height: 40px;
  font-size: 14px;
}

.forgot_password_start, .register_start {
  display: none;
}

.login_start, .register_start, .forgot_password_start {
  width: -webkit-fill-available;
  height: initial;
  float: left;
}

.login_part {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}

.login_part .login_part_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.login_part .login_part_box {
  width: 300px;
  height: 440px;
  position: relative;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
  z-index: 1;
  padding: 15px 15px;
  display: none;
}

.login_part .login_part_box .login_part_closed {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  text-align: center;
  line-height: 36px;
  border-radius: 40px;
  position: absolute;
  bottom: -17px;
  left: 157px;
}

.login_part .login_part_box .login_part_logo {
  width: 100%;
  height: 90px;
  float: left;
  background: url(../img/logo.png) top center no-repeat;
  background-size: contain;
  margin: 15px 0;
}

.login_part_redbox {
  width: -webkit-fill-available;
  height: initial;
  border-radius: 12px;
  line-height: 16px;
  padding: 7px 15px;
  float: left;
  text-align: center;
  margin: 0 0 10px 0;
}

.login_part_title {
  width: initial;
  height: initial;
  border-radius: 12px;
  line-height: 18px;
  padding: 4px 20px;
  text-align: center;
  margin: 20px auto;
  border: 2px #0077b2 solid;
  display: table;
  font-weight: bold;
}

.profile_part {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

.profile_part .profile_part_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.profile_part .profile_part_box {
  width: 300px;
  height: 520px;
  position: absolute;
  margin: 0 auto;
  border-radius: 20px 20px;
  z-index: 1;
  padding: 15px 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.profile_part .profile_part_box .profile_part_closed {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  text-align: center;
  line-height: 36px;
  border-radius: 40px;
  position: absolute;
  bottom: -17px;
  left: 157px;
}

.profile_part .profile_part_box .profile_part_logo {
  width: 120px;
  height: 120px;
  position: relative;
  margin: 20px auto 10px;
  display: table;
  background: url(../img/coingame.png) top center no-repeat;
  background-size: cover;
}

.profile_part .profile_part_box .profile_username {
  width: initial;
  height: 30px;
  line-height: 32px;
  padding: 0 15px;
  border-radius: 40px;
  margin: 10px auto 20px;
  display: table;
}

.input_box1 {
  width: 250px;
  height: 30px;
  line-height: 30px;
  margin: 5px auto;
  display: table;
  border-radius: 20px;
}

.input_box1 i {
  width: 30px;
  height: 30px;
  line-height: 31px;
  text-align: center;
  border-radius: 20px;
  float: left;
}

.input_box1 .input_inbox1 {
  width: 180px;
  height: 30px;
  line-height: 31px;
  float: left;
  margin: 0 0 0 10px;
  border: 0;
  padding: 0 5px;
}

.input_box1 .input_inbox2 {
  width: 120px;
  height: 30px;
  line-height: 31px;
  float: left;
  margin: 0 0 0 10px;
  border: 0;
  padding: 0 5px;
}

.input_box1 .input_inbox1_right {
  width: 40px;
  height: 22px;
  line-height: 26px;
  float: right;
  text-align: center;
  margin: 4px 0;
  border-left: 1px #fff solid !important;
  border: 0;
  padding: 0 8px 0 0;
}

.input_box1 .input_inbox1_text1 {
  width: 60px;
  height: 30px;
  line-height: 31px;
  text-align: center;
  border-radius: 20px;
  float: left;
}

.input_box2 {
  width: -webkit-fill-available;
  height: 30px;
  line-height: 30px;
  float: left;
  margin: 5px 20px;
  border-radius: 20px;
}

.input_box2 .input_box2_leftbox1 {
  width: 110px;
  height: 30px;
  line-height: 31px;
  border-radius: 20px;
  float: left;
  padding: 0 15px;
}

.input_box2 .input_box2_rightbox1 {
  width: 140px;
  height: 30px;
  line-height: 31px;
  float: left;
  margin: 0 0 0 5px;
  border: 0;
  padding: 0 5px;
}

.input_box2 .input_box2_leftbox2 {
  width: 150px;
  height: 30px;
  line-height: 31px;
  border-radius: 20px;
  float: left;
  padding: 0 15px;
}

.input_box2 .input_box2_rightbox2 {
  width: 100px;
  height: 30px;
  line-height: 31px;
  float: left;
  margin: 0 0 0 5px;
  border: 0;
  padding: 0 5px;
}

.div_box {
  width: -webkit-fill-available;
  height: initial;
  float: left;
}

.input_box3 {
  width: -webkit-fill-available;
  height: 30px;
  line-height: 30px;
  float: left;
  margin: 5px 20px;
  border-radius: 20px;
  position: relative;
}

.input_box3 .input_box3_leftbox1 {
  height: 30px;
  line-height: 31px;
  border-radius: 20px;
  float: left;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

.input_box3 .input_box3_leftbox2 {
  height: 30px;
  line-height: 31px;
  border-radius: 20px;
  float: left;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  border: 0;
  text-align: left;
  text-decoration: none;
}

.input_box3 .leftbox_width1 {
  width: 70px;
}

.input_box3 .leftbox_width2 {
  width: 110px;
}

.input_box3 .leftbox_width3 {
  width: 150px;
}

.input_box3 .leftbox_width4 {
  width: -webkit-fill-available;
}

.input_box3 .leftbox_width5 {
  width: 100px;
}

.input_box3 .input_box3_rightbox1 {
  width: -webkit-fill-available;
  height: 30px;
  line-height: 31px;
  left: 0;
  border: 0;
  padding: 0 0;
  position: absolute;
}

.input_box3 .input_box3_rightbox2 {
  width: initial;
  height: 30px;
  line-height: 31px;
  right: 0;
  position: absolute;
  border-radius: 20px;
  padding: 0 15px;
  border: 0;
  z-index: 2;
}

.input_box3 .rightbox_margin1 {
  margin: 0 40px 0 110px;
}

.input_box3 .rightbox_margin2 {
  margin: 0 15px 0 110px;
}

.input_box3 .rightbox_margin3 {
  margin: 0 15px 0 150px;
}

.input_box3 .rightbox_margin4 {
  margin: 0 40px 0 150px;
}

.input_box3 .rightbox_margin5 {
  margin: 0 40px 0 140px;
}

.input_box3 .rightbox_margin6 {
  margin: 0 30px 0 140px;
}

.input_box3 .input_inbox3_iconbtn {
  width: 40px;
  height: 22px;
  line-height: 24px;
  float: right;
  text-align: center;
  margin: 4px 0;
  border-left: 1px #fff solid !important;
  border: 0;
  padding: 0 8px 0 0;
  position: relative;
  z-index: 2;
}

.input_box3 .input_inbox3_iconbtn1 {
  width: 30px;
  height: 22px;
  line-height: 24px;
  float: right;
  text-align: center;
  margin: 4px 0;
  border: 0;
  padding: 0 0;
  position: relative;
  z-index: 2;
}

.input_box3 .iconbtn_radius1 {
  border-radius: 0 10px 10px 0;
  pointer-events: none;
}

.input_box3 .input_box3_flag {
  width: initial;
  height: 26px;
  float: left;
  margin: 0 15px 0 0;
}

.input_box3 .input_box3_flag input {
  width: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
  margin: 0 3px 0 0;
}

.input_box3 .input_box3_flag .flag_inbox {
  width: 22px;
  height: 30px;
  border-radius: 20px;
  float: right;
  margin: 0 0;
  background-size: contain !important;
}

.input_box3 .input_box3_flag .flag_img1 {
  background: url(../img/flag/us_flag.png) center center no-repeat;
}

.input_box3 .input_box3_flag .flag_img2 {
  background: url(../img/flag/china_flag.png) center center no-repeat;
}

.input_box3 .input_box3_flag .flag_img3 {
  background: url(../img/flag/malaysia_flag.png) center center no-repeat;
}

.input_box4 {
  width: -webkit-fill-available;
  height: initial;
  float: left;
  margin: 10px 0;
}

.intext_box1 {
  width: -webkit-fill-available;
  height: 30px;
  line-height: 30px;
  float: left;
  margin: 5px 20px;
  border-radius: 20px;
  position: relative;
  border: 1px #00bbc4 solid;
  text-align: center;
  padding: 0 10px;
}

.my_qr_img {
  width: 120px;
  height: 120px;
  position: relative;
  margin: 20px 80px 10px;
  border: 10px #00bbc4 solid;
  z-index: 10;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.my_qr_text {
  width: -webkit-fill-available;
  height: initial;
  line-height: 24px;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.65);
  text-align: center;
  padding: 0 30px 15px;
  float: left;
}

.check_box1 {
  width: 250px;
  height: initial;
  margin: 0 auto 10px;
  display: table;
  border-radius: 20px;
}

.check_box1 .check_inbox1 {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  float: left;
}

.check_box1 .check_inbox1_text {
  width: initial;
  line-height: 16px;
  float: left;
}

.check_box1 .check_inbox1_text1 {
  width: initial;
  line-height: 16px;
  margin: 0 3px;
  float: right;
}

.button_box1 {
  width: -webkit-fill-available;
  height: initial;
  margin: 15px 0;
  float: left;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.button_box1_mg1 {
  margin: 30px 0 !important;
}

.btn1 {
  width: initial;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 0;
  border-radius: 30px;
  padding: 0 15px;
  margin: 0 5px;
}

::placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
}

::-ms-input-placeholder {
  color: #aaa;
}

.header_part {
  width: 100%;
  height: 50px;
  background: radial-gradient(circle, #00e1c4 0%, #00bbc4 50%, #008b9c 100%);
  position: fixed;
  top: 0;
  z-index: 99;
}

.header_part .header_home {
  width: initial;
  height: 26px;
  margin: 12px 10px;
  float: left;
  position: relative;
  z-index: 10;
  text-decoration: none;
}

.header_part .header_home .bi-house-fill {
  text-align: center;
  float: left;
  line-height: 26px;
}

.header_part .header_home .header_home_text {
  width: initial;
  line-height: 26px;
  float: left;
  margin: 0 5px;
}

.header_part .header_translate {
  width: initial;
  height: 26px;
  margin: 12px 0;
  padding: 0 0 0 10px;
  float: left;
  position: relative;
  z-index: 10;
  border-left: 1px #fff solid;
}

.header_part .header_translate .bi-translate {
  text-align: center;
  float: left;
  line-height: 26px;
}

.header_part .header_translate .header_translate_inbox {
  width: initial;
  line-height: 26px;
  float: left;
  margin: 0 5px;
}

.header_part .header_translate .header_translate_inbox div {
  width: initial;
  line-height: 26px;
  float: right;
  display: none;
}

.header_part .header_translate .translate_active {
  display: block !important;
}

.header_part .header_translate .bi-chevron-down {
  text-align: center;
  float: right;
  line-height: 26px;
  /*         margin: 0 5px;*/
}

.header_part .header_flag {
  width: initial;
  height: 36px;
  border-radius: 10px;
  position: fixed;
  top: 40px;
  left: 45px;
  display: none;
}

.header_part .header_flag .flag_inbox {
  width: 26px;
  height: 26px;
  border-radius: 20px;
  float: left;
  margin: 5px 5px;
  background-size: contain !important;
}

.header_part .header_flag .flag_img1 {
  background: url(../img/flag/us_flag.png) center center no-repeat;
  opacity: 0.5;
}

.header_part .header_flag .flag_img2 {
  background: url(../img/flag/china_flag.png) center center no-repeat;
  opacity: 0.5;
}

.header_part .header_flag .flag_img3 {
  background: url(../img/flag/malaysia_flag.png) center center no-repeat;
  opacity: 0.5;
}

.header_part .header_flag .flag_active {
  opacity: 1 !important;
}

.header_part .header_logo {
  width: 100%;
  height: 40px;
  margin: 5px 0;
  position: absolute;
  z-index: 1;
  background: url(../img/logo.png) center center no-repeat;
  background-size: contain;
}

.header_part .header_login {
  width: initial;
  height: 34px;
  float: right;
  position: relative;
  z-index: 10;
  margin: 7px 10px;
  border-radius: 12px;
  border: 1px rgba(255, 225, 255, 0.5) solid;
  background-color: rgba(0, 119, 178, 0.5);
  text-decoration: none;
}

.header_part .header_login .login_text {
  width: initial;
  height: initial;
  line-height: 14px;
  border-radius: 12px;
  text-align: right;
  float: left;
  position: relative;
  z-index: 10;
  margin: 3px 0 0 10px;
}

.header_part .header_logout {
  width: initial;
  height: 34px;
  float: right;
  position: relative;
  z-index: 10;
  margin: 7px 10px;
  border-radius: 12px;
  border: 1px rgba(255, 225, 255, 0.5) solid;
  background-color: rgba(0, 119, 178, 0.5);
  text-decoration: none;
}

.header_part .header_logout .logout_text {
  width: initial;
  height: initial;
  line-height: 14px;
  border-radius: 12px;
  text-align: right;
  float: left;
  position: relative;
  z-index: 10;
  margin: 11px 0 0 10px;
}

.bi-door-open-fill {
  line-height: 36px;
  width: initial;
  float: right;
  margin: 0 8px 0 5px;
  position: relative;
  z-index: 10;
}

.footer_part {
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.footer_part .footer_btn1 {
  width: 20%;
  height: inherit;
  text-align: center;
  position: relative;
  float: left;
  text-decoration: none;
}

.footer_part .footer_btn1 .footer_btn_icon1 {
  width: initial;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin: 3px auto 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

.footer_part .footer_btn1 .footer_btn_icon1 .footer_btn_inicon1 {
  width: 15px;
  height: 15px;
  line-height: 19px;
  position: absolute;
  background-color: #00bbc4;
  border-radius: 20px;
  margin: 8px 0 0 20px;
}

.footer_part .footer_btn1 .footer_btn_icon1 .footer_btn_inicon2 {
  width: 15px;
  height: 15px;
  line-height: 19px;
  position: absolute;
  background-color: #00bbc4;
  border-radius: 20px;
  margin: -10px 0 0 -20px;
}

.footer_part .footer_btn1 .footer_btn1_text {
  width: initial;
  height: initial;
  line-height: 14px;
  text-align: center;
}

.footer_part .footer_btn_gif {
  width: 92px;
  height: 50px;
  position: relative;
  background: url(../img/footer_center_bg.png) bottom center no-repeat;
  background-size: auto;
  text-decoration: none;
}

.footer_part .footer_btn_gif .bi-gift-fill {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -15px;
  left: 21%;
  text-align: center;
  line-height: 50px;
  border-radius: 60px;
}

/*.right_btn_part {
    width: 66px;
    height: initial;
    position: fixed;
    top: 260px;
    z-index: 99;
    right: 0;

    .roullete_box {
        width: 66px;
        height: 54px;
        position: relative;
        margin: 5px 0;
        float: right;
        background: url(../img/roullete.png) top center no-repeat;
        background-size: contain;
        animation: ftr_bright_eff1 3s infinite;

        .roullete_text {
            width: 56px;
            height: initial;
            line-height: 10px;
            position: absolute;
            bottom: -5px;
            left: 0;
            text-align: center;
            font-size: 8px;
            @include stroke(2, #ff9900);
            font-weight: bold;
            margin: 0 5px;
        }
    }

    .red_box {
        width: 66px;
        height: 54px;
        position: relative;
        animation: red_box_move 3s infinite;
        margin: 5px 0;
        float: right;

        .red_box_text {
            font-size: 8px;
            width: 50px;
            height: 14px;
            line-height: 14px;
            text-align: center;
            position: absolute;
            bottom: 5px;
            padding: 0 8px;
            animation: redbox_text 3s infinite;
        }
    }
}*/
.affiliate_part {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}

.affiliate_part .affiliate_closed {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  text-align: center;
  line-height: 36px;
  border-radius: 40px;
  position: absolute;
  bottom: -17px;
  left: 157px;
  z-index: 10;
}

.affiliate_part .affiliate_bg {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
}

.affiliate_part .qr_inbox {
  width: 180px;
  height: 180px;
  position: relative;
  margin: 80px 75px 10px;
  border: 10px #00bbc4 solid;
  z-index: 10;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.affiliate_part .qr_inbox_text {
  width: -webkit-fill-available;
  height: initial;
  line-height: 24px;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.65);
  text-align: center;
  padding: 0 30px;
}

.affiliate_part .affiliate_bg_img {
  background: url(../img/bg_img2.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.2;
  border-radius: 20px;
}

.affiliate_part .affiliate_box {
  width: 350px;
  height: 460px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  z-index: 1;
  padding: 0 0;
  display: none;
}

.affiliate_part .affiliate_box .affiliate_title {
  width: -webkit-fill-available;
  height: 34px;
  line-height: 34px;
  float: left;
  padding: 0 15px;
  border-radius: 40px;
  z-index: 10;
  position: relative;
}

.affiliate_part .affiliate_box .affiliate_img {
  width: 120px;
  height: 120px;
  position: relative;
  margin: 65px auto 10px;
  display: table;
  background: url(../img/coingame.png) top center no-repeat;
  background-size: cover;
}

.affiliate_part .affiliate_box .affiliate_username {
  width: initial;
  height: 30px;
  line-height: 32px;
  padding: 0 15px;
  border-radius: 40px;
  margin: 10px auto 30px;
  display: table;
}

.affiliate_part .affiliate_box .affiliate_inbox {
  width: -webkit-fill-available;
  height: 30px;
  float: left;
  margin: 5px 20px;
}

.affiliate_part .affiliate_box .affiliate_inbox .affiliate_inbox_title {
  width: 40px;
  height: 30px;
  line-height: 32px;
  padding: 0 15px;
  border-radius: 40px;
  float: left;
}

.affiliate_part .affiliate_box .affiliate_inbox .affiliate_inbox_date {
  width: 75px;
  height: 30px;
  line-height: 32px;
  padding: 0 10px;
  border-radius: 40px;
  float: left;
  border: 1px #333 solid;
  margin: 0 0 0 5px;
  text-align: center;
}

.affiliate_part .affiliate_box .affiliate_inbox .search_btn {
  width: 30px;
  height: 30px;
  float: right;
  text-align: center;
  line-height: 32px;
  border-radius: 30px;
  border: 0;
  padding: 0;
}

.game_popup_claim_bonus, .game_popup_maintenance, .bonus_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}

.game_popup_claim_bonus .claim_bonus_box, .game_popup_maintenance .claim_bonus_box, .bonus_popup .claim_bonus_box {
  width: 320px;
  height: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  z-index: 1;
  padding: 5px 15px;
}

.game_popup_claim_bonus .claim_bonus_box .claim_bonus_text1, .game_popup_maintenance .claim_bonus_box .claim_bonus_text1, .bonus_popup .claim_bonus_box .claim_bonus_text1 {
  width: 100%;
  height: initial;
  padding: 20px 0;
  float: left;
  font-size: 90px;
  text-align: center;
}

.game_popup_claim_bonus .claim_bonus_box .claim_bonus_text2, .game_popup_maintenance .claim_bonus_box .claim_bonus_text2, .bonus_popup .claim_bonus_box .claim_bonus_text2 {
  width: -webkit-fill-available;
  height: initial;
  line-height: 26px;
  padding: 5px 10px;
  float: left;
  text-align: center;
}

.game_popup_claim_bonus .claim_bonus_box .claim_bonus_text3, .game_popup_maintenance .claim_bonus_box .claim_bonus_text3, .bonus_popup .claim_bonus_box .claim_bonus_text3 {
  width: -webkit-fill-available;
  height: initial;
  line-height: 16px;
  padding: 5px 10px;
  float: left;
  text-align: center;
}

.game_popup_claim_bonus .claim_bonus_box .claim_bonus_inbox, .game_popup_maintenance .claim_bonus_box .claim_bonus_inbox, .bonus_popup .claim_bonus_box .claim_bonus_inbox {
  width: -webkit-fill-available;
  height: initial;
  float: left;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
}

.game_popup_claim_bonus .claim_bonus_box .claim_bonus_inbox .claim_bonus_btn, .game_popup_maintenance .claim_bonus_box .claim_bonus_inbox .claim_bonus_btn, .bonus_popup .claim_bonus_box .claim_bonus_inbox .claim_bonus_btn {
  width: initial;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 0;
  border-radius: 30px;
  padding: 0 15px;
  margin: 0 10px;
}

.game_popup_claim_bonus .claim_bonus_bg, .game_popup_maintenance .claim_bonus_bg, .bonus_popup .claim_bonus_bg {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
}

.game_popup_claim_bonus .bonus_popup_box, .game_popup_maintenance .bonus_popup_box, .bonus_popup .bonus_popup_box {
  width: 320px;
  height: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  z-index: 1;
  padding: 40px 15px 5px;
}

.game_popup_claim_bonus .bonus_popup_box .bonus_popup_title, .game_popup_maintenance .bonus_popup_box .bonus_popup_title, .bonus_popup .bonus_popup_box .bonus_popup_title {
  width: -webkit-fill-available;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  border-radius: 40px;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}

.game_popup_claim_bonus .bonus_popup_box .bonus_popup_img, .game_popup_maintenance .bonus_popup_box .bonus_popup_img, .bonus_popup .bonus_popup_box .bonus_popup_img {
  width: -webkit-fill-available;
  height: 400px;
  margin: 10px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.game_popup_claim_bonus .bonus_popup_box .bonus_popup_textbox1, .game_popup_maintenance .bonus_popup_box .bonus_popup_textbox1, .bonus_popup .bonus_popup_box .bonus_popup_textbox1 {
  width: -webkit-fill-available;
  height: initial;
  line-height: 24px;
  padding: 0 0;
  margin: 0 0 10px 0;
}

.game_popup_claim_bonus .bonus_popup_box .bonus_popup_textbox2, .game_popup_maintenance .bonus_popup_box .bonus_popup_textbox2, .bonus_popup .bonus_popup_box .bonus_popup_textbox2 {
  width: -webkit-fill-available;
  height: initial;
  line-height: 24px;
  padding: 0 0;
}

.game_popup_claim_bonus .bonus_popup_box .bonus_popup_textbox3, .game_popup_maintenance .bonus_popup_box .bonus_popup_textbox3, .bonus_popup .bonus_popup_box .bonus_popup_textbox3 {
  width: -webkit-fill-available;
  height: initial;
  line-height: 20px;
  padding: 0 0;
  list-style-type: disc;
  margin: 0 20px 20px;
}

.game_popup_claim_bonus .bonus_popup_box .bonus_popup_inbox, .game_popup_maintenance .bonus_popup_box .bonus_popup_inbox, .bonus_popup .bonus_popup_box .bonus_popup_inbox {
  width: -webkit-fill-available;
  height: initial;
  float: left;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
}

.game_popup_claim_bonus .bonus_popup_box .bonus_popup_inbox .bonus_popup_btn, .game_popup_maintenance .bonus_popup_box .bonus_popup_inbox .bonus_popup_btn, .bonus_popup .bonus_popup_box .bonus_popup_inbox .bonus_popup_btn {
  width: initial;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 0;
  border-radius: 30px;
  padding: 0 15px;
  margin: 0 10px;
}

.bonus_text_effect {
  animation: bonus_text_eff 2s infinite;
}

@keyframes bonus_text_eff {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.game_closed {
  width: -webkit-fill-available;
  height: 34px;
  float: left;
  margin: 0 -5px 0 0;
  display: block;
}

.game_closed div {
  float: right;
  width: 34px;
  height: 34px;
  border-radius: 0 5px;
  text-align: center;
  line-height: 36px;
  border-radius: 40px;
}

.game_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}

.game_popup .game_popup_bg {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
}

.game_popup .game_popup_box {
  width: 330px;
  height: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  z-index: 1;
  padding: 5px 10px;
}

.game_popup .game_popup_box .game_popup_lt {
  width: 100px;
  height: initial;
  float: left;
  margin: 10px 0;
}

.game_popup .game_popup_box .game_popup_lt .popup_lt_img {
  width: 100px;
  height: 100px;
  float: left;
  border-radius: 16px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.game_popup .game_popup_box .game_popup_rt {
  width: 205px;
  height: initial;
  float: right;
  margin: 10px 0;
  padding: 5px 8px;
  border-radius: 15px;
}

.game_popup .game_popup_box .game_popup_rt .popup_rt_text {
  width: -webkit-fill-available;
  height: initial;
  text-align: left;
  line-height: 14px;
  position: relative;
  float: left;
  margin: 4px 0;
}

.game_popup .game_popup_box .game_popup_rt .popup_rt_text .popup_rt_btn_copy {
  width: initial;
  height: initial;
  text-align: center;
  line-height: 12px;
  border: 1px #fff solid;
  border-radius: 20px;
  float: right;
  padding: 2px 5px;
}

.game_popup .game_popup_box .game_popup_rt .popup_rt_inbox {
  width: 100%;
  height: initial;
  float: left;
  position: relative;
  margin: 5px 0;
}

.game_popup .game_popup_box .game_popup_rt .popup_rt_inbox .rt_inbox_text {
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: contents;
}

.game_popup .game_popup_box .popup_rt_line {
  width: 100%;
  height: 2px;
  float: left;
  background-color: #999;
  margin: 5px 0;
}

.game_popup .game_popup_box .game_popup_btn {
  width: 100%;
  height: initial;
  float: left;
  padding: 18px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.game_popup .game_popup_box .game_popup_btn button {
  width: initial;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 0;
  border-radius: 30px;
  padding: 0 15px;
  margin: 0 10px;
}

.game_popup .game_popup_box .game_popup_btn button div {
  float: left;
  margin: 0 5px 0 0;
  line-height: 30px;
}

.center_part {
  width: 100%;
  height: initial;
  position: relative;
  margin: 50px 0 70px 0;
  float: left;
}

.center_part .center_user_box {
  width: -webkit-fill-available;
  height: 26px;
  line-height: 26px;
  margin: 5px 10px;
  border-radius: 20px;
  text-align: left;
  z-index: 2;
  position: relative;
}

.center_part .center_user_box .center_user_inbox {
  width: 38%;
  height: 26px;
  float: left;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

.center_part .center_user_box .center_user_inbox .bi-person-fill {
  width: initial;
  line-height: 26px;
  float: left;
  margin: 0 5px 0 0;
}

.center_part .center_user_box .center_user_inbox .center_user_text {
  width: initial;
  height: 26px;
  line-height: 26px;
}

.center_part .center_user_box .center_wallet_box {
  width: 54%;
  height: 26px;
  padding: 0 10px;
  border-radius: 20px;
  float: right;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

.center_part .center_user_box .center_wallet_box .bi-coin {
  width: 18px;
  height: 18px;
  margin: 0 4px 0 0;
}

.center_part .center_user_box .center_wallet_box .center_wallet_text {
  width: initial;
  height: 26px;
  line-height: 26px;
}

.center_part .lazy_banner {
  width: inherit;
  height: initial;
  float: left;
}

.center_part .lazy_banner .lazy_sz {
  height: 170px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
}

.center_part .center_marquee_box {
  width: -webkit-fill-available;
  height: 24px;
  margin: 10px 10px;
  border-radius: 20px;
  float: left;
}

.center_part .center_marquee_box .center_marquee_icon {
  height: 24px;
  width: 24px;
  position: absolute;
  transform: rotate(-45deg);
  line-height: 25px;
  text-align: center;
  border-radius: 20px;
}

.center_part .center_marquee_box .center_marquee_text {
  height: 24px;
  width: -webkit-fill-available;
  margin: 0 20px 0 30px;
  line-height: 24px;
  overflow: hidden;
  float: left;
}

.center_part .center_marquee_box .center_marquee_text div {
  margin: 0 20px;
  float: left;
}

.center_part .center_affiliate_box {
  width: 100%;
  height: initial;
  float: left;
}

.center_part .center_affiliate_box .center_affiliate_img {
  width: 100%;
  height: 95px;
  float: left;
  background: url(../img/invite.png) top right no-repeat;
  background-size: contain;
}

.center_part .center_affiliate_box .center_affiliate_inbox {
  width: -webkit-fill-available;
  height: initial;
  float: left;
  margin: 5px 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}

.center_part .center_affiliate_box .center_affiliate_inbox .center_affiliate_btn {
  width: initial;
  height: 24px;
  line-height: 24px;
  float: left;
  border-radius: 20px;
  text-align: center;
  padding: 0 15px;
  border: 0;
  text-decoration: none;
  font-size: 12px;
}

.center_part .center_games_box {
  height: initial;
  width: 100%;
  position: relative;
  overflow: scroll;
  float: left;
  margin: 10px 0;
}

.center_part .center_games_box .center_games_titlebox {
  width: -webkit-fill-available;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  float: left;
  position: relative;
  border-radius: 20px 20px;
  margin: 10px 10px 0;
}

.center_part .center_games_box .center_games_titlebox .games_titlebox_btn {
  width: initial;
  height: 24px;
  line-height: 26px;
  padding: 0 15px;
  right: -7px;
  border-radius: 20px 20px;
  position: absolute;
  z-index: 1;
  border: 0;
  text-decoration: none;
  margin: 3px 10px;
}

.center_part .center_games_box .center_games_margin {
  margin: 15px 0 0 0;
}

.center_part .center_games_box .center_games_navbox {
  width: inherit;
  height: inherit;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  float: left;
}

.center_part .center_games_box .center_games_navbox .center_games_btn {
  width: 50px;
  margin: 0 5px 5px;
  float: left;
  border-bottom: 3px solid;
  border-bottom-color: transparent;
}

.center_part .center_games_box .center_games_navbox .center_games_btn .center_games_icon {
  width: 100%;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin: 5px 0 3px;
  float: left;
}

.center_part .center_games_box .center_games_navbox .center_games_btn .center_games_text {
  line-height: 14px;
  text-align: center;
  width: inherit;
  position: relative;
  bottom: 3px;
  float: left;
}

.center_part .center_games_box .center_games_navbox .games_active {
  border-bottom: 3px solid #fff;
}

.coming_soom {
  filter: grayscale(100%);
  pointer-events: none;
}

.coming_soom .coming_soom_text {
  position: absolute;
  width: inherit;
  line-height: 24px;
  text-align: center;
  bottom: 0;
  border-radius: 0 0 20px 20px;
}

.under_maintenance {
  width: 100px;
  height: 100px;
  border-radius: 16px;
  background: url(../img/under_maintenance1.png) center 35px no-repeat;
  background-size: 90%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.livechat_part {
  width: -webkit-fill-available;
  min-height: 575px;
  float: left;
  margin: 5px 10px 70px;
}

.centerbox1_part {
  width: -webkit-fill-available;
  min-height: 575px;
  max-height: initial;
  float: left;
  margin: 5px 10px 70px;
  border-radius: 20px 20px;
  overflow-x: hidden;
  z-index: 2;
  position: relative;
}

.centerbox2_part {
  width: -webkit-fill-available;
  height: initial;
  float: left;
  margin: 5px 0 20px;
  border-radius: 20px 20px;
  padding: 0 0 10px 0;
}

.headerbox1 {
  width: -webkit-fill-available;
  height: 34px;
  line-height: 34px;
  padding: 0 150px 0 15px;
  float: left;
  margin: 0 0 20px 0;
  border-radius: 20px 20px;
  position: relative;
}

.headerbox1 .headerbox1_btn {
  width: initial;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  right: 0;
  border-radius: 20px 20px;
  position: absolute;
  z-index: 1;
  border: 0;
  text-decoration: none;
}

.headerbox1 .headerbox1_btn i {
  width: initial;
  height: inherit;
  line-height: 36px;
  float: right;
  padding: 0 0 0 5px;
}

.headerbox2 {
  width: -webkit-fill-available;
  height: 34px;
  line-height: 34px;
  padding: 0 150px 0 15px;
  float: left;
  margin: 0 0 10px 0;
  border-radius: 20px 20px;
  position: relative;
}

.headerbox2 .headerbox2_btn {
  width: initial;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  right: 0;
  border-radius: 20px 20px;
  position: absolute;
  z-index: 1;
  border: 0;
  text-decoration: none;
}

.headerbox2 .headerbox2_btn i {
  width: initial;
  height: inherit;
  line-height: 36px;
  float: right;
  padding: 0 0 0 5px;
}

.headerbox3 {
  width: -webkit-fill-available;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  float: left;
  margin: 0 0 10px 0;
  border-radius: 20px 20px;
  position: relative;
}

.headerbox3 .headerbox2_btn {
  width: initial;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  right: 0;
  border-radius: 20px 20px;
  position: absolute;
  z-index: 1;
  border: 0;
  text-decoration: none;
}

.headerbox3 .headerbox2_btn i {
  width: initial;
  height: inherit;
  line-height: 36px;
  float: right;
  padding: 0 0 0 5px;
}

.centerbox1_type {
  width: -webkit-fill-available;
  height: initial;
  float: left;
  position: relative;
  padding: 20px 20px 30px;
}

.centerbox1_type .typebox1_text {
  min-width: 46px;
  height: 24px;
  line-height: 24px;
  float: left;
}

.centerbox1_type .typebox1_radio {
  width: 80%;
  height: initial;
  float: right;
}

.centerbox1_type .typebox1_radio .radio_box {
  width: -webkit-fill-available;
  height: initial;
  float: left;
  margin: 0 0;
}

.centerbox1_type .typebox1_radio .radio_box input {
  width: 14px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  float: left;
  margin: 0 5px 0 0;
}

.centerbox1_type .typebox1_radio .radio_box label {
  width: initial;
  height: 24px;
  text-align: center;
  line-height: 24px;
  float: left;
  color: #888;
}

.centerbox1_type .typebox1_radio .radio_box input:checked ~ label {
  color: #00bbc4;
}

.centerbox2_type {
  width: -webkit-fill-available;
  height: initial;
  float: left;
  position: relative;
  padding: 20px 20px 30px;
}

.centerbox2_type .typebox2_text {
  min-width: -webkit-fill-available;
  height: 24px;
  line-height: 24px;
  float: left;
  position: relative;
}

.centerbox2_type .tabs_box {
  width: -webkit-fill-available;
  height: initial;
  float: left;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 5px 0;
}

.centerbox2_type .tabs_box .tabs_inbox {
  width: initial;
  height: initial;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  float: left;
  position: relative;
  border: 1px #888 solid;
  border-radius: 40px;
  line-height: 16px;
}

.centerbox2_type .tabs_box .tabs_select {
  border: 1px #00bbc4 solid;
  color: #00bbc4;
}

.centerbox2_type .bank_detalis_box {
  width: -webkit-fill-available;
  height: initial;
  float: left;
  position: relative;
  margin: 5px 10px;
}

.centerbox2_type .bank_detalis_box .bank_detalis_text {
  width: -webkit-fill-available;
  height: initial;
  float: left;
  position: relative;
  line-height: 16px;
}

.centerbox2_type .bank_detalis_box .bank_detalis_inbox {
  width: -webkit-fill-available;
  height: initial;
  float: left;
  position: relative;
  line-height: 20px;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  border-radius: 5px;
}

.centerbox2_type .bank_detalis_box .bank_detalis_inbox i {
  width: 20px;
  height: 20px;
  float: right;
  position: relative;
  line-height: 22px;
  padding: 0 0 0 10px;
  border-left: 1px #fff solid;
}

.centerbox2_type .bank_detalis_box .bank_detalis_qrbox {
  width: -webkit-fill-available;
  height: 200px;
  float: left;
  position: relative;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  border-radius: 5px;
  border: 2px #888 solid;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.history_part {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

.history_part .history_part_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.history_part .history_box {
  width: 330px;
  height: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 10px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 15px 15px;
}

table {
  width: -webkit-fill-available;
  height: initial;
  float: left;
  margin: 10px 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr th {
  background-color: #333;
  font-weight: normal;
}

table tr th, table tr td {
  border: 1px #aaa solid;
  padding: 7px 10px;
  line-height: 14px;
  text-align: left;
}

table tr th .td_title, table tr td .td_title {
  width: -webkit-fill-available;
  height: initial;
  float: left;
  text-decoration: underline;
  line-height: 16px;
}

table tr th .td_text, table tr td .td_text {
  width: -webkit-fill-available;
  height: initial;
  float: left;
  line-height: 14px;
}

table tr:nth-child(even) {
  background-color: #fff;
}

table tr:nth-child(odd) {
  background-color: #ddd;
}

.message_part {
  width: -webkit-fill-available;
  height: initial;
  margin: 10px 20px 30px;
  float: left;
  line-height: 12px;
}

.message_part .message_box1 {
  width: 100%;
  height: initial;
  margin: 0 0 20px 0;
  float: left;
}

.message_part .message_box1 div {
  margin: 0 0 5px 0;
  line-height: 14px;
}

.message_part .message_box2 {
  width: 100%;
  height: initial;
  margin: 0 0;
  float: left;
}

.message_part .message_box2 div {
  margin: 0 0 5px 0;
  line-height: 14px;
}

.message_part .message_box2 p {
  margin: 0 0 5px 0;
  font-weight: bold;
}

.exclamation_icon {
  width: -webkit-fill-available;
  height: initial;
  font-size: 100px;
  text-align: center;
  line-height: 100px;
  margin: 120px 20px 20px;
  float: left;
}

.exclamation_text {
  width: -webkit-fill-available;
  height: initial;
  text-align: center;
  line-height: 22px;
  margin: 0 40px 20px;
  float: left;
}

.redbox_part {
  width: inherit;
  height: initial;
  margin: 0 auto;
  position: relative;
  display: flow-root;
}

.redbox_part .redbox_inbox_img {
  width: 100%;
  height: 135px;
  float: left;
  background: url(../img/rdebox_bg.jpg) top center no-repeat;
  background-size: cover;
  margin: 0 0 10px 0;
  border-radius: 20px 20px;
}

.redbox_part .redbox_inbox_img div {
  text-align: center;
  line-height: 36px;
  padding: 31px 0;
  margin: 0 36px 0 0;
  float: right;
  width: 200px;
  height: initial;
  font-weight: bold;
}

.redbox_part .redbox_inbox_box {
  width: -webkit-fill-available;
  height: initial;
  margin: 0 auto 20px auto;
  float: left;
  border-radius: 20px;
}

.redbox_part .redbox_inbox_box .inbox_titlebox {
  height: 30px;
  width: inherit;
  float: left;
}

.redbox_part .redbox_inbox_box .inbox_titlebox .titlebox_text {
  padding: 0 20px;
  text-align: center;
  float: left;
  line-height: 30px;
  border-radius: 5px 5px 0 0;
}

.redbox_part .redbox_inbox_box .inbox_redbox {
  width: inherit;
  height: initial;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  float: left;
}

.redbox_part .redbox_inbox_box .inbox_redbox .redbox_inbox {
  width: 90px !important;
  height: 90px;
  float: left;
  background: url(../img/reddox.png) top center no-repeat;
  background-size: contain;
  position: relative;
  margin: 0 10px;
}

.redbox_part .redbox_inbox_box .inbox_redbox .redbox_inbox .redbox_text1 {
  text-align: center;
  width: 100%;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 15px;
  left: 0;
  font-weight: bold;
}

.redbox_part .redbox_inbox_box .inbox_redbox .redbox_inbox .redbox_text2 {
  text-align: center;
  width: 100%;
  height: initial;
  line-height: 12px;
  position: absolute;
  bottom: 12px;
  left: 0;
}

.roullete_bg {
  background: url(../img/roullete_bg.jpg) bottom center no-repeat !important;
  background-size: cover !important;
}

.gif_bg {
  background: url(../img/bg_img2.jpg) bottom center no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.2;
  border-radius: 20 px;
}

.roullete_part {
  width: inherit;
  height: initial;
  margin: 0 auto;
  position: relative;
  display: flow-root;
}

.roullete_part .roullete_box {
  width: 290px;
  height: 340px;
  margin: 24% auto 20px;
  display: grid;
  position: relative;
}

.roullete_part .roullete_box .roullete_inbox1 {
  width: 54px;
  height: 54px;
  background: url(../img/roullete04.png) top center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 9;
  bottom: 115px;
  left: 119px;
}

.roullete_part .roullete_box .roullete_inbox2 {
  width: 290px;
  height: 290px;
  background: url(../img/roullete02.1.png) top center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 9;
  bottom: 0;
}

.roullete_part .roullete_box .roullete_inbox3 {
  width: 268px;
  height: 268px;
  background: url(../img/roullete03.png) top center no-repeat;
  background-size: contain;
  border-radius: 300px;
  position: absolute;
  bottom: 12px;
  left: 12px;
}

.roullete_part .roullete_box .roullete_inbox4 {
  width: 170px;
  height: 112px;
  background: url(../img/roullete01.png) top center no-repeat;
  background-size: contain;
  /*            border-radius: 300px;*/
  position: absolute;
  z-index: 10;
  top: 5px;
  left: 62px;
}

.roullete_part .roullete_btnbox {
  width: 120px;
  height: 40px;
  margin: 0 auto;
  padding: 0 40px 0 20px;
  display: grid;
  position: relative;
  text-align: center;
  border-radius: 40px;
  line-height: 40px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
}

.roullete_part .roullete_btnbox .btnbox_number {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
}

.gif_part {
  width: 100%;
  height: initial;
  position: absolute;
  z-index: 99;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gif_part .roullete_box {
  width: 180px;
  height: 180px;
  position: relative;
  margin: 0% 10% 5%;
  float: right;
  background: url(../img/roullete.png) top center no-repeat;
  background-size: contain;
  animation: ftr_bright_eff1 3s infinite;
}

.gif_part .roullete_box .roullete_text {
  width: -webkit-fill-available;
  height: initial;
  line-height: 22px;
  position: absolute;
  bottom: -10px;
  left: 0;
  text-align: center;
  font-size: 8px;
  text-shadow: -2px -2px 0 #ff9900, -2px -1px 0 #ff9900, -2px 0px 0 #ff9900, -2px 1px 0 #ff9900, -2px 2px 0 #ff9900, -1px -2px 0 #ff9900, -1px -1px 0 #ff9900, -1px 0px 0 #ff9900, -1px 1px 0 #ff9900, -1px 2px 0 #ff9900, 0px -2px 0 #ff9900, 0px -1px 0 #ff9900, 0px 0px 0 #ff9900, 0px 1px 0 #ff9900, 0px 2px 0 #ff9900, 1px -2px 0 #ff9900, 1px -1px 0 #ff9900, 1px 0px 0 #ff9900, 1px 1px 0 #ff9900, 1px 2px 0 #ff9900, 2px -2px 0 #ff9900, 2px -1px 0 #ff9900, 2px 0px 0 #ff9900, 2px 1px 0 #ff9900, 2px 2px 0 #ff9900;
  font-weight: bold;
  margin: 0 5px;
  font-size: 20px !important;
}

.gif_part .red_box {
  width: 180px;
  height: 160px;
  position: relative;
  animation: red_box_move 3s infinite;
  margin: 0 10%;
  float: right;
}

.gif_part .red_box .red_box_text {
  font-size: 18px;
  width: -webkit-fill-available;
  min-height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  bottom: 35px;
  padding: 0 20px;
  animation: redbox_text 3s infinite;
}

@media only screen and (min-width: 768px) {
  .roullete_part {
    width: 450px;
  }
  .roullete_part .roullete_box {
    width: 450px;
    height: 440px;
    margin: 36% auto 75px;
  }
  .roullete_part .roullete_box .roullete_inbox1 {
    width: 90px;
    height: 90px;
    bottom: 175px;
    left: 177px;
  }
  .roullete_part .roullete_box .roullete_inbox2 {
    width: 450px;
    height: 450px;
  }
  .roullete_part .roullete_box .roullete_inbox4 {
    width: 280px;
    height: 180px;
    top: -100px;
    left: 85px;
  }
  .roullete_part .roullete_box .roullete_inbox3 {
    width: 425px;
    height: 425px;
    bottom: 12px;
    left: 12px;
  }
  .footer_part {
    width: 768px;
    /* top: 95%;*/
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .footer_part .footer_btn1 {
    width: 25%;
  }
  .footer_part .footer_btn_gif .bi-gift-fill {
    left: 19%;
  }
  .gif_part .roullete_box {
    margin: 0% 5%;
  }
  .gif_part .red_box {
    margin: 0% 5%;
  }
}

@media only screen and (min-width: 1024px) {
  html, body {
    width: 1024px;
    margin: 0 auto;
  }
  .header_part {
    width: 1024px;
  }
  .header_part .header_flag {
    position: absolute;
  }
  .center_part .center_games_box {
    overflow: auto;
  }
  .center_part .lazy_banner .lazy_sz {
    height: 380px;
  }
  .center_part .center_affiliate_box .center_affiliate_img {
    height: 180px;
    background-position: top center;
  }
  .centerbox1_part {
    width: 70%;
    min-height: 750px;
    margin: 5px 15% 70px;
  }
  .livechat_part {
    width: 70%;
    min-height: 750px;
    margin: 5px 15% 70px;
  }
  .redbox_part {
    width: 100%;
  }
  .redbox_part .redbox_inbox_img {
    height: 180px;
  }
  .redbox_part .redbox_inbox_img div {
    padding: 9% 0 0 0;
    margin: 0 8% 0 0;
  }
  .redbox_part .redbox_inbox_box .inbox_redbox {
    justify-content: space-around;
  }
  /*.right_btn_part {
        .red_box {
            width: 80px;
            height: 80px;

            .red_box_text {
                font-size: 10px;
                width: 62px;
                height: 14px;
                line-height: 14px;
                bottom: 22px;
                padding: 0 8px;
            }
        }

        .roullete_box {
            width: 80px;
            height: 68px;

            .roullete_text {
                width: 70px;
                line-height: 12px;
                font-size: 12px;
            }
        }
    }*/
  .history_part .history_box {
    width: 580px;
  }
  .roullete_part {
    width: 400px;
  }
  .roullete_part .roullete_box {
    width: 400px;
    height: 440px;
    margin: 14% auto 40px;
  }
  .roullete_part .roullete_box .roullete_inbox1 {
    width: 65px;
    height: 65px;
    bottom: 165px;
    left: 165px;
  }
  .roullete_part .roullete_box .roullete_inbox2 {
    width: 400px;
    height: 400px;
  }
  .roullete_part .roullete_box .roullete_inbox4 {
    width: 240px;
    height: 170px;
    top: -42px;
    left: 80px;
  }
  .roullete_part .roullete_box .roullete_inbox3 {
    width: 375px;
    height: 375px;
    bottom: 12px;
    left: 12px;
  }
  .footer_part {
    width: 1024px;
    /*        top: 95%;
        left: 50%;
        transform: translate(-50%, 0%);*/
  }
  .footer_part .footer_btn1 {
    width: 25%;
  }
  .footer_part .footer_btn_gif .bi-gift-fill {
    left: 21%;
  }
}

@media only screen and (min-width: 1280px) {
  html, body {
    width: 1280px;
  }
  .header_part {
    width: 1280px;
  }
  .footer_part {
    width: 1280px;
  }
  .footer_part .footer_btn1 {
    width: 25%;
  }
}

@media only screen and (min-width: 1366px) {
  html, body {
    width: 1366px;
  }
  .header_part {
    width: 1366px;
  }
  .footer_part {
    width: 1366px;
  }
  .footer_part .footer_btn1 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) {
  .center_part .lazy_banner .lazy_sz {
    height: 280px;
  }
  .center_part .center_affiliate_box .center_affiliate_img {
    height: 180px;
  }
  .centerbox1_part {
    width: 70%;
    min-height: 800px;
    margin: 5px 15% 70px;
  }
  .livechat_part {
    width: 70%;
    min-height: 800px;
    margin: 5px 15% 70px;
  }
  .redbox_part {
    width: 100%;
  }
  .redbox_part .redbox_inbox_img {
    height: 180px;
  }
  .redbox_part .redbox_inbox_img div {
    padding: 9% 0 0 0;
    margin: 0 8% 0 0;
  }
  .redbox_part .redbox_inbox_box .inbox_redbox {
    justify-content: space-around;
  }
  .history_part .history_box {
    width: 580px;
  }
}

@media only screen and (max-width: 414px) {
  .footer_part .footer_btn1 {
    width: 20%;
  }
  .footer_part .footer_btn_gif {
    width: 90px;
  }
  .footer_part .footer_btn_gif .bi-gift-fill {
    left: 22%;
  }
  .center_part .center_affiliate_box .center_affiliate_img {
    height: 95px;
  }
  .center_part .lazy_banner .lazy_sz {
    height: 170px;
  }
  .livechat_part {
    width: -webkit-fill-available;
    min-height: 575px;
    float: left;
    margin: 5px 10px 70px;
  }
  .centerbox1_part {
    width: -webkit-fill-available;
    min-height: 575px;
    max-height: initial;
    float: left;
    margin: 5px 10px 70px;
    position: relative;
  }
  .history_part .history_box {
    width: 330px;
  }
}

@media only screen and (max-height: 812px) {
  .centerbox1_part {
    min-height: 650px;
  }
  .roullete_part .roullete_box {
    margin: 32% auto 50px;
  }
  .livechat_part {
    min-height: 650px;
  }
}

@media only screen and (max-height: 736px) {
  .centerbox1_part {
    min-height: 575px;
  }
  .roullete_part .roullete_box {
    margin: 24% auto 20px;
  }
  .livechat_part {
    min-height: 575px;
  }
}

@media only screen and (max-height: 667px) {
  .centerbox1_part {
    min-height: 505px;
  }
  .roullete_part .roullete_box {
    margin: 10% auto 20px;
  }
  .livechat_part {
    min-height: 505px;
  }
}

@media only screen and (max-height: 640px) {
  .centerbox1_part {
    min-height: 475px;
  }
  .roullete_part .roullete_box {
    margin: 4% auto 20px;
  }
  .livechat_part {
    min-height: 475px;
  }
}
