@charset "utf-8";
/****************兌換Maicoin********************/
/*----------------------------主視覺----------------------------------*/
/*--兌換Maicoin--*/
.topimg-Maicoin {
    background-image: url(../images/Maicoin-m.jpg);
}
@media screen and (min-width: 576px) {
    .topimg-Maicoin {
        background-image: url(../images/Maicoin.jpg);
    }
}
/*----------------------------頁面主標題----------------------------------*/

.fill-shortKv .container-xl {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}   
/*--shortKv-title-twoLines8標題兩行、8個字時斷行--*/    
    .fill-shortKv .shortKv-title-twoLines8 h2 {
        width: 320px;
        text-align: center;
        margin-left: 5%;
        font-size: 40px;
        line-height: 50px;
        margin-top: -45px;
    }
    
    .fill-shortKv .shortKv-title-twoLines8 h2:after {
        content: '';
        display: block;
        width: 90%;
        height: 2px;
        background-color: #0ea9a1;
        margin: -3.2rem auto 0px;
    }
    
    @media screen and (max-width: 1400px) {
        .fill-shortKv .shortKv-title-twoLines8 h2 {
            /*	  margin-top: -5%;*/
        }
    }
    
    @media screen and (max-width: 991px) {
        .fill-shortKv .shortKv-title-twoLines8 h2 {
            line-height: 50px;
            font-size: 36px;
            width: 290px;
        }
        .fill-shortKv .shortKv-title-twoLines8 h2:after {
            margin: -3.2rem auto 0px;
        }
    }
    
    @media screen and (max-width: 768px) {
        .fill-shortKv .shortKv-title-twoLines8 h2 {
            line-height: 45px;
            font-size: 30px;
            width: 240px;
            margin-top: -35px;
        }
        .fill-shortKv .shortKv-title-twoLines8 h2:after {
            margin: -2.9rem auto 0px;
        }
    }
    
    @media screen and (max-width: 560px) {
        .fill-shortKv .shortKv-title-twoLines8 h2 {
            margin-top: -30px;
            margin-left: 0%;
        }
    }
/*---------------------------//頁面主標題---------------------------------*/
/*--兌換中華電信 Hami Point--*/
.HamiPoint_formList {    
    display: flex;   
    flex-direction: column;
}
.HamiPoint_formList li {
    display: flex;
    flex-wrap:wrap;    
    align-items: center;
    margin-bottom: 2rem;
}
.HamiPoint_formList .label {
    min-width: 16rem;
    font-size: 1.25rem;
    text-align: right;
    margin-right: 0.75rem;
    margin-bottom: 0;
    color: #009999;
    font-weight: bold;
}
.HamiPoint_formList .input-data p {
    display: inline;
    font-size: 20px;
    letter-spacing: 2px;
    color: #6c757d;
}
.HamiPoint_formList select {
    width: 250px;
}
.HamiPoint_formList .points_red {
    color: #e31c45;
}
@media screen and (max-width: 768px){
    .HamiPoint_formList .label {
      text-align: left;
      width: 100%;}
    .HamiPoint_formList .input-data p {
        display: block;
        margin-bottom: 0rem;
    }
}
/*--//兌換中華電信 Hami Point--*/
/*--離開網站--*/
.modal-content {
    background-color: #fff;
    border: 5px solid rgba(26, 193, 220, 0.84);
    border-radius: 30px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
#btnAgrent.btn-primary {
    border-radius: 0rem;
    padding: 6px 12px;
    margin-top: 0px;
    border: 1px solid transparent !important;
}
.btn.btn-secondary {
    border-radius: 0rem;
}
.modal-title {
    color: #009999;
    font-weight: 600;
}
/*--------------------------紅利積點查詢與各項費用折抵----------------------------*/ 
.result_message p.bonus_text {
    font-size: 24px;
    line-height: 60px;
    color: #009999;
    font-weight: 600; 
    margin-bottom: 0px;
}
.points_text {
    display: inline;
    font-weight: normal;
    /* font-size: 20px; */
    letter-spacing: 2px;
    color: #6c757d;
}
.points_red {color: #cc0e43;}
/*--------------------------//紅利積點查詢與各項費用折抵----------------------------*/ 