html,
body {
    margin: 0;
    padding: 0;
    /* height: 200vh; */
    font-family: "Noto Sans SC", Helvetica, arial, sans-serif;
    /* font-family: Arial, "Microsoft YaHei", 微软雅黑, sans-serif; */
    background: #151d29;
    font-size: 16px;
}

/* ::selection{
    background: #1061a3;
} */

a,
a:link,
a:checked {
    text-decoration: none;
    /* transition: .2s; */
}

ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

img {
    font-size: 0;
    line-height: 0;
    margin: 0;
}

.w750 {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.section01 {
    width: 90%;
    margin: 0 auto;
}

.banner {
    width: 100%;
    margin: 10px 0;
}

.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;
}

.webBox {
    width: 100%;
    max-width: 685px;
    background: url(../images/webBg.jpg.webp) 50% 50% no-repeat;
    background-size: 100% auto;
    height: 361px;
    padding: 40px;
    box-sizing: border-box;
    margin: 0 0 60px;
}

.webBox p {
    float: right;
    margin: 8px 5px 0 0;
    font-size: 1.2rem;
}

.web {
    display: grid;
    grid-template-columns: 20% auto 25%;
    grid-column-gap: 10px;
    text-align: center;
    margin: 10px 0;
}

.webCheck {
    display: inline-block;
}

.web span,
.web a {
    font-size: 1.3rem;
    padding: .6rem 1rem;
    border: 2px solid #1567d3;
    display: inline-block;
    border-radius: 5px;
}

.web a {
    border: none;
    background: linear-gradient(#0ea1ff, #005dfe);
    color: #fff;
    /* transition: .2s; */
}

.web a:hover {
    background: #005dfe;
}

.section02 {
    background: #334154;
    box-shadow: inset 0 5px 5px #445b7c;
    width: 100%;
    text-align: center;
    padding: 30px 0 40px;
    margin-bottom: 70px;
}

.title {
    display: block;
    text-align: center;
    margin: 0 auto 0 auto;
    transform: translateY(-33px);
}

.gameBox {
    width: 50%;
    float: left;
    text-align: left;
}

.clear {
    clear: both;
}

.line {
    display: block;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto;
}

.gameBox img,
.gameBox .text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.gameBox img {
    margin: 0 0 0 30px;
}

.text {
    margin: 0 0 0 15px;
}

.text p {
    margin: 0 0 5px;
    color: #fff;
    font-size: 1.7rem;
}

.text span {
    color: #d2dafc;
}

.text a {
    display: inline-block;
    color: #fff;
    background: linear-gradient(#0ea1ff, #005dfe);
    border-radius: 50px;
    width: 100%;
    text-align: center;
    padding: 3px 0;
    font-size: 1.2rem;
    margin: 15px 0;
}

.event {
    display: inline-block;
    width: 30%;
    transition: .2s;
    margin: 15px 0;
}

.event img {
    max-width: 217px;
    width: 100%;
}

.event:hover {
    transform: translateY(-5px);
}

.board {
    width: 100%;
    max-width: 682px;
    /* min-height: 640px; */
    background: url(../images/slideBg.png.webp) 50% 0% no-repeat;
    background-size: 100% auto;
    position: relative;
    height: 650px;
    margin: 0 auto;
}


/* 卡片輪播 */

/* .goodBox {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.goodBox .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-position: center;
    background-size: cover;
    width: 240px;
    height: 420px;
    cursor: pointer;
}

.goodBox .swiper-slide img {
    border-radius: 15px;
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 0 13px rgba(0, 0, 0, .5);
    box-shadow: 0 0 8px rgba(255, 255, 255, .9);
}

.swiper-pagination-bullets {
    bottom: -4px;
    left: 0;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #7fadff;
    opacity: .2;
    margin: 0 3px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #7fadff
} */
.board_content {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
}

.mySwiper02.swiper {
    /* width: 95%; */
    height: 420px;
    /* padding: 50px; */
    box-sizing: border-box;
}

.mySwiper02 .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 215px;
    height: 347px;
    cursor: pointer;
}

.mySwiper02 .swiper-slide img {
    display: block;
    width: 100%;
    /* border-radius: 15px; */
    /* border: 1px solid #fff; */
    /* box-sizing: border-box; */
    /* box-shadow: 0 0 13px rgba(0, 0, 0, .5); */
    /* box-shadow: 0 0 8px rgba(255, 255, 255, .9); */
}


.chat img{
    max-width: 684px;
    width: 95%;
    padding-bottom: 10px;
    margin: 0 auto;
    display: block;
}

/* 底部下載 */
.download {
    /* width: 100%; */
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    max-width: 750px;
}

.download img {
    position: relative;
    max-width: 750px;
    display: block;
}

.download .download_Close {
    position: absolute;
    right: 5px;
    top: 5px;
    display: inline-block;
}


.customer {
    display: inline-block;
    position: fixed;
    z-index: 10;
    right: 2%;
    top: 20%;
}

.customer img {
    width: 100%;
}

@media screen and (max-width: 750px) {

    html,
    body {
        font-size: 14px;
    }

    .title {
        width: 100%;
        transform: translateY(-5.3vw);
    }

    .main {
        width: 100%;
    }

    .webBox {
        padding: 6vw;
        height: 47vw;
    }

    .webCheck img {
        width: 20vw;
    }

    .section02 {
        padding: 0 3vw 40px 3vw;
        box-sizing: border-box;
    }

    .gameBox {
        text-align: center;
    }

    .line {
        width: 100%;
    }

    .gameBox img {
        margin: 0;
        width: 20vw;
    }

    .event {
        margin: 1vw;
    }

    .download,
    .download img {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {

    html,
    body {
        font-size: 12px;
    }

    .banner {
        margin: 0 0 5vw;
    }

    .webBox {
        margin: 0 0 12vw;
    }

    .section02 {
        margin-bottom: 12vw;
        padding: 0 3vw 5vw 3vw;
    }

    .title {
        margin-bottom: -1.5vw;
    }

    .gameBox,
    .web {
        zoom: 90%;
    }

    .webBox {
        padding: 4vw;
    }

    .web {
        margin: 1vw;
    }

    .webCheck img {
        width: 25vw;
    }

    .webBox p {
        font-size: 1rem;
    }

    .web a {
        font-size: 1.1rem;
    }

    .text {
        margin: 0 0 0 1vw;
    }

    .text a {
        margin: 10px 0 0 0;
    }

    .text p {
        font-size: 1.5rem;
        line-height: 1.2rem;
    }

    .text span {
        font-size: .8rem;
    }

    .line {
        padding: 5vw 0;
    }

    .event {
        margin: .8vw;
    }

    .download_Close img {
        zoom: 80%;
    }

    .board {
        height: 98vw;
        margin: -4vw 0 0 0;
    }

    /* .goodBox {
        zoom: 65%;
        bottom: 7%;
    } */

    /* .goodBox .swiper-slide {
        width: 55vw;
        height: 90vw;
    } */
    .board_content{
        bottom: 11vw;
    }
    .mySwiper02.swiper {
        height: 57vw;
        
    }

    .mySwiper02 .swiper-slide {
        width: 35vw;
        height: 56.5vw;
    }

    .customer {
        width: 18vw;
    }
    .chat{
        padding: 0 0 60px;
    }
}

@media screen and (max-width: 320px) {
    .web {
        zoom: 77%;
    }
    .webBox p{
        margin-top: 3px;
    }
    .section02 {
        padding: 0 1vw 40px 1vw;
    }

}

