/* ========== chenggunanming_index.css - 称骨算命男命版首页样式 ========== */

/* 顶部安全区域 */
/* .main{ padding-top: 0.88rem; } */

/* ========== 称骨算命对照表样式 ========== */
.cheng_zhongliang{
    margin-top: 0.2rem;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 0.4rem;
}
.cheng_zhongliang .box-title{
    height: 0.88rem;
    line-height: 0.88rem;
    padding-left: 0.3rem;
    font-size: 0.32rem;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #FFEDD6;
}
.cheng_zhongliang .box-title i{
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    margin: 0 0.1rem 0 0;
    background: url(../images/icon.png) no-repeat;
    background-size: 4rem 4rem;
    background-position: -2.9rem -0.9rem;
    vertical-align: middle;
}
.cheng_desc{
    width: 6.9rem;
    margin: 0.4rem auto;
    margin-bottom: 0;
    overflow: hidden;
}
.chengzhong_tit{
    font-size: 0.32rem;
    color: #C4814D;
    text-align: center;
    margin-top: 0.4rem;
}
.chengzhong_tit span{
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    background: #C4814D;
    border-radius: 50%;
    margin-right: 0.1rem;
    font-size: 0.28rem;
    color: #FFFFFF;
}
.sx_table{
    width: 6.9rem;
    margin: 0.3rem auto;
    overflow: hidden;
    border: 1px solid #E6C4AB;
    border-radius: 0.1rem;
    background: rgba(255, 251, 248, 1);
    margin-bottom: 0.4rem;
}
.sxtable_tit{
    height: 0.72rem;
    line-height: 0.72rem;
    text-align: center;
    background: #FFF0E6;
    border-radius: 0.1rem 0.1rem 0px 0px;
    font-size: 0.28rem;
    font-weight: bold;
    color: #C4814D;
    border-bottom: 1px solid #E6C4AB;
}
.sxtable_item{
    border-bottom: 1px solid #E6C4AB;
    overflow: hidden;
}
.sxtable_item:last-child{
    border-bottom: none;
}
.sx_table_item_left{
    width: 3.4rem;
    float: left;
    border-right: 1px solid #E6C4AB;
    font-size: 0.28rem;
    color: #C4814D;
    padding: 0.1rem 0;
    text-align: center;
}
.sx_table_item_right{
    width: 3.45rem;
    float: left;
    font-size: 0.28rem;
    color: #C4814D;
    padding: 0.1rem 0;
    text-align: center;
}
.sx_table_item_left:last-child,
.sx_table_item_right:last-child{
    border-right: none;
}
.mongth_item{
    width: 6.9rem;
    overflow: hidden;
    background: #FFFBF8;
    border: 1px solid #E6C4AB;
    border-radius: 0.1rem;
    margin-top: 0.3rem;
}
.sx_month_item_left{
    width: 50%;
    float: left;
    font-size: 0.28rem;
    color: #C4814D;
    padding: 0.1rem 0;
    text-align: center;
    border-bottom: 1px solid #E6C4AB;
}
.sx_month_item_left:nth-child(2n+2){
    border-left: 1px solid #E6C4AB;
}
.sx_month_item_left:last-child{
    border-bottom: none;
}
.sx_month_item_left:nth-child(11){
    border-bottom: none;
}
.month_sxtable_item{
    overflow: hidden;
}
.sx_day_item_left{
    width: 50%;
    float: left;
    font-size: 0.28rem;
    color: #C4814D;
    padding: 0.1rem 0;
    text-align: center;
    border-bottom: 1px solid #E6C4AB;
}
.sx_day_item_left:nth-child(2n+2){
    border-left: 1px solid #E6C4AB;
}
.sx_day_item_left:last-child{
    border-bottom: none;
}
.sx_day_item_left:nth-child(29){
    border-bottom: none;
}

/* 称骨链接列表 */
.suanming_item{
    float: left;
    width: 2.1rem;
    height: 0.72rem;
    background: #FFFFFF;
    border: 1px solid #C4814D;
    border-radius: 0.04rem;
    line-height: 0.72rem;
    font-size: 0.28rem;
    margin-top: 0.3rem;
    margin-left: 0.3rem;
    color: #C4814D;
    text-align: center;
}
.suanming_item a{
    display: inline-block;
}
