/* ========== bzcesuan.css - 八字测算结果页样式（复刻 tpinone bzxingge.css + 高优先级防覆盖） ========== */
.bzcesuan_wrap{
    margin-top: 0.4rem;
}
.bzcesuan_wrap .cbzresult{
    background: rgba(255, 250, 237, 1);
    position: relative;
    padding-bottom: 0.4rem;
    overflow: hidden;
}
.bzcesuan_wrap .toubu{
    background: linear-gradient(179deg, #F7D5AC 0%, #FFFAED 100%);
    padding: 0.4rem 0.3rem 0 0.3rem;
    position: relative;
    z-index: 1;
}
.bzcesuan_wrap .cbbei{
    background-image: url(../images/cbei.png);
    background-size: 100% 100%;
    width: 7.5rem;
    height: 1.68rem;
    position: absolute;
    left: 0;
    top: -0.2rem;
}
.bzcesuan_wrap .sqsrbt{
    background-image: url(../images/jcha.png);
    background-size: 100% 100%;
    width: 4.12rem;
    height: 0.65rem;
    margin: 0 auto;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.36rem;
    font-weight: 500;
    color: #FCEFDC;
    text-shadow: 0px 0.04rem 0.02rem rgb(177 49 14 / 50%);
    position: relative;
    z-index: 1;
}
.bzcesuan_wrap .mzinfo{
    background-image: url(../images/mz.png);
    background-size: 100% 100%;
    width: 2.48rem;
    height: 0.63rem;
    line-height: 0.63rem;
    text-align: center;
    font-size: 0.32rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0.5rem auto;
    margin-bottom: 0;
}
.bzcesuan_wrap .infoitem{
    font-size: 0.32rem;
    color: rgba(51, 51, 51, 1);
    line-height: unset;
    margin-left: 0.3rem;
    margin-top: 0.4rem;
}
.bzcesuan_wrap .infoitem+.infoitem{
    margin-top: 0.2rem;
}
.bzcesuan_wrap .infoitem span{
    font-weight: 700;
    color: rgba(196, 129, 77, 1);
}
.bzcesuan_wrap .bzjie_tit{
    font-size: 0.36rem;
    font-weight: 500;
    color: #935422;
    text-align: center;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bzcesuan_wrap .bzj1{
    width: 0.84rem;
    height: 0.38rem;
    vertical-align: middle;
}
.bzcesuan_wrap .bzj2{
    width: 0.84rem;
    height: 0.38rem;
    vertical-align: middle;
}

/* 切换 tab */ 
.bzcesuan_wrap .paitable{
    width: 5.46rem;
    height: 0.6rem;
    background: rgba(255, 239, 216, 1);
    margin: 0.3rem auto;
    margin-bottom: 0;
    border-radius: 0.15rem;
    overflow: hidden;
}
.bzcesuan_wrap .paiitem{
    float: left;
    width: 1.82rem;
    border-right: 1px solid #fff;
    font-size: 0.3rem;
    font-weight: 500;
    color: #EBB771;
    line-height: 0.6rem;
    text-align: center;
}
.bzcesuan_wrap .paiitem:last-child{
    border-right: none;
}
.bzcesuan_wrap .paion{
    background: rgba(253, 192, 110, 1);
    color: rgba(255, 255, 255, 1);
}
.bzcesuan_wrap .paifen.hide{ display: none; }

/* 八字排盘表格 */
.bzcesuan_wrap .scbz{
    width: 6.9rem;
    border: 1px solid #C4814D;
    margin: 0.2rem auto;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: rgba(255, 247, 231, 1);
}
.bzcesuan_wrap .scbz table{ width: 100%; }
.bzcesuan_wrap .scbz table,
.bzcesuan_wrap table{
    border-collapse: collapse;
    border-spacing: 0;
}
.bzcesuan_wrap .bg{
    width: 0.49rem;
    height: 0.49rem;
    margin: 0.1rem auto;
}
.bzcesuan_wrap .diyi_tr td{
    background: rgba(255, 247, 231, 1);
    background: rgba(255, 236, 199, 1);
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.6rem;
    color: rgba(196, 129, 77, 1);
    text-align: center;
    width: 1.3rem;
    border-left: 1px solid rgba(230, 196, 171, 1);
    border-bottom: 1px solid rgba(230, 196, 171, 1);
    padding: 0 0.2rem;
}
.bzcesuan_wrap .diyi_tr td:first-child{
    width: 0.95rem;
    border-left: none;
}
.bzcesuan_wrap .dier_tr td{
    font-size: 0.28rem;
    line-height: 0.6rem;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    width: 1.3rem;
    border-left: 1px solid rgba(230, 196, 171, 1);
    border-bottom: 1px solid rgba(230, 196, 171, 1);
}
.bzcesuan_wrap .dier_tr td:first-child{
    background: rgba(255, 236, 199, 1);
    width: 0.95rem;
    border-left: none;
    color: rgba(196, 129, 77, 1);
}
.bzcesuan_wrap .disan_tr td{
    font-size: 0.28rem;
    color: rgba(200, 60, 35, 1);
    text-align: center;
    padding: 0.1rem 0;
    width: 1.3rem;
    border-left: 1px solid rgba(230, 196, 171, 1);
    border-bottom: 1px solid rgba(230, 196, 171, 1);
}
.bzcesuan_wrap .disan_tr td:first-child{
    color: rgba(200, 60, 35, 1);
    background: rgba(255, 236, 199, 1);
    width: 0.95rem;
    border-left: none;
    font-weight: bold;
}
.bzcesuan_wrap .disi_tr td{
    font-size: 0.28rem;
    line-height: 0.6rem;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    width: 1.3rem;
    border-left: 1px solid rgba(230, 196, 171, 1);
    border-bottom: 1px solid rgba(230, 196, 171, 1);
}
.bzcesuan_wrap .disi_tr td:first-child{
    color: rgba(196, 129, 77, 1);
    background: rgba(255, 236, 199, 1);
    width: 0.95rem;
    border-left: none;
    font-weight: bold;
}
.bzcesuan_wrap .last_tr td{
    font-size: 0.28rem;
    line-height: 0.6rem;
    color: rgba(51, 51, 51, 1); 
    text-align: center;
    width: 1.3rem;
    border-left: 1px solid rgba(230, 196, 171, 1);
}
.bzcesuan_wrap .last_tr td:first-child{
    color: rgba(196, 129, 77, 1);
    background: rgba(255, 236, 199, 1);
    width: 0.95rem;
    border-left: none;
    font-weight: bold;
}

/* 大运表 */ 
.bzcesuan_wrap .dayun_table{
    width: 6.54rem;
    margin: 0.3rem auto;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0.15rem;
    opacity: 1;
    border: 1px solid #C4814D;
    background: rgba(255, 247, 231, 1);
}
.bzcesuan_wrap .dayun_table table{
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 0.15rem;
    overflow: hidden;
    width: 100%;
}
.bzcesuan_wrap .dayunyi_tr td:first-child{
    border-left: none;
}
.bzcesuan_wrap .dayunyi_tr td{
    font-size: 0.24rem;
    font-weight: 700;
    color: #C85D23;
    line-height: 0.6rem;
    text-align: center;
    width: 0.7rem;
    border-left: 1px solid rgba(230, 196, 171, 1);
    border-bottom: 1px solid rgba(230, 196, 171, 1);
    background: rgba(255, 236, 199, 1);
}
.bzcesuan_wrap .dayuner_tr td:first-child{
    border-left: none;
    background: rgba(255, 236, 199, 1);
}
.bzcesuan_wrap .dayuner_tr td{
    font-size: 0.24rem;
    color: rgba(200, 60, 35, 1);
    line-height: 0.6rem;
    text-align: center;
    width: 0.7rem;
    border-left: 1px solid rgba(230, 196, 171, 1);
    border-bottom: 1px solid rgba(230, 196, 171, 1);
}
.bzcesuan_wrap .dayunsan_ttr td:first-child{
    border-left: none;
    background: rgba(255, 236, 199, 1);
    color: rgba(200, 93, 35, 1);
}
.bzcesuan_wrap .dayunsan_ttr td{
    font-size: 0.24rem;
    color: rgba(51, 51, 51, 1);
    line-height: 0.6rem;
    text-align: center;
    width: 0.7rem;
    border-left: 1px solid rgba(230, 196, 171, 1);
    border-bottom: 1px solid rgba(230, 196, 171, 1);
}
.bzcesuan_wrap .houbian td{
    border-bottom: none;
}
.bzcesuan_wrap .dayundesc{
    font-size: 0.24rem;
    width: 6.54rem;
    margin: 0.1rem auto;
    margin-bottom: 0;
    font-weight: 500;
    color: #BE7B47;
    line-height: 0.52rem;
}

/* 神煞 */
.bzcesuan_wrap .ssbox{
    width: 6.54rem;
    margin: 0.3rem auto;
    margin-bottom: 0;
    background: #FFFAEF;
    border-radius: 0.15rem;
    padding-top: 0.1rem;
    padding-bottom: 0.3rem;
    border: 1px solid #C4814D;
}
.bzcesuan_wrap .ssitem{
    margin-left: 0.1rem;
    margin-top: 0.2rem;
    overflow: hidden;
}
.bzcesuan_wrap .ssleft{
    float: left;
    font-size: 0.3rem;
    color: #C85D23;
}
.bzcesuan_wrap .ssright{
    float: left;
    width: 5rem;
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: rgba(51, 51, 51, 1);
}
.bzcesuan_wrap .ssdescs{
    width: 6.54rem;
    margin: 0.15rem auto;
    margin-bottom: 0;
    font-size: 0.24rem;
    font-weight: 500;
    color: #BE7B47;
    line-height: 0.35rem;
}

/* 八字格局信息 */
.bzcesuan_wrap .geinfobox{
    overflow: hidden;
    margin-top: 0.4rem;
    margin-left: -0.16rem;
}
.bzcesuan_wrap .geinfoitem{
    background-image: url(../images/gezi.png);
    background-size: 100% 100%;
    width: 2.25rem;
    height: 2.13rem;
    float: left;
    margin-left: 0.26rem;
    position: relative;
}
.bzcesuan_wrap .gztop{
    line-height: 0.8rem;
    text-align: center;
    position: absolute;
    top: 0;
    font-size: 0.3rem;
    color: #5B341F;
    width: 2.25rem;
}
.bzcesuan_wrap .gzxiang{
    position: absolute;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.32rem;
    color: #D33216;
    width: 2.25rem;
    top: 0.8rem;
}
.bzcesuan_wrap .xysxiang{
    position: absolute;
    height: 1rem;
    text-align: center;
    font-size: 0.32rem;
    color: #D33216;
    width: 2.25rem;
    top: 0.8rem;
    padding-top: 0.1rem;
}

/* 八字解析 */
.bzcesuan_wrap .bzjiexi{
    overflow: hidden;
    margin-top: 0.2rem;
    padding-bottom: 0.4rem;
    background: rgba(255, 247, 231, 1);
}
.bzcesuan_wrap .bzjxitem{
    width: 6.5rem;
    margin: 0.4rem auto;
    margin-bottom: 0;
    font-size: 0.32rem;
    color: rgba(51, 51, 51, 1);
    line-height: 0.52rem;
}
.bzcesuan_wrap .bzjxitem span{
    font-weight: bold;
    color: #C85D23;
}

/* 重新测算 */
.bzcesuan_wrap .rst_pai{
    width: 6.9rem;
    margin: 0.3rem auto;
    text-align: center;
}
.bzcesuan_wrap .rst_pai a{
    display: inline-block;
    width: 4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #C83C23;
    color: #fff;
    border-radius: 0.15rem;
    font-size: 0.32rem;
}
