/* ========== shhishen_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: 2.19rem;
}

/* 表單卡片覆蓋橫幅底部 */
.mpbox {
    margin-top: -0.2rem;
    position: relative;
    z-index: 1;
}

/* 十神六親表 */
.chabzbox {
    margin-top: 0.2rem;
    overflow: hidden;
    background: #fff;
    padding-bottom: 0.4rem;
}
.lantit {
    font-size: 0.34rem;
    font-weight: 700;
    color: #935422;
}
.linbox {
    width: 6.7rem;
    margin: 0.4rem auto;
    margin-bottom: 0;
    background: #FFF9F0;
    border-radius: 0.1rem;
    border: 1px solid #FFDCAD;
    overflow: hidden;
}
.lqintop {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 0.88rem;
    background: #FDB791;
    border-radius: 0px 0.1rem 0.1rem 0px;
}
.lqtopleft {
    background: rgba(243, 136, 80, 1);
    width: 1.7rem;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.32rem;
    font-weight: 500;
    color: #FFFFFF;
}
.lqtopright {
    width: 4.88rem;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.32rem;
    font-weight: 500;
    color: #FFFFFF;
}
.lqkuang {
    overflow: hidden;
}
.lqitemn {
    display: flex;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 220, 173, 1);
}
.lqitemn:last-child {
    border-bottom: none;
}
.itemnleft {
    float: left;
    width: 1.7rem;
    text-align: center;
    font-size: 0.3rem;
    color: #666666;
    border-right: 1px solid rgba(255, 220, 173, 1);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
}
.itemnright {
    float: left;
    padding: 0.2rem;
    width: 4.88rem;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.45rem;
}

/* 娛樂提示 */
.shhishen-note {
    font-size: 0.28rem;
    color: #999999;
    text-align: center;
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
}

/* FAQ 區塊 */
.bzppbox {
    margin-top: 0.2rem;
    overflow: hidden;
    background: #fff;
    padding-bottom: 0.3rem;
}
.wenbox {
    width: 6.9rem;
    padding: 0.2rem 0.3rem 0.4rem 0.3rem;
    background: #FFF6E7;
    border-radius: 0.1rem;
    margin: 0.3rem auto;
    margin-bottom: 0;
}
.wenyi {
    font-size: 0.32rem;
    font-weight: 500;
    color: #C85D23;
}
.wenyi i {
    background-image: url(../images/wh.png);
    background-size: 100% 100%;
    width: 0.32rem;
    height: 0.38rem;
    display: inline-block;
    margin-right: 0.1rem;
    vertical-align: text-bottom;
}
.wenda {
    font-size: 0.32rem;
    color: #666666;
    line-height: 0.52rem;
    margin-top: 0.2rem;
}

/* 隱藏表單 */
.ftform.hide,
.tijiao.hide {
    display: none;
}
.hide {
    display: none;
}

/* 日曆選擇器兼容修復 */
.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; }

/* 關於區塊文字 */
.about p {
    font-size: 0.32rem;
    line-height: 0.52rem;
    color: #666666;
}
