.main{width: 1200px;}

.nav_Mobile{
    display: none;
}
.nav_MobileList{
    display: none;
}

.nav{
    width: 100%;
    height: 100px;
    background-color: #062750;
    display: flex;
    justify-content: center;
}

.nav .nav_left{
    display: flex;
    align-items: center;
}
.nav_left .logoTit{
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
    font-weight: 300;
}
.nav_right{
    display: flex;
    align-items: center;
}
.nav_right div{
    font-size: 20px;
    color: #fff;
    padding: 10px 20px 0 20px;
    font-weight: 300;
}
.nav_display{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* banner */
.banner{
    background-image: url('/image/background.webp');
    display: flex;
    justify-content: center;
    height: 732px;
}
.banner_flex{display: flex;}
.banner_left{
    padding: 50px 0 100px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    left: 100px;
}
.banner_h1{
    font-size: 66px;
    color: #FFF846;
    font-weight: 700;
}
.banner_h2{
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}
.banner_p{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    width: 430px;
}
.banner_iconBox{display: flex;margin-bottom: 20px;}
.banner_icon{
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_display{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.banner_text{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding-left: 14px;
}
.banner_btn{
    width: 487px;
    height: 61px;
    border-radius: 15px;
    background-color: #FFF846;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_btnText{
    font-size: 22px;
    color: #062750;
    font-weight: 700;
}

/* Vantage 資金安全實測 */
.center_one{
    display: flex;
    justify-content: center;
    margin: 40px;
}

.center_oneTit{
    font-size: 40px;
    color: #062750;
    font-weight: 700;
}
.center_onelistBox{
    display: flex;
    justify-content: space-between;
}
.center_onelist{
    width: 368px;
    background-color: #062750;
    border-radius: 9px;
    padding: 30px 0 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 4px 4px 0px #00000040;

}
.center_onelistImg{
    text-align: center;
}
.center_onelistH1{
    font-size: 20px;
    color: #FFF846;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
.center_onelistText{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 40px 20px 40px;
    line-height: 1.2;
}
.center_oneBtnBox{
    display: flex;
    justify-content: center;
}
.center_oneBtn{
    padding: 0 15px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #fff;
    background-color: #506784;
    display: flex;
    justify-content: center;
    align-items: center;
}
.center_oneBtn p {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.center_oneBtnActive{
    margin: 0 15px;
}
.center_oneBtns{
    padding: 0 15px;
    height: 66px;
    border-radius: 2px;
    border: 1px solid #fff;
    background-color: #506784;
    display: flex;
    justify-content: center;
    align-items: center;
}
.center_oneBtns_left p{
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}
.center_oneBtns_right{
    margin-left: 5px;
}
.center_oneBtns_rightone{
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}
.center_oneBtns_righttwo{
    font-size: 12px;
    color: #FFF846;
    font-weight: 400;
}
/* 平台核心優勢 */
.center_two{
    display: flex;
    justify-content: center;
    margin: 40px;
}
.center_twoTit{
    font-size: 40px;
    color: #062750;
    font-weight: 700;
}
.center_twoList{
    display: flex;
    justify-content: space-between;
}
.center_twoBoxactive{
    width: 100%;
    height: 197px;
    background-color: #062750;
    border-radius: 9px;
    display: flex;
    align-items: center;
}
.center_twoBoxactive img{
    width: 199px;
    margin:0 30px 0 20px;
}
.center_twoBoxactiveh1{
    font-size: 32px;
    color: #FFF846;
    font-weight: 700;
}
.center_twoBoxactiveText{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.center_twoBox{
    width: 100%;
    height: 197px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    border: 2px solid #062750;
    margin-bottom: 20px;

}
.center_twoBoxImg{
    width: 136px;
    margin:0 30px 0 30px;
}
.center_twoBoxh1{
    font-size: 32px;
    color: #062750;
    font-weight: 700;
}
.center_twoBoxText{
    font-size: 16px;
    color: #062750;
    font-weight: 400;
}
.mr20{
    margin-right: 20px;
}

.center_twoBtn{
    width: 390px;
    height: 58px;
    border-radius: 15px;
    background-color: #062750;
    display: flex;
    justify-content: center;
    align-items: center;
}
.center_twoBtn p{
    font-size: 22px;
    font-weight: 700;
    color: #FFF846;
}
.center_twoBtnBox{
    display: flex;
    justify-content: center;
}

/* Invest Brother 讀者專屬優惠  */
.center_banner{
    background-image: url('/image/background.webp');
    display: flex;
    justify-content: center;
    height: 830px;
    padding: 30px 0;
}
.center_bannerTit h2{
    font-size: 40px;
    color:#fff;
    font-weight: 700;
}
.center_bannerBox{
    display: flex;
}
.center_bannerList{
    width: 100%;
    /* width: 571px; */
    /* height: 310px; */
    border: 3px solid #FFF846;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 0 0 30px 0;
}
.center_bannerListImg{
    width: 100%;
    height: 187px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.center_bannerListH1{
    font-size: 40px;
    color: #062750;
    font-weight: 700;
}
.center_bannerListText{
    font-size: 14px;
    color: #062750;
    font-weight: 400;
}
.center_buzhou{
    display: flex;
    justify-content: center;
    margin: 40px 0;
}
.center_buzhouBox{
    display: flex;
    justify-content: space-between;
    width: 389px;
    height: 229px;
}
.center_buzhouNumBox{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 999;
}
.center_buzhouNum{
    width: 35px;
    height: 35px;
    background-color:#FFF846;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #062750;
    font-weight: 700;
        position: relative;
    z-index: 999;
}
.center_buzhouNumLine{
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #FFF846;
    left: 50%;
    z-index: 1;
}
.center_buzhouTextBox{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.center_buzhouTextH1{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.center_buzhouTextText{
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}
.center_buzhouBtnBox{
    display: flex;
    justify-content: center;
}
.center_buzhouBtn{
    width: 314px;

    background-color:#FFF846 ;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.center_buzhouBtnH1{
    font-size: 32px;
    font-weight: 700;
    color: #062750;
}
.center_buzhouBtnText{
    font-size: 12px;
    font-weight: 400;
    color: #062750;
    margin-top: -10px;
}

/* FAQ 完整解答  */
.center_FAQ{
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}
.center_FAQBox{
    margin-bottom: 60px;
}
.center_FAQH1{
    font-size: 40px;
    font-weight: 700;
    color: #062750;
    margin: 30px 0;
}
.center_FAQItem{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.center_FAQItemText{
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #062750;
}
.center_FAQBody{
    border: 1px solid #062750;
    margin-bottom: 15px;
}
.center_FAQBodyItem{
    background-color: #062750;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 30px;
}
.center_FAQBodyH1{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.center_FAQBodyText{
    font-weight: 600;
    font-size: 16px;
    color: #062750;
    padding: 5px 30px;
}
.center_FAQrongyu{
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}

.center_FAQrongyuBox{
    display: flex;
}
.center_FAQrongyuText{
    /* margin: 0 30px; */
    width: 146px;
    text-align: center;
}
.center_FAQrongyuText p{
    font-weight: 700;
    font-size: 16px;
    color:#062750 ;
}
/* 底部 */
.footer{
    display: flex;
    justify-content: center;
    height: 101px;
    position: relative;
}
.backgroundOp{
    background-color: rgba(6, 40, 81, 0.8);
    width: 100%;
    height: 101px;
    position: absolute;
}
.footerZindex{
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;

}

.footerZindex p{
    color: #fff;
}