body{
    padding: 0;
    margin: 0;
}
.pcDiv {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.pcDiv .logoDiv{
    position: absolute;
    width: 15%;
    top: 0;
    left: 42.5%;
    z-index: 2;
}
.pcDiv .logoDiv img{
    width: 100%;
}
.pcDiv .right_menu {
    background-image: url(../img/bg_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    right: 0;
    top: 25%;
    width: 3%;
    height: 0;
    padding-bottom: 7%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 7%;
    transition: all .3s ease-in-out;
}
.pcDiv .right_menu.close {
    right: -4%;
}
.pcDiv .right_menu_hide {
    background-color: rgba(0, 0, 0, 0.6);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    right: -4%;
    top: 44.5%;
    width: 4%;
    height: 0;
    padding-bottom: 4%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
}
.pcDiv .right_menu_hide.open {
    right: 0;
}
.pcDiv .right_menu .menuBtn,
.pcDiv .right_menu_hide .menuBtn{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 0;
    display: inline-block;
    margin: 15% 0;
}
.pcDiv .right_menu .menuBtn.menuBtn_fb{
    background-image: url(../img/fb_off.png);
    width: 20%;
    padding-bottom: 45%;
}
.pcDiv .right_menu .menuBtn.menuBtn_fb:hover{
    background-image: url(../img/fb_on.png);
}
.pcDiv .right_menu .menuBtn.menuBtn_ig{
    background-image: url(../img/ig_off.png);
    width: 40%;
    padding-bottom: 40%;
}
.pcDiv .right_menu .menuBtn.menuBtn_ig:hover{
    background-image: url(../img/ig_on.png);
}
.pcDiv .right_menu .menuBtn.menuBtn_threads{
    background-image: url(../img/threads_off.png);
    width: 40%;
    padding-bottom: 40%;
}
.pcDiv .right_menu .menuBtn.menuBtn_threads:hover{
    background-image: url(../img/threads_on.png);
}
.pcDiv .right_menu .menuBtn.menuBtn_discord{
    background-image: url(../img/discord_off.png);
    width: 40%;
    padding-bottom: 40%;
}
.pcDiv .right_menu .menuBtn.menuBtn_discord:hover{
    background-image: url(../img/discord_on.png);
}
.pcDiv .right_menu .menuBtn.menuBtn_line{
    background-image: url(../img/line_off.png);
    width: 40%;
    padding-bottom: 40%;
}
.pcDiv .right_menu .menuBtn.menuBtn_line:hover{
    background-image: url(../img/line_on.png);
}
.pcDiv .right_menu .menuBtn.menuBtn_home{
    background-image: url(../img/home_off.png);
    width: 35%;
    padding-bottom: 35%;
}
.pcDiv .right_menu .menuBtn.menuBtn_home:hover{
    background-image: url(../img/home_on.png);
}
.pcDiv .right_menu .menuBtn.menuBtn_active{
    background-image: url(../img/right_off.png);
    width: 32%;
    padding-bottom: 33%;
    cursor: pointer;
}
.pcDiv .right_menu .menuBtn.menuBtn_active:hover{
    background-image: url(../img/right_on.png);
}
.pcDiv .right_menu_hide .menuBtn.menuBtn_active_left{
    background-image: url(../img/right_off.png);
    width: 33%;
    padding-bottom: 36%;
    transform: rotate(180deg);
    margin-top: 115%;
}
.pcDiv .right_menu_hide .menuBtn.menuBtn_active_left:hover{
    background-image: url(../img/right_on.png);
}



.pcDiv .block_top {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
/* 設置影片容器的寬度，並讓影片自適應 */
.pcDiv .block_top .block_top_video {
    max-width: 100%; /* 最大寬度 100% */
    height: auto;    /* 高度自動調整 */
    margin: 0 auto;  /* 使影片居中 */
}
.pcDiv .block_top video {
    width: 100%;   /* 讓影片寬度填滿容器 */
    height: auto;  /* 高度根據寬度自動調整 */
}
.pcDiv .block_top .block_top_video .block_top_mask{
    background-image: url(../img/mask.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.pcDiv .block_top a.downloadBtn {
    position: absolute;
    display: inline-block;
    transition: all .3s ease;
    animation: heartbeat 2.5s infinite;
    top: 48%;
    width: 20%;
    margin: 0 40%;
    text-align: center;
}
.pcDiv .block_top a.downloadBtn img{
    width: 100%;
}
.pcDiv .block_top .block_top_title{
    width: 50%;
    margin: 0 25%;
    position: absolute;
    top: 60%;
    text-align: center;
}
.pcDiv .block_top .block_top_title img{
    width: 100%;
}

.pcDiv .block_two {
    background-image: url(../img/bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 44%;
    position: relative;
    overflow: hidden;
}
.pcDiv .block_two .block_two_title{
    width: 50%;
    margin: 0 25%;
    padding-top: 5%;
}
.pcDiv .block_two .block_two_title img{
    width: 100%;
}
.pcDiv .block_two .block_two_img {
    width: 70%;
    margin: 0 15%;
}
.pcDiv .block_two .block_two_img img{
    width: 100%;
}

.pcDiv .block_two .gameSwiperBox{
    position: absolute;
    width: 100%;
    margin: 2% auto 0 auto;
}
.pcDiv .block_two .game-swiper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    transform: scale(1.1);
    transform-origin: center center;
}
.pcDiv .block_two .game-swiper .swiper-wrapper {
    overflow: visible;
    display: flex;
    align-items: center;
}
.pcDiv .block_two .game-swiper .swiper-wrapper .swiper-slide{
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    will-change: transform;
    transition: transform 0.3s ease, z-index 0.3s ease;
}
.pcDiv .block_two .game-swiper .swiper-wrapper .swiper-slide img {
    width: 85%;
    margin: 34% 0 30% 0;
    object-fit: cover;
    display: block;
    pointer-events: none;
    user-select: none;
    border: 4px solid #FFFFFF;
}
.pcDiv .block_two .game-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    background-image: url(/skin/images/intro_frame.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    transform: scale(1.4);
    z-index: 10;
    box-shadow: unset;
    padding: 0 1.6% 0 0;
}
.pcDiv .block_two .game-swiper .swiper-wrapper .swiper-slide.swiper-slide-active img {
    border: unset;
    position: relative;
}
.pcDiv .block_two .game-swiper .swiper-button-prev, .swiper-rtl .swiper-button-prev ,
.pcDiv .block_two .game-swiper .swiper-button-next, .swiper-rtl .swiper-button-next {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.pcDiv .block_two .game-swiper .swiper-button-prev{
    left: 23%;
    background-image: url(/skin/images/news_banner_arrow.png);
    transform: scaleX(-1);
}
.pcDiv .block_two .game-swiper .swiper-button-prev:hover{
    background-image: url(/skin/images/arrow_white.png);
    transform: scaleX(-1);
}
.pcDiv .block_two .game-swiper .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}
.pcDiv .block_two .game-swiper .swiper-button-next {
    right: 23%;
    background-image: url(/skin/images/news_banner_arrow.png);
}
.pcDiv .block_two .game-swiper .swiper-button-next:hover {
    background-image: url(/skin/images/arrow_white.png);
}
.pcDiv .block_two .game-swiper .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}
.pcDiv .block_two .game-swiper .swiper-pagination {
    width: 100%;
    bottom: 4%;
}
.pcDiv .block_two .game-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 1.2vw;
    height: 1.2vw;
    opacity: 1;
    background-color: unset;
    background-image: url(/skin/images/dot_defult.png);
    background-size: contain;
    transform: scale(.7);
}
.pcDiv .block_two .game-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-image: url(/skin/images/dot.png);
    transform: scale(1.1);
}


.pcDiv .block_three {
    background-image: url(../img/bg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 38.5%;
}
.pcDiv .block_three .block_three_title{
    width: 30%;
    margin: 0 35%;
    padding-top: 5%;
}
.pcDiv .block_three .block_three_title img{
    width: 100%;
}
.pcDiv .block_three .block_three_img{
    width: 45%;
    margin: 3% 27.5% 2% 27.5%;
}
.pcDiv .block_three .block_three_img img{
    width: 100%;
}
.pcDiv .block_three .block_three_text{
    text-align: center;
}
.pcDiv .block_three .block_three_text p {
    font-family: "Noto Sans TC", serif;
    font-size: 1vw;
    margin: .7% 0;
}
.pcDiv .block_three .block_three_text h2 {
    font-size: 1.4vw;
}



@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


.pcDiv .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 比例 */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    width: 105%;
    height: 105%;
    border: 0;
    left: -5%;
    top: -5%;
}