html:lang(zh-hk),
html:lang(zh-cn),
html:lang(en),
*{
    box-sizing: border-box;
}
html{
    font-family: Poppins, "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體,
    細明體_HKSCS, Arial, sans-serif;
}

*:focus {outline: none;}

.voting_content_bg{
    /* background: url('../img/banner_bg.jpg') no-repeat center bottom; */
    background-size: cover;
    min-height: 100vh;
    height: 100%;
    background: linear-gradient(180deg, #f09e98 0%, #ffd091 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*.vote_inner_bg{*/
/*    background: url('../img/banner_bg_1500.jpg') no-repeat center bottom;*/
/*}*/
/* .vote_inner_bg{
    background: url('../img/banner_bg_2000.jpg') no-repeat center bottom;
} */
.read_more_bg{
    /* background: url('../img/banner_bg_1500.jpg') no-repeat center bottom; */
    background-size: cover;
    min-height: 100vh;
    height: 100%;
}
/* .stepTwo_bg{
    background: url('../img/banner_bg_2150.jpg') no-repeat center bottom;
} */
#top_wrap{
    height: auto;
    overflow: hidden;
}
.logo_module{
    margin-top:-20px;
    position: relative;
}

.logo_module .logo_bg{
    max-width: 520px;
    width: 100%;
    margin:0 auto;
    position: relative;
    z-index: 100;
}
.cont_info{
    max-width: 650px;
    width: 100%;
    margin:0 auto;
}
.logo_module .cloud_bg{
    max-width: 100%;
    width: 100%;
    position: absolute;
    top:30px;
    left:0;
    z-index: 99;
}
.cont_info{
    text-align: center;
}

.vote_button img{
    min-width: 150px;
    width: 11vw;
    margin:0 auto;
}
/* .vote_main_content{
    padding-bottom: 550px;
}
.readMore_main_cont{
    padding-bottom: 350px;
} */
.cont_info{
   margin-top:20px;
    margin-bottom: 20px;
}

.learn_more_cont{
    text-align: center;
}
.btnTxt{
    background: #fff;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 4px 5px 8px 0 rgba(0,0,0,.36);
}
.learn_more_btn{
    display: inline-block;
    margin: 0 auto;
    padding: 10px 25px;
    background: #04A484;
    border-radius: 3px;
    margin: 5px 3px;
    cursor: pointer;
    text-decoration: none;
}
.learn_more_btn{
    color:#fff;
}
#top_wrap .font_size li a.on{
    text-decoration: underline;
}
.success_img{
    margin:20px auto 40px;
}
.success_img img{
    max-width: 210px;
    margin:0 auto;
}
.go_on_btn{
    background: #fff;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    margin: 0 auto;
}
.go_on_btn img{
    margin-right: 5px;
}
.goBackBtn{
    max-width: 150px;
}
.goOn_btn_en{
    max-width: 350px;
}
.goOn_btn_en img{
    margin-right: 0;
    margin-left: 10px;
}
.details_cont {
    margin:20px 0 40px;
}
.details_read_more {
    padding: 11px;
    background: rgba(35, 24, 21, .2);
}
.details_inner_text {
    padding: 20px 15px 30px;
    background: #F7F7F7;
    line-height: 1.6em;
}
.details_inner_text p:not(:last-child) {
    margin-bottom: 20px;
}
.white_text{
    background: #fff;
}
.cont_info h1{
    /*font-size: 32px;*/
    font-weight: 600;
    color: #093E4C;
    padding-bottom: 15px;
    /*line-height: 45px;*/
}
.cont_info .threeNumber{
    /*background:#F7B52C;*/
    font-weight: bolder;
}
.cont_info p:not(:last-child){
    margin-bottom: 15px;
}
/*.cont_info p{*/
/*    text-align: justify;*/
/*    text-align-last: center;*/
/*}*/
.mobile_lang_part{
    text-align: center;
    margin:20px 0;
}
.mobile_lang_part .lang{
    float: none;
    display: inline-block;
}
.mobile_lang_part .lang ul li{
    display: inline-block;
}
.top_part_cont{
    display: block;
    position: relative;
    z-index: 1000;
}
.mobile_lang_part{
    display: none;
}
.cloud_bg{
    display: block;
}
.cloud_bg_mobile{
    display: none;
}
.steps_list {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 270px;
    margin: 20px auto 20px;
    background: #fff;
    border-radius: 10px;
}
.steps_list a {
    flex: 1;
    text-align: center;
    text-decoration: none;
    padding: 6px 10px;
    font-size: 16px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #3E3A39;
line-height: 22px;
}
.steps_list .active {
    color: #FFFFFF;
    background: rgba(0, 144, 176, 1);
    border-radius: 10px;
}
.vote_list .container{
    /* background: rgba(35, 24, 21, .2); */
    padding:20px 25px 40px;
    background: rgba(255,255,255,.5);
    /*padding-right: 15px;*/
}
.referToLink{
    color:#0088CE;
}
.vote_list h2,.data_select_title h2{
    padding-bottom: 15px;
    font-size: 1.05rem;
    font-weight: bold;
    color: #093E4C;
    line-height: 22px;
}
.vote_list h2{
    text-align: left;
}
.data_select_title h2{
    text-align: left;
    padding-bottom: 20px;
}
ul.vote__list{
    /* background: rgba(255,255,255,.2); */
    /*-ms-overflow-style: none;*/
}
.fieldset{
    height: 820px;
    overflow-y: auto;

}
/*滚动条样式*/
.fieldset::-webkit-scrollbar {
    width: 6px;
    /*height: 4px;*/
}
.fieldset::-webkit-scrollbar-thumb {
/* border-radius: 10px; */
/* -webkit-box-shadow: inset 0 0 6px #fff; */
background: rgba(255,255,255,0.6);
}
.fieldset::-webkit-scrollbar-track {
/* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
border-radius: 0;
background: rgba(0,0,0,0.1);
}
.fieldset_en{
    height: 850px;
}

.name_txt,.sex_txt,.reason_txt{
    font-size: 0.9rem;
    font-weight: 400;
    color: #093E4C;
    line-height: 1.2rem;
}
.lt_name,.reason_txt h3{
    font-weight: bold;
}
.reason_txt p{
    margin-bottom: 0;
}
.data_view .container{
    padding:30px 30px 40px;
    background: rgba(255, 255, 255, .5);
}
.data_view .notice_container{
    padding:30px 30px 40px;
}
.inner_cont{
    background: #fff;
    padding:20px;
}
#display-vote-option{
    /* padding:0 10%; */
    display: flex;
    margin: 0 -50px;
    /*align-items: center;*/
    /* margin-bottom: 40px; */
    /* justify-content: center; */
}
.addDom .name_img{
    width: 100%;
}
/* #display-vote-option{
    padding:0 30px;
} */

#display-vote-option .addDom{
    width: calc(100%/3);
    flex: 0 0 calc(100% / 3);
    /* width: 150px; */
    flex-shrink: 0;
    /*max-width: 200px;*/
    /*padding: 15px;*/
    /*margin: 0 14px;*/

    /*min-height: 100%;*/
    /* margin:0 8%; */
}
.select_driver_bg{
    /* background: #8DC21F; */
    /* padding: 15px;
    margin: 0 14px; */
    width: 150px;
    height: 100%;
    margin:0 auto;
}
/* .addDom:nth-child(2) .select_driver_bg{
    margin:0 auto;
} */
.basic_info{
    margin-top:5px;
}
.driver_img,.driver_cont{
    padding-bottom: 120%;
    position: relative;
    overflow: hidden;
}
.driver_img img,.driver_cont img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
/* .vote_padding-bottom{
    padding-bottom: 320px;
} */
.button__next{
    font-size: 1rem;
    font-weight: bold;
    padding:7px;
    color: #000000;
    display: inline-block;
    background: rgba(255, 255, 255, .5);
    min-width: 150px;
    margin:0 35px;
}
.btn_group{
    margin-top:40px;
}
.person_info{
    font-size: 0.9rem;
    font-weight: 500;
    color: #093E4C;
    line-height: 20px;
    text-align: left;
}
.person_info .lt_txt{
    font-weight: bold;
    margin-right: 5px;
}
.with_asterisk{
    font-size: 0.9rem;
    margin-bottom: 20px;
    display: block;
}
.with_asterisk span{
    color: #E61717;
}
.notice_cont,.notice_cont h4,.notice_list li span,.inner_cont p,.notice_title{
    font-size: 0.9rem;
    font-weight: 500;
    color: #231815;
    line-height: 1.3rem;
    /*text-align: justify;*/
}
/*.notice_title{*/
/*    font-weight: bold;*/
/*}*/

.notice_list{
    font-weight: bold;
}
.notice_cont{
    margin-top:20px;
}
.notice_list li{
    display: flex;
}
.notice_list li span{
    color: #231815 !important;
}
.notice_list li span:nth-child(1){
   flex:0 0 60px;
    display: block;
}
.en_notice_list li span:nth-child(1){
    flex:0 0 120px;
    position: relative;
}

.en_notice_list li span:nth-child(1):after{
    content: ":";
    position: absolute;
    top: 0;
    right: 0;
}

.date__table{
    display: flex;
    align-items: center;
}
.date__table .lt_lable{
    width: 25%;
}
.notice_list li span:nth-child(2){
    /*width: calc(100% - 40px);*/
    padding-left: 5px;
}
.date__table .input_group{
    width: 75%;
    position: relative;
}
.error{
    position: absolute;
    bottom:-20px;
    left:0;
}
.input_group input{
    outline: none;
    border: none;
    border-right: 0;
    height: 40px;
    background: rgba(255,255,255,.9);
    padding:0 15px;
    width: 100%;
    font-size: 0.9rem;
}
.lt_lable{
    display: flex;
    justify-content: space-between;
}
.lt_lable.active .access:after{
    content: '*';
    color: #F56C6C;
    margin-right: 4px;
}
.symbol_icon{
    padding-right: 5px;
}
.lt_lable .access{
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
}
.person_name{
    margin-top:5px;
}
.cont_info_two p {
    text-align: justify;
    text-align-last: left;
    -moz-text-align-last: left;
}
.notice_cont p{
    margin-bottom: 10px;
}




.top_header_part{
    text-align: center;
}
.top_header_part h1{
    font-size: 1.4rem;
/* font-family: PingFangSC-Semibold, PingFang SC; */
font-weight: 600;
color: #3E3A39;
line-height: 2rem;
padding-bottom: 13px;
}
.top_header_part h2{
    font-size: 1rem;
/* font-family: PingFangSC-Semibold, PingFang SC; */
font-weight: 600;
color: #3E3A39;
line-height: 1.3rem;
}
.vote__list_two{
    display: block !important;
}
.vote__list_two li{
    float: none;
    width: 100%;
}
.driver_content{
    display: flex;
}
.driver_content .driver_img{
    flex:0 0 120px;
    width: 140px;
    height: 180px;
    padding-bottom: 0;
}
.driver_content .basic_info{
    padding-left: 20px;
}



.top_part_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65%;
    margin: 0 auto;
}
.lt_cloud, .rt_cloud {
    width: 25%;
}
.mainlogo {
    width: 68%;
}
.mobile_cont, .bottom_bg {
    display: none;
}
.mobile_cont2, .bottom_bg {
    display: none;
}
.map_bg img{
    width: 100%;
}
.vote_button{
    margin:40px auto 30px;
}
.vote_drivers_cont{
    max-width:600px;
    margin:0 auto;
}
.vote_drivers_cont p{
    text-align: justify;
    font-size: 1rem;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
line-height: 1.5rem;
margin-bottom: 33px;
}
.excellent_driver{
    display: flex;
    padding:0 30px;
}
.rt_driver{
    width: 150px;
    height: 180px;
    flex-shrink: 0;
}
.rt_driver img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lt_driver{
    padding-left: 20px;
}
.topPart{
    margin-bottom: 20px;
}
.vote_success{
    text-align: center;
    font-size: 3.5rem;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #FFFFFF;
line-height: 4rem;
margin:65px 0 76px;
}
.steps_list{
    margin:33px auto 28px;
}
.reason_txt_two{
    margin-top:20px;
}
.notice_title{
    margin-bottom: 20px;
}
.notice_title span{
    text-decoration: underline;
}
.notice_list .email{
    color:#00A0E9 !important;
}
.topPart li span,.bottomPart p{
    font-size: 0.9rem;
    line-height: 1.3rem;
}
.stage-one,.stage-two{
    margin-bottom: 30px;
}




@media (max-width: 768px){
    .mobile_cont {
        display: block;
        width: 90%;
        margin: 28px auto;
        text-align: center; /* 添加這行來使內容居中 */
    }
    
    .mobile_cont img {
        width: 100%;
        max-width: 100%; /* 確保圖片不會超過容器寬度 */
        height: auto; /* 保持圖片比例 */
        display: inline-block; /* 使圖片能夠受到text-align的影響 */
    }
    .mobile_cont2 {
        display: block;
        width: 80%;
        margin: 20px auto 0;
    }
    .mobile_cont2 img {
        width: 100%;
    }

    .pc_cont {
        display: none;
    }
    .fontSizeType{
        display: none;
    }
    .vote_button {
        margin: 30px auto 20px;
    }
}

@media (max-width: 992px) {
    .logo_module img.logo_bg{
        max-width: 400px;
    }
}
@media (max-width: 768px) {
    .logo_module img.logo_bg{
        max-width: 350px;
    }

    .success_img img {
        max-width: 150px;
    }
    #display-vote-option{
        padding: 0;
    }
    #display-vote-option{
        margin:0;
    }
    .select_driver_bg{
        width: 120px;
    }
}
@media (max-width: 575px) {
    .vote_button img {
        min-width: 130px;
        width: 130px;
    }
    /* .top_part_cont{
        display: none;
    } */
    .mobile_lang_part{
        display: block;
    }
    .logo_module {
        padding-top: 20px;
        margin:0;
    }
    /* .voting_content_bg_mobile{
        background: url('../img/banner_mobile_bg.jpg') no-repeat center bottom;
    }
    .succee_cont_bg_mobile{
        background: url('../img/banner_mobile_bg_1000.jpg') no-repeat center bottom;
    } */
    .cloud_bg{
        display: none;
    }
    .cloud_bg_mobile{
        display: block;
        max-width: 100%;
        width: 100%;
        position: absolute;
        top: 30px;
        left: 0;
        z-index: 99;
    }

    /* .read_more_bg{
        background: url('../img/banner_mobile_bg_1300.jpg') no-repeat center bottom;
    }
    .en_read_more_bg{
        background: url('../img/banner_mobile_bg_1800.jpg') no-repeat center bottom;
    }
    .vote_inner_bg {
        background: url('../img/banner_mobile_bg_1700.jpg') no-repeat center bottom;
    }
    .vote_inner_bg_en{
        background: url('../img/banner_mobile_bg_2000.jpg') no-repeat center bottom;
    }
    .stepTwo_bg {
        background: url(../img/banner_mobile_bg_2000.jpg) no-repeat center bottom;
    } */
    /* .readMore_main_cont {
        padding-bottom: 230px;
    } */
    .cont_info h1{
        font-size: 21px;
        font-weight: bolder;
    }
    .cont_info p{
        font-size: 14px;
        line-height: 20px;
    }
    .cont_info_two p{
        text-align: justify;
        text-align-last: center;
        -moz-text-align-last: center;
    }
    /*.cont_info p:after{*/
    /*    content: '';*/
    /*    width: 100%;*/
    /*    height: 0;*/
    /*    display: inline-block;*/
    /*    visibility: hidden;*/
    /*}*/

    .vote_list .container{
        padding:20px 15px;
    }
    .vote_list h2, .data_select_title h2{
        padding-bottom: 0;
        font-size: 14px;
        line-height: 16px;
    }
    .ControlRadio{
        padding: 5px;
        margin:2px;
    }
    .name_txt, .sex_txt, .reason_txt,.reason_txt h3,.reason_txt p,.sex_txt span,.person_info{
        font-size: 14px;
        line-height: 17px;
    }
    /*.vote__list li{*/
    /*    margin-bottom: 5px;*/
    /*}*/
    ul.vote__list{
        /*height: 750px;*/
        padding: 2px;
    }
    /* .vote_padding-bottom {
        padding-bottom: 220px;
    } */
    .button__next{
        min-width: 100px;
        margin: 0 20px;
    }
    /*#display-vote-option .addDom{*/
    /*    margin: 0 5px;*/
    /*}*/
    .data_view .container{
        padding: 20px 15px;
    }
    /*#display-vote-option .addDom{*/
    /*    padding: 8px;*/
    /*}*/
    .select_driver_bg {
        padding: 10px;
        margin: 0 5px;
    }
    .lt_lable .access{
        font-size: 14px;
    }
    .data_view .container {
        margin-bottom: 20px;
    }
    /*.data_view .container {*/
    /*    padding: 10px 10px;*/
    /*}*/

    /* .stepTwo_bg .vote_padding-bottom{
        padding-bottom: 200px;
    } */
    .notice_cont, .notice_cont h4, .notice_list li span, .inner_cont p, .notice_title{
        font-size: 14px;
        line-height: 18px;
    }
    .logo_module img.logo_bg,.cont_info{
        max-width: 90%;
    }

    /* .driver_img, .driver_cont{
        height: 100px;
        padding-bottom: 0;
    } */
    #display-vote-option .addDom{
        /*margin:0 2px;*/
        box-sizing: border-box;
        flex: 0 0 calc(100% / 3);
    }
    .en_notice_list li span:nth-child(1) {
        flex: 0 0 100px;
    }

    .details_inner_text p{
        font-size: 14px;
        line-height: 20px;
    }
    .go_on_btn{
        font-size: 13px;
        /*max-width: 290px;*/
    }
    .goOn_btn_en{
        max-width: 290px;
    }
    .goBackBtn{
        max-width: 150px;
    }
    .success_img {
        margin: 20px auto 20px;
    }
    .fieldset{
        height: 730px;
    }
    .fieldset_en{
        height: 1000px;
    }
    .date__table .lt_lable {
        width: 30%;
    }
    .date__table .input_group {
        width: 70%;
    }
}
/* .vote_drivers_cont{
    width: 100%;
    text-align: center;
    margin:20px auto 40px;
    padding:0 50px;
} */
.big_width_cont{
    max-width: 992px;
}
.width_auto_way{
    width: auto;
    display: inline-block;
    text-align: justify;
    text-align-last: left;
}
.vote_drivers_cont h1{
    font-weight: 600;
    color: #093E4C;
    padding-bottom: 15px;
}
.threeNumber{
    font-weight: bolder;
}
.thankyou_back img{
    margin-left:5px;
    margin-right: 0;
}
@media (max-width: 575px) {
    .vote_drivers_cont h1{
        font-size: 21px;
        font-weight: bolder;
    }
    .width_auto_way{
        font-size: 14px;
        line-height: 20px;
    }
    .vote_drivers_cont{
        padding: 0 30px;
        margin: 20px auto 20px;
    }
    .button__next{
        font-size: 16px;
    }
    .excellent_driver{
        padding: 0 15px;
    }
    .rt_driver {
        width: 84px;
        height: 100px;
        flex-shrink: 0;
    }
    .data_select_title{
        margin-bottom: 10px;
    }
    .lt_driver{
        padding-left: 10px;
    }
    .topPart li span, .bottomPart p{
        font-size: 14px;
        line-height: 17px;
    }
    .topPart {
        margin-bottom: 10px;
    }
    .notice_title {
        margin-bottom: 10px;
    }
    .top_header_part h1{
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 8px;
    }
    .driver_content .driver_img{
        width: 80px;
        height: 100px;
        flex: 0 0 80px;
    }
    .select_driver_bg{
        width: 100%;
    }

}

