html,
body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans SC", Helvetica, arial, sans-serif;
    background: #e4dfd2;
    font-size: 16px;
}

a,
a:link,
a:checked {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

img {
    display: block;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    margin: 0;
}

.w500 {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background: #ebebdf;
    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%;
}

/* 主視覺 */
.main {
    width: 100%;
    margin: 0;
    position: relative;
    display: block;
}

.main 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;
}

/* 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;
}

.mySwiper02.swiper {
    box-sizing: border-box;
}

.mySwiper02 .swiper-slide {
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.mySwiper02 .swiper-slide img {
    display: block;
    width: 100%;
}

.phoneBanner {
    width: 100%;
    margin: 0 0 30px 0;
}

/* 底部下載 */
.bottom-b {
    position: fixed;
    bottom: 0;
    padding: 0.4rem 0;
    background: rgba(235, 235, 223, .8);
    width: 100%;
    text-align: center;
    max-width: 500px;
    z-index: 999;
}

.btn-b-web {
    background: #86684a;
    padding: 1.2% 10%;
    text-align: center;
    font-size: 140%;
    border-radius: 100px;
    display: inline-block;
    margin-right: 3%;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.btn-b-app {
    background: #fb5005;
    padding: 1.2% 10%;
    text-align: center;
    text-align: center;
    font-size: 150%;
    border-radius: 100px;
    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%;
}

@-webkit-keyframes move {

    0%,
    65% {
        transform: rotate(0deg);
    }

    70% {
        transform: rotate(6deg);
    }

    75% {
        transform: rotate(-6deg);
    }

    80% {
        transform: rotate(6deg);
    }

    85% {
        transform: rotate(-6deg);
    }

    90% {
        transform: rotate(6deg);
    }

    95% {
        transform: rotate(-6deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes move {

    0%,
    65% {
        transform: rotate(0deg);
    }

    70% {
        transform: rotate(6deg);
    }

    75% {
        transform: rotate(-6deg);
    }

    80% {
        transform: rotate(6deg);
    }

    85% {
        transform: rotate(-6deg);
    }

    90% {
        transform: rotate(6deg);
    }

    95% {
        transform: rotate(-6deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* 客服 */
.customer {
    display: inline-block;
    position: fixed;
    z-index: 10;
    left: calc((100vw - 500px)/2);
    top: 16vh;
    max-width: 80px;
}

.customer img {
    width: 100%;
}

@media screen and (max-width: 500px) {

    html,
    body {
        font-size: 12px;
    }

    .customer {
        top: 14vh;
        left: 0;
        width: 18vw;
    }

    .section02 {
        margin-bottom: 20%;
    }
}

@media screen and (max-width: 320px) {

    html,
    body {
        font-size: 11px;
    }

}