/* 各頁面CSS */

/*切換PC置頂選單*/
.cantantBase1{ display: block; }
.cantantBase2{ display: none; }




/*momo幣這裡用*/
@media screen and (min-width: 768px) {
	.Area_grabmoney_coupon .PD_layout ul { padding: 0 25px; grid-gap: 15px;}
	.Area_grabmoney_coupon .PD_layout img {	border-radius: 10px;}
}
@media screen and (max-width: 767px) {
	.Area_grabmoney_coupon .PD_layout ul { grid-gap: 1.8vw;}
	.Area_grabmoney_coupon .PD_layout img { border-radius: .5em;}
}

.box_game_btn {
    position: absolute;
    margin-top: -54px;
    left: 50%;
    transform: translateX(-50%);
}
.Area_GameStyle .earn {
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.box_film {width: 96%;margin: 0 auto;}
    .box_game_btn {
        bottom: 26vw;
        position: absolute;
        width: 33%;
    }
	.Area_GameStyle .earn {
        margin-top: 8vw;
    }
}

.box_film::before {content: "";position: absolute;width:96%;height:100%;background-image: url("game_mask.png?t=1751279894566");background-size: contain;background-repeat: no-repeat}
@media screen and (min-width: 768px) {
.box_film::before {content: "";position: absolute;width: 800px;height: 600px;background-image: url("game_mask.png?t=1751279894566")}
video {width: 800px!important}
	}
