/* ========== shensha_index.css - 八字神煞索引頁專屬樣式 ========== */

/* ====== 頂部背景（使用原項目 ss.png） ====== */
.mpbox{
    width: 7.5rem;
    position: relative;
    background: url(../images/ss_bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #F7F7F7;
    padding-bottom: 0.4rem;
}
/* 覆蓋 ppindex.css 的 mpbei（不需要右上角裝飾） */
.mpbei{
    display: none;
}

/* ====== 神煞標題 ====== */
.sstit{
    background-image: url(../images/bzss.png);
    background-size: 100% 100%;
    width: 5.84rem;
    height: 0.88rem;
    margin: 0 auto;
    padding-top: 0.6rem;
}

/* ====== 表單字段覆蓋 ====== */
.ssformitem{
    margin-top: 0.2rem;
    overflow: hidden;
    margin-left: 0.15rem;
}
.xingming{
    float: left;
    width: 4.6rem;
    height: 0.8rem;
    padding-left: 0.2rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    border: 0.02rem solid #E9D0BE;
    box-sizing: border-box;
    font-size: 0.32rem;
    color: #333333;
}
.glinput, .nlinput{
    float: left;
    width: 4.6rem;
    height: 0.8rem;
    padding-left: 0.2rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    border: 0.02rem solid #E9D0BE;
    box-sizing: border-box;
    font-size: 0.32rem;
    color: #333333;
}
.hide{
    display: none !important;
}

/* ====== 真太陽時 ====== */
.ztyang{
    font-size: 0.28rem;
    color: #767676;
    margin-top: 0.2rem;
    margin-left: 0.24rem;
    padding-bottom: 0.2rem;
}
.ztys{
    margin-left: 0.2rem;
}

/* ====== 日期選擇器修復 ====== */
.date_ctrl{
    top: unset !important;
}
.date_class_box{
    padding: 0 !important;
}
.date_class{
    padding: 0 !important;
}
.tooth{
    height: auto !important;
}
.gear{
    margin-top: 0 !important;
}
.date_btn{
    line-height: 0.5rem !important;
    padding: 0 !important;
}
.picker{
    z-index: 1001 !important;
}
.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}

/* ====== 表格重置 ====== */
table{
    border-collapse: collapse;
    border-spacing: 0;
}

.mpform{
    margin-top: 1.7rem !important;
}

/* ====== 神煞大全一覽表（原項目樣式） ====== */
.chabzbox{
    margin-top: 0.2rem;
    overflow: hidden;
    background: #fff;
    padding-bottom: 0.4rem;
}
.ylanbox{
    padding-bottom: 0.2rem;
}
.labdesc{
    margin-top: 0.2rem;
    margin-left: 0.3rem;
    font-size: 0.3rem;
    color: #666666;
}
.lanitem{
    width: 6.9rem;
    margin: 0.3rem auto;
    margin-bottom: 0;
    background: #FFF9ED;
    border-radius: 0.2rem;
}
.lantop{
    height: 0.7rem;
    background: #EF9768;
    border-radius: 0.2rem 0.2rem 0px 0px;
    line-height: 0.7rem;
    position: relative;
    font-size: 0.32rem;
    text-align: center;
    font-weight: 700;
    color: #FFFFFF;
}
.lx1{
    width: 0.09rem;
    height: 0.09rem;
    background: #FFFFFF;
    position: absolute;
    top: 0.3rem;
    left: 0.23rem;
    transform: rotate(315deg);
}
.lx2{
    width: 0.09rem;
    height: 0.09rem;
    background: #FFFFFF;
    position: absolute;
    top: 0.3rem;
    right: 0.23rem;
    transform: rotate(315deg);
}
.lanbkuang{
    background: #FFF9ED;
    border-radius: 0 0 0.2rem 0.2rem;
    border: 1px solid #C4814D;
    padding: 0.25rem;
    font-size: 0.3rem;
    color: #333333;
    border-top: none;
    line-height: 0.45rem;
}