/* img */

.logo img {
  display: block;
  width: 100%;
}
/* head */
.webbox {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.head {
  position: relative;
  width: 100%;
  background: url("../images/index_01.jpg");
  background-size: 100% auto;
  padding-bottom: 46%;
}
.slogn {
  position: absolute;
  width: 40%;
  left: 50%;
  margin-left: -20%;
  top: 20%;
}
.apbtbox {
  position: absolute;
  width: 80%;
  left: 50%;
  margin-left: -40%;
  bottom: 5%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 100;
}
.apbtl,
.apbtr {
  width: 340px;
}
.topfbox {
  position: absolute;
  top: 1%;
  right: 2%;
  width: 120px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.topfbox div {
  width: 49%;
  margin: 0 3.5%;
}
.htbox {
  position: absolute;
  top: 20%;
  width: 22vw;
  height: 32vw;
  background: url("../images/btblinr.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 3%;
}
.hbtm {
  position: relative;
  width: 90%;
  height: 32vw;
  margin-left: -4%;
  padding: 10%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.hbta {
  width: 100%;
  background: url("../images/hbt1.png") no-repeat;
  background-size: 100% auto;
  transition: all 0.3s ease 0s;
}

.hbtb {
  width: 100%;
  background: url("../images/hbt2.png") no-repeat;
  background-size: 100% auto;
  margin: 12% auto;
}
.hbtc {
  width: 100%;
  background: url("../images/hbt3.png") no-repeat;
  background-size: 100% auto;
}
.hbta:hover {
  cursor: pointer;
  width: 100%;
  background: url("../images/hbt1a.png") no-repeat;
  background-size: 100% auto;
  transition: all 0.3s ease 0s;
}
.hbtb:hover {
  cursor: pointer;
  width: 100%;
  background: url("../images/hbt2a.png") no-repeat;
  background-size: 100% auto;
  transition: all 0.3s ease 0s;
}
.hbtc:hover {
  cursor: pointer;
  width: 100%;
  background: url("../images/hbt3a.png") no-repeat;
  background-size: 100% auto;
  transition: all 0.3s ease 0s;
}
.livbt1 {
  cursor: pointer;
  width: 100%;
  background: url("../images/hbt1a.png") no-repeat;
  background-size: 100% auto;
  transition: all 0.3s ease 0s;
}
.livbt2 {
  cursor: pointer;
  width: 100%;
  background: url("../images/hbt2a.png") no-repeat;
  background-size: 100% auto;
  transition: all 0.3s ease 0s;
}
.livbt3 {
  cursor: pointer;
  width: 100%;
  background: url("../images/hbt3a.png") no-repeat;
  background-size: 100% auto;
  transition: all 0.3s ease 0s;
}
.imgx {
  width: 80%;
  margin: 1em auto;
}
.imgg {
  width: 220px;
  margin: 0 5%;
}
.imgtow {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.hlogo {
  position: absolute;
  left: 1%;
  top: 1%;
}
.mbhbtbox {
  display: none;
}
.hmkb {
  position: absolute;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
}
/* content */
.content {
  position: relative;
  width: 100%;
  background: url("../images/index_02.jpg");
  background-size: 100% auto;
}
.mdcont {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.mdtlx {
  width: 40%;
  margin: 0 auto;
}
.mdbox {
  width: 70%;
  margin: 0 auto;
  padding: 10px 10px 30px 10px;
}
.mdxt {
  width: 100%;
}
.mdxm {
  width: 100%;
  background: url("../images/mcb_02.png");
  background-size: 100% 100%;
}
.mbcx {
  width: 90%;
  margin: 0 auto;
}
.gamebox {
  position: relative;
  width: 90%;
  padding-bottom: 50%;
  background: url("../images/gambg.png") no-repeat;
  background-size: 100% auto;
  background-position: 0 93%;
  margin: 0 auto;
  overflow: hidden;
}
.h5gamest {
  display: block;
  position: relative;
  width: 100%;
  height: 10vw;
}
.h5game {
  display: none;
  position: relative;
  width: 100%;
  height: 10vw;
}
.gamesstr, .clostb {
    width: 249px;
    margin: 0 auto;
}


.floating {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

 .floating2 {
    animation-name: floating2;
    -webkit-animation-name: floating2;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes floating {
    50% {
        transform: translateY(5%);
    }
}

@keyframes floating2 {
    50% {
        transform: translateY(18%);
    }
}

.bm {
    animation: bm 1s ease-in-out 0s infinite;
}
@-webkit-keyframes bm {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

canvas {
  width: 90%;
  left: 50%;
  margin-left: -45%;
}
#animation_container {
  position: relative;
  width: 100%;
}
.gamescbox {
  width: 80%;
  margin: 1em auto 0 auto;
}
.gmsm {
  position: relative;
  background: url("../images/gmtbg_02.png");
  background-size: 100% auto;
}
.gmstx {
  font-size: 1.2em;
}
.gmsbox {
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;    
}
.gmsa {
  width: 48%;
}
.gmsb {
    width: 30%;
    background: url("../images/joinbt2.png");
    background-size: 100% 100%;
    margin: 0 0.5%;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    animation: changeColor 1.5s linear infinite alternate;
}
@keyframes changeColor {
    0% {
        filter: brightness(120%);
    }

    100% {
        filter: brightness(80%);
    }
}

.gmsc {
  width: 20%;
  background: url("../images/joinbt1.png");
  background-size: 100% 100%;
  text-align: center;
  padding: 10px;
  color: #ffffff;
}
/*  */
.particle {
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 3;
  -webkit-filter: brightness(0.7);
}
video {
  width: 100%;
  height: 100%;
}
#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 1;
  pointer-events: none;
}
/* light */

#light_bx {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  overflow: auto;
  display: none;
}
#light_bx > .infobx_1 {
  position: relative;
  width: 700px;
  display: block;
  margin: 0 auto;
  display: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.65));
  filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.65));
  font-size: 1.3rem;
  line-height: 2rem;
  color: #ffeccc;
  font-weight: 300;
}
.tdbox td {
  color: #4b4738;
}
.bx_a1 {
  padding-bottom: 2.5%;
  background-image: url(../images/ligpbg_01.png);
  background-position: 50% 0%;
  background-size: 100% auto;
  top: 1px;
}
.bx_a2 {
  width: 100%;
  min-height: 100px;
  background-image: url(../images/ligpbg_02.png);
  background-position: 50% 100%;
  background-size: 100% auto;
  top: -1px;
}
.bx_a3 {
  padding-bottom: 2.3%;
  background: url(../images/ligpbg_03.png) no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  display: block;
  top: -1px;
}
.bx_a_clos, .bx_a_clos1 {
    position: absolute;
    width: 25px;
    padding-bottom: 25px;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url(../images/ligclose.png);
    background-position: 100% 0%;
    background-size: 100% auto;
    top: 7px;
    right: 1%;
    z-index: 2;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.gwtl {
  width: 67%;
  margin: 0 auto;
  text-align: center;
  font-size: 2em;
}
.gwtx {
  width: 70%;
  text-align: center;
  margin: 1em auto;
}
.apgw, .apgw1 {
    width: 300px;
    height: 40px;
    text-align: center;
    line-height: 2.5em;
    background-color: rgba(112, 18, 18, 0.65);
    margin: 0 auto;
    border-radius: 5px;
}
.con {
  text-align: center;
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 2%;
}
.con1 {
    text-align: center;
    font-weight: 600;
    font-size: 2em;
    margin-bottom: 2%;
}
.h5gbg {
  position: absolute;
  width: 44%;
  left: 50%;
  margin-left: -22%;
  top: 66%;
}
.sl2 {
  position: absolute;
  top: 50%;
  width: 8%;
  left: 50%;
  margin-left: 18%;
}

.gmpo {
  position: absolute;
  width: 25%;
  bottom: 30.5%;
  right: 5%;
}
.gmpo2 {
  position: absolute;
  width: 24%;
  bottom: 28%;
  right: 70.5%;
}


.webh {
  height: 2vw;
}
@media only screen and (max-width: 1200px) {
  canvas {
    width: 100%;
    height: 39vw;
    left: 50%;
    margin-left: -50%;
  }
  .slogn {
    position: absolute;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    top: 15%;
  }
  .gamescbox {
    width: 100%;
    margin: 1em auto 0 auto;
  }
}
@media only screen and (max-width: 1000px) {
  .gmsbox {
    width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .gmsa {
    width: 90%;
  }
}
@media only screen and (max-width: 820px) {
  .sl2 {
    position: absolute;
    top: 61%;
    width: 15%;
    left: 50%;
    margin-left: 32%;
  }
  .gmsb {
    width: 60%;
    background: url("../images/joinbt2.png");
    background-size: 100% 100%;
    margin: 0 0.5%;
    text-align: center;
    padding: 10px;
    color: #ffffff;
  }
  .h5game {
    position: relative;
    width: 100%;
    height: 18vw;
  }
  canvas {
    width: 100%;
    height: 47vw;
    left: 50%;
    margin-left: -50%;
  }
  .mdbox {
    width: 95%;
    margin: 0 auto;
    padding: 10px 10px 30px 10px;
  }
  .mdtlx {
    width: 80%;
    margin: 0 auto;
  }
  .gmstx {
    font-size: 1em;
  }
  .topfbox {
    position: absolute;
    top: 1%;
    right: 2%;
    width: 140px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .mbhbtbox {
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .htbox {
    display: none;
  }
  .slogn {
    position: absolute;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    top: 25%;
  }
  .head {
    position: relative;
    width: 100%;
    background: url("../images/mbindex.jpg");
    background-size: 100% auto;
    padding-bottom: 131%;
  }
}
@media only screen and (max-width: 560px) {
  .gwtl {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2em;
  }
  .gmpo,.gmpo2 {
    display: none;
  }
  .topfbox {
    position: absolute;
    top: 1%;
    right: 2%;
    width: 100px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  #light_bx > .infobx_1 {
    width: 95%;
    font-size: 1.25rem;
    line-height: 1.8rem;
  }
  .h5gbg {
    position: absolute;
    width: 74%;
    left: 50%;
    margin-left: -38%;
    top: 30%;
  }
  .gamebox {
    position: relative;
    padding-bottom: 80%;
    background: url("../images/gambg.png") no-repeat;
    background-position: 0 93%;
    margin: 0 auto;
    overflow: hidden;
  }
    .gamesstr {
        width: 230px;
        margin: 1em auto 0 auto;
    }
    .clostb {
        width: 73%;
        margin: 1em auto 0 auto;
    }
  .imgg {
    width: 220px;
    margin: 1em auto;
  }
  .imgtow {
    display: block;
  }
  .fontc {
    width: 95%;
    letter-spacing: 5px;
    margin: 1em auto;
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    padding: 0.6em;
    border: 3px double rgb(120, 114, 82);
    border-radius: 1em;
    background: url("../images/tmk.png");
    color: #ffffd9;
  }

  .tdbox table tr:first-child td {
    border-bottom: 1px #887d5d solid;
    padding: 0.6rem 0.3rem 0.3rem;
    font-weight: 500;
    color: #fff5c2;
    background: url("../images/tdbg.png");
    font-size: 1em;
    /* border-radius: 1em 1em 0 0; */
  }
      .tdbox2 {
        width: 90%;
        margin: 1em auto 0 auto;
    }
    .tdbox2 table tr:first-child td {
    border-bottom: 1px #887d5d solid;
    padding: 0.6rem 0.3rem 0.3rem;
    font-weight: 500;
    color: #fff5c2;
    background: url("../images/tdbg.png");
    font-size: 1em;
    /* border-radius: 1em 1em 0 0; */
  }
  .imgx {
    width: 90%;
  }
  .h5game {
    position: relative;
    width: 100%;
  }
  canvas {
    width: 150%;
    height: 95vw;
    left: 50%;
    margin-left: -75%;
  }
  .mdtlx {
    width: 95%;
    margin: 0 auto;
  }
  .mbcx {
    width: 98%;
    margin: 0 auto;
  }
  .ulibx {
    padding-left: 20px;
  }
  .hlogo {
    width: 40%;
  }
  .btlg {
    position: absolute;

    width: 50%;
    height: 10vw;
    overflow: hidden;
    clip-path: polygon(
      19px 3%,
      calc(103% - 25px) 0%,
      98% 18px,
      100% calc(100% - 20px),
      calc(100% - 18px) 102%,
      20px 100%,
      -1% calc(131% - 35px),
      0% 20px
    );
  }
  .apbtbox {
    position: absolute;
    width: 100%;
    left: 50%;
    margin-left: -50%;
  }
  .apbtl,
  .apbtr {
    width: 50%;
  }
}
