@charset "UTF-8";
html[data-v-6e39327a], body[data-v-6e39327a], div[data-v-6e39327a], span[data-v-6e39327a], applet[data-v-6e39327a], object[data-v-6e39327a], iframe[data-v-6e39327a], p[data-v-6e39327a], blockquote[data-v-6e39327a], pre[data-v-6e39327a], a[data-v-6e39327a], abbr[data-v-6e39327a], acronym[data-v-6e39327a], address[data-v-6e39327a], big[data-v-6e39327a], cite[data-v-6e39327a], code[data-v-6e39327a], del[data-v-6e39327a], dfn[data-v-6e39327a], img[data-v-6e39327a], ins[data-v-6e39327a], kbd[data-v-6e39327a], q[data-v-6e39327a], s[data-v-6e39327a], samp[data-v-6e39327a], small[data-v-6e39327a], strike[data-v-6e39327a], strong[data-v-6e39327a], sub[data-v-6e39327a], sup[data-v-6e39327a], tt[data-v-6e39327a], var[data-v-6e39327a], b[data-v-6e39327a], u[data-v-6e39327a], i[data-v-6e39327a], center[data-v-6e39327a], dl[data-v-6e39327a], dt[data-v-6e39327a], dd[data-v-6e39327a], ol[data-v-6e39327a], ul[data-v-6e39327a], li[data-v-6e39327a], fieldset[data-v-6e39327a], form[data-v-6e39327a], label[data-v-6e39327a], legend[data-v-6e39327a], table[data-v-6e39327a], caption[data-v-6e39327a], tbody[data-v-6e39327a], tfoot[data-v-6e39327a], thead[data-v-6e39327a], tr[data-v-6e39327a], th[data-v-6e39327a], td[data-v-6e39327a], article[data-v-6e39327a], aside[data-v-6e39327a], canvas[data-v-6e39327a], details[data-v-6e39327a], embed[data-v-6e39327a], figure[data-v-6e39327a], figcaption[data-v-6e39327a], footer[data-v-6e39327a], header[data-v-6e39327a], hgroup[data-v-6e39327a], menu[data-v-6e39327a], nav[data-v-6e39327a], output[data-v-6e39327a], ruby[data-v-6e39327a], section[data-v-6e39327a], summary[data-v-6e39327a], time[data-v-6e39327a], mark[data-v-6e39327a], audio[data-v-6e39327a], video[data-v-6e39327a] {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: 500;
}
h1[data-v-6e39327a] {
  font-size: 2em !important;
}
h2[data-v-6e39327a] {
  font-size: 1.5em !important;
}
h3[data-v-6e39327a] {
  font-size: 1em !important;
}
h4[data-v-6e39327a] {
  font-size: 1em !important;
}
h5[data-v-6e39327a] {
  font-size: 0.8em !important;
}
h6[data-v-6e39327a] {
  font-size: 0.7em !important;
}

/* HTML5 display-role reset for older browsers */
article[data-v-6e39327a], aside[data-v-6e39327a], details[data-v-6e39327a], figcaption[data-v-6e39327a], figure[data-v-6e39327a], footer[data-v-6e39327a], header[data-v-6e39327a], hgroup[data-v-6e39327a], menu[data-v-6e39327a], nav[data-v-6e39327a], section[data-v-6e39327a] {
  display: block;
}
body[data-v-6e39327a] {
  line-height: 1;
}
ol[data-v-6e39327a], ul[data-v-6e39327a] {
  list-style: none;
}
a[data-v-6e39327a] {
  text-decoration: none;
}
button[data-v-6e39327a] {
  font-family: 'Noto Sans TC', 'PingFang','Noto Sans JP', 'microsoft jhenghei', '微軟正黑體';
}
blockquote[data-v-6e39327a], q[data-v-6e39327a] {
  quotes: none;
}
blockquote[data-v-6e39327a]:before, blockquote[data-v-6e39327a]:after, q[data-v-6e39327a]:before, q[data-v-6e39327a]:after {
  content: '';
  content: none;
}
table[data-v-6e39327a] {
  border-collapse: collapse;
  border-spacing: 0;
}
html[data-v-6e39327a] {
  font-family: 'Noto Sans TC', 'PingFang','Noto Sans JP', 'microsoft jhenghei', '微軟正黑體';
}
.gamePlayBtn[data-v-6e39327a], .gameRemoveBtn[data-v-6e39327a] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gameLeftBlock[data-v-6e39327a] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gameRightBlock[data-v-6e39327a] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagination[data-v-6e39327a] {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.pagination .page-item[data-v-6e39327a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 3px;
    margin: 0 5px;
    color: #3280d5;
    border: 1px solid #dee2e6;
}
.pagination .page-item[data-v-6e39327a]:hover {
      text-decoration: none;
      background-color: #dee2e6;
      opacity: .9;
}
.pagination .page-item.is_acted[data-v-6e39327a] {
      color: #fff;
      background-color: #3280d5;
      border: 1px solid #dee2e6;
}
.pagination .page-control[data-v-6e39327a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0 5px;
    color: #1c8aba;
    border: 1px solid #1c8aba;
}
.pagination .page-control[data-v-6e39327a]:hover {
      text-decoration: none;
      background-color: #1c8aba;
      color: #FFFFFF;
      opacity: .9;
}
.pagination .page-item2[data-v-6e39327a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0 5px;
    color: #1c8aba;
    border: 1px solid #1c8aba;
}
.pagination .page-item2[data-v-6e39327a]:hover {
      text-decoration: none;
      background-color: #dee2e6;
      opacity: .9;
}
.pagination .page-item2.is_acted[data-v-6e39327a] {
      color: #FFFFFF;
      background-color: #1c8aba;
      border: 1px solid #1c8aba;
}
.pagination .visibleHide[data-v-6e39327a] {
    visibility: hidden;
}
@media screen and (max-width: 360px) {
.pagination .page-show[data-v-6e39327a] {
    display: none;
}
}
.r18icon[data-v-6e39327a] {
  position: absolute;
  background-image: url("https://image.gamebase.com.tw/gb_tw/static/site/r18icon2.jpg");
  background-position: center;
  box-sizing: border-box;
  background-size: cover;
  width: 40px;
  height: 28px;
  top: 0;
  left: 0;
  z-index: 2;
}
.newsBannerAD[data-v-6e39327a] {
  display: flex;
  justify-content: center;
  margin: 0 15px 0 15px;
}
.newsBannerAD img[data-v-6e39327a] {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1241px) {
.newsBannerAD[data-v-6e39327a] {
    margin-top: 20px;
}
}
@media screen and (max-width: 480px) {
.newsBannerAD[data-v-6e39327a] {
    height: 90px;
}
}
.gameName[data-v-6e39327a] {
  color: #1c8aba;
}
.gamePlayBtn[data-v-6e39327a] {
  border: solid 1px #0F4C81;
  background-color: #0F4C81;
  color: #f6d155;
}
.gameListBlock[data-v-6e39327a] {
  border-bottom: solid 1px #C9C9C9;
}
.gameRemoveBtn[data-v-6e39327a] {
  border: solid 2px #EF3A53;
  background-color: #FFFFFF;
  color: #EF3A53;
}
html[data-v-6e39327a] {
  background-color: white;
  overflow-x: hidden;
  letter-spacing: 1.3px;
}
div[data-v-6e39327a] {
  box-sizing: border-box;
}
input[data-v-6e39327a] {
  outline: none;
  resize: none;
}
button[data-v-6e39327a] {
  outline: none;
}
input[data-v-6e39327a]:focus, select[data-v-6e39327a]:focus, textarea[data-v-6e39327a]:focus, button[data-v-6e39327a] {
  outline: none;
}
.page-enter-active[data-v-6e39327a], .page-leave-active[data-v-6e39327a] {
  transition: opacity 0.2s;
}
.page-enter[data-v-6e39327a], .page-leave-active[data-v-6e39327a] {
  opacity: 0;
}
.youCantSeeMe[data-v-6e39327a] {
  display: none;
  opacity: 0;
}
.pagination[data-v-6e39327a], .inline[data-v-6e39327a] {
  display: flex;
  align-items: center;
}
.pageLinksA[data-v-6e39327a] {
  padding: 10px;
  text-align: center;
  border: 1px solid #dee2e6;
  color: #3280D5;
}
.pagePreLi[data-v-6e39327a] {
  padding: 14px;
  text-align: center;
  border: 1px solid #dee2e6;
  width: 3.5rem;
  color: #3280D5;
}
.pageNextLi[data-v-6e39327a] {
  padding: 14px;
  text-align: center;
  border: 1px solid #dee2e6;
  width: 3.5rem;
  color: #3280D5;
}
.pagePreLi[data-v-6e39327a] {
  border-radius: 8px 0 0 8px;
}
.pageNextLi[data-v-6e39327a] {
  border-radius: 0 8px 8px 0;
}
.clickedPage a[data-v-6e39327a] {
  background-color: #3280D5;
  color: white;
}
.littleGreyWord[data-v-6e39327a], .littlePinkWord[data-v-6e39327a], .littleBlueWord[data-v-6e39327a], .white13px[data-v-6e39327a], .white15px[data-v-6e39327a], .white16pxBold[data-v-6e39327a], .white18pxBold[data-v-6e39327a], .white20pxBold[data-v-6e39327a], .white30pxBold[data-v-6e39327a], .grey15px[data-v-6e39327a], .veryLightGrey14px[data-v-6e39327a], .grey16px[data-v-6e39327a], .darkGrey16px[data-v-6e39327a], .grey18px[data-v-6e39327a], .grey18pxBold[data-v-6e39327a], .darkGrey18px[data-v-6e39327a], .blue513px[data-v-6e39327a], .yellow18pxBold[data-v-6e39327a], .borderLightGrey18pxBold[data-v-6e39327a] {
  font-size: 1rem;
  letter-spacing: 1.3px;
  line-height: 1rem;
}
.gameThumbnail[data-v-6e39327a] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.seeMore[data-v-6e39327a] {
  box-sizing: border-box;
  border: 1px solid #1c8aba;
  font-weight: 700;
  width: 106px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  color: #1c8aba;
  padding: 0 10px 5px 14px;
  margin-top: 30px;
  cursor: pointer;
}
.seeMore[data-v-6e39327a] {
  text-decoration: none;
  margin-top: 30px;
}
.blue4Button[data-v-6e39327a] {
  border: none;
  background-color: #0F4C81;
  color: #FFFFFF;
  border-radius: 8px;
}
.blue4yellowButton[data-v-6e39327a] {
  border: none;
  background-color: #0F4C81;
  color: #f6d155;
  border-radius: 30px;
}
.blue424pxBold[data-v-6e39327a] {
  color: #0F4C81;
  font-size: 1.5rem;
  font-weight: bold;
}
.blue428pxBold[data-v-6e39327a] {
  color: #0F4C81;
  font-size: 1.75rem;
  font-weight: bold;
}
.littleGreyWord[data-v-6e39327a] {
  font-size: 0.8rem;
  color: #656565;
}
.littlePinkWord[data-v-6e39327a] {
  font-size: 0.8rem;
  font-weight: 700;
  color: #FF5C83;
}
.littleBlueWord[data-v-6e39327a] {
  font-size: 0.8rem;
  font-weight: 700;
  color: #3280D5;
  text-decoration: none;
}
.white13px[data-v-6e39327a] {
  font-size: 0.8rem;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.31;
}
.white15px[data-v-6e39327a] {
  font-size: 0.9rem;
  color: #FFFFFF;
  line-height: 1.33;
  font-weight: normal;
}
.white16pxBold[data-v-6e39327a] {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.33;
  color: #FFFFFF;
}
.white18pxBold[data-v-6e39327a] {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
  color: #FFFFFF;
}
.white20pxBold[data-v-6e39327a] {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.33;
  color: #FFFFFF;
}
.white30pxBold[data-v-6e39327a] {
  font-size: 1.87rem;
  font-weight: 700;
  line-height: 1.33;
  color: #FFFFFF;
}
.grey15px[data-v-6e39327a] {
  font-size: 0.9rem;
  color: #656565;
  line-height: 1.33;
  font-weight: normal;
}
.veryLightGrey14px[data-v-6e39327a] {
  font-size: 0.875rem;
  color: #9B9B9B;
  line-height: 1.33;
  font-weight: normal;
}
.grey16px[data-v-6e39327a] {
  font-size: 1rem;
  color: #656565;
  line-height: 1.33;
  font-weight: normal;
}
.darkGrey16px[data-v-6e39327a] {
  font-size: 1rem;
  color: #444444;
  line-height: 1.33;
  font-weight: normal;
}
.grey18px[data-v-6e39327a] {
  font-size: 1.1rem;
  color: #656565;
  line-height: 1.33;
  font-weight: normal;
}
.grey18pxBold[data-v-6e39327a] {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
  color: #656565;
}
.darkGrey18px[data-v-6e39327a] {
  font-size: 1.1rem;
  color: #444444;
  line-height: 1.33;
  font-weight: normal;
}
.darkGrey20px[data-v-6e39327a] {
  font-size: 1.25rem;
  font-weight: normal;
  color: #444444;
  line-height: 1.67;
}
.darkGrey22px[data-v-6e39327a] {
  font-size: 1.375rem;
  font-weight: normal;
  color: #444444;
  line-height: 1.67;
}
.darkGrey24px[data-v-6e39327a] {
  font-size: 1.5rem;
  font-weight: normal;
  color: #444444;
  line-height: 1.67;
}
.blue216px[data-v-6e39327a] {
  font-size: 1rem;
  font-weight: 600;
  color: #3280D5;
  line-height: 1.31;
}
.blue222pxBold[data-v-6e39327a] {
  font-size: 1.375rem;
  font-weight: 700;
  color: #3280D5;
  line-height: 1.31;
}
.blue225pxBold[data-v-6e39327a] {
  font-size: 1.56rem;
  font-weight: 700;
  color: #3280D5;
  line-height: 1.31;
}
.blue314pxBold[data-v-6e39327a] {
  font-size: 1rem;
  font-weight: 700;
  color: #1c8aba;
  line-height: 1.31;
}
.blue316pxBold[data-v-6e39327a] {
  font-size: 1rem;
  font-weight: 700;
  color: #1c8aba;
  line-height: 1.4;
}
.blue322px[data-v-6e39327a] {
  font-size: 1.375rem;
  font-weight: normal;
  color: #1c8aba;
}
.blue320pxBold[data-v-6e39327a] {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1c8aba;
}
.blue322pxBold[data-v-6e39327a] {
  font-size: 1.375rem;
  font-weight: 700;
  color: #1c8aba;
}
.blue326pxBold[data-v-6e39327a] {
  font-size: 1.625rem;
  font-weight: 700;
  color: #1c8aba;
  line-height: 1.31;
}
.blue330pxBold[data-v-6e39327a] {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1c8aba;
  line-height: 1.31;
}
.blue513px[data-v-6e39327a] {
  font-size: 0.8rem;
  font-weight: 700;
  color: #03304C;
  line-height: 1.31;
}
.yellow18pxBold[data-v-6e39327a] {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
  color: #f6d155;
}
.borderLightGrey18pxBold[data-v-6e39327a] {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
  color: #EDECEA;
}
.withoutHighlight[data-v-6e39327a] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.noAfterimage[data-v-6e39327a] {
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  backface-visibility: hidden;
}
.centerTitle[data-v-6e39327a] {
  margin-top: 22px;
}
.gameListBlock[data-v-6e39327a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 30px;
}
.gameThumbnail[data-v-6e39327a] {
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  border-radius: 6px;
}
.gameName[data-v-6e39327a] {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 16px;
}
.gamePlayBtn[data-v-6e39327a], .gameRemoveBtn[data-v-6e39327a] {
  height: 45px;
  box-sizing: border-box;
  border-radius: 23px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.33;
  cursor: pointer;
}
.gamePlayBtn[data-v-6e39327a] {
  width: 110px;
  margin-right: 16px;
}
.gameRemoveBtn[data-v-6e39327a] {
  width: 100px;
}
@media screen and (max-width: 768px) {
.myNewArea[data-v-6e39327a] {
    width: 95vw;
}
.gameThumbnail[data-v-6e39327a] {
    width: 40px;
    height: 40px;
}
.gameName[data-v-6e39327a] {
    font-size: 1.125rem;
    line-height: 1.33;
    margin-left: 7px;
}
.gamePlayBtn[data-v-6e39327a], .gameRemoveBtn[data-v-6e39327a] {
    height: 30px;
    font-size: 1rem;
    line-height: 1.31;
}
.gamePlayBtn[data-v-6e39327a] {
    width: 80px;
    margin-right: 8px;
}
.gameRemoveBtn[data-v-6e39327a] {
    width: 65px;
}
.gameListBlock[data-v-6e39327a] {
    padding: 18px 11px;
}
}
@media screen and (min-width: 800px) and (max-width: 900px) {
.myNewArea[data-v-6e39327a] {
    zoom: 80%;
}
}
@media screen and (max-width: 320px) {
.gameName[data-v-6e39327a] {
    font-size: 0.875rem;
    line-height: 1;
}
}
@media screen and (max-width: 280px) {
.gameThumbnail[data-v-6e39327a] {
    zoom: 80%;
}
.gameName[data-v-6e39327a] {
    zoom: 100%;
}
.gamePlayBtn[data-v-6e39327a], .gameRemoveBtn[data-v-6e39327a] {
    zoom: 80%;
}
}
@media screen and (max-width: 240px) {
.gameThumbnail[data-v-6e39327a] {
    zoom: 70%;
}
.gameName[data-v-6e39327a] {
    zoom: 90%;
}
.gamePlayBtn[data-v-6e39327a], .gameRemoveBtn[data-v-6e39327a] {
    zoom: 70%;
}
}

