/* ========================= [ base ] */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0 auto;
  padding: 0;
}

ul,
ol,
dl {
  list-style: none;
}

img {
  vertical-align: bottom;
}

body {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
}









    /*　for PC　*/
    
/* ========================= [ #page ] */

#page_pc {
  margin: 0;
  padding: 0;
  position: relative;
    display:block;
    overflow:hidden;
}

#page_sp {
  display:none;
}
/* ===== #navi */
#page_pc .navi {
  position: relative;
  height: 45px;
  margin: 0;
  padding: 0 20px;
  /*border-bottom: 1px #000000 solid;*/
  background: #000;
  z-index: 999;
}

#page_pc .navi .logo {
  float: left;
  width: 108px;
}

#page_pc .navi .logo img {
  float: left;
  margin-top: 7px;
}

#page_pc .navi .head-navi {
  float: right;
  height: 15px;
  font-size: 13px;
  margin: 8px 0 0;
}

#page_pc .navi .head-navi li {
  display: inline;
  font-size: 13px;
  padding: 0 10px;
  border-right: 1px #333 solid;
}

#page_pc .navi .head-navi li:last-child {
  border: none;
}

/* ===== #copy */
#page_pc .copy {
  position: relative;
  height: 30px;
  margin-top: -30px;
  padding: 10px 0;
  border-top: 1px #000000 solid;
  background: #202020;
  color: #ffffff;
  font-size: 11px;
  z-index: 10;
}

#page_pc .content-wrap {
  padding-bottom: 1rem;
  /* Footer height */
}

#page_pc footer {
  position: fixed;
  /*transform: translate(34%, -160%);*/
  bottom: 0px;
  width: 100%;
  height: 1rem;
  background: #000;
  padding: 10px 0;
  /*border-top: 1px #000000 solid;*/
  color: #fff;
  z-index: 20;
  font-size: 11px;
}

/* ============================================== [ 以上模版不可編輯] */

/* ============================================ [ 以下模版可進行編輯 ] */


/* ========================= [ #main_pc ] */

#page_pc .main_pc {
  background: url(00-bg.jpg) no-repeat top center;
  background-color: #111;
}


/* ===== #head */
#page_pc .main_pc .head {
  min-width: 1020px;
  height: 742px;
  overflow: hidden;
}

#page_pc .main_pc .head .logo {
  position: relative;
  margin-top: 410px;
}

#page_pc .main_pc .head .slogan {
  position: relative;
  margin-top: 30px;
  margin-bottom: -70px;
}
#page_pc .main_pc .head .bar {
  position: relative;
    left:-230px;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* ===== #section1 */
#page_pc .main_pc .section1 {
  min-width: 1020px;
  height: 600px;
  overflow: hidden;
}

#page_pc .main_pc .section1 .slogan {
  position: relative;
  margin-top: 50px;
  margin-left:600px;
  margin-bottom: -70px;
}
#page_pc .main_pc .section1 .part01 {
  position: relative;
  margin-left:-40px;
  margin-top: -330px;
 
}

#page_pc .main_pc .section1 .button {
  position: relative;
  margin-left:580px;
  margin-top: 240px;
  animation: scaleDrew 1.7s ease-in-out infinite;
}



/* ===== #section2 */
#page_pc .main_pc .section2 {
  min-width: 1020px;
  
  overflow: hidden;

}

#page_pc .main_pc .section2 .slogan {
  position: relative;
  margin-top: 40px;
  margin-bottom:30px;
}


/* ===== #section3 */
#page_pc .main_pc .section3 {
  min-width: 1020px;
  height: 1460px;
  overflow: hidden;
  margin-top: 24rem;
 
}

#page_pc .main_pc .section3 .slogan {
  position: relative;
  margin-top: 40px;
  margin-bottom:30px;
}

#page_pc .main_pc .section3 .button {
  position: relative;
  margin-top: 20px;
  margin-bottom:20px;
  animation: scaleDrew 1.7s ease-in-out infinite;
}

#page_pc .main_pc .section3 .part01 {
  position: relative;
  margin-top: 50px;
  margin-bottom:20px;
}







#page_pc .main_pc .content {
  /* background-image: url(content_bg.png); */
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

#page_pc .main_pc .cv-area {
  margin: 0 auto;
  width: 100%;
    max-width:1400px;
    display: flex;
  flex-wrap: wrap;
  /*
    */
}
#page_pc .main_pc .cv-area li {
    width:33%;
    max-width:460px;
    min-width:195px;
    /*
    */
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#page_pc .main_pc .cv-area li img {
    width:100%;
    max-width:460px;
}




#page_pc .main_pc .game-area {
  margin: 0 auto;
  width: 100%;
    max-width:1400px;
    display: flex;
  flex-wrap: wrap;
  /*
    */
}
#page_pc .main_pc .game-area li {
    width:24%;
    max-width:300px;
    min-width:195px;
    /*
    */
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#page_pc .main_pc .game-area li img {
    width:100%;
    max-width:300px;
}












#page_pc .main_pc .head .bt-purchase {
  position: relative;
}

#page_pc .main_pc .bt-purchase a {
  display: block;
}

#page_pc .main_pc .bt-purchase {
  transition: 0.5s;
}

#page_pc .main_pc .bt-purchase:hover {
  filter: brightness(1.5);
  /* transform: scale(1.05); */
}

#page_pc .main_pc .event-detail {
  height: 100px;
    margin-top:120px;
    margin-bottom:0px;
  display: block;
}

    

.cv-area0 {
  margin: 0 auto;
  width: 1020px;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
}

.cv-area0 li {
  padding-bottom: 31px;
}


.cv-area {
  margin: 0 auto;
  width: 1020px;
  padding-top: 5px;
  display: flex;
  flex-wrap: wrap;
}

.cv-area li {
  padding-bottom: 31px;
}

.cv-area3 {
  margin: 0 auto;
  width: 750px;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
}

.cv-area3 li {
  padding-bottom: 31px;
}

@keyframes scaleDrew {
  /* 定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称 */
      0% {
        transform: scale(1);
      }
  
      25% {
        transform: scale(1.05);
      }
  
      50% {
        transform: scale(1);
      }
  
      75% {
        transform: scale(1.05);
      }
    }




