/*========================================================
          固定會用到的，ex 字體大小、顏色、按鈕、各間距
=========================================================*/

.bg-th { background-color: #F2F2F2 !important;}
.bg-td { background-color: #FCFCFC !important;}


.btn-page {
    color: #fff;
    background-color: #54c5ff;
    border-color: #54c5ff;
}


.Cur_p {
    cursor: pointer;
}


/*========================================================
                     text_color
=========================================================*/
/*all*/
.text-red { color: crimson;!important;}



/*手機版*/
@media (max-width: 575px) {
    .d-none-M {
        display: none !important;
    }
    
    .w100p-M { width: 100%;}
    .mr-1-M { margin-right: .25rem!important;}
}

/*桌機版*/
@media (min-width: 576px) {
    .mr-1-D { margin-right: .25rem!important;}
}