 @media (min-width: 769px) and (max-width: 1024px) {
  .main{
        width: 100%;
        padding: 0 20px;
    }
    .banner_btn{
        display: block;
    }
    .banner_btnApply{
        margin-bottom: 30px;
    }
    /* footer */
    .footer{
        padding:20px;
        height: 100%;
    }
    .footerZindex p{
        font-size: 14px;
        padding: 20px 0;
    }
 }


@media (max-width: 768px) {
   .main{
        width: 100%;
        padding: 0 20px;
    }
    .nav_right{
        display: none;
    }
    .nav_Mobile{
        display: block;
    }
    .nav_logo img{
        width: 80px;
    }
    .nav_logo div{
        font-size: 18px;
    }
    .nav_MobileList{
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        /* height: 200px; */
        background-color: #000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 100;
        display: none;
        transition: all 0.3s ease-in-out;
        padding: 20px 0;
    }
    .nav_MobileList div{
        width: 100%;
        margin-bottom: 20px;
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        text-align: left;
        padding-left: 20px;
    }
    /* banner */
    .banner_display{
        display: block;
    }
    .banner_btn{
        display: block;
        padding: 30px 0 20px 0;
    }
    .banner_btnApply{
        display: block;
        margin-bottom: 30px;
    }
    .banner_tips{
        margin: 0;
    }
    /* 一、 �贈金怎麼領？Bowie 幫你試算好了！ */
    .centerA_title h1{
        font-size: 24px;
    }
    .centerA_subtitle_text h2{
        font-size: 20px;
    }
    .centerA_table{
        display: flex;
        flex-direction: column;
    }
    .centerA_table_item{
        width: 100%;
    }
    .centerA_tips{
        font-size: 18px;
    }
    .centerA_body{
        flex-direction: column;
    }
    .centerA_body_left_text{
        font-size: 20px;
    }
    .centerA_body_left{
        margin-bottom: 30px;
    }
    .centerA_body_right{
        display: none;
    }
    /* 二、 為什麼 Bowie 推薦 Vantage？ */
    .centerB_title{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .centerB_body{
        flex-direction: column;
        padding: 0;

    }
    .centerB_body_item{
        width: 100%;
        margin-bottom: 30px;
    }
    .centerB_body_item{
        flex-direction: column;
        align-items: center;
    }
    .centerB_body_right{
        padding: 0;
        text-align: center;
    }


    /* 三、 3 步領取專屬獎勵 */
    .centerC_title{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .centerC_line{
        padding: 0;
    }
    .mobile_centerC_bg_Tit{
        display: block;
        text-align: center;
        margin: 20px 0;
    }

    .centerC_line_body{
        display: none;
    }
    .centerC_bg_item{
        flex-direction: column;
        align-items: center;
    }

    .centerC_btn_body{
        margin: 30px 0;
    }
    .centerC_btn{
        font-size: 24px;
        padding: 10px 15px;
    }
    /* 四、 新手常見問題 (FAQ) */
    .FAQ_title{
        font-size: 24px;
    }
    .FAQ_body_item_title{
        font-size: 18px;
    }
    .FAQ_body_item_text{
        font-size: 16px;
    }
    /* 五、 重要聲明與風險披露 (Risk Disclosure) */
    .RiskDisclosure_title{
        font-size: 24px;
    }
    .RiskDisclosure_bg{
        display: none;
    }
    .mobileDisclosure_main{
        display: block;
    }

    /* footer */
    .footer{
        padding:20px;
        height: 100%;
    }
    .footerLinks{
        display: block;
    }
    .footerZindex p{
        font-size: 14px;
        padding: 20px 0;
    }
}

@media (max-width: 480px) {
   .main{
        width: 100%;
        padding: 0 20px;
    }
    .nav_right{
        display: none;
    }
    .nav_Mobile{
        display: block;
    }
    .nav_logo img{
        width: 80px;
    }
    .nav_logo div{
        font-size: 18px;
    }
    .nav_MobileList{
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        /* height: 200px; */
        background-color: #000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 100;
        display: none;
        transition: all 0.3s ease-in-out;
        padding: 20px 0;
    }
    .nav_MobileList div{
        width: 100%;
        margin-bottom: 20px;
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        text-align: left;
        padding-left: 20px;
    }
    /* banner */
    .banner_display{
        display: block;
    }
    .banner_btn{
        display: block;
        padding: 30px 0 20px 0;
    }
    .banner_btnApply{
        margin-bottom: 30px;
    }
    .banner_tips{
        margin: 0;
    }
    /* 一、 �贈金怎麼領？Bowie 幫你試算好了！ */
    .centerA_title{
        font-size: 24px;
    }
    .centerA_subtitle_text{
        font-size: 20px;
    }
    .centerA_table{
        display: flex;
        flex-direction: column;
    }
    .centerA_table_item{
        width: 100%;
    }
    .centerA_tips{
        font-size: 18px;
    }
    .centerA_body{
        flex-direction: column;
    }
    .centerA_body_left_text{
        font-size: 20px;
    }
    .centerA_body_left{
        margin-bottom: 30px;
    }
    .centerA_body_right{
        display: none;
    }
    /* 二、 為什麼 Bowie 推薦 Vantage？ */
    .centerB_title{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .centerB_body{
        flex-direction: column;
        padding: 0;

    }
    .centerB_body_item{
        width: 100%;
        margin-bottom: 30px;
    }
    .centerB_body_item{
        flex-direction: column;
        align-items: center;
    }
    .centerB_body_right{
        padding: 0;
        text-align: center;
    }
    .centerC_line_body{
        display: none;
    }
    .centerC_bg_item{
        flex-direction: column;
    }
    .centerC_btn_body{
        margin: 30px 0;
    }
    .centerC_btn{
        font-size: 18px;
        padding: 10px 15px;
    }
    /* 三、 3 步領取專屬獎勵 */
    .centerC_title{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .centerC_line_bg{
        width: 100%;
    }
    .centerC_line{
        padding: 0;
    }
    .mobile_centerC_bg_Tit{
        display: block;
        text-align: center;
        margin: 20px 0;
    }
    /* 四、 新手常見問題 (FAQ) */
    .FAQ_title{
        font-size: 28px;
    }
    .FAQ_body_item_title{
        font-size: 18px;
    }
    .FAQ_body_item_text{
        font-size: 16px;
    }
    /* 五、 重要聲明與風險披露 (Risk Disclosure) */
    .RiskDisclosure_title{
        font-size: 28px;
    }
    .RiskDisclosure_bg{
        display: none;
    }
    .mobileDisclosure_main{
        display: block;
    }

    /* footer */
    .footer{
        padding:20px;
        height: 100%;
    }
    .footerLinks{
        display: block;
    }
    .footerZindex p{
        font-size: 14px;
        padding: 20px 0;
    }
}


.displayNone{
    display: none;
}
.nav_MobileList.show {
    display: block;
}

