.gameType {
  display: table;
  width: 1000px;
  margin: 0 auto;
}

.gameTypeList {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  height: 250px;
}

.exterior {
  transition: all 0.5s ease;
}

.exterior img {
  display: block;
  margin: 0 auto;
}

.exterior h5 {
  color: #333;
  font-weight: normal;
  font-size: 15px;
}

.in {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}

.gameTypeList:hover .exterior {
  opacity: 0;
}

.gameTypeList:hover .in {
  display: block;
  opacity: 1;
}

/*真人*/
.liveGame {
}

.liveGame:hover {
  animation: liveGame 0.5s forwards;
  -webkit-animation: liveGame 0.5s forwards;
  cursor: pointer;
}

.icon_liveGame,
.icon_liveGame_activity {
  background: url(https://ku11bet.com/wp-content/uploads/2021/06/icon_indexImg.png) no-repeat -3px 0;
  width: 175px;
  height: 165px;
  margin: 5px auto -5px;
}

/*AV活动*/
.icon_liveGame_activity {
  background-position: -688px 0;
}

@keyframes liveGame {
  from {
    width: 290px;
  }

  to {
    width: 470px;
  }
}

@-webkit-keyframes liveGame {
  from {
    width: 290px;
  }

  to {
    width: 470px;
  }
}

.liveGame_in {
  position: relative;
  height: 250px;
  left: 40px;
}

.gameTypeList.off .liveGame_in {
  cursor: not-allowed;
}

.LG_bg {
  position: absolute;
  bottom: 0;
  left: -20px;
  opacity: 0;
  animation: LG_bg 1s ease forwards;
  -webkit-animation: LG_bg 1s ease forwards;
}

@keyframes LG_bg {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes LG_bg {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.LG01_people {
  background: url(/wp-content/uploads/2021/06/icon_indexImg.png) no-repeat left -189px;
  width: 470px;
  height: 186px;
  position: absolute;
  top: 0;
  left: -28px;
  animation: LG01_people 1.1s ease 0.3s forwards;
  -webkit-animation: LG01_people 1.1s ease 0.3s forwards;
  opacity: 0;
}

@keyframes LG01_people {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes LG01_people {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.LG_text01 {
  animation: LG_text01 0.5s ease 0.8s forwards;
  -webkit-animation: LG_text01 1s ease 0.8s forwards;
  position: absolute;
  left: -55px;
  bottom: 13px;
  display: block;
  z-index: 2;
  opacity: 0;
  background: url(/wp-content/uploads/2021/06/icon_indexImg.png) no-repeat left -376px;
  width: 385px;
  height: 35px;
}

@keyframes LG_text01 {
  from {
    transform: translate(-8%, 0);
    transform-origin: 0% 100%;
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    transform-origin: 0% 100%;
    opacity: 1;
  }
}

@-webkit-keyframes LG_text01 {
  from {
    -webkit-transform: translate(-8%, 0);
    -webkit-transform-origin: 0% 100%;
    opacity: 0;
  }

  to {
    -webkit-transform: translate(0, 0);
    -webkit-transform-origin: 0% 100%;
    opacity: 1;
  }
}

.btn_LG_playGame,
.btn_LG_playGame_off {
  border-radius: 3px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 10px;
  font-size: 16px;
  z-index: 1;
  cursor: pointer;
  animation: btn_LG_playGame 0.5s ease 1.3s forwards;
  -webkit-animation: btn_LG_playGame 0.5s ease 1.3s forwards;
  opacity: 0;
}

.btn_LG_playGame {
  padding: 6px 9px 7px 28px;
  background-color: #000;
  right: 30px;
}

.gameTypeList.off .btn_LG_playGame {
  display: none;
}

.btn_LG_playGame:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
}

.btn_LG_playGame:hover {
  background-color: #333;
}

.btn_LG_playGame_off {
  padding: 6px 11px 7px;
  display: none;
  background-color: #888;
  cursor: not-allowed;
}

.gameTypeList.off .btn_LG_playGame_off {
  display: block;
}

.btn_LG_playGame_off:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
}

.btn_LG_playGame_off img {
  margin-right: 10px;
  vertical-align: top;
}

@keyframes btn_LG_playGame {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes btn_LG_playGame {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*運動*/
.sportsLive {
}

.sportsLive:hover {
  animation: sportsLive 0.5s forwards;
  -webkit-animation: sportsLive 0.5s forwards;
  cursor: pointer;
}

.icon_sportsLive {
  background: url(https://ku11bet.com/wp-content/uploads/2021/06/icon_indexImg.png) no-repeat -179px
    8px;
  width: 165px;
  height: 165px;
  margin: 0 auto;
}

@keyframes sportsLive {
  from {
    width: 290px;
  }

  to {
    width: 450px;
  }
}

@-webkit-keyframes sportsLive {
  from {
    width: 290px;
  }

  to {
    width: 450px;
  }
}

.sportsLive_in {
  position: relative;
  height: 250px;
}

.gameTypeList.off .sportsLive_in {
  cursor: not-allowed;
}

.SL01 {
  position: relative;
  width: 230px;
  height: 250px;
  top: 0;
  bottom: 0;
  left: 60px;
  margin: auto 0;
}

.SL_bg {
  background: url(https://ku11bet.com/wp-content/uploads/2021/06/icon_indexImg.png) no-repeat left -415px;
  width: 353px;
  height: 203px;
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  animation: SL_bg 0.15s ease-in 0.5s forwards;
  -webkit-animation: SL_bg 0.15s ease-in 0.5s forwards;
}

@keyframes SL_bg {
  0% {
    transform: translate(0, -20%);
    opacity: 0;
  }

  50% {
    transform: translate(0, 0);
    opacity: 1;
  }

  75% {
    transform: translate(0, -4%);
    opacity: 1;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes SL_bg {
  0% {
    -webkit-transform: translate(0, -20%);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }

  75% {
    -webkit-transform: translate(0, -4%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

[class*='SL_text'] {
  text-shadow: 1px 1px 2px #000, -1px -1px 3px rgba(0, 0, 0, 0.1);
  font-size: 23px;
  font-weight: bold;
  position: absolute;
  z-index: 5;
  opacity: 0;
}

.SL_text01,
.SL_text02 {
  color: #ff8485;
  font-weight: bold;
  animation: SL_text01 0.9s ease 0.6s forwards;
  -webkit-animation: SL_text01 0.9s ease 0.6s forwards;
  left: 72px;
  top: 134px;
}

.SL_text02 {
  left: 96px;
  top: 152px;
}

@keyframes SL_text01 {
  from {
    transform: skew(0, -6deg) translate(-2%, 0);
    opacity: 0;
  }

  to {
    transform: skew(0, -6deg) translate(3%, 0);
    opacity: 1;
  }
}

@-webkit-keyframes SL_text01 {
  from {
    transform: skew(0, -6deg) translate(-2%, 0);
    opacity: 0;
  }

  to {
    transform: skew(0, -6deg) translate(3%, 0);
    opacity: 1;
  }
}

.SL_text03 {
  color: #fff;
  animation: SL_text02 0.9s ease 0.6s forwards;
  -webkit-animation: SL_text02 0.9s ease 0.6s forwards;
  right: 166px;
  top: 175px;
}

@keyframes SL_text02 {
  from {
    transform: skew(0, -6deg) translate(5%, 0);
    opacity: 0;
  }

  to {
    transform: skew(0, -6deg) translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes SL_text02 {
  from {
    transform: skew(0, -6deg) translate(5%, 0);
    opacity: 0;
  }

  to {
    transform: skew(0, -6deg) translate(0, 0);
    opacity: 1;
  }
}

.btn_SL_playGame,
.btn_SL_playGame_off {
  border-radius: 3px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 255px;
  font-size: 16px;
  z-index: 1;
  cursor: pointer;
  animation: btn_SL_playGame 0.5s ease 0.8s forwards;
  -webkit-animation: btn_SL_playGame 0.5s ease 0.8s forwards;
  opacity: 0;
}

.btn_SL_playGame {
  background-color: #ff8485;
  padding: 6px 9px 7px 28px;
}

.gameTypeList.off .btn_SL_playGame {
  display: none;
}

.btn_SL_playGame:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
}

.btn_SL_playGame:hover {
  background-color: #ffa5a6;
}

.btn_SL_playGame_off {
  padding: 6px 11px 7px;
  display: none;
  background-color: #888;
  cursor: not-allowed;
  height: 18px;
}

.gameTypeList.off .btn_SL_playGame_off {
  display: block;
}

.btn_SL_playGame_off:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
}

.icon_maintain_w {
  background: url(https://ku11bet.com/wp-content/uploads/2021/06/icon_indexImg.png) no-repeat -41px -819px;
  width: 21px;
  height: 21px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
}

@keyframes btn_SL_playGame {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes btn_SL_playGame {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*影城*/
.freeMovie {
}

.freeMovie:hover {
  animation: freeMovie 0.5s forwards;
  -webkit-animation: freeMovie 0.5s forwards;
  cursor: pointer;
}

.icon_freeMovie {
  background: url(https://ku11bet.com/wp-content/uploads/2021/06/icon_indexImg.png) no-repeat -345px
    5px;
  width: 155px;
  height: 165px;
  margin: auto;
}

@keyframes freeMovie {
  from {
    width: 290px;
  }

  to {
    width: 420px;
  }
}

@-webkit-keyframes freeMovie {
  from {
    width: 290px;
  }

  to {
    width: 420px;
  }
}

.freeMovie_in {
  position: relative;
  height: 235px;
  margin-bottom: 15px;
  overflow: hidden;
}

.gameTypeList.off .freeMovie_in {
  cursor: not-allowed;
}

.FM02_blurry {
  background: url(https://ku11bet.com/wp-content/uploads/2021/06/icon_indexImg.png) no-repeat -358px -439px;
  width: 353px;
  height: 212px;
  position: absolute;
  right: 38px;
  bottom: 0;
  animation: FM02_blurry 0.4s ease-out 0.4s forwards;
  -webkit-animation: FM02_blurry 0.4s ease-out 0.4s forwards;
  opacity: 0;
  z-index: 2;
}

@keyframes FM02_blurry {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes FM02_blurry {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.FM_text01 {
  color: #00c2ff;
  text-shadow: 1px 1px 2px #000;
  font-size: 32px;
  font-weight: bold;
  animation: FM_text01 1s ease 0.7s forwards;
  -webkit-animation: FM_text01 1s ease 0.7s forwards;
  position: absolute;
  right: 70px;
  top: 75px;
  z-index: 5;
  opacity: 0;
}

@keyframes FM_text01 {
  from {
    transform: translate(10%, 0);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes FM_text01 {
  from {
    -webkit-transform: translate(10%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

.FM_text02 {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-size: 25px;
  font-weight: bold;
  animation: FM_text02 1s ease 0.7s forwards;
  -webkit-animation: FM_text02 1s ease 0.7s forwards;
  position: absolute;
  right: 70px;
  top: 120px;
  z-index: 5;
  opacity: 0;
}

@keyframes FM_text02 {
  from {
    transform: translate(-10%, 0);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes FM_text02 {
  from {
    -webkit-transform: translate(-10%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

.btn_FM_playGame,
.btn_FM_playGame_off {
  border-radius: 3px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 17px;
  font-size: 16px;
  z-index: 3;
  cursor: pointer;
  animation: btn_FM_playGame 0.5s ease 1.2s forwards;
  -webkit-animation: btn_FM_playGame 0.5s ease 1.2s forwards;
  opacity: 0;
}

.btn_FM_playGame {
  padding: 6px 9px 7px 28px;
  background-color: #0063eb;
}

.gameTypeList.off .btn_FM_playGame {
  display: none;
}

.btn_FM_playGame:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
}

.btn_FM_playGame:hover {
  background-color: #007eff;
}

.btn_FM_playGame_off {
  padding: 6px 11px 7px;
  display: none;
  background-color: #888;
  cursor: not-allowed;
}

.gameTypeList.off .btn_FM_playGame_off {
  display: block;
}

.btn_FM_playGame_off:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
}

.btn_FM_playGame_off img {
  margin-right: 10px;
  vertical-align: top;
}

@keyframes btn_FM_playGame {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes btn_FM_playGame {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*聊愛玩色*/
.chatroom {
}

.chatroom:hover {
  animation: chatroom 0.5s forwards;
  -webkit-animation: chatroom 0.5s forwards;
  cursor: pointer;
}

.icon_chatroom {
  background: url(https://ku11bet.com/wp-content/uploads/2021/06/icon_indexImg.png) no-repeat -497px
    top;
  width: 165px;
  height: 165px;
  margin: 0 auto;
}

@keyframes chatroom {
  from {
    width: 290px;
  }

  to {
    width: 380px;
  }
}

@-webkit-keyframes chatroom {
  from {
    width: 290px;
  }

  to {
    width: 380px;
  }
}

.chatroom_in {
  position: relative;
  height: 250px;
}

.gameTypeList.off .chatroom_in {
  cursor: not-allowed;
}

.CR01 {
  background: url(https://ku11bet.com/wp-content/uploads/2021/06/icon_indexImg.png) no-repeat -469px -170px;
  width: 260px;
  height: 243px;
  position: absolute;
  top: 0;
  right: 25px;
  width: 260px;
  animation: CR01 0.8s ease 0.3s forwards;
  -webkit-animation: CR01 0.8s ease 0.3s forwards;
  opacity: 0;
}

@keyframes CR01 {
  from {
    transform: translate(-10%, 0);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes CR01 {
  from {
    -webkit-transform: translate(-10%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

.CR02 {
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  margin: auto 0;
  width: 150px;
}

.love {
  position: absolute;
  width: 22px;
  height: 30px;
}

.love:before,
.love:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 25px;
  border-radius: 15px 15px 0 0;
  display: block;
  background-color: #f00;
}

.love:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 0;
}

.love:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 0;
  visibility: inherit;
}
/*如果要做空心愛心<div class="love loveStyle01"><span class="love2"></span></div>*/
.love2 {
  position: absolute;
  width: 20px;
  height: 28px;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.love2:before,
.love2:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 23px;
  border-radius: 10px 10px 0 0;
  display: block;
  background-color: #fff;
}

.love2:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 0;
}

.love2:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 0;
  visibility: inherit !important;
}

.loveStyle01 {
  bottom: 20px;
  left: 75px;
  animation: loveStyle01 2.3s ease-out 1.1s infinite;
  -webkit-animation: loveStyle01 2.3s ease-out 1.1s infinite;
  opacity: 0;
}

@keyframes loveStyle01 {
  0% {
    transform: translate(80%, 50%) scale(0.5);
    opacity: 0;
  }

  20%,
  95%,
  100% {
    transform: translate(0, 0) scale(0.8);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes loveStyle01 {
  0% {
    -webkit-transform: translate(80%, 50%) scale(0.5);
    opacity: 0;
  }

  20%,
  95%,
  100% {
    -webkit-transform: translate(0, 0) scale(0.8);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.loveStyle02 {
  bottom: 70px;
  left: 53px;
  animation: loveStyle02 2.3s ease-out 1.1s infinite;
  -webkit-animation: loveStyle02 2.3s ease-out 1.1s infinite;
  opacity: 0;
}

.loveStyle02:before,
.loveStyle02:after {
  background-color: #ff2e6e;
}

@keyframes loveStyle02 {
  0%,
  10% {
    transform: translate(50%, 30%) scale(0.5);
    opacity: 0;
  }

  30%,
  95%,
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes loveStyle02 {
  0%,
  10% {
    -webkit-transform: translate(50%, 30%) scale(0.5);
    opacity: 0;
  }

  30%,
  95%,
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.loveStyle03 {
  bottom: 130px;
  left: 100px;
  animation: loveStyle03 2.3s ease-out 1.1s infinite;
  -webkit-animation: loveStyle03 2.3s ease-out 1.1s infinite;
  opacity: 0;
}

.loveStyle03:before,
.loveStyle03:after {
  background-color: #ff0061;
}

@keyframes loveStyle03 {
  0%,
  20% {
    transform: translate(-80%, 50%) scale(0.5);
    opacity: 0;
  }

  45%,
  95%,
  100% {
    transform: translate(0, 0) scale(1.2);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes loveStyle03 {
  0%,
  20% {
    -webkit-transform: translate(-80%, 50%) scale(0.5);
    opacity: 0;
  }

  45%,
  95%,
  100% {
    -webkit-transform: translate(0, 0) scale(1.2);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.loveStyle04 {
  bottom: 158px;
  left: 70px;
  animation: loveStyle04 2.3s ease-out 1.1s infinite;
  -webkit-animation: loveStyle04 2.3s ease-out 1.1s infinite;
  opacity: 0;
}

@keyframes loveStyle04 {
  0%,
  30% {
    transform: translate(30%, 50%) scale(0.5);
    opacity: 0;
  }

  50%,
  95%,
  100% {
    transform: translate(0, 0) scale(0.7);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes loveStyle04 {
  0%,
  30% {
    -webkit-transform: translate(30%, 50%) scale(0.5);
    opacity: 0;
  }

  50%,
  95%,
  100% {
    -webkit-transform: translate(0, 0) scale(0.7);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.loveStyle05 {
  top: 15px;
  left: 40px;
  animation: loveStyle05 2.3s ease-out 1.1s infinite;
  -webkit-animation: loveStyle05 2.3s ease-out 1.1s infinite;
  opacity: 0;
}

.loveStyle05:before,
.loveStyle05:after {
  background-color: #ff8686;
}

@keyframes loveStyle05 {
  0%,
  40% {
    transform: translate(80%, 50%) scale(0.5);
    opacity: 0;
  }

  60%,
  95%,
  100% {
    transform: translate(0, 0) scale(1.3);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes loveStyle05 {
  0%,
  40% {
    -webkit-transform: translate(80%, 50%) scale(0.5);
    opacity: 0;
  }

  60%,
  95%,
  100% {
    -webkit-transform: translate(0, 0) scale(1.3);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.CR_text01 {
  color: #fff;
  text-shadow: 1px 1px 2px #000, -1px -1px 3px rgba(0, 0, 0, 0.1);
  font-size: 40px;
  font-weight: bold;
  animation: FM_text01 0.9s ease 0.6s forwards;
  -webkit-animation: FM_text01 0.9s ease 0.6s forwards;
  position: absolute;
  left: 80px;
  top: 142px;
  z-index: 5;
  opacity: 0;
}

@keyframes CR_text01 {
  from {
    transform: translate(10%, 0);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes CR_text01 {
  from {
    -webkit-transform: translate(10%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

.CR_text02 {
  color: #fff;
  text-shadow: 1px 1px 2px #000, -1px -1px 3px rgba(0, 0, 0, 0.1);
  font-size: 35px;
  font-weight: bold;
  animation: FM_text02 0.9s ease 0.6s forwards;
  -webkit-animation: FM_text02 0.9s ease 0.6s forwards;
  position: absolute;
  right: 115px;
  top: 183px;
  z-index: 5;
  opacity: 0;
}

@keyframes CR_text02 {
  from {
    transform: translate(-10%, 0);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes CR_text02 {
  from {
    -webkit-transform: translate(-10%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

.CR_text01 span {
  font-size: 42px;
  color: #ff7abd;
}

.CR_text02 span {
  font-size: 45px;
  color: #ff437d;
}

.btn_CR_playGame,
.btn_CR_playGame_off {
  border-radius: 3px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 10px;
  font-size: 16px;
  z-index: 1;
  cursor: pointer;
  animation: btn_CR_playGame 0.5s ease 1s forwards;
  -webkit-animation: btn_CR_playGame 0.5s ease 1s forwards;
  opacity: 0;
}

.btn_CR_playGame {
  background-color: #ff2e6e;
  padding: 6px 9px 7px 28px;
}

.gameTypeList.off .btn_CR_playGame {
  display: none;
}

.btn_CR_playGame:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
}

.btn_CR_playGame:hover {
  background-color: #ff6796;
}

.btn_CR_playGame_off {
  padding: 6px 11px 7px;
  display: none;
  background-color: #888;
  cursor: not-allowed;
}

.gameTypeList.off .btn_CR_playGame_off {
  display: block;
}

.btn_CR_playGame_off:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
}

.btn_CR_playGame_off img {
  margin-right: 10px;
  vertical-align: top;
}

@keyframes btn_CR_playGame {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes btn_CR_playGame {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*活动花絮*/
.outtake {
}

.outtake:hover {
  animation: liveGame 0.5s forwards;
  -webkit-animation: outtake 0.5s forwards;
  cursor: pointer;
}

.icon_outtake {
  background: url(/wp-content/uploads/2021/06/icon_indexImg.png) no-repeat -506px
    8px;
  width: 165px;
  height: 165px;
  margin: 0 auto;
}

@keyframes outtake {
  from {
    width: 290px;
  }

  to {
    width: 470px;
  }
}

@-webkit-keyframes outtake {
  from {
    width: 290px;
  }

  to {
    width: 470px;
  }
}

.outtake_in {
  position: relative;
  height: 250px;
}

.gameTypeList.off .outtake_in {
  cursor: not-allowed;
}

.outtake_people {
  background: url(https://ku11bet.com/wp-content/uploads/2021/06/icon_indexImg.png) no-repeat -490px -200px;
  width: 346px;
  height: 180px;
  position: absolute;
  top: 15px;
  left: 90px;
  animation: outtake_people 1.1s ease 0.3s forwards;
  -webkit-animation: outtake_people 1.1s ease 0.3s forwards;
  opacity: 0;
}

@keyframes outtake_people {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes outtake_people {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.outtake_text {
  color: #e4007f;
  font-size: 23px;
  letter-spacing: -1px;
  font-weight: bold;
  animation: outtake_text 0.5s ease 0.8s forwards;
  -webkit-animation: outtake_text 1s ease 0.8s forwards;
  position: absolute;
  left: 95px;
  bottom: 18px;
  display: block;
  z-index: 2;
  opacity: 0;
}

@keyframes outtake_text {
  from {
    transform: translate(-8%, 0);
    transform-origin: 0% 100%;
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    transform-origin: 0% 100%;
    opacity: 1;
  }
}

@-webkit-keyframes outtake_text {
  from {
    -webkit-transform: translate(-8%, 0);
    -webkit-transform-origin: 0% 100%;
    opacity: 0;
  }

  to {
    -webkit-transform: translate(0, 0);
    -webkit-transform-origin: 0% 100%;
    opacity: 1;
  }
}

.btn_outtake,
.btn_outtake_off {
  border-radius: 3px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  font-size: 16px;
  z-index: 1;
  cursor: pointer;
  animation: btn_outtake 0.5s ease 1.3s forwards;
  -webkit-animation: btn_outtake 0.5s ease 1.3s forwards;
  opacity: 0;
}

.btn_outtake {
  padding: 6px 9px 7px 28px;
  background-color: #e4007f;
  right: 40px;
}

.gameTypeList.off .btn_outtake {
  display: none;
}

.btn_outtake:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
}

.btn_outtake:hover {
  background-color: #f6299b;
}

.btn_outtake_off {
  padding: 6px 11px 7px;
  display: none;
  background-color: #888;
  cursor: not-allowed;
  right: -5px;
}

.gameTypeList.off .btn_outtake_off {
  display: block;
}

.btn_outtake_off:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
}

.btn_outtake_off img {
  margin-right: 10px;
  vertical-align: top;
}

@keyframes btn_outtake {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes btn_outtake {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


// GAMELIST
/*首頁-遊戲列表(大按鈕)*/
.btn_GameList {
  border: 1px solid #e2e1ef;
  width: calc(50% - 4px);
  float: left;
  box-sizing: border-box;
  margin-bottom: 8px;
  cursor: pointer;
  height: 44px;
  position: relative;
  border-radius: 5px;
}

.btn_GameList:nth-child(odd) {
  margin-right: 8px;
}

.btn_GameList.maintain {
  border: 0;
}

.btn_GameList.maintain img {
  opacity: 0.5;
}

.btn_GameList.maintain h3 {
  color: #888;
}

.btn_GameList.maintain .gameMainTain_text {
  display: flex;
}

.btn_GameList.maintain:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  box-sizing: border-box;
}

.GameList_Img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9%;
  margin: auto;
  height: 100%;
  width: auto;
}

.GameList_txt {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62%;
  height: 100%;
}

.GameList_txt h3 {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  color: #264663;
  text-align: center;
  letter-spacing: -0.5px;
  word-spacing: -0.5px;
}

.GameList_txt img {
  width: 50px;
  height: auto;
  margin-bottom: -5px;
}

.btn_GameList[class*='btn_KU'] {
  border: 0;
  border-radius: 0;
  height: 92px;
}

.btn_GameList[class*='btn_KU'] .GameList_txt {
  flex-direction: column;
}

.btn_GameList[class*='btn_KU'] .GameList_Img {
  left: 4%;
  top: auto;
}

.btn_GameList[class*='btn_KU'].maintain:after {
  border: 1px solid #e2e1ef;
}

.btn_KUsport {
  background: url(/wp-content/uploads/2021/06/icon_home_KUsportBG.png) no-repeat
    bottom left;
  background-size: 100% 90%;
}

.btn_KUlive {
  background: url(/wp-content/uploads/2021/06/icon_home_KUliveBG.png) no-repeat
    bottom left;
  background-size: 100% 90%;
}

.btn_KUloto {
  background: url(/wp-content/uploads/2021/06/icon_home_KUlotoBG.png) no-repeat
    bottom left;
  background-size: 100% 90%;
}

.btn_sport {
  background: url(/wp-content/uploads/2021/06/icon_home_sportBG.png) no-repeat
    top left;
  background-size: cover;
}

.btn_people {
  background: url(/wp-content/uploads/2021/06/icon_home_peopleBG.png) no-repeat
    top left;
  background-size: cover;
}

.btn_esports {
  background: url(/wp-content/uploads/2021/06/icon_home_esportsBG.png) no-repeat
    top left;
  background-size: cover;
}

.btn_ball {
  background: url(/wp-content/uploads/2021/06/icon_home_ballBG.png) no-repeat
    top left;
  background-size: cover;
}

.btn_chess {
  background: url(/wp-content/uploads/2021/06/icon_home_chessBG.png) no-repeat
    top left;
  background-size: cover;
}

.btn_game {
  background: url(/wp-content/uploads/2021/06/icon_home_gameBG.png) no-repeat
    top left;
  background-size: cover;
}

.btn_studio {
  background: url(/wp-content/uploads/2021/06/icon_home_studioBG.png) no-repeat
    top left;
  background-size: cover;
}

.btn_live {
  background: url(/wp-content/uploads/2021/06/icon_home_liveBG.png) no-repeat
    top left;
  background-size: cover;
}

.btn_studio .gameMainTain_in,
.btn_live .gameMainTain_in {
  bottom: 75%;
  top: auto;
}

.btn_studio .gameMainTain_in:before,
.btn_live .gameMainTain_in:before {
  bottom: -8px;
  top: auto;
  border-width: 9px 9px 0 0;
  border-color: #ff9900 transparent transparent transparent;
}

.gameMainTain_text {
  font-size: 1em;
  color: #ffdb00;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
}

.gameMainTain_in {
  position: absolute;
  top: 75%;
  left: 0;
  background-color: #ff9900;
  color: #fff;
  padding: 6px 10px 5px;
  border-radius: 3px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  font-size: 0.7em;
  line-height: 1.2em;
  z-index: 2;
  display: none;
}

.gameMainTain_in:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 10px;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #ff9900 transparent;
}

.btn_GameList[class*='btn_KU'] .gameMainTain_in {
  top: 86%;
}

.container_login .owl-carousel {
  margin-top: 2%;
}

.container_login .btn_GameList {
  height: 49px;
}

.container_login .btn_GameList[class*='btn_KU'] {
  height: 97px;
}

.container_login .GameList_Img {
  left: 8%;
}

.container_login .btn_GameList[class*='btn_KU'] .GameList_Img {
  left: 0;
  height: 95%;
}

@media (min-width: 360px) {
  .GameList_txt img {
    width: 65px;
    margin-bottom: -8px;
  }
}

@media (min-width: 400px) {
  .btn_GameList {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }

  .btn_GameList:nth-child(odd) {
    margin-right: 10px;
  }

  .GameList_txt img {
    width: 72px;
  }

  .gameMainTain_in:before {
    left: 12px;
  }

  .btn_studio .gameMainTain_in:before,
  .btn_live .gameMainTain_in:before {
    bottom: -8px;
  }
}

@media (min-width: 530px) {
  .GameList_txt h3 {
    font-size: 0.95em;
    letter-spacing: 0;
    word-spacing: 0;
  }

  .gameMainTain_in {
    top: 81%;
  }

  .btn_studio .gameMainTain_in,
  .btn_live .gameMainTain_in {
    bottom: 81%;
  }

  .btn_GameList[class*='btn_KU'] .gameMainTain_in {
    top: 90%;
  }

  .GameList_Img {
    left: 15%;
  }

  .btn_GameList[class*='btn_KU'] .GameList_Img {
    left: 12%;
  }

  .container_login .GameList_Img {
    left: 15.5%;
  }

  .container_login .btn_GameList[class*='btn_KU'] .GameList_Img {
    left: 8.5%;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .btn_GameList {
    margin-bottom: 15px;
    width: calc(50% - 8px);
    border-width: 2px;
    border-radius: 8px;
  }

  .btn_GameList:nth-child(odd) {
    margin-right: 16px;
  }

  .btn_GameList.maintain:after {
    border-radius: 8px;
  }

  .GameList_txt img {
    width: 95px;
    margin-bottom: -10px;
  }

  .GameList_txt h3 {
    font-size: 1.25em;
  }

  .gameMainTain_text {
    font-size: 1.5em;
  }

  .gameMainTain_in {
    font-size: 0.9em;
  }

  .gameMainTain_in:before {
    top: -12px;
    left: 14px;
    border-width: 0 0 13px 14px;
  }

  .btn_studio .gameMainTain_in:before,
  .btn_live .gameMainTain_in:before {
    bottom: -12px;
    border-width: 13px 14px 0 0;
  }
}

@media (min-width: 1024px) {
  .GameList_Img {
    left: 17%;
  }
}

@media (min-height: 568px) {
  .btn_GameList {
    height: 47px;
  }

  .btn_GameList[class*='btn_KU'] {
    height: 98px;
  }

  .container_login .btn_GameList {
    height: 53px;
  }

  .container_login .btn_GameList[class*='btn_KU'] {
    height: 100px;
  }
}

/*安卓360x640*/
@media (min-width: 360px) and (min-height: 616px) {
  .btn_GameList {
    height: 53px;
  }

  .btn_GameList[class*='btn_KU'] {
    height: 109px;
  }

  .container_login .btn_GameList {
    height: 58px;
  }

  .container_login .btn_GameList[class*='btn_KU'] {
    height: 114px;
  }
}

/*iPhone 6/7/8 扣時間條高度*/
@media (min-width: 375px) and (min-height: 647px) {
  .btn_GameList {
    height: 56px;
  }

  .btn_GameList[class*='btn_KU'] {
    height: 118px;
  }

  .container_login .btn_GameList {
    height: 61px;
  }

  .container_login .btn_GameList[class*='btn_KU'] {
    height: 123px;
  }
}

/*iPhone X/XS/11 Pro 扣瀏海高度*/
@media (min-width: 375px) and (min-height: 734px) {
  .btn_GameList {
    height: 70px;
  }

  .btn_GameList[class*='btn_KU'] {
    height: 149px;
  }

  .container_login .btn_GameList {
    height: 76px;
  }

  .container_login .btn_GameList[class*='btn_KU'] {
    height: 150px;
  }
}

/*iphone X以上 扣瀏海高度*/
@media (min-width: 375px) and (max-width: 399px) and (min-height: 734px) {
  .GameList_txt {
    width: 55%;
  }

  .GameList_Img {
    left: 6%;
  }

  .btn_GameList[class*='btn_KU'] .GameList_Img {
    left: 0;
    height: 92%;
  }

  .container_login .GameList_Img {
    left: 4.5%;
  }

  .container_login .btn_GameList[class*='btn_KU'] .GameList_Img {
    height: 85%;
  }
}

@media (min-width: 400px) and (max-width: 533px) and (min-height: 818px) {
  .GameList_txt {
    width: 55%;
  }

  .GameList_Img {
    left: 6%;
  }

  .btn_GameList[class*='btn_KU'] .GameList_Img {
    left: 0;
    height: 92%;
  }

  .container_login .GameList_Img {
    left: 4.5%;
  }

  .container_login .btn_GameList[class*='btn_KU'] .GameList_Img {
    height: 85%;
  }
}

/*iPhone 6/7/8 Plus 扣瀏海高度*/
@media (min-width: 400px) and (min-height: 716px) {
  .btn_GameList {
    height: 59px;
  }

  .btn_GameList[class*='btn_KU'] {
    height: 124px;
  }

  .container_login .btn_GameList {
    height: 66px;
  }

  .container_login .btn_GameList[class*='btn_KU'] {
    height: 130px;
  }
}

/*iPhone XR/XS Max/11/11 Pro Max扣瀏海高度*/
@media (min-width: 400px) and (min-height: 818px) {
  .btn_GameList {
    height: 76px;
  }

  .btn_GameList[class*='btn_KU'] {
    height: 158px;
  }

  .container_login .btn_GameList {
    height: 83px;
  }

  .container_login .btn_GameList[class*='btn_KU'] {
    height: 164px;
  }
}

/*iPad Mini/Air/9.7" 扣時間條高度*/
@media (min-width: 768px) and (min-height: 1004px) {
  .btn_GameList {
    height: 79px;
  }

  .btn_GameList[class*='btn_KU'] {
    height: 166px;
  }

  .container_login .btn_GameList {
    height: 84px;
  }

  .container_login .btn_GameList[class*='btn_KU'] {
    height: 175px;
  }
}

/*iPad pro 10.2" 扣時間條高度*/
@media (min-width: 800px) and (min-height: 1060px) {
  .btn_GameList {
    height: 85px;
  }

  .btn_GameList[class*='btn_KU'] {
    height: 184px;
  }

  .container_login .btn_GameList {
    height: 91px;
  }

  .container_login .btn_GameList[class*='btn_KU'] {
    height: 187px;
  }
}

/*iPad pro 10.5" 扣時間條高度*/
@media (min-width: 834px) and (min-height: 1092px) {
  .btn_GameList {
    height: 90px;
  }

  .btn_GameList[class*='btn_KU'] {
    height: 189px;
  }

  .container_login .btn_GameList {
    height: 95px;
  }

  .container_login .btn_GameList[class*='btn_KU'] {
    height: 196px;
  }
}

/*iPad pro 11" 扣時間條高度*/
@media (min-width: 800px) and (min-height: 1174px) {
  .btn_GameList {
    height: 103px;
  }

  .btn_GameList[class*='btn_KU'] {
    height: 219px;
  }

  .container_login .btn_GameList {
    height: 109px;
  }

  .container_login .btn_GameList[class*='btn_KU'] {
    height: 222px;
  }
}

/*iPad pro 12.9" 扣時間條高度*/
@media (min-width: 1024px) and (min-height: 1346px) {
  .btn_GameList {
    height: 119px;
  }

  .btn_GameList[class*='btn_KU'] {
    height: 264px;
  }

  .container_login .btn_GameList {
    height: 125px;
  }

  .container_login .btn_GameList[class*='btn_KU'] {
    height: 263px;
  }
}

/*橫式*/
@media (min-width: 560px) and (orientation: landscape) {
  .btn_GameList {
    height: 59px !important;
  }

  .btn_GameList[class*='btn_KU'] {
    height: 124px !important;
  }
}

@media (min-width: 620px) and (orientation: landscape) {
  .btn_GameList {
    height: 76px !important;
  }

  .btn_GameList[class*='btn_KU'] {
    height: 158px !important;
  }
}

@media (min-width: 716px) and (orientation: landscape) {
  .btn_GameList {
    height: 79px !important;
  }

  .btn_GameList[class*='btn_KU'] {
    height: 166px !important;
  }
}

@media (min-width: 900px) and (orientation: landscape) {
  .btn_GameList {
    height: 103px !important;
  }

  .btn_GameList[class*='btn_KU'] {
    height: 219px !important;
  }
}

@media (min-width: 1350px) and (orientation: landscape) {
  .btn_GameList {
    height: 119px !important;
  }

  .btn_GameList[class*='btn_KU'] {
    height: 264px !important;
  }
}

/*首頁-遊戲列表(小按鈕)*/
.GameList_small {
  border-radius: 3px;
  width: 94%;
  margin: 0 auto;
  box-sizing: border-box;
  display: table;
}

.btn_GameList_s {
  float: left;
  width: 20%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 5px;
}

.btn_GameList_s img {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 20%;
  padding: 10px;
}

.btn_GameList_s h4 {
  font-size: 0.75em;
  color: #7a7a7a;
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-weight: normal;
}

@media (min-width: 350px) {
  .btn_GameList_s img {
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 400px) {
  .btn_GameList_s img {
    width: 40px;
    height: 40px;
    padding: 12px;
  }
}

@media (min-width: 768px) {
  .GameList_small {
    font-size: 1.5em;
  }

  .btn_GameList_s {
    margin-bottom: 20px;
  }

  .btn_GameList_s img {
    width: 70px;
    height: 70px;
    padding: 22px;
  }

  .btn_GameList_s h4 {
    line-height: 1.5em;
  }
}

/*世界盃*/
.worldCup {
  width: 93%;
  margin: 12px auto 0;
}

.worldCup input {
  width: 50%;
  cursor: pointer;
  float: left;
  margin-bottom: 10px;
  height: auto;
  border-radius: 0;
}

@media (min-width: 400px) {
  .worldCup {
    margin-top: 14px;
  }
}

@media (min-width: 768px) {
  .worldCup {
    margin-top: 25px;
  }

  .worldCup input {
    margin-bottom: 20px;
  }
}
.customerServ {
    position: fixed;
    right: 0px;
    top: 105px;
    width: 80px;
    z-index: 50;
    background-color: rgba(0,0,0,0.3);
}

    .customerServ > ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

.Sevli {
    cursor: pointer;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 5px 0px 8px 0px;
    height: 75px;
    box-sizing: border-box;
}

    .Sevli:hover {
        background-color: rgba(255,255,255,0.3);
    }

    .Sevli:after {
        content: "";
        width: 76px;
        height: 0px;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        position: absolute;
        bottom: 0px;
        left: 2px;
    }

    .Sevli:last-child:after {
        border-bottom: 0px solid;
    }

    .Sevli.off:before {
        content: '';
        background: url(/Content/Images/vi-vn/Graph/icon_maintain.png) no-repeat center;
        background-size: 30px auto;
        width: 100%;
        height: 45px;
        display: block;
    }

    .Sevli.off .icon_rLiveService,
    .Sevli.off .icon_rQQ,
    .Sevli.off .icon_rWeChat,
    .Sevli.off .icon_rCallBack,
    .Sevli.off .icon_rComputerHelp,
    .Sevli.off .icon_rComplaint {
        display: none;
    }

    .Sevli .txt_maintain {
        width: 270%;
        left: -270%;
    }

        .Sevli .txt_maintain p {
            right: 8px;
            white-space: normal;
        }

.icon_rLiveService, .icon_rQQ, .icon_rWeChat, .icon_rCallBack, .icon_rComputerHelp, .icon_rComplaint, .icon_rViber, .icon_rZalo, .icon_rNews {
    background: url(/wp-content/uploads/2021/06/icon_indexImg.png) no-repeat;
    width: 45px;
    height: 45px;
    margin: 0 auto;
}

.icon_rLiveService {
    background-position: left -743px;
}

.icon_rQQ {
    background-position: -50px -743px;
}

.icon_rViber {
    background-position: -300px -743px;
}

.icon_rZalo {
    background-position: -350px -743px;
}

.icon_rWeChat {
    background-position: -100px -743px;
}

.icon_rCallBack {
    background-position: -150px -743px;
}

.icon_rComputerHelp {
    background-position: -200px -743px;
}

.icon_rComplaint {
    background-position: -250px -743px;
}

.icon_rNews {
    background-position: -400px -743px;
}