.bazi .title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E0E0E0;
    position: relative;
    margin-bottom: 20px;
    background-color: #F8F8F8;
}

.bazi .title p {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: -1px;
    /* width: 130px; */
    height: 41px;
    text-align: center;
    padding-left: 5px;
}

.bazi .title p.bg {
    background-color: #102A43;
    color: #fff;
}

.bazi .find-cate .title {
    background-color: #fff;

}

.bazi .left {
    width: 980px;
    float: left;
    border: 1px solid #E0E0E0;
    padding: 20px;
    position: relative;

}

.bazi .left .corner {
    width: 93px;
    height: 93px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(img/sitename.png);

}

.bazi .left .article-title {
    width: 100%;
    height: 140px;
    float: left;
    text-align: center;

}



.bazi .left .article-title h2 {
    font-size: 24px;
    margin-top: 45px;
}

.bazi .left .article-title p {
    font-size: 16px;
    color: #666;
    margin-top: 20px;

}

.bazi .left .article-title p a {
    color: #102A43;
}




.bazi .left .article-content img {
  display: block;
  margin: 0 auto;
}

/* ===== 正文字体（面向海外华人：苹果 PingFang、Windows 微软正黑，现代无衬线）===== */
.bazi .left .article-content {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang TC", "PingFang SC", "Hiragino Sans TC", "Microsoft JhengHei", "Microsoft YaHei", "Noto Sans TC", "Source Han Sans TC", sans-serif;
}

/* ===== 正文标题层级（约 1.2 倍模块化递增 + 字重/间距区分，层次感明显）===== */
.bazi .left .article-content h1,
.bazi .left .article-content h2,
.bazi .left .article-content h3,
.bazi .left .article-content h4,
.bazi .left .article-content h5,
.bazi .left .article-content h6 {
    color: #102A43;
    line-height: 1.35;
    text-indent: 0;
    letter-spacing: .5px;
}

.bazi .left .article-content h1 {
    font-size: 32px;
    font-weight: 800;
    margin: 23px 0 16px;
}

/* H2 = 章节级：最大字号 + 底部分隔线，一眼区分于问题标题 */
.bazi .left .article-content h2 {
    font-size: 27px;
    font-weight: 800;
    margin: 21px 0 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e6e9ee;
}

.bazi .left .article-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 17px 0 12px;
}

.bazi .left .article-content h4 {
    font-size: 19px;
    font-weight: 700;
    margin: 13px 0 10px;
    color: #1c4a72;
}

.bazi .left .article-content h5 {
    font-size: 17px;
    font-weight: 600;
    margin: 11px 0 8px;
    color: #1c4a72;
}

.bazi .left .article-content h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 8px;
    color: #1c4a72;
}

.bazi .left .article-content p {
    font-size: 16px;
    color: #666;
    margin-top: 0;
    line-height: 1.8;
    text-indent: 2em; /* 2em 是两个字符的宽度，通常用于中文文本缩进 */
    margin-bottom: 12px; /* 段落之间的间隔（收紧，更紧凑） */
}

.bazi .left .article-content p a {
    color: #102A43;
}

/* ===== 正文列表（恢复被全局 reset 抹掉的圆点/序号/缩进）===== */
.bazi .left .article-content ul,
.bazi .left .article-content ol {
    margin: 12px 0 16px;
    padding-left: 2em;          /* 列表整体缩进 */
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.bazi .left .article-content ul {
    list-style: disc outside;   /* 实心圆点 */
}

.bazi .left .article-content ol {
    list-style: decimal outside;/* 阿拉伯数字 */
}

.bazi .left .article-content li {
    list-style: inherit;        /* 覆盖全局 li{list-style:none} */
    margin-bottom: 6px;
    text-indent: 0;             /* 覆盖 p 的首行缩进，列表项不缩进 */
}

/* 嵌套列表：改用空心圈，并收紧上下间距 */
.bazi .left .article-content li > ul,
.bazi .left .article-content li > ol {
    margin: 6px 0;
}

.bazi .left .article-content li > ul {
    list-style: circle outside;
}

.bazi .left .article-content li a {
    color: #102A43;
}



.bazi .left .desc {
    float: left;
    width: 100%;
    margin-top: 20px;

}

.bazi .left .desc .title {
    border-top: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-left: 10px solid #102A43;
    color: #102A43;

}

.bazi .left .desc .title p {
    /* width: 240px; */
    text-align: left;
    /* margin-left: 10px; */
}

.bazi .left .desc .content {
    padding: 0 10px;
    font-size: 16px;

}

.bazi .left .desc .content p {
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.5;
    float: left;

}

.bazi .left .desc .content span {
    color: #ff0000;

}

.bazi .left .desc table {
    width: 420px;
    margin-top: 30px;
    margin-left: 270px;
    margin-bottom: 50px;
    float: left;

}

.bazi .left .desc table.mingpan {
    width: 100%;
    margin-left: 0;

}

.bazi .left .desc table td {
    margin-right: 2px;
    margin-bottom: 2px;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    width: 110px;
    height: 40px;
    line-height: 40px;
}

.bazi .left .desc table.mingpan td {
    width: 179px;

}

.bazi .left .desc table td.last {
    width: 190px;

}


.bazi .left .desc table .tr-1 td {
    background-color: #102A43;
}

.bazi .left .desc table .tr-2 td {
    background-color: #B9B9B9;
}

.bazi .left .desc table .tr-3 td {
    background-color: #D9D9D9;
}

.bazi .left .suanming {
    width: 100%;

}



.bazi .left .bazi-form {
    color: #102A43;
    font-size: 16px;
    height: 216px;
    border: 1px solid #E0E0E0;
    padding: 30px;
    background-color: #F6F6F6;

}

.bazi .left .bazi-form p {
    margin-bottom: 20px;
}

.bazi .left .bazi-form .space {
    width: 30px;
    display: inline-block;
}

.bazi .left .bazi-form select {
    height: 30px;
    line-height: 30px;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    padding-left: 10px;
    background-color: #fff;
}

.bazi .left .bazi-form select.select-year {
    width: 70px;
    margin-right: 5px;
}

.bazi .left .bazi-form select.select-hour {
    width: 130px;
    margin-right: 5px;
}

.bazi .left .bazi-form .sex input {
    margin-left: 10px;
}

.bazi .left .bazi-form .bazi-sbutton {
    width: 135px;
    height: 34px;
    line-height: 34px;
    background-color: #102A43;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    padding: 0;
    border: none;
    float: left;
    margin-left: 90px;
    font-size: 16px;
}

.bazi .left .suanming .tips {
    font-size: 16px;
    margin-top: 20px;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    padding-bottom: 20px;
    line-height: 1.5;
}

.bazi .left .zhishi {
    width: 100%;
    float: left;
    border: 1px solid #E0E0E0;
    border-top: none;
    padding-bottom: 20px;
}

.bazi .left .zhishi .title p {
    /* width: 130px; */
    padding: 0 20px;
}

.bazi .left .zhishi .title,
.bazi .right .title {
    border-top: 1px solid #E0E0E0;
    height: 41px;
    background-color: #fff;
}

.bazi .left .zhishi li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px dashed #E0E0E0;
    overflow: hidden;
}


.bazi .left .zhishi .title-icon,
.bazi .right .title-icon {
    display: inline-block;
    position: relative;
    top: 2px;
    background-image: url(img/title.png);
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.bazi .left .zhishi p.line {
    border-top: #102A43 solid 2px;
    border-right: #E0E0E0 solid 1px;
    height: 40px;
    color: #102A43;
    background-color: #fff;
}

.bazi .left .zhishi .title a {
    float: right;
    margin-right: 5px;
    color: #102A43;
}

.bazi .left .zhishi .cell {
    width: 440px;
    height: 430px;
    float: left;
    margin-left: 18px;
    border: none;
}

.bazi .left .zhishi .cell .title {
    margin-bottom: 10px;
}

.bazi .left .zhishi .cell p.line {
    border-right: none;
    border-left: none;
}



.bazi .left .zhishi .cell li a {
    margin-left: 5px;
}



.bazi .left .ceshi .col-3 {
    float: left;

}

.bazi .left .zhishi .ceshi .col-3 li {
    width: 140px;
    border-bottom: 1px solid #ccc;

}


.bazi .left .jieda-form p.yourname {
    width: 230px;
}



.bazi .left .jieda-form p.sex {
    width: 200px;

}


.bazi .left .jieda-form p.hour {
    width: 250px;

}

.bazi .left .jieda-form p.phone {
    width: 250px;

}

.bazi .left .jieda-form p.start {
    width: 250px;

}

.bazi .left .jieda-form p.stat {
    width: 400px;
}

.bazi .left .content .jieda-form span {
    color: #102A43;
    margin: 0 5px;
}

.bazi .right {
    width: 300px;
    float: right;
}

.bazi .right .title {
    background-color: #F8F8F8;

}

.bazi .right .title-icon {

    background-image: url(img/titledark.png);

}

.bazi .right .dashi,
.bazi .right .zaixian,
.bazi .right .jingdian {
    border-top: none;

}

.bazi .right .widget .shengxiao .title {
    border-top: none;
}

.bazi .son-index .baguatu {
    width: 100%;
    float: left;
}

.bazi .son-index .baguatu img {
    margin: 20px 78px;
}

.bazi .son-index .content {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 1.5;
    border-top: 1px solid #E0E0E0;
    padding-top: 20px;
    margin-bottom: 20px;

}

.bazi .main-left {
    width: 980px;
    float: left;
}

.bazi .main-left .down {
    margin-top: 20px;
    float: left;
}

.bazi .caiyun .desc img {
    margin-left: 280px;
    margin-top: 20px;
    margin-bottom: 20px;

}

.bazi .yuncheng .desc img {
    margin-left: 190px;
    margin-top: 20px;
    margin-bottom: 20px;

}


.bazi .yuncheng .suanming .tips {

    line-height: 1.5;
    color: #102A43;
}

.bazi .yuncheng .desc table {
    width: 450px;
    margin-bottom: 40px;

}

.bazi .yuncheng .desc .content p {
    line-height: 1.5;
}

.bazi .yuncheng .desc .content p.tips {
    color: #102A43;
}

.bazi .yuncheng .desc .quewang strong {
    margin-right: 5px;

}

.bazi .yuncheng .left .desc table.mingpan td {
    width: 120px;
}

.bazi .left .jingpi {
    /* border: 1px solid #E0E0E0; */
    border-top: none;
    float: left;
    width: 100%;
}

.bazi .left .jingpi .title {
    border-right: none;
}

.bazi .left .jingpi .jieda {
    border-top: 1px solid #E0E0E0;
}

.bazi .nayin .desc .content p {
    margin-bottom: 10px;
}

.bazi .nayin .zhishi .title p {
    width: 220px;
}

.bazi .nayin .zhishi li {
    width: 440px;
    float: left;
    margin-left: 20px;
}

.bazi .nayin .desc .cell-head {
    float: left;
    width: 910px;
    text-align: center;
    border: 1px solid #E0E0E0;
    border-bottom: 0;
    font-weight: bold;

}

.bazi .nayin .desc .cell-head span {
    color: #102A43;
    display: block;
    float: left;
    width: 60px;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;

    height: 40px;
    line-height: 40px;

}

.bazi .nayin .desc .cell-head .nianming {
    width: 62px;

}

.bazi .nayin .desc .cell-head span.last {
    border-right: none;
}

.bazi .nayin .desc .cell {
    float: left;
    width: 182px;
    text-align: center;
    border: 1px solid #E0E0E0;
    border-right: none;
    border-top: none;


}

.bazi .nayin .desc .last-cell {
    border-right: 1px solid #E0E0E0;

}

.bazi .nayin .desc .cell p {
    margin-bottom: 0;
}

.bazi .nayin .desc .cell span {
    display: block;
    float: left;
    width: 60px;
    color: #102A43;

}

.bazi .nayin .desc .cell .cell-left {
    width: 120px;
    float: left;
    height: 100px;
    border-right: 1px solid #E0E0E0;

}

.bazi .nayin .desc .cell .cell-left .up {
    width: 120px;
    border-bottom: 1px solid #E0E0E0;
    height: 50px;
}

.bazi .nayin .desc .cell .cell-left .nianhao {
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #E0E0E0;

}

.bazi .nayin .desc .cell .cell-left .nianfen {
    width: 60px;

}

.bazi .nayin .desc .cell .cell-left .down {
    margin-top: 0;
    width: 120px;
    height: 50px;
}

.bazi .nayin .desc .cell .cell-right {
    width: 60px;
    float: left;
    height: 100px;
    line-height: 100px;
}

.bazi .nayin .nayin-zhishi {
    margin-top: 20px;
}

.bazi .nayin .nayin-year {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
}

.bazi .nayin .nayinbiao {
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #102A43;
    color: #fff;
    float: left;
    width: 910px;
}

.bazi .nayin .desc table.mingpan td {
    background-color: #B9B9B9;
}

.bazi .pibazi .zhishi li {
    width: 440px;
    float: left;
    margin-left: 20px;
}

.bazi .pibazi .pibazi-zhishi {
    margin-top: 20px;
}

.bazi .pibazi .zhishi .title p {
    width: 180px;
}

.bazi .pibazi .left .desc table .tr-1 td {
    background-color: #D4AF37;
}

.bazi .pibazi .left .desc table .tr-2 td {
    background-color: #D4AF37;
}

.bazi .pibazi .left .desc table .tr-3 td {
    background-color: #D4AF37;
}

.bazi .left .jingpi .title {
    border-right: none;
}


.bazi .zhiwenceshi .zhiwen-form {
    border-top: 1px solid #E0E0E0;
    text-align: center;
    font-size: 16px;
}

.bazi .zhiwenceshi .zhiwen-form .bazi-sbutton {
    width: 135px;
    height: 34px;
    line-height: 34px;
    background-color: #102A43;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    padding: 0;
    border: none;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;

}

.bazi .zhiwenceshi .zhiwen-form img {
    margin-top: 20px;

}

.bazi .zhiwenceshi .zhiwen-left {
    width: 670px;
    float: left;
    margin-right: 20px;
}

.bazi .zhiwenceshi .zhiwen-right {
    float: left;
    width: 222px;
    height: 166px;
}

.bazi .zhiwenceshi .zhiwen-name {
    margin-top: 20px;
}

.bazi .zhiwenceshi .zhiwen-name p {
    margin-bottom: 10px;

}

.bazi .zhiwenceshi .zhiwen-name input {
    margin-left: 10px;
    margin-right: 5px;
}

.bazi .zhiwenceshi .ps {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    float: left;
    color: #999;
    font-weight: bold;

}

.bazi .jingzhun {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 20px;
    float: left;
}

.bazi .jingzhun a {
    display: inline-block;
    width: 380px;
    height: 34px;
    line-height: 34px;
    background-color: #102A43;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}

.bazi .zhuge .left .bazi-form {
    height: 100px;
    text-align: center;
}

.bazi .zhuge .bazi-form input {
    height: 30px;
    line-height: 30px;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    padding-left: 10px;
    background-color: #fff;
}

.bazi .left .zhuge-zhishi .title p {
    width: 150px;
}

.bazi .left .bazi-form .submit-sbutton {
    width: 135px;
    height: 34px;
    line-height: 34px;
    background-color: #102A43;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    padding: 0;
    border: none;
    font-size: 16px;
}

.bazi .jieda .tips {
    font-size: 16px;
    margin-bottom: 20px;
}

.bazi .zhuge .jieda-form {
    color: #102A43;
    font-size: 16px;
    height: 360px;
    border: 1px solid #E0E0E0;
    padding: 30px;
    margin-bottom: 20px;

}

.bazi .jieda-form p {
    margin-bottom: 20px;
}



.bazi .jieda-form select {
    height: 30px;
    line-height: 30px;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    padding-left: 10px;
    background-color: #fff;
}

.bazi .jieda-form select.select-year {
    width: 70px;
    margin-right: 5px;
}

.bazi .jieda-form .focus input {
    margin-left: 10px;
}

.bazi .jieda-form .submit-sbutton {
    width: 135px;
    height: 34px;
    line-height: 34px;
    background-color: #102A43;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    padding: 0;
    border: none;
    float: left;
    margin-left: 50px;
    font-size: 16px;
}



.bazi .jieda-form .yourname-input {
    width: 155px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    padding-left: 10px;
    background-color: #fff;
    margin-right: 10px;
}

.bazi .jieda-form .stat {
    color: #102A43;
    margin-left: 20px;
    height: 34px;
    line-height: 34px;
    float: left;

}

.bazi .jieda-form .focus {
    width: 100%;
    float: left;
}

.bazi .left .desc .content p.focus-left {
    width: 50px;
}

.bazi .jieda-form .focus .focus-right {
    float: left;
    color: #102A43;
    width: 450px;

}




.bazi .zhuge-zhishi .content {
    padding: 10px;
    float: left;
    width: 100%;
}

.bazi .zhuge-zhishi li {
    width: 208px;
    float: left;
    margin: 0 10px;
}

.bazi .peidui .article-title {
    border-bottom: 1px solid #E0E0E0;

}

.bazi .peidui .left .bazi-form {
    height: 420px;
}

.bazi .peidui .bazi-form input {
    height: 30px;
    line-height: 30px;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    padding-left: 10px;
    background-color: #fff;
}

.bazi .peidui .bazi-form .girl {
    border-top: 1px solid #E0E0E0;
    padding-top: 20px;

}

.bazi .peidui .desc .content strong {
    color: #102A43;
    margin-right: 10px;
}



.bazi .peidui .left .desc table td {
    background-color: #fff;
    color: #102A43;
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    margin: 0;

}

.bazi .peidui .left .desc table td.last {
    border-right: 1px solid #E0E0E0;

}

.bazi .peidui .left .desc table .tr-1 td {
    color: #0000FF;

}

.bazi .peidui .left .desc table .tr-2 td {
    color: #ff0000;

}

.bazi .peidui .left .desc table .tr-3 td {
    border-bottom: 1px solid #E0E0E0;

}

.bazi .peidui .zhishi li {
    width: 440px;
    float: left;
    margin-left: 20px;
}

.bazi .wuxing .left .bazi-form {
    height: 200px;
}

.bazi .wuxing .bazi-form input {
    line-height: 30px;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    padding-left: 10px;
    background-color: #fff;
    width: 100px;
    margin-right: 20px;
}

.bazi .wuxing .bazi-form .sex input {
    margin-left: 10px;
    margin-right: 0;
    width: 20px;
}

.bazi .wuxing .left .desc .content-left {
    width: 700px;
    margin-right: 20px;
    padding-top: 20px;
}

.bazi .wuxing .left .desc table .tr-1 td {
    background-color: #D4AF37;
}

.bazi .wuxing .left .desc table .tr-2 td {
    background-color: #D4AF37;
}

.bazi .wuxing .left .desc table .tr-3 td {
    background-color: #D4AF37;
}


.bazi .wuxing .left .desc .duibi span {
    display: block;
    height: 30px;
    margin-left: 10px;
    float: left;
    color: #102A43;
    font-weight: bold;
}

.bazi .left .desc .widget .content {
    padding: 0;
}

.bazi .wuxing .left .jingpi {
    border: none;
}

.bazi .wuxing .article-show .jingpi-form p.yourname {
    width: 320px;
    font-weight: bold;

}

.bazi .wuxing .article-show .jingpi-form p.sex {
    width: 200px;
    font-weight: bold;

}

.bazi .wuxing .article-show .jingpi-form p.sex span {
    color: #102A43;
    margin-right: 10px;
}

.bazi .wuxing .article-show .jingpi-form p.hour {
    width: 320px;
    font-weight: bold;

}

.bazi .wuxing .article-show .jingpi-form p.phone {
    width: 250px;
    font-weight: bold;

}

.bazi .wuxing .article-show .jingpi-form p.start,
.bazi .wuxing .article-show .jingpi-form p.stat {
    width: 250px;
}

.bazi .wuxing .zhishi li {
    width: 440px;
    float: left;
    margin-left: 20px;
}


.bazi .yinyuanceshi .tips p {
    margin-top: 10px;
}

.bazi .yinyuanceshi .zhishi li {
    width: 440px;
    float: left;
    margin-left: 20px;
}


.bazi .zhouyi .left .bazi-form {
    height: 150px;
}

.bazi .zhouyi .shuoming {
    line-height: 1.5;
}


.bazi .mingli .left .desc .img-center {
    text-align: center;
}

.bazi .mingli .left .jingpi {
    border: 1px solid #E0E0E0;
    border-top: none;
    padding: 20px;
}

.bazi .left .article-show .title {
    margin-bottom: 0;
}

.bazi .taohuayun .left .desc table.mingpan td {
    width: 140px;
}

.bazi .taohuayun .left .desc table.mingpan td.xz {
    width: 200px;
}

.bazi .taohuayun .left .desc table .tr-2 td {
    background-color: #999;
}

.bazi .shishenmeming .left .bazi-form {
    text-align: center;
    padding-top: 50px;
}

.bazi .shishenmeming .left .bazi-form {
    height: 150px;
}

.bazi .shishenmeming .left .bazi-form p {
    width: 400px;
    float: left;
    margin-left: 120px;
}

.bazi .shishenmeming .left .bazi-form .bazi-sbutton {
    margin-left: 20px;
}

.bazi .shishenmeming .year-list {
    padding-left: 12px;
}

.bazi .shishenmeming .year-list span {
    background-color: #eee;
    border: 1px solid #ccc;
    margin: 5px 5px;
    float: left;
    border-radius: 5px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.bazi .shishenmeming .tips-ming {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}



.bazi .yinyuan .left .suanming .tips {
    border-bottom: none;
}


.bazi .yinyuan .left .desc table.mingpan td {
    width: 110px;
}

.bazi .yinyuan .left .desc table.mingpan td.last {
    width: 800px;
}

.bazi .yinyuan .left .desc table.mingpan2 td {
    width: 68px;
}

.bazi .yinyuan .left .desc table.mingpan2 td.last {
    width: 68px;
}

.bazi .yinyuan .desc .tips {
    font-size: 16px;
    width: 100%;
    line-height: 1.5;
}


.bazi .zonghe-list li {
    width: 110px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    float: left;
    border: #102A43 1px solid;
    margin: 10px 10px;
    text-align: center;
}

.bazi .zonghe-list li a {
    color: #102A43;
}

/* ===== 正文内容表格样式（n8n 洗回来的 <table>）=====
   注意：命盘表格用的是 .desc table（td 被设成 display:block;float:left），
   这里只作用于文章正文 .article-content table，两者互不影响。 */
.bazi .left .article-content table {
    width: 100%;
    margin: 25px 0;
    border-collapse: collapse;
    border: 1px solid #dfe3e8;
    font-size: 15px;
    color: #333;
    table-layout: auto;
}

.bazi .left .article-content table th,
.bazi .left .article-content table td {
    border: 1px solid #dfe3e8;
    padding: 10px 12px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
}

.bazi .left .article-content table thead th,
.bazi .left .article-content table thead td {
    background-color: #102A43;
    color: #fff;
    font-weight: 700;
}

.bazi .left .article-content table tbody tr:nth-child(even) {
    background-color: #f6f8fa;
}

/* 单元格内若被编辑器包了 <p>，去掉正文段落的首行缩进和外边距 */
.bazi .left .article-content table th p,
.bazi .left .article-content table td p {
    margin: 0;
    text-indent: 0;
    font-size: inherit;
    color: inherit;
}

/* 窄屏时表格可横向滚动，避免撑破版心 */
@media screen and (max-width: 768px) {
    .bazi .left .article-content table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}