.move-touch {
    -webkit-overflow-scrolling: touch;
}
::-webkit-scrollbar {
    width: 0;
    height: 0;
}
html,
body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans SC", Helvetica, arial, sans-serif;
    background: #fff;
    font-size: 16px;
}

a,
a:link,
a:checked {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}
ul, li {
    list-style: none;
}
img {
    display: block;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    margin: 0;
}

.w750 {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background: #194c38;
    text-align: center;
    position: relative;
}

header {
    position: fixed;
    top: 0;
    z-index: 5;
}

header img {
    width: 100%;
    max-width: 500px;
    display: block;
}
.section{
    width: 100%;
    margin: 0 auto;
}
.section img{
    width: 100%;
}
.section02{
    margin-bottom: 26%;
}
/* 主視覺 */
.container {
    width: 100%;
    margin: 0;
    position: relative;
    display: block;
    padding-bottom: 1rem;
}

.container img{
    width: 100%;
    max-width: 500px;
}

.title{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.title img {
    width: 100%;
    height: auto;
}
.mainswiper {
    position: absolute;
    bottom: 28%;
}

.swiper {
    width: 100%;
    transition: .2s;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide img {
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, .5);
    opacity: .7;
    transition: .2s;
}

.swiper-button-next {
    right: 3vw;
}

.swiper-button-prev {
    left: 3vw;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
}
.swiper-pagination{
    bottom: 0 !important;
}

/* 交錯跑馬燈輪播 */
.marquee {
    width: 100%;
    margin: 20px auto 0;
    overflow: hidden;
}

.marquee ul.flex {
    display: flex;
    align-items: center;
}

.marquee ul.flex div {
    flex-shrink: 0;
    width: 23%;
    margin: 0 1%;
}

.marquee-wrapper {
    margin: 0 auto 20px;
    width: 100%;
    overflow: hidden;
}

.marquee-h {
    overflow: hidden;
}

.marquee-h .marquee-wrapper {
    overflow: hidden;
}
/* banner輪播 */
.cateBox {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin: 0 0 30px;
}

.cateBox img {
    max-width: calc(100% / 6);
}

.banner {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.banner.swiper {
    box-sizing: border-box;
}

.banner .swiper-slide {
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
}
.hotgames .swiper-slide{
    width: calc(100% / 3);
}
.phoneBanner {
    width: 100%;
    margin: 0 0 30px 0;
}
/* 底部下載 */
.bottom-b {
	position: fixed;
	bottom:0 ;
	padding:0.3rem 0;
	background-image: linear-gradient(#113d2c 38%,#194c38 75%);
    border-top: 1px solid #3e8470;
	width: 100%;
	text-align:center;
	max-width: 500px;
	z-index: 999;
}
.btn-b-web {
	background: #5bbe4b;
    padding: 1.2% 10%;
    text-align: center;
    font-size: 140%;
    border-radius: 10px;
    display: inline-block;
    margin-right: 3%;
    color: #fff;
	position: relative;
	cursor: pointer;
}
.btn-b-app{
	background: #5bbe4b;
    padding: 1.2% 10%;
    text-align: center;
    text-align: center;
    font-size: 150%;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
	position: relative;
	cursor: pointer;
}
.img-song {
	position: absolute;
	z-index: 1000;
	left: 0.8rem;
	top: -0.48rem;
	width:1.8rem; 
}
.note { 
    position: absolute; 
    top: -58px; 
    left: 35%; 
    width: 100%;
}

.note-btn img{
    width: 85%;
}


/* 客服 */
.customer {
    display: inline-block;
    position: fixed;
    z-index: 10;
    right: calc((100vw - 500px)/2);
    top: 15vh;
    max-width: 100px;
}

.customer img {
    width: 100%;
}

@media screen and (max-width: 500px) {

    html,
    body {
        font-size: 12px;
    }

    .customer {
        right: 0;
        width: 18vw;
    }
    .section02{
        margin-bottom: 20%;
    }
}

@media screen and (max-width: 320px) {
    html,
    body {
        font-size: 11px;
    }
  
}