/* ========== cai1_index.css - 八字財運索引頁專屬樣式 ========== */

/* ====== 表單外框（對應 mingge.css 的 mfsmbox 區域） ====== */
.mfsmbox{
    overflow: hidden;
    padding-bottom: 0.4rem;
    background: rgba(254, 241, 220, 1);
}
.mfsmkuang{
    width: 6.9rem;
    background: linear-gradient(180deg, #FEFCEE 0%, #FDF5DD 100%);
    box-shadow: 0px 0.1rem 0.38rem -0.14rem #EAC58F;
    border-radius: 0.2rem;
    opacity: 1;
    border: 0.02rem solid #F2DBB5;
    margin: 0.6rem auto;
    margin-bottom: 0;
}
/* cycstit 財運標題裝飾 */
.cycstit{
    background-image: url(../images/cycst.png);
    background-size: 100% 100%;
    width: 5.84rem;
    height: 0.88rem;
    margin: 0 auto;
    margin-top: -0.3rem;
}
.mbdesc{
    text-align: center;
    margin-top: 0.5rem;
    font-size: 0.3rem;
    font-weight: 700;
    color: #9E5F36;
}
.tiaobox{
    overflow: hidden;
    margin-top: 0.3rem;
}
.tiaoitem{
    background-image: url(../images/zitiao.png);
    background-size: 100% 100%;
    width: 2rem;
    height: 0.64rem;
    line-height: 0.64rem;
    text-align: center;
    font-size: 0.3rem;
    color: #582E1A;
    margin-left: 0.23rem;
    float: left;
}
.batu{
    background-image: url(../images/batu.png);
    background-size: 100% 100%;
    width: 6.56rem;
    height: 3.82rem;
    margin: 0 auto;
    margin-top: -1.5rem;
}

/* ====== 頂部安全區域 ====== */
.main{
    padding-top: 0.88rem;
}

/* ====== 底部介紹模塊 ====== */
.bzpoyjbox{
    margin-top: 0.2rem;
    background: #fff;
    padding-bottom: 0.4rem;
    overflow: hidden;
}
.yjtit{
    height: 0.88rem;
    line-height: 0.88rem;
    padding-left: 0.3rem;
    font-size: 0.36rem;
    font-weight: 500;
    color: #935422;
    position: relative;
    background: linear-gradient(90deg, #FFEEC3 6%, #EAD8AC 100%);
}
.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;
}
.about_sx {
    width: 6.9rem;
    overflow: hidden;
    margin: 0.3rem auto;
    margin-bottom: 0;
}
.about_sx 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;
}

/* ====== lCalendar 日期選擇器兼容修復 ====== */
.gearDate .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}
