@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500&display=swap");

.fixd_btn {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

* {
    font-size: 15px;
    font-weight: normal;
    font-family: "微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucid";
}

html,
body {
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .pcon {
        display: none;
    }
}

.mbon {
    display: none;
}

@media (max-width: 767px) {
    .mbon {
        display: block;
    }
}

.slick-next,
.slick-prev {
    width: 10vw !important;
    height: 10vw !important;
}

.slick-next::before,
.slick-prev::before {
    font-size: 8vw !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    color: unset !important;
}

.slick-next::before {
    background-image: url(../images/next.png);
}

.slick-prev::before {
    background-image: url(../images/prev.png);
}

.slick-dots li button:before {
    font-size: 3vw !important;
    color: #7777d2 !important;
}

.slick-dots li {
    width: 5vw !important;
    height: 5vw !important;
    margin: 0 !important;
}

.top_kv {
    position: relative;
    width: 100%;
}

.top_kv img {
    width: 100%;
}

.top_kv .kv_icon {
    position: absolute;
    right: 0;
    bottom: 3%;
    width: 45%;
}

@media (max-width: 1100px) {
    .top_kv .kv_icon {
        bottom: 40px;
    }
}

@media (max-width: 767px) {
    .top_kv .kv_icon {
        bottom: 2%;
        width: 100%;
    }
}

.top_kv .index_arr {
    max-width: 80px;
    position: fixed;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    cursor: pointer;
}

@media (max-width: 767px) {
    .top_kv .index_arr {
        width: 15%;
        position: absolute;
        bottom: 10%;
    }
}

.main {
    width: 100%;
    background-image: url(../images/main_bg.jpg);
    background-size: 100% 100%;
    padding: 125px 0;
}

@media (max-width: 767px) {
    .main {
        background-image: url(../images/main_mb_bg.jpg);
        padding: 50px 0;
        margin-top: -30px;
        background-size: 100%;
        background-repeat: repeat-y;
    }
}

.main .containers {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    background-image: url(../images/container_bg.png);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: repeat-y;
    position: relative;
}

@media (max-width: 767px) {
    .main .containers {
        width: 95%;
        background-image: unset;
    }
}

.main .containers:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 63px;
    background-image: url(../images/container_header.png);
    background-size: 100% 100%;
    top: -63px;
    left: 0px;
}

@media (max-width: 767px) {
    .main .containers:before {
        display: none;
    }
}

.main .containers:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 62px;
    background-image: url(../images/container_footer.png);
    background-size: 100% 100%;
    bottom: -62px;
    left: 0px;
}

@media (max-width: 767px) {
    .main .containers:after {
        display: none;
    }
}

.main .containers .part1 .title {
    width: 40%;
    margin: 0 auto 2%;
}

@media (max-width: 767px) {
    .main .containers .part1 .title {
        width: 90%;
        margin: 5% auto;
    }
}

.main .containers .part1 .title img {
    width: 100%;
}

.main .containers .part1 .text {
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500;
    margin: 2% auto;
}

@media (max-width: 1199px) {
    .main .containers .part1 .text {
        font-size: 1.7vw;
    }
}

@media (max-width: 767px) {
    .main .containers .part1 .text {
        font-size: 3.5vw;
        margin: 5% auto;
        line-height: 200%;
    }
}

.main .containers .part1 .text span:last-child {
    font-size: 150%;
    color: #d85248;
    font-weight: bolder;
}

.main .containers .part2 .title2 {
    width: 70%;
    margin: 2% auto;
}

@media (max-width: 767px) {
    .main .containers .part2 .title2 {
        width: 90%;
        margin: 5% auto;
    }
}

.main .containers .part2 .title2 img {
    width: 100%;
}

.main .containers .part2 .pic {
    width: 50%;
    margin: 2% auto;
}

@media (max-width: 767px) {
    .main .containers .part2 .pic {
        width: 90%;
        margin: 5% auto;
    }
}

.main .containers .part2 .pic img {
    width: 100%;
}

.main .containers .part2 .bonus {
    width: 70%;
    margin: 2% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .main .containers .part2 .bonus {
        width: 90%;
        margin: 5% auto;
    }
}

.main .containers .part2 .bonus .bonus-pic {
    width: 30%;
}

.main .containers .part2 .bonus .bonus-pic img {
    width: 100%;
}

.main .containers .part2 .text {
    margin: 2% auto;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .main .containers .part2 .text {
        font-size: 1.7vw;
    }
}

@media (max-width: 767px) {
    .main .containers .part2 .text {
        font-size: 3.5vw;
        margin: 5% auto;
        line-height: 150%;
    }
}

.main .containers .part3 .tab {
    width: 60%;
    margin: 5% auto 2% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .main .containers .part3 .tab {
        width: 100%;
        /* margin: 15% auto 5% auto; */
    }
}

.main .containers .part3 .tab .tab-bnt {
    cursor: pointer;
}

.main .containers .part3 .tab .tab-bnt div {
    width: 100%;
    height: 66px;
}

.main .containers .part3 .tab .tab-bnt div img {
    width: 85%;
    opacity: 0;
}

.main .containers .part3 .tab .tab-bnt div:first-child {
    display: none;
}

.main .containers .part3 .tab .tab-bnt div:last-child {
    display: block;
}

.main .containers .part3 .tab .tab-bnt .iOS_btnL {
    background-image: url(../images/iOS_btnL.png);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
}

/* @media (max-width: 767px) {
  .main .containers .part3 .tab .tab-bnt .iOS_btnL {
    background-image: url(../images/iOS_btnL_MB.png);
  }
} */

.main .containers .part3 .tab .tab-bnt .android_btnL {
    background-image: url(../images/android_btnL.png);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
}

/* @media (max-width: 767px) {
  .main .containers .part3 .tab .tab-bnt .android_btnL {
    background-image: url(../images/android_btnL_MB.png);
  }
} */

.main .containers .part3 .tab .tab-bnt .android_btnR {
    background-image: url(../images/android_btnR.png);
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
}

/* @media (max-width: 767px) {
  .main .containers .part3 .tab .tab-bnt .android_btnR {
    background-image: url(../images/android_btnR_MB.png);
  }
} */

.main .containers .part3 .tab .tab-bnt .iOS_btnR {
    background-image: url(../images/iOS_btnR.png);
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
}

/* @media (max-width: 767px) {
  .main .containers .part3 .tab .tab-bnt .iOS_btnR {
    background-image: url(../images/iOS_btnR_MB.png);
  }
} */

.main .containers .part3 .tab .on div:first-child {
    display: block;
}

.main .containers .part3 .tab .on div:last-child {
    display: none;
}

.main .containers .part3 .tab-content {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
}

@media (max-width: 767px) {
    .main .containers .part3 .tab-content {
        width: 75vw;
    }
}

.main .containers .part3 .tab-content .ios-step-pic {
    width: 300px;
    height: 300px;
    margin: 2% 0;
}

@media (max-width: 1199px) {
    .main .containers .part3 .tab-content .ios-step-pic {
        width: 25vw;
        height: 25vw;
    }
}

@media (max-width: 767px) {
    .main .containers .part3 .tab-content .ios-step-pic {
        width: 90vw;
        height: 80vw;
        margin: 0;
        background-position: center center !important;
    }
}

.main .containers .part3 .tab-content .ios-step-pic:first-child {
    background-image: url(../images/ios_STEP1.png);
    background-position: top center;
    background-size: 69%;
    background-repeat: no-repeat;
}

.main .containers .part3 .tab-content .ios-step-pic:nth-child(2) {
    background-image: url(../images/ios_STEP2.png);
    background-position: top center;
    background-size: 83%;
    background-repeat: no-repeat;
}

.main .containers .part3 .tab-content .ios-step-pic:nth-child(3) {
    background-image: url(../images/ios_STEP3.png);
    background-position: top center;
    background-size: 70%;
    background-repeat: no-repeat;
}

.main .containers .part3 .tab-content .ios-step-pic:nth-child(4) {
    background-image: url(../images/ios_STEP4.png);
    background-position: center 17px;
    background-size: 75%;
    background-repeat: no-repeat;
}

.main .containers .part3 .tab-content .ios-step-pic:last-child {
    background-image: url(../images/ios_STEP5.png);
    background-position: top center;
    background-size: 90%;
    background-repeat: no-repeat;
}

.main .containers .part3 .tab-content .and-step-pic {
    width: 300px;
    height: 300px;
    margin: 2% 0;
}

@media (max-width: 1199px) {
    .main .containers .part3 .tab-content .and-step-pic {
        width: 25vw;
        height: 25vw;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .main .containers .part3 .tab-content .and-step-pic {
        width: 90vw;
        height: 80vw;
        background-position: center center !important;
    }
}

.main .containers .part3 .tab-content .and-step-pic:first-child {
    background-image: url(../images/And_STEP1.png);
    background-position: top center;
    background-size: 65%;
    background-repeat: no-repeat;
}

.main .containers .part3 .tab-content .and-step-pic:nth-child(2) {
    background-image: url(../images/And_STEP2.png);
    background-position: top center;
    background-size: 83%;
    background-repeat: no-repeat;
}

.main .containers .part3 .tab-content .and-step-pic:nth-child(3) {
    background-image: url(../images/And_STEP3.png);
    background-position: top center;
    background-size: 72%;
    background-repeat: no-repeat;
}

.main .containers .part3 .tab-content .and-step-pic:nth-child(4) {
    background-image: url(../images/And_STEP4.png);
    background-position: center 17px;
    background-size: 75%;
    background-repeat: no-repeat;
}

.main .containers .part3 .tab-content .and-step-pic:last-child {
    background-image: url(../images/ios_STEP5.png);
    background-position: top center;
    background-size: 90%;
    background-repeat: no-repeat;
}

.main .containers .part3 .on {
    position: relative;
    opacity: 1;
}

.main .containers .CTA-btn {
    width: 80%;
    margin: 2% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .main .containers .CTA-btn {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 20% auto;
    }
}

.main .containers .CTA-btn a {
    width: 25%;
    margin: 0 5%;
    display: block;
}

@media (max-width: 767px) {
    .main .containers .CTA-btn a {
        width: 45%;
        margin: 0 2%;
    }
}

.main .containers .CTA-btn a img {
    width: 100%;
}

.main .containers .part4 .title {
    width: 20%;
    margin: 6% auto 1% auto;
}

@media (max-width: 767px) {
    .main .containers .part4 .title {
        width: 45%;
    }
}

.main .containers .part4 .title img {
    width: 100%;
}

.main .containers .part4 .title-icon {
    height: 29px;
    width: 29px;
    margin: 0 auto;
    background-image: url(../images/part4_title_icon.png);
}

.main .containers .part4 .title-icon.active {
    background-image: url(../images/part4_title_icon2.png);
}

.main .containers .part4 .notice {
    width: 88%;
    margin: 3% auto;
    display: none;
}

@media (max-width: 767px) {
    .main .containers .part4 .notice {
        width: 95%;
        margin: 9% auto;
    }
}

@media (max-width: 767px) {
    .main .containers .part4 .notice ol {
        padding-left: 5%;
    }
}

.main .containers .part4 .notice ol li {
    margin: 2% auto;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: justify;
}

@media (max-width: 767px) {
    .main .containers .part4 .notice ol li {
        font-size: 3.2vw;
    }
}

footer {
    position: relative;
}

footer img {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
}

@media (max-width: 1100px) {
    footer img {
        width: auto;
        height: 8vw;
    }
}

@media (max-width: 767px) {
    footer img {
        width: 100%;
        height: auto;
    }
}

.index_arr.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    40% {
        -webkit-transform: translate(-50%, -30px);
        transform: translate(-50%, -30px);
    }

    60% {
        -webkit-transform: translate(-50%, -15px);
        transform: translate(-50%, -15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    40% {
        -webkit-transform: translate(-50%, -30px);
        transform: translate(-50%, -30px);
    }

    60% {
        -webkit-transform: translate(-50%, -15px);
        transform: translate(-50%, -15px);
    }
}

/*# sourceMappingURL=style.css.map */