﻿
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:0;
    margin:0;
    border:none;
}
html {
    background-color: #efefef;
    color: #333;
    font-size:50px;
}
body {
    font-family: "-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft YaHei,Microsoft JhengHei,Source Han Sans SC,Noto Sans CJK SC,Source Han Sans CN,Noto Sans SC,Source Han Sans TC,Noto Sans CJK TC,SimSun,sans-serif";
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    font-size: .28rem;
}
img{
    vertical-align: middle;
    width:100%;
}
a {
    text-decoration: none;
    color: rgba(83, 107, 178, 1);
}
.header {
    align-items: center;
    background-color: #2d92d9;
    display: flex;
    padding:0 0.2rem;
}
    .header a{
        color:#fff;
        font-size:0.32rem;
    }
    .header-logo img {
        height: 0.8rem;
        width:2.133rem;
    }
.header-nav {
    flex: 1;
    text-align: right;
}
.header-menu {
    width: 0.5rem;
    height: 0.5rem;
    margin-left:0.2rem;
}
        .header-menu img {
            width:100%;
            height:100%;
        }
.nav-adbtns {
    padding: 0rem 0.2rem 0.1rem 0.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
}
.nav-adbtns a {
    width: 1.62rem;
    height: 0.64rem;
    line-height: 0.64rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
    border: 0.02rem solid #E0E3E2;
    color: #333333;
    position: relative;
    text-align: center;
    margin-top:0.1rem;
}
    .nav-adbtns a.hot::after {
        position: absolute;
        content: ' ';
        width: 0.3rem;
        height: 0.3rem;
        left: 0;
        top: 0;
        background: url(https://images.shen88.cn/services/v3/hot.png) no-repeat;
        background-size: 100%;
    }
.flex {
    display: flex;
}
.flex-item{
    flex:1;
}
.section {
    background-color: #fff;
    margin-top: 0.2rem;
}
.xmdq_names li {
    display: inline-block;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}
.tool-result-panel .panel-hd {
    border-top: 1px solid #efefef
}

.tool-result-panel .panel-bd h3{
    font-size:0.28rem;
    position:relative;
    padding-left:0.15rem;
    margin: 0.15rem 0;
}
    .tool-result-panel .panel-bd h3:before {
        content: ' ';
        position: absolute;
        height: 0.2rem;
        width: 0.06rem;
        background-color: rgba(83, 107, 178, 1);
        border-radius: 2px;
        top: 0.125rem;
        left: 0;
    }
    .stars {
        margin-bottom: 10px;
    }

     .stars strong {
        color: rgba(83, 107, 178, 1);
        margin-right: 0.2rem;
    }

     .stars ul {
        list-style-type: none;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

     .stars li {
        display: inline-block;
        width: 0.44rem;
        vertical-align: text-bottom;
    }
.szfx-hd {
    display: flex;
    height: 0.36rem;
    line-height: 0.36rem;
    align-items: center;
    margin-bottom: 0.1rem;
}
.szfx-bd{
    padding-bottom:.3rem;
}
.szfx-hd_tit {
    position: relative;
    font-weight: bold;
    padding-left: .2rem;
    color: #333;
    margin: 0.1rem 0;
    flex:1;
}

    .szfx-hd_tit:before {
        content: ' ';
        position: absolute;
        height: 0.2rem;
        width: 0.06rem;
        background-color: rgba(83, 107, 178, 1);
        border-radius: 2px;
        top: 0.09rem;
        left: 0;
    }
.szfx-hd_ft a{
    font-size:0.24rem;
    font-weight:bold;
}
.panel {
    background-color: #fff;
}
    .panel+.panel{
        margin-top:0.2rem;
    }
    .panel-hd {
        display: flex;
        padding: 0.2rem 0.2rem 0.2rem 0.2rem;
    }
        .panel-hd h1, .panel-hd h2 {
            font-size: 0.4rem;
            font-weight: bold;
            color: #2d92d9;
            flex: 1;
            text-align: center;
        }
/*.panel-bd .panel-bd_cnt{
    padding-top:0.2rem;
}*/
.panel-bd_des {
    color: #999;
    padding: 0 0.2rem 0.2rem 0.2rem;
}
.panel-hd .panel-hd_title {
    position: relative;
    font-weight: bold;
    font-size: 0.32rem;
    padding-left: .2rem;
    color: #333;
}
.panel-hd_title_h1 {
    color: rgba(83, 107, 178, 1);
    font-weight: bold;
    font-size: 0.36rem;
   
    text-align:center;
    flex:1;
}
.block{
    width:100%;
    display:block;
}
.cell {
    display: flex;
    align-content: center;
    margin:0 0.2rem;
/*    padding: 0.2rem 0;*/
/*    border-bottom: 1px solid #efefef;*/
}
.cells > cell {
    margin-top: 0;
}
.cell-bd {
    flex: 1;
}

.cell-ft {
    margin-left: .2rem;
}
.btn {
    display: inline-block;
    background-color: #eee;
    color: #333;
    padding: 0 0.2rem;
    border-radius: 0.1rem;
    overflow: hidden;
    text-align: center;
    overflow:hidden;
    height:0.68rem;
    line-height:0.68rem;
}
.btn-sm {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size:0.24rem;
}
.btn-primary {
    color: #fff;
    background-color: #2d92d9;
}
.btn-secondary {
    background-color: #e2eafe;
}
.btn-danger {
    color: #fff;
    background-color: #f05959;
}
.btn-block{
    display:block;
}
.tip {
    margin-top: 5px;
    color: #999;
    font-size:0.24rem;
}.panel-hd .panel-hd_title:before {
        content: ' ';
        position: absolute;
        height: 0.26rem;
        width: 0.06rem;
        background-color: rgba(83, 107, 178, 1);
        border-radius: 2px;
        top: 0.11rem;
        left: 0;
    }
        .panel-hd .panel-hd_footer {
            flex: 1;
            text-align: right;
        }

            .panel-hd .panel-hd_footer a {
          /*      font-size: 0.24rem;*/
                color: rgba(83, 107, 178, 1);
                font-weight:bold;
            }
.panel-bd {
    /*padding:0rem .2rem .2rem .2rem;*/
}
    .panel-bd-box{
        margin:0 0.2rem;
    }
    .panel-bd .subtitle {
        font-size: 0.24rem;
        color: rgba(102, 102, 102, 1);
        margin: 0 0 0.2rem 0.2rem;
    }
        .panel-bd .subtitle:first-of-type {
            margin-top: 0;
        }
    .panel-bd.no-padding {
        padding: 0rem 0rem 0rem 0rem;
    }
.btn-group {
    display: flex;
  /*  justify-content: space-between;*/
    flex-wrap: wrap;
}
    .btn-group .btn {
        margin-bottom: 0.2rem;
        margin-left: 0.2rem;
    }
    .btn-group.item-2 .btn {
        width: 3.45rem;
    }
/*.panel-bd > .btn-group.item-2 .btn:nth-of-type(1), .panel-bd > .btn-group.item-2 .btn:nth-of-type(2){
    margin-top:0;
}
.panel-bd > .btn-group.item-3 .btn:nth-of-type(1), .panel-bd > .btn-group.item-3 .btn:nth-of-type(2), .panel-bd > .btn-group.item-3 .btn:nth-of-type(3) {
    margin-top: 0;
}
.panel-bd > .btn-group.item-4 .btn:nth-of-type(1), .panel-bd > .btn-group.item-4 .btn:nth-of-type(2), .panel-bd > .btn-group.item-4 .btn:nth-of-type(3), .panel-bd > .btn-group.item-4 .btn:nth-of-type(4) {
    margin-top: 0;
}*/
.btn-group.item-3 .btn {
    width: 2.23333rem;

}
    .btn-group.item-4 .btn, .btn-group.item-4 > .img {
        width: 1.625rem;
        margin-bottom: 0.2rem;
        margin-left: 0.2rem;
    }
    .btn-group.item-5 .btn {
        width: 1.26rem;
    }
    .btn-group.item-7 .btn {
        width: 0.8428rem;
    }

    table {
    }
    td, th{
    border: 2px solid #eee;
    padding: 0.1rem;
    text-align:center;
}
.yule-fold {
    position: relative;
    padding-bottom: 1rem !important;
}
.userinfo .table-bzpp tr td:first-of-type, .userinfo .table-bzpp tr .bg, .userinfo .table-bzpp tr .bg +td{
    width: 1.4rem;
}

.table-bzpp {
    width: 100%;
    border-collapse: collapse;
    position: relative;
}
    .table-bzpp + .table-bzpp{
        margin-top:0.3rem;
    }
    .table-bzpp td, .table-bzpp th {
        position: relative;
    }
 .table-sm {
     font-size:0.24rem;
     padding:0.04rem;
 }
    .table-bzpp th, .table-bzpp th,  .table-bzpp tr td:first-of-type, .table-bzpp .bg {
        color: #666;
        background-color: #fafafa;
        font-weight: bold;
        text-align: center ;
    }
.table-bzpp thead img {
    width: .45rem;
}
.text-align-left{
    text-align:left;
}
.text-align-center {
    text-align: center;
}
    .mt-20{
        margin-top:0.4rem;
    }
.mt-15 {
    margin-top: 0.3rem;
}
.mt-10 {
    margin-top: 0.2rem;
}
    .text-align-left td, .text-align-left th {
        text-align: left;
    }
    .font-size-12{
        font-size:.24rem;
    }
.no-bg-td1 tr td:first-of-type{
    background: none !important;
    font-weight:normal;
}
.tool-result-hd {
    border-radius: 0.1rem;
    background: #efefef;
    color: #333;
    font-weight: bold;
    font-size:0.32rem;
    width: 2.6rem;
    text-align: center;
    margin: 0.3rem auto;
    padding:0.1rem 0;
}
    .tool-result-hd + .tool-result-panel .panel-hd{
        border:none;
    }
    .table-bzpp td a {
        font-size: 0.24rem;
        color: rgba(83, 107, 178, 1);
        font-weight: bold;
    }
.table-bzpp .bottom-links{
    display:flex;
    justify-content:space-between;
}
    .table-bzpp td .wx {
        position: absolute;
        width: 0.4rem;
        height: 0.4rem;
        line-height: 0.4rem;
        border-radius: 0.2rem;
        text-align: center;
        right: 0.1rem;
        top: 0.04rem;
        font-size: .2rem;
        color: #fff;
    }
     .table-bzpp td .wx.wx-jin {
        background-color: rgba(209, 209, 0);
    }

     .table-bzpp td .wx.wx-mu {
        background-color: rgba(9, 173, 58);
    }

     .table-bzpp td .wx.wx-shui {
        background-color: rgba(27, 126, 224)
    }

     .table-bzpp td .wx.wx-huo {
        background-color: rgba(230, 0, 0);
    }

     .table-bzpp td .wx.wx-tu {
        background-color: rgba(119, 119, 119);
    }

.table-bzpp.font-size-12 td{
    padding:0.05rem;
}
.table-bzpp .tl-tag {
    position: absolute;
    top: -0.2rem;
    display: inline-block;
    width: 0.42rem;
    height: 0.42rem;
    line-height: 0.42rem;
    border-radius: 0.21rem;
    font-weight: bold;
    text-align: center;
    left:0;

}
.table-bzpp .tl-tag.ming{
    background-color: rgba(245, 159, 29, 0.3);
    color: rgba(240, 88, 0, 1);
}
    .table-bzpp .tl-tag.yun {
        background-color: rgba(252, 91, 91, 0.3);
        color: rgba(242, 36, 36, 1);
    }
    .table-bzpp .tl-tag.zhu {
        background-color: rgba(190, 174, 240, 0.3);
        color: rgba(137, 101, 220, 1);
    }

 .panel-bd p {
    line-height: 1.8;
    margin:0 0 0.1rem 0;
}
.panel-bd .re {
    padding:0.2rem;
}
.panel-bd .re-box {
    background: #f3f3f3;
    color: #333;
    padding: 0.2rem;
    border-radius: 0.1rem;
}
    .re .links a {
        margin: 0.2rem 0;
        color: rgba(83, 107, 178, 1);
        position: relative;
        padding-left: 0.3rem;
        text-align: left;
        display:block;
    }
.red {
    color:#f05959;
}
.tool-result-panel .re .links a:before {
    position: absolute;
    left: 0;
    top: 0.15rem;
    content: " ";
    height: 0.1rem;
    width: 0.1rem;
    border-radius: 0.05rem;
    background-color: rgba(83, 107, 178, 1);
}
.tool-result-panel .re .links a.hot:before {
    content: "🔥";
    left:-0.1rem;
    top:0;
    background:none;
}
    .text-line-1 {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }
.text-line-2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
p .btn-url {
    display: block;
    text-align: center;
    text-decoration: underline;
}
.panel-freeask .q {
    font-size:0.3rem;
}
    .panel-freeask .q span {
        color: rgba(83, 107, 178, 1);
        font-size:0.28rem;
    }

.panel-freeask .answer {
    margin-top: 0.3rem;
    display: flex;
}

.panel-freeask .answer-hd img{
    width:1rem;
    border-radius:.1rem;
}
    .panel-freeask .answer-hd .dname {
        text-align: center;
        font-size: 0.24rem;
        margin-top:0.05rem;
    }
.panel-freeask .msg {
    position: relative;
    flex: 1;
    background-color: #efefef;
    padding: 0.1rem;
    border-radius: 0.1rem;
    margin-left: 0.2rem;
}
    .panel-freeask .msg:before {
        content: "";
        position: absolute;
        top: 0.2rem;
        left: -0.12rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.12rem 0.2rem 0.12rem 0;
        border-color: transparent #efefef transparent transparent;
    }
.panel-freeask .pc {
    padding: 0.2rem  0 0.3rem 0;
}

.tabs {
    display: flex;
    align-items: center;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
/*    border-bottom: 2px solid #fafafa;*/
}
.tab {
    flex: 1;
    border-right: 2px solid #fff;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    color: rgba(83, 107, 178, 1);
}
    .tabs-sm .tab{
        font-size:0.2rem;
    }

.tab.active {
    background-color: #efefef;
    border-top-right-radius: .2rem;
    border-top-left-radius: .2rem;
    font-weight: bold;
}
.tabs-sm .tab.active {
    border-top-right-radius: .1rem;
    border-top-left-radius: .1rem;
}
.tab-content {
    display: none;
}
    .tab-content.active {
        display: block;
    }

.panel-freeask .pc .tab-content a {
    display: block;
    padding: .3rem 0 0 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    color: #000;
    min-height: initial;
    /* color: rgba(83, 107, 178, 1); */
}
.pc .tab-content a .badge {
    margin-right: .2rem;
    color: rgb(155, 155, 155);
    text-shadow: rgb(155, 155, 155)3px 4px 5px
}

.pc .tab-content a:first-of-type .badge {
    color: #437bfc;
    text-shadow: #437bfc 3px 4px 5px;
}

.pc .tab-content a:nth-of-type(2) .badge {
    color: rgb(249, 174, 151);
    text-shadow: rgb(249, 174, 151) 3px 4px 5px;
}

.pc .tab-content a:nth-of-type(3) .badge {
    color: rgb(255, 86, 252);
    text-shadow: rgb(255, 86, 252) 3px 4px 5px
}
.panel-mall .panel-bd{
    padding:0.2rem;
}
.panel-mall .cell {
    align-items: center;
    margin:0;
}
.panel-mall .cell .cell-hd {
    width: 0.8rem;
    border-radius: 0.4rem;
    margin-right: 0.2rem;
}
.panel-mall .tit {
    font-size: 0.30rem;
}
.panel-mall .bz {
    font-size: 0.24rem;
    color: #999;
    margin-top: 5px;
}
.panel-mall .sp {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
 
}
.panel-mall .sp-item {
    width: 2.2rem;
    color: #333;
}
    .panel-mall .sp-item .text {
        margin-top: 0.1rem;
        font-size:0.26rem;
    }
    .panel-mall .sp-item .tip {
        color: orange;
        font-size: 0.24rem;
        margin-top: 0.1rem;
        overflow: hidden;
    }
    .panel-mall .sp-item img{
        border-radius:0.1rem;
    }
    /*紫微排盘*/
    table {
        border-collapse: collapse;
    }

.table-zwmpxx{
    font-size:0.24rem;
}
.table-zwpp {
    font-size: .20rem;
}

    .table-zwpp td {
        padding: 0;
        width: 25%;
    }

    .table-zwpp .gong {
        padding: 0.04rem 0.04rem 0 0.04rem;
    }

    .table-zwpp .td-top {
        display: flex;
        height: 1.6rem;
    }

    .table-zwpp .td-middle {
        height: 0.6rem;
        text-align: center;
        color: #666;
    }

    .table-zwpp .td-bottom {
        display: flex;
        align-items: end;
        height: 0.9rem;
    }

    .table-zwpp .td-top .td-top-item {
        width: 0.21rem;
        display: block;
        text-align: center;
    }

.td-top-item .label {
    margin-top: 0.04rem;
}

.table-zwpp .td-bottom-left, .table-zwpp .td-bottom-center, .table-zwpp .td-bottom-right {
    flex: 1;
    text-align: center;
}

    .table-zwpp .td-bottom span, .table-zwpp .td-bottom-center strong {
        display: inline-block;
        width: 100%;
    }

    .table-zwpp .td-bottom-center strong {
        background-color: #efefef;
        border-top-left-radius: 0.1rem;
        border-top-right-radius: 0.1rem;
    }

.table-zwpp .gong.active .td-bottom-center strong {
    background-color: rgba(228, 219, 255, 1);
    color: rgba(120, 5, 199, 1);
}

.table-zwpp .td-bottom-center {
}

.table-zwpp .label {
    color: #fff;
    width: 0.21rem;
    height: 0.21rem;
    text-align: center;
    line-height: 0.21rem;
    display: inline-block;
    border-radius: 0.04rem;
    font-size: 0.16rem;
}

.table-zwpp .label-danger {
    background-color: #f05959;
}

.table-zwpp .label-success {
    background-color: #5cb85c;
}

.table-zwpp .label-primary {
    background-color: #428bca;
}

.table-zwpp .label-warning {
    background-color: rgba(255, 126, 6, 1);
}

.table-zwpp .gong.active {
    background-color: rgba(228, 219, 255, 0.5);
}

.table-zwpp .gong.active2 {
    background-color: rgba(246, 196, 255, 0.3) !important
}

.table-zwpp .canvas-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.color-primary {
    color: #428bca;
}

.orange {
    color: rgba(255, 126, 6, 1);
}

.success {
    color: #5cb85c;
}

.purple {
    color: rgba(120, 5, 199, 1);
}

.table-zwpp .td-info {
    position: relative;
    vertical-align: top;
    height: 100%;
}

.table-zwpp .info {
    padding: 0.1rem;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .8;
    box-sizing: border-box;
}

    .table-zwpp .info .cell {
        border: none;
        padding: 0;
        margin-top: 0;
        text-align: left;
    }

        .table-zwpp .info .cell:first-of-type {
            margin-top: 0;
        }

    .table-zwpp .info .cell-hd {
        margin-right: 0.2rem;
    }

    .table-zwpp .info .cell-bd {
        margin-right: 0;
    }

    .table-zwpp .info .bz {
        display: flex;
        justify-content: space-between;
        text-align: center;
    }

        .table-zwpp .info .bz div span {
            display: block;
        }

.sh {
    align-items: center;
    text-align: center;
    position: absolute;
    bottom: 0.1rem;
    left: 0.1rem;
    right: 0.1rem;
    justify-content: space-between;
}


    .sh .cell .cell-hd {
        color: #999;
        margin-right: 0.2rem;
    }

.table-zwdy {
    margin-top: 0.3rem;
    width: 100%;
}

    .table-zwdy td {
        padding: 0.04rem;
        text-align: center;
        font-size: 0.2rem;
    }

        .table-zwdy td.active {
            color: #fff;
            background-color: #5cb85c;
        }

    .table-zwdy tr:last-of-type .active {
        background-color: #428bca;
    }

/*紫微排盘结束*/

.fold-footer {
    position:absolute;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(239, 239, 239, 1));
    height: 60%;
    width:100%;
    bottom:0;
    display:flex;
    align-items:end;
    padding-bottom:0.3rem;
    justify-content:center;
}

    .fold-footer a {
        text-decoration:underline;
        display:block;
        text-align:center;
        flex:1;
        font-weight:bold;
    }

        .fold-footer a span {
            font-size: 0.24rem;
        }

/*nav*/
.top-menu-list {

    display: flex;
    flex-wrap: wrap;
    background-color: #fafafa;
    padding-bottom:0.1rem;

}
    .top-menu-list a {
        width: 1.26rem;
        height:0.4rem;
        line-height:0.4rem;
        color: #333333;
        position: relative;
        text-align: center;
        margin: 0.1rem 0 0 0.2rem;
        overflow:hidden;
    }

.bread-wrap {
    padding: 0.1rem 0.2rem 0.1rem 0.2rem;
    color: #999;
    font-size: 0.24rem;
    background-color: #fafafa;
    border-top: 1px solid #efefef;
}
    .bread-wrap +.panel{
        margin-top:0.2rem;
    }
    .bread-wrap a {
        color: #666;
    }

/*form*/
.form-box{
    background-color:#f3f3f3;
    border-radius:0.1rem;
    margin:0.2rem 0;
}
    .form-box h3{
        text-align:center;
        color:#333;

    }
        .form-box h3:before{
            content:initial !important;
        }
        .tool-form {
            padding: 0rem 0.2rem 0.2rem 0.2rem;
        }
.tool-form .form-line {
    display: flex;
    align-items: center;
    min-height:0.8rem;
 
}

.tool-form .form-label {
    word-break: break-word;
    width: 1.2rem;
    margin-right:0.2rem;
    color:#333;
}
.tool-form .form-input{
    flex:1;
}
    .tool-form .form-input label{
        margin-right:0.3rem;
    }

.form-input + .form-label{
    margin-left:0.3rem;
}

.tool-form select, .tool-form input {
    padding: 0.15rem 0.2rem;
    font-size: 0.28rem;
    color: #333;
    box-sizing: border-box;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 0.1rem;
    outline: none;
}


.tool-form input[type=submit] {
    color: #fff;
    background-color: #2d92d9;
    display: block;
    width:100%;
    padding: 0 0.2rem;
    border-radius: 0.1rem;
    overflow: hidden;
    text-align: center;
    height:0.68rem;
    line-height:0.68rem;
}
.panel-bd_cnt{
    padding: 0 0.2rem 0.2rem 0.2rem;
}
.panel-bd_cnt h3 {
    position: relative;
    font-weight: bold;
    font-size: 0.32rem;
    padding:0.2rem;
    color: #333;
}
    .panel-bd_cnt h3:before {
        content: ' ';
        position: absolute;
        height: 0.26rem;
        width: 0.06rem;
        background-color: rgba(83, 107, 178, 1);
        border-radius: 2px;
        top: 0.3rem;
        left: 0;
    }

.panel-bd_cnt  img{
    width:3.5rem;
    margin-left:0.3rem;
    float:right;
    border-radius:0.1rem;
}

/*article-related_list*/
.article-related_list .cell{
    padding:0.2rem 0 0.2rem 0;
    border-top:1px solid #efefef;
}
    .article-related_list .cell:first-of-type {
        padding-top: 0;
        border-top:none;
    }
    .article-related_list .cell-bd {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
.article-related_list a{
    color:#333;
}
.article-related_list .time,
.article-related_list .cell-ft {
    font-size: 0.24rem;
    color: #999;
}
.footer {
    overflow: hidden;
    padding: 0.2rem 0.2rem;
    margin-top: 0.3rem;
    text-align: center;
    color: #636363;
    font-size: 0.24rem;
}
.footer-info_links{
    text-align:left;
    border-bottom:1px solid #999;
    margin-bottom:0.1rem;
}
.footer a {
    color: #333;
    padding:0 0.1rem 0.2rem 0;
    display:inline-block;
    
}
hr {
    border: none;
    border-top: 1px solid #efefef;
    margin-top:0.2rem;
}

/*article*/
.article-detail {
    overflow: hidden;
    background-color: #fff;
    padding: 0.3rem 0.2rem 0.2rem 0.2rem;
}
.article-detail-title {
    font-size: 0.36rem;
    font-weight: 700;
    text-align: center;
}
.article-detail-source {
    color: #999;
    font-size: 0.24rem;
    margin: 0.2rem 0;
    text-align: center;
}
.article-detail-content {
    line-height: 2;
    border-top: 1px solid #f1f1f1;
    padding-top: 0.3rem;
    overflow: hidden;
    position: relative;
}
.content-fold {
    max-height: 100vh;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
}
    .content-fold.expanded {
        max-height: none;
        padding-bottom: 1rem;
    }
.fold-footer button {
    padding: 0.2rem 0.4rem;
    cursor: pointer;
    background: none;
    color: #2d92d9;
    font-size: 0.32rem;
    font-weight: bold;
}
.content-fold.expanded .fold-footer {
    background: none;
    height: initial;
}

.article-detail h4 {
    position: relative;
    font-weight: bold;
    font-size: 0.32rem;
    padding-left: .2rem;
    color: #333;
    margin: 0.1rem 0;
}

.article-detail h4:before {
    content: ' ';
    position: absolute;
    height: 0.25rem;
    width: 0.06rem;
    background-color: rgba(83, 107, 178, 1);
    border-radius: 2px;
    top: 0.21rem;
    left: 0;
}
.article-pre-next{
    border-bottom:1px solid #efefef;
    padding-bottom:0.2rem;
}
.article-pre-next ul {
    list-style: none;
}
    .article-pre-next ul li {
        color: #666;
        display: block;
        display: -webkit-box;
        margin-top: 0.2rem;
    }
            .article-pre-next ul li a {
                color: #666;
            }
.article-pro-wrap{
    background-color:#f3f3f3;
    padding:0.2rem;
    border-radius:0.1rem;
    margin-top:0.2rem;
}
.article-12sx{
    display:flex;
    flex-wrap:wrap;
}
.article-12sx a{
    width:1.01rem;
    margin-left:0.2rem;
    margin-bottom:0.2rem;
    color:#333;
}
    .article-12sx a img{
        width:100%;
        margin-bottom:0.1rem;
    }

.product-cell {
    display: flex;
    align-items: center;
    padding: 0.2rem;
    background-color: #fff;
    border-radius: 0.2rem;
}

    .product-cell .cell-hd {
        width: 1rem;
        margin-right: 0.1rem;
    }

    .product-cell .cell-bd .pname {
        color:#333;
        font-size:0.24rem;
    }
    .product-cell .btn {
        font-size: 0.24rem;
        height: 0.5rem;
        line-height: 0.5rem;
        background-color: #f05959;
        color:#fff;
    }


    .shname span {
        font-size: 0.2rem;
        margin-left: 0.1rem;
        color: #999;
    }
.shname img {
    width: 0.2rem;
}

/*lhl*/
.lhl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding:0.2rem;
}

.lgl_date {
    width: 100%;
    text-align: center;
    font-size: 19px;
}

.lhl_right {
    text-align: right;
}

.lhl_left, .lhl_right {
    width: 15%;
    text-align: center;
    font-size: 14px;
}

    .lhl_left p, .lhl_right p {
        line-height: 1.8;
    }

.lhl_center {
    flex: 1;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 18px;
}

.lhl_center_pre, .lhl_center_next {
    display: block;
    height: 30px;
    width: 30px;
}

.lhl_center_pre {
    background: url(https://images.shen88.cn/services/icon/btn_pre.png) no-repeat;
    background-size: 30px;
}

.lhl_center_next {
    background: url(https://images.shen88.cn/services/icon/btn_next.png) no-repeat;
    background-size: 30px;
}

.lhl_center_cnt {
    flex: 1;
}

.lhl_center_num {
    font-size: 80px;
    color: #d4473d;
    font-weight: 700;
}


.lhl_yj {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
}

.lhl_y, .lhl_j {
    background: #d4473d;
}

.lhl_j {
    background: #000;
}

.lhl_jxgj {
    border: 1px solid #efefef;
}

.lhl_cell {
    border-bottom: 1px solid #efefef;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 32px;
}

.lhl_cell_hd {
    width: 70px;
    margin-left: 10px;
}

.lhl_cell_bd {
    flex: 1;
    border-left: 1px solid #efefef;
    padding-left: 10px;
    min-height: 32px;
}

    .lhl_cell_bd .lhl_cell .lhl_cell_hd {
        width: 45px;
    }

        .lhl_cell_bd .lhl_cell .lhl_cell_hd .lhl_yj {
            font-size: 14px;
            width: 26px;
            height: 26px;
            border-radius: 13px;
            line-height: 26px;
        }

dd, dl, dt {
    padding: 0;
    margin: 0;
}



.lhl_jxgj dl {
    text-align: center;
}

.lhl_jxgj dt, .h6 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    color: #000;
    text-align: center;
}

.lhl_jxgj dd {
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    height: 30px;
}




.lhl_sc_text {
    width: 50px;
    text-align: center;
    line-height: 50px;
    writing-mode: vertical-rl;
    font-size: 18px;
    letter-spacing: 10px;
}

.lhl_month a {
    display:inline-block;
    width: 0.8rem;
    margin:0 0 0.2rem 0.2rem;
}
    .lhl_month a span{
        display:block;
        text-align:center;
        color:#333;
 
    }
        .lhl_month a span:last-of-type {
            color: #999;
            font-size: 0.2rem;
        }


.shouGongSet, .tongQian, .shuZiQiGua, .shiJianQiGua, .shangXiaGua {
    display: none;
}

    .tongQian .form-input {
        margin-top: 20px;
    }

    .tongQian img {
        width: 60px;
        margin-right: 10px;
    }

    .tongQian .form-line {
        display: block;
        text-align: center;
    }
