body{
    margin: 0;
}

#nav{
    display: none;
}
.btnBanner{
    position: relative;
}
.carousel-control-next, 
.carousel-control-prev{
    width: 5%;
}
.BtnAppleBanner{
    position: absolute;
    width: 11.8%;
    height: 11.3%;
    bottom: 23.1%;
    left: 13.2%;
}
.BtnGoogleBanner{
    position: absolute;
    width: 11.8%;
    height: 11.3%;
    bottom: 23.1%;
    left: 20.2%;
}
.BtnAppleBanner2{
    position: absolute;
    width: 8.5%;
    height: 34.5%;
    bottom: 0%;
    right: 5.1%;
}
.BtnGoogleBanner2{
    position: absolute;
    width: 8.5%;
    height: 34.5%;
    bottom: 0%;
    right: 3.9%;
}
.phone-img{
    display: none;
}

.NewBox{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.NewImg{
    width: 30%;
}
.NewText{
    width: 65%;
    margin-left: 5%;
}
.NewText h4{
    width: 100%;
}
.NewText p{
    color: #767676;
}
.saleBtn{
    cursor: pointer;
}
.saleText{
    text-align: center;
    color: #5352f5;
    font-weight: 900;
    font-size: 18pt;
    margin-top: 10px;
}

#showImgMain{
    background-color: rgb(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#showImgBox{
    width: 30%;
    background-color: white;
    padding: 50px;
    position: relative;
    cursor: default;
}
#closeImg{
    cursor: pointer; 
    color: #000; 
    font-weight: 600;
    font-size: 20pt;
    position: absolute;
    right: 15px;
    top: 10px;
    transition: 0.3s;
}
#closeImg:hover{
    color: rgb(200, 35, 35); 
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item{
    cursor: pointer;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: -30px;
}
.owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin: 6px;
    border-radius: 10px;
    background: #9350f5;
    position: relative;
}
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus{
    outline: none !important;
}
.owl-carousel .owl-dots .owl-dot.active{
    background: #5352f5;
}
.owl-carousel.owl-drag .owl-item{
    touch-action: pan-y;
}
.owl-carousel .owl-nav{
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* 讓內部按鈕可點 */
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    position: absolute;
    color: #9350f5;
    pointer-events: auto;
    transition: 0.3s;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    color: #5352f5;
}
.owl-carousel .owl-nav .owl-prev{
    left: -75px;
}
.owl-carousel .owl-nav .owl-next{
    right: -75px;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    font-size: 45px;
    line-height: 0;
}

.commentBox{
    border-radius: 5px;
    padding: 15px;
    background-color: white;
}
.commentBox h6{
    font-size: 11pt;
    color: rgb(0, 0, 0, 0.7);
    line-height: 0;
    margin-top: 5px;
}
.commentBox span{
    font-size: 10pt;
    color: rgb(0, 0, 0, 0.7);
}
.commentBox div{
    margin-top: 10px;
    font-size: 12.5pt;
    line-height: 20pt;
}
.reply{
    font-size: 11pt;
    background-color: #f1f7ff;
    padding: 10px 15px;
}
.reply span{
    color: #000;
    font-weight: 600;
    font-size: 11pt;
    margin-right: 10px;
}
.commentText{
    border: 1px solid rgb(212, 212, 212);
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px;
    margin-top: 15px;
}
.comBox{
    width: 100%;
    display: flex; 
    align-items: center;
    justify-content: center;
}
.btn-comment{
    background-color: #5352f5;
    color: #fff;
    padding: 10px 50px;
    font-size: 13pt;
    font-weight: 900;
    transition: 0.3s;
    border-radius: 50px;
}
.btn-comment:hover{
    background-color: #9350f5;
    color: #fff;
}

.btnStyle{
    width: 100%;
    margin: 25px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnStyle a{
    width: fit-content;
    height: auto;
    padding: 10px 50px;
    border-radius: 50px;
    border: 3px solid #9350f5;
    background-color: rgb(255, 255, 255);
    color: #9350f5;
    text-decoration: none;
    font-size: 13pt;
    font-weight: 900;
    transition: 0.3s;
}
.btnStyle a:hover{
    background-color: #9350f5;
    color: #fff;
}

.fixedBar{
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    background-color: #5352f5;
    box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 0.8);
    z-index: 1000;
}
.fixedBtn{
    padding: 5px 20px;
    margin: 0 10px;
    border-radius: 50px;
    border: 3px solid #fff;
    font-size: 16pt;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}
.fixedBtn:hover{
    background-color: #fff;
    color: #5352f5;
}

.footer{
    position: relative;
    padding-bottom: 50px;
}
.BtnApple, .BtnGoogle{
    position: absolute;
    width: 23.1%;
    height: 46.6%;
    top: 35.1%;
}
.BtnApple{
    left: 39.1%;
}
.BtnGoogle{
    left: 52.8%;
}

.home{
    position: fixed;
    right: 100px;
    bottom: 150px;
    z-index: 100;
}
.home a{
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 5px solid #5352f5;
    background-color: rgb(255, 255, 255);
    color: #5352f5;
    text-decoration: none;
    font-size: 20pt;
    font-weight: 600;
    transition: 0.3s;
}
.home a:hover{
    background-color: #5352f5;
    color: rgb(255, 255, 255);
}

.captcha-box {
    padding-top: 15px;
}
canvas {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f9f9f9;
}
.hidden-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#regenBtn{
    border: 1px solid #5352f5;
    border-radius: 5px;
    margin-left: 5px;
}

@media (max-width: 990px) {
    .NewBox{
        margin: 0 0 15px 0;
    }
    .NewText{
        width: 100%;
        margin-left: 0%;
    }
    .NewImg{
        display: none;
    }
    .home{
        right: 30px;
        bottom: 120px;
    }
    .home a{
        width: 65px;
        height: 65px;
        display: flex;
    }
    #showImgMain{
        background-color: rgb(0, 0, 0, 0.8);
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10000;
        display: none;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    #showImgBox{
        width: 90%;
        background-color: white;
        padding: 25px;
        position: relative;
        cursor: default;
    }
    #closeImg{
        cursor: pointer;
        color: #000;
        font-weight: 600;
        font-size: 20pt;
        position: absolute;
        right: 15px;
        top: 10px;
        transition: 0.3s;
    }
    #closeImg:hover{
        color: rgb(200, 35, 35); 
    }
    .owl-carousel .owl-nav{
        display: none;
    }

    .fixedBar{
        padding: 10px 0;
    }
    .fixedBtn{
        font-size: 13pt;
    }
    .BtnApple, .BtnGoogle{
        position: absolute;
        width: 23.1%;
        height: 40.5%;
        top: 30.5%;
    }
}

@media (max-width: 600px) {
    #nav{
        display: block;
        width: 100%;
        position: absolute;
        z-index: 1000;
        background-color: rgb(0, 0, 0, 0.8);
    }
    #nav img{
        width: 40%;
        margin: 10px 15px;
    }


    .pc-img{
        display: none;
    }
    .phone-img{
        display: block;
    }
    .BtnAppleBanner{
        position: absolute;
        width: 29.8%;
        height: 7.8%;
        bottom: 9.3%;
        left: 11.3%;
    }
    .BtnGoogleBanner{
        position: absolute;
        width: 34.3%;
        height: 8%;
        bottom: 39.7%;
        left: 5.3%;
    }
    .BtnAppleBanner2{
        position: absolute;
        width: 21.4%;
        height: 23.5%;
        top: 0;
        right: 0.8%;
    }
    .BtnGoogleBanner2{
        position: absolute;
        width: 19.3%;
        height: 5%;
        bottom: 8.2%;
        right: 8.7%;
    }

    .BtnApple, .BtnGoogle{
        position: absolute;
        width: 23.1%;
        height: 36%;
        top: 26%;
    }
}

/* 
    5352f5
    9350f5
    5099f7
*/