/* ========== xingyun_index.css - 星運排盤索引頁專屬樣式 ========== */

/* 頂部安全區域 */
body {
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
}


/* 頂部橫幅 */
.bzmp_top {
    display: block;
    width: 7.5rem;
    height: auto;
}

/* 時辰下拉選單 */
.sc-hour-select {
    float: left;
    width: 4.5rem;
    height: 0.9rem;
    padding-left: 0;
    font-size: 0.32rem;
    color: #333333;
    background: none;
    border: none;
    line-height: 0.9rem;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

/* 娛樂提示 */
.sc-note {
    font-size: 0.28rem;
    color: #999999;
    text-align: center;
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
}

/* 隱藏表單 */
.ftform.hide,
.tijiao.hide {
    display: none;
}
.hide {
    display: none;
}

/* 關於區塊文字 */
.about p {
    font-size: 0.32rem;
    line-height: 0.52rem;
    color: #666666;
}
.icon_biaozhi {
    width: 3rem;
    height: 2rem;
    border-radius: 0.1rem;
    float: right;
    margin: 0 0 0 0.2rem;
}

/* 統一表格樣式 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 日曆選擇器兼容修復 */
.gearDate .date_roll>.date_roll>.date_date,
.gearDate .date_roll>.date_time { box-sizing: border-box; }
.gearDate .date_grid { box-sizing: border-box; }
.gearDate .date_btn { box-sizing: border-box; }
.gearDate .date_class_box { box-sizing: content-box; }
.gearDate .tooth { box-sizing: content-box; display: flex; }
.gearDate .tooth span { box-sizing: content-box; }
.gearDate .date_roll_mask { box-sizing: content-box; }
