﻿html {
    font-size: 10px;
}

body {
    margin: 0 auto;
    font-family: PingFangSC-Regular;
    max-width: 680px;
    font-size: 1.6rem;
    background-color: #efefef;
    color: #333;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

img {
    border-radius: 0.5rem;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    color: #333;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p, button {
    padding: 0;
    margin: 0;
    border: none;
}

::-webkit-input-placeholder {
    color: #333;
}

:-moz-placeholder {
    color: #333;
    opacity: 1;
}

::-moz-placeholder {
    color: #333;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #333;
}

input, select {
    display: block;
    box-sizing: border-box;
    font-size: 1.6rem;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
    padding-left: 1rem;
    color: #333;
    height: 4rem;
    line-height: 4rem;
    margin-bottom: 1.8rem;
    outline: none;
}

textarea {
    display: block;
    border: 0;
    background: #eee;
    border-radius: 0.5rem;
    height: 8rem;
    padding: 3%;
    margin-bottom: 1rem;
    font-family: PingFangSC-Regular;
    outline: none;
    font-size: 1.6rem;
    box-sizing: border-box;
}

.width_100 {
    width: 100%;
}

.width_32 {
    width: 32%;
}

.width_47 {
    width: 47%;
}

.width_49 {
    width: 49%;
}

.width_30 {
    width: 30%;
}

.width_16 {
    width: 16%;
}

.width_60 {
    width: 60%;
}

.width_23 {
    width: 23%;
}

.border_left {
    padding-left: 1.2rem;
    border-left: 5px solid #2d92d9;
    height: 2rem;
}

.lhl-home {
    position: relative;
    background-color: #fff;
    margin-top: 1rem;
    padding: 1.25rem 0;
    overflow: hidden;
}

.lhl-today {
    position: absolute;
    left: -2rem;
    top: 1.5rem;
    z-index: 1;
    background-color: #ff9100;
    width: 9rem;
    height: 1.8rem;
    line-height: 1.8rem;
    overflow: hidden;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;
    transform: rotate(-45deg);
    text-align: center;
}

.lhl-info {
    position: relative;
    text-align: center;
    padding: 0 4.5rem;
}

.date {
    color: #999;
    font-size: 1.8rem;
}

.n-date {
    font-size: 1.8rem;
    line-height: 4rem;
    color: #666;
    padding: 0.5rem 0;
}

.gz-date {
    color: #666;
    line-height: 2;
}

.xz-sx {
    margin: 0.5rem 0 1rem 0;
}

    .xz-sx > span {
        display: inline-block;
        color: #666;
        margin: 0 0.4rem;
    }

.yiji-label {
    color: #999;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    margin: 1rem;
}

.yj-icon {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    box-shadow: inset 0 0 0.1rem #f85a5a;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-right: 0.4rem;
    vertical-align: middle;
    font-style: normal;
}

.yi-icon {
    background-color: #ff6262;
}

.ji-icon {
    background-color: #599861;
}

.yj-content {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    flex: 1;
    text-align: left;
    color: #666;
}

    .yj-content > a {
        color: #666;
    }

.lhl-link {
    position: absolute;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3.2rem;
    height: 3.2rem;
    text-align: center;
    display: block;
}

a.lhl-link::before {
    content: "";
    position: absolute;
    right: 1.2rem;
    top: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.32rem solid #999;
    border-right: 0.32rem solid #999;
    transform: rotate(45deg);
}

.public-box {
    background: #ffffff;
    margin-top: 1rem;
    margin: 1rem 0.2rem 0 0.2rem;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
}

    .public-box h1, .public-box h2 {
        color: #297eb9;
        text-align: center;
        padding: 1rem 0 2.5rem 0;
        font-size: 1.9rem;
        font-weight: 600;
    }

    .public-box .box-top-img {
        text-align: center;
        margin-bottom: 2rem;
    }

        .public-box .box-top-img img {
            max-width: 38rem;
        }

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.flex-row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: hidden;
}

.box-title {
    height: 2.5rem;
    line-height: 2.5rem;
    margin-top: 1rem;
    font-size: 1.8rem;
    font-weight: 600;
}

    .box-title h2 {
        font-size: 1.8rem !important;
        font-weight: 600 !important;
        color: #333 !important;
        padding: 0;
    }

.box-menu-list {
    margin-top: 1.5rem;
}

    .box-menu-list > a {
        height: 4rem;
        line-height: 4rem;
        text-align: center;
        overflow: hidden;
        font-size: 1.5rem;
        margin-bottom: 1.4rem;
        background-color: #f2f2f2;
        padding: 0 1%;
        border-radius: 0.5rem;
    }

.box-img-menu-list > a {
    text-align: center;
    overflow: hidden;
    width: 22.8%;
    border: 1px solid #ebebeb;
    background-color: #fcfaff;
    margin-bottom: 1.5rem;
    padding: 0.5rem 0.1rem;
    border-radius: 0.5rem;
}

    .box-img-menu-list > a img {
        width: 77%;
    }

    .box-img-menu-list > a span {
        font-size: 1rem;
        line-height: 1.5rem;
        display: block;
        color: #666;
        margin-bottom: 0.5rem;
    }

    .box-img-menu-list > a h3 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

.box-img2-menu-list > a {
    text-align: center;
    overflow: hidden;
    width: 31.5%;
    background-color: #fcfaff;
    margin-bottom: 1.5rem;
    padding: 0.5rem 0.2rem;
    border-radius: 0.5rem;
}

    .box-img2-menu-list > a img {
        width: 90%;
    }

.box-article-list {
    overflow: hidden;
    margin-top: 2rem;
}

    .box-article-list > a {
        position: relative;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        height: 4rem;
        line-height: 4rem;
        display: block;
        padding: 0 .5rem;
        font-size: 1.5rem;
    }

        .box-article-list > a::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ebebeb;
            height: 1px;
            -webkit-transform: scaleY(.5);
            -moz-transform: scaleY(.5);
            -ms-transform: scaleY(.5);
            -o-transform: scaleY(.5);
            transform: scaleY(.5);
        }

.text-title {
    font-size: 1.8rem;
    font-weight: 600;
}

.text-label {
    font-size: 1.3rem;
    color: #999;
    background-color: #eee;
    padding: 0 1rem;
    border-radius: 3rem;
}

.box-text-des {
    line-height: 2;
    background-color: #f8f8f8;
    padding: 1.5rem;
    border-radius: 0.5rem;
    color: #555;
    margin-top: 2rem;
    font-size: 1.5rem;
}

    .box-text-des h2 {
        text-align: left;
        color: #333;
        font-size: 1.8rem;
        padding: 0;
    }

.box-text-label {
    font-size: 1.3rem;
    color: #888;
    margin-top: 0;
    background: #fff;
    padding: 0 0.5rem 1rem 0.5rem;
}

.ask-box {
    font-size: 1.5rem;
    padding: 1rem 0.5rem;
    border-bottom: 1px solid #eee;
}

.box-result-title {
    border-left: 5px solid #2d92d9;
    font-size: 1.8rem;
    margin: 2rem 0;
    background: #F5F5F5;
    padding: 0.3rem 0 0.3rem 1rem;
}

.box-result-content select {
    width: 100%
}

.box-result-content p {
    margin: 0.6rem 0;
    line-height: 2;
}

.box-result-content table {
    font-size: 1.2rem;
    width: 100%;
    padding: 2rem 0;
}

    .box-result-content table tr {
        border-bottom: 1px solid #eee;
    }

    .box-result-content table td {
        text-align: center;
        border: none;
        padding: 0.2rem 0;
    }


.box-result-content .center {
    text-align: center;
}

.box-result-content > img {
    width: 100%;
}

.des-wrap img {
    width: 100%;
    margin-top: 1.5rem;
}

.des-wrap b {
    font-weight: normal;
}

.des-wrap h3 {
    font-weight: bold;
    font-size: 1.6rem;
}

.justify-space-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-left {
    justify-content: left;
}

.justify-space-around {
    justify-content: space-around;
}

.btn {
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    font-size: 1.6rem;
    color: #333;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    background: #e2eafe;
}

.btn-primary {
    background-color: #2d92d9;
    color: #fff !important;
}

.btn-secondary {
    background-color: #712cf9;
    color: #fff;
}

.btn-pay {
    width: 100%;
    background: #2d92d9;
    color: #fff;
    margin-top: 1rem;
}

.btn-wx {
    background-color: rgb(9, 187, 7);
    color: #fff;
}

.btn-ali {
    background-color: rgb(18, 150, 219);
    color: #fff;
}

.top-menu-list {
    background-color: #f8f8f8;
}

    .top-menu-list > a {
        width: 18%;
        padding: 0 1%;
        height: 3rem;
        line-height: 3rem;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
    }

        .top-menu-list > a:nth-child(5n) {
            border-right: none;
        }

.menu-list-control {
    color: #2d92d9;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 0.5rem;
    text-align: center;
}

.ask-icon {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    border-radius: 50%;
    background: #2d92d9;
    text-align: center;
    color: #fff;
    line-height: 2rem;
    margin-right: 0.5rem;
}

.layout-head {
    position: relative;
    overflow: hidden;
    height: 5rem;
    background-color: #2d92d9;
    display: flex;
}

.header-menu {
    flex: 1;
    text-align: right;
}

.header {
    align-items: center;
    padding-right: 10px;
    height: 5rem;
    background-color: #2d92d9;
    display: flex;
}

.header-menu a {
    color: #fff;
    margin-right: 15px;
}

.layout-head-logo {
    display: block;
    height: 5rem;
    margin-left: 0.6rem;
    width: auto;
}

.layout-head-account {
    position: absolute;
    right: 5rem;
}

    .layout-head-account img {
        width: 2.6rem;
        margin-top: 1.2rem;
    }

.layout-head-sitemap {
    position: absolute;
    right: 0.6rem;
}

    .layout-head-sitemap img {
        width: 3rem;
        margin-top: 1rem;
    }

.footer {
    overflow: hidden;
    padding: 1.4rem 0;
    border-top: 1px solid #d8d8d8;
    margin-top: 1rem;
    text-align: center;
    background-color: #dfdfdf;
    color: #636363;
}

.footer-nav {
    padding: 0 0.5rem;
}

    .footer-nav a {
        display: inline-block;
        color: #333;
        font-size: 1.3rem;
        height: 3rem;
        line-height: 3rem;
        width: 20%;
    }

.footer-info {
}

    .footer-info p {
        font-size: 1.4rem;
        padding: 0;
        margin: 0.4rem 0;
    }

    .footer-info .footer-info_links {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-align: left;
    }

        .footer-info .footer-info_links a {
            font-size: 1.4rem;
            margin-right: .8rem;
            line-height: 2;
            display: inline-block;
            color: #636363;
        }

.control {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-top: 0.6rem;
}

.bread-wrap {
    padding: 1rem 0 1rem 1rem;
    font-size: 1.3rem;
    color: #999;
    background-color: #f8f8f8;
}

    .bread-wrap a {
        color: #444;
        opacity: 0.8;
    }

.home-nav {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    background-color: #2d92d9;
    padding-bottom: 0.8rem;
}

    .home-nav > a {
        display: block;
        width: 16.66%;
        text-align: center;
        font-size: 1.8rem;
        line-height: 3.4rem;
        color: #fff;
    }

.retest-btn {
    padding: 0.2rem 0.8rem;
    color: #fff;
    background: #2d92d9;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 1rem;
    float: right;
    margin: 0.2rem 1rem 0 0;
}

.result-img {
    width: 100%;
}

.center {
    text-align: center;
}

/*.bazi-table {
    font-size: 1.4rem;
}

    .bazi-table td {
        border: none;
        height: 3rem;
        padding: 0.5rem 0;
    }

        .bazi-table td a {
            
        }
*/
.font-weight-bold {
    font-weight: 600;
}
/*
.bazi-table .label {
    padding: 0.1rem 0.3rem;
    color: #fff;
    border-radius: 0.3rem;
    font-size: 1.3rem;
}

.bazi-table .user-info {
    background-color: #ed948f;
    color: #fff;
}*/

.article-detail {
    overflow: hidden;
    background-color: #fff;
    padding: 2rem 1.5rem;
}

.article-detail-title {
    font-size: 2rem;
    line-height: 3.5rem;
    font-weight: 700;
    text-align: center;
}

.article-detail-source {
    color: #999;
    font-size: 1.5rem;
    margin: 0.5rem 0;
    text-align: center;
}

    .article-detail-source a {
        color: #999;
    }

.article-detail-tag {
    text-align: center;
    margin-bottom: 1.5rem;
}

    .article-detail-tag a {
        color: #2d92d9;
        font-size: 1.4rem;
        padding: 0 0.5rem;
        text-align: center;
        display: inline-block;
    }

.article-detail-content {
    line-height: 2;
    border-top: 1px solid #f1f1f1;
    padding-top: 1rem;
    overflow: hidden;
    font-size: 1.7rem;
    position: relative;
}

    .article-detail-content p {
        padding-bottom: 1.2rem;
    }

    .article-detail-content img {
        max-width: 100%;
        height: auto !important;
    }

.article-detail-control {
    position: relative;
    z-index: 9;
    padding: 0 0 2.5rem;
    margin-top: -22rem;
    text-align: center;
}

.article-pre-next ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .article-pre-next ul li {
        color: #999;
        display: block;
        margin-top: 10px;
    }

        .article-pre-next ul li a {
            color: #999;
        }

.article-zhuanti_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}

    .article-zhuanti_list ul li {
        display: inline-block;
        width: 11rem;
        height: 2.8rem;
        line-height: 2;
        text-align: center;
        border: 1px solid #2d92d9;
        color: #2d92d9;
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

        .article-zhuanti_list ul li a {
            color: #2d92d9;
            display: block;
        }

.control-mask {
    width: 100%;
    height: 20rem;
    background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#FFF));
    background: linear-gradient( 180deg,hsla(0,0%,100%,0),#fff);
}

.control-btn {
    background: #fff;
}

    .control-btn > span {
        color: #2d92d9;
        padding: 1rem 5rem;
        text-align: center;
        border: 1px solid #2d92d9;
        border-radius: 0.5rem;
        font-size: 1.7rem;
    }

.article-product-wrap {
    margin: 1rem 0;
}

    .article-product-wrap > a {
        border: 1px solid #eee;
        font-size: 1.4rem;
        width: 22%;
        overflow: hidden;
        display: block;
        height: 3rem;
        text-align: center;
        line-height: 3rem;
        margin-right: 2.3%;
        margin-bottom: 3%;
    }

.article-detail-content h4 {
    font-weight: bold;
}

.article-detail-relative a {
    display: block;
    color: #2d92d9
}

.article-detail-content p a {
    color: #2d92d9
}

.article-pro-wrap {
    margin: 20px 0;
    padding: 20px 10px;
    border: 1px solid rgb(175,122,91);
    border-radius: 5px;
}

.btn-primary-v4 {
    background-color: rgb(175,122,91);
    color: #fff !important
}

.box-result-content img {
    width: 100%;
}

.des-wrap .taglink {
    overflow: hidden;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
}

.video-detail video {
    width: 100%;
}

.btn-fix-bottom {
    position: fixed;
    width: 100%;
    z-index: 1;
    text-align: center;
    background-color: rgba(255,255,255,.5);
    max-width: 680px;
    bottom: 0;
    padding: 10px;
    box-sizing: border-box;
    height: 80px;
}

    .btn-fix-bottom button {
        padding: 1rem 0;
        background: none;
        color: #fff;
        font-size: 1.5rem;
    }

.box-fix-bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1;
    background: white;
    text-align: center;
    max-width: 680px;
}

    .box-fix-bottom a {
        float: left;
        text-align: center;
        width: 33.1%;
        height: 3rem;
        line-height: 3rem;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        font-size: 1.5rem;
        font-weight: bold;
    }

        .box-fix-bottom a:nth-child(3n) {
            border-right: none;
        }

        .box-fix-bottom a:nth-child(4), .box-fix-bottom a:nth-child(5), .box-fix-bottom a:nth-child(6) {
            border-bottom: none;
        }

.astro-hd-title {
    color: #333;
    /*  margin-top: 3rem;*/
}

    .astro-hd-title .astro-hd-img {
        position: relative;
        margin: 0 auto;
        width: 10rem;
        height: 10rem;
        background-color: #e1e1e1;
        border-radius: 50%;
    }

        .astro-hd-title .astro-hd-img > img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            width: 75% !important;
            display: block;
            width: 45%;
            float: initial;
            clear: right;
            height: auto;
            margin-top: 0 !important;
            margin-left: 0 !important;
        }



    .astro-hd-title > h3 {
        font-weight: 700;
        font-size: 2rem;
        line-height: 3rem;
        margin-top: 1rem;
    }

    .astro-hd-title > span {
        font-size: 1.4rem;
    }

.sx-hd-year {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

    .sx-hd-year > li {
        width: 33.33%;
        padding: 0 0.5rem;
        box-sizing: border-box;
        margin-bottom: 1rem;
        overflow: hidden;
        text-align: center;
    }

    .sx-hd-year li .word {
        display: block;
        height: 3.5rem;
        line-height: 3.5rem;
        background-color: #f9f9f9;
        border: 1px solid #ebebeb;
        border-radius: 0.5rem;
        font-size: 1.5rem;
    }

.sx-hd-info {
    overflow: hidden;
    border-radius: 0.5rem;
    border: 1px solid #ebebeb;
    display: flex;
    flex-wrap: wrap;
    background-color: #f9f9f9;
    border-right: none;
}

.sx-info-item {
    overflow: hidden;
    width: 50%;
    box-sizing: border-box;
    display: block;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
}

    .sx-info-item .tab {
        color: #999;
        height: 2rem;
        line-height: 2rem;
        overflow: hidden;
        font-size: 1.3rem;
    }

    .sx-info-item .con {
        height: 2rem;
        line-height: 2rem;
        overflow: hidden;
        font-size: 1.4rem;
    }

.product-public-box {
    background: #ffffff;
}

    .product-public-box img {
        border-radius: 0;
    }

.lock-btn {
    position: relative;
    display: block;
    color: #fff;
    font-weight: 700;
    background-color: #cc3725;
    width: 12rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 0.4rem;
    text-indent: 3.8rem;
    margin: 1rem auto 1rem;
}

    .lock-btn::before {
        content: "";
        position: absolute;
        left: 1.2rem;
        top: 24%;
        width: 2rem;
        height: 2rem;
        background: url("https://images.shen88.cn/services/zx/icon/lock.png")no-repeat;
        background-size: 100% auto;
    }

.product-item-wrap {
    padding: 0 2.5rem;
    margin-bottom: 2.5rem;
}

    .product-item-wrap p {
        margin: 1rem 0;
    }

.product_public_footer {
    text-align: center;
    color: #6c6c6c;
    padding: 1rem 0;
    font-size: 1rem;
}

.img_al {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.img_xin {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.product_pay_bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 5.5rem;
    line-height: 5.5rem;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    z-index: 39;
    max-width: 680px;
    background-color: rgba(0,0,0,.5);
    transform: translateX(-50%);
}

    .product_pay_bottom > span {
        height: 5.5rem;
        line-height: 5.5rem;
        font-size: 2rem;
        font-weight: 700;
        color: #fff;
        background: #cc3725;
        padding: 0.8rem 4rem;
        border-radius: 3rem;
    }

.product-link-btn {
    display: block;
    background-color: #2d92d9;
    color: #fff !important;
    font-size: 1.8rem;
    margin: 2rem 0;
    max-width: 680px;
}

.product-link-fix-btn {
    background: #f05959;
    color: #fff;
    font-size: 1.5rem;
    display: block;
}

.background-gray {
    background-color: gray;
}

.background-whitesmoke {
    background-color: whitesmoke;
}

.background-bisque {
    background-color: bisque;
}

.background-aliceblue {
    background-color: aliceblue
}

.background-white {
    background-color: white
}

.product-public-box .free-content {
    padding: 0 2rem 1rem 2rem
}

.return-link {
    padding: 1px 5px;
    background-color: #2d92d9;
    color: #fff;
    border-radius: 5px;
    font-size: 1.3rem;
    margin-right: 1rem;
    float: right;
}

.public-title-des {
    background: #eee;
    padding: 0.5rem 1rem;
    border-radius: 5px;
}

.label {
    padding: 0.1rem 0.3rem;
    color: #fff;
    border-radius: 0.3rem;
    font-size: 1.3rem;
}

.taohua-icon {
    width: 2.5rem;
    margin-right: 0.5rem;
}

.fixed-report {
    position: fixed;
    right: 0;
    bottom: 12%;
    z-index: 1;
    width: 2.7rem;
    height: 7.1rem;
}

    .fixed-report span {
        display: inline-block;
        width: 100%;
        height: 100%;
        background: url(https://images.shen88.cn/services/zx/icon/report.png) no-repeat;
        background-size: 100%;
    }

.app-vip {
    background: url(https://images.shen88.cn/services/zx/icon/vip.png) no-repeat;
    background-size: 4rem auto;
}

.tag-title-wrap {
    padding: 0 1rem;
    margin-bottom: 1.5rem;
}

    .tag-title-wrap > a {
        padding: 0.2rem 0;
        border-bottom: 2px solid #fff;
        font-weight: 600;
    }

        .tag-title-wrap > a.current {
            border-bottom-color: #2385ca;
            color: #2385ca;
            font-weight: 600;
        }

.bzpan-ui > p {
    padding: 0.5rem 0;
}

.img-block {
    width: 100%;
    display: block;
}

.xm-table-main {
    padding: 2.4rem 0;
    margin: 0.8rem;
    overflow: hidden;
}

.table-hd .flex-item {
    padding: 0 1.2rem;
    display: block;
}

.ge-box {
    width: 4.4rem;
    position: relative;
    text-align: center;
}

.ge-name {
    font-size: 1.6rem;
    color: #ff2d2d;
    height: 2.8rem;
}

.ge-value {
    font-size: 1.4rem;
    color: #4752d9;
    font-weight: 700;
}

.wuxing-label {
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    font-size: 1.2rem;
    text-align: center;
    top: 0rem;
    right: -1.5rem;
    color: #fff;
}

.jin {
    background-color: #d0b012;
}

.mu {
    background-color: #2eb515;
}

.shui {
    background-color: #19b6be;
}

.huo {
    background-color: #e74f06;
}

.tu {
    background-color: #a17615;
}

.num, .word {
    text-align: center;
}

.num {
    font-size: 1.4rem;
    color: #4752d9;
    font-weight: 700;
}

.word {
    font-size: 3.2rem;
    color: #333;
}

    .word .flex-item {
        height: 5rem;
        width: 5rem;
        text-align: center;
        border: 3px solid #eee;
    }

.line {
    margin: 5px 0;
}

.line-top {
    width: 30%;
    height: 10px;
    border-left: solid 3px #eee;
    border-top: solid 3px #eee;
    border-right: solid 3px #eee;
}

.line-bottom {
    height: 10px;
    border-left: solid 3px #eee;
    border-bottom: solid 3px #eee;
    border-right: solid 3px #eee;
    width: 100%;
}

.wuxing-label-big {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    font-size: 1.6rem;
    text-align: center;
    line-height: 3.5rem;
    color: #fff;
}

.public-tip-panel {
    position: relative;
    font-size: 1.4rem;
    color: #666666;
    padding: 2.5rem 1.7rem 1.2rem;
    background-color: #f4f9ff;
    border-radius: 0.5rem;
    margin: 2rem 0 1.5rem;
}

.tip-panel-title {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.6rem;
    text-align: center;
    background-color: #dde8f7;
    color: #333333;
    padding: 0.4rem 1.5rem;
    line-height: 2.2rem;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    font-weight: 600;
}

.tip-panel-des {
    margin-top: 1.5rem;
}

.xm-table {
    margin-top: 2rem;
    font-size: 1.3rem;
    text-align: center;
}

    .xm-table thead > tr {
        font-size: 1.4rem;
        font-weight: 600;
    }

    .xm-table .th-xm {
        width: 12%;
    }

    .xm-table .th-bh {
        width: 15%;
    }

.qm-words-wrap {
    height: 10rem;
    overflow: auto;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    background: #f4f9ff;
}

.width_21 {
    width: 21%;
}

.wg-table {
    margin-bottom: 2rem;
    font-size: 1.3rem;
    text-align: center;
}

    .wg-table .table-theaf-tr {
        font-weight: 600;
        font-size: 1.4rem;
    }

.xm-table tr td {
    border: none;
    height: 3rem;
    padding: 0.5rem 0;
}

.wg-table tr td {
    border: none;
    height: 3rem;
    padding: 0.5rem 0;
}

.zhanxing-table {
    margin-bottom: 1.5rem;
    padding: 1rem 0;
}

    .zhanxing-table tr td {
        border: none;
        height: 3rem;
        padding: 0.5rem 0;
        font-size: 1.3rem;
        text-align: center;
    }

.icon-service-list > a {
    text-align: center;
    margin-bottom: 1rem;
}

    .icon-service-list > a > p {
        margin: .5rem 0;
        font-size: 1.4rem;
        text-align: center;
        font-weight: 600;
    }

    .icon-service-list > a > img {
        width: 6rem;
        border-right: 1rem;
    }

.btn-service-list {
    margin-top: 1rem;
}

    .btn-service-list > a {
        font-size: 1.3rem;
    }

    .btn-service-list .app-vip {
        background-color: #e2eafe;
    }

.zixun_two {
    margin: 1rem;
    box-shadow: 0 0 5px #e2e2e2;
    padding: 1rem;
    border-radius: 10px;
    position: relative;
    width: 38%;
}

    .zixun_two img {
        width: 2.6rem;
        float: right;
    }

.zixun_border {
    border-left: 1px solid #437bfc;
    border-left-width: 0.4rem;
    padding-left: 0.6rem;
    padding-left: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.zixun_description {
    font-size: 1.2rem;
    color: #999;
}

.img-title {
    margin-bottom: 0.5rem;
}

.kd-list > a {
    width: 100%;
    padding: 0.8rem .5rem;
    color: #333;
    font-size: 1.5rem;
}

.info-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.query-radio {
    padding: 1rem;
    background: #eee;
    border-radius: 0.5rem;
    margin-top: 1.5rem;
}

    .query-radio > p {
        text-align: center;
    }

    .query-radio img {
        max-width: 100%;
        margin: 1rem 0;
    }

.agree-box {
    position: fixed;
    top: 45%;
    z-index: 99;
    padding: 0 1rem;
}

.box-wrap {
    background: #eee;
    padding: 1rem 2rem;
    border-radius: 10px;
}

    .box-wrap p {
        margin: 1.5rem 0;
    }

        .box-wrap p a {
            color: #2d92d9;
            text-decoration: underline;
        }

.agreeRadio {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 5px;
    margin-bottom: 0;
    line-height: 1.5rem;
}

.form-tab-wrap {
    border: 2px solid #f05959;
    border-radius: 0.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

    .form-tab-wrap form {
        padding: 1rem;
    }

.form-tab-title {
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 4.5rem;
    background-color: #fafafa;
}

    .form-tab-title .active {
        border-bottom: 2px solid #f05959;
        color: #f05959;
        font-size: 17px;
        font-weight: 700;
    }

.form-tab-des {
    font-size: 1.5rem;
    padding: 1rem;
    line-height: 1.6;
    color: #666;
}

.result-product {
    text-align: center;
    background: #e3eafe;
    padding: 2rem;
    margin-bottom: 1.5rem;
}

    .result-product img {
        width: 4rem !important;
        clear: right;
        float: none;
    }

    .result-product p {
        margin-top: 1rem;
        line-height: 1.6;
    }

    .result-product .product-link-btn {
        width: 80%;
        font-size: 1.5rem;
        height: 3rem;
        line-height: 3rem;
        display: inline-block;
        margin-bottom: 0;
        background: #f05959;
        color: #fff;
    }

@keyframes scaleDrew {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.05);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.05);
    }
}

/*.btn-transform, .btn-fix-bottom, .product-link-btn {
    animation: scaleDrew 2.5s ease-in-out infinite;
}*/

.article-detail-content h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 10px;
    border-left: 5px solid #4790d7;
    background: #eee;
    margin: 8px 0;
}

.flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
    .flex.items-center{
        align-items:center;
    }
    .flex-item {
        flex: 1;
    }

.ly-aricle-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 2rem;
}

.ly-aricle-list-item {
    display: flex;
    margin-bottom: 10px;
    border-top: 1px solid #efefef;
    padding-top: 10px;
}


.ly-aricle-list-item_thumb {
    width: 120px;
    margin-right: 10px;
}

.ly-aricle-list-item_cnt {
    flex: 1;
}

    .ly-aricle-list-item_cnt p:first-of-type {
        font-size: 1.8rem;
    }

        .ly-aricle-list-item_cnt p:first-of-type a {
            display: block;
        }

    .ly-aricle-list-item_cnt p:last-of-type {
        font-size: 1.4rem;
        color: #999;
        margin-top: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* 显示最多2行 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.ly-aricle-list-item > p {
    font-size: 1.6rem;
}

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 20px;
}

    .pagination li {
        display: inline-block;
        padding: 5px 10px;
        margin-right: 10px;
    }

    .pagination .active {
        background-color: #2d92d9;
        color: #fff;
    }

.des-wrap img:first-of-type {
    float: right;
    width: 45%;
    margin-left: 15px;
}

.bread {
    padding: 5px 10px;
    font-size: 1.3rem;
    color: #444;
    opacity: 0.8;
    background-color: #f8f8f8;
}

    .bread ul {
        margin: 0;
        list-style: none;
        padding: 0;
        display: inline-block;
    }

        .bread ul li {
            display: inline-block;
            margin-right: 10px;
            position: relative;
            height: 30px;
            line-height: 30px;
        }

            .bread ul li a {
                color: #444;
                opacity: 0.8;
            }

            .bread ul li:before {
                content: "/";
                position: absolute;
                width: 15px;
                text-align: center;
                right: -15px;
                top: 0;
                height: 30px;
                line-height: 30px;
                color: #999;
            }

            .bread ul li:last-of-type::before {
                content: none;
            }
/*lhl start*/
.mt-10 {
    margin-top: 10px !important;
}
.mm-10{
    margin-bottom:10px !important;
}
.pt-10 {
    padding-top: 10px;
}

.border-left {
    border-left: 1px solid #efefef;
}

.border-bottom {
    border-bottom: 1px solid #efefef;
}

.border-top {
    border-top: 1px solid #efefef;
}

.border {
    border: 1px solid #efefef;
}

.block {
    display: block;
    width: 100%;
}

.panel {
    background-color: #fff;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 15px 0;
}
.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;
}
.bread + .panel, .bread-wrap + .panel {
    margin-top: 10px;
}

.panel-hd {
    display: flex;
    padding: 0px 10px 15px 10px;
    box-sizing: border-box;
}

    .panel-hd h1, .panel-hd h2 {
        font-size: 2rem;
        font-weight: bold;
        color: #2d92d9;
        flex: 1;
        text-align: center;
    }

.panel-hd_title {
    flex: 1;
    font-size: 1.8rem;
    font-weight: 600;
    padding-left: 1.2rem;
    position:relative;
    /*border-left: 5px solid #2d92d9;*/
}
    .panel-hd_title:after {
        content: ' ';
        position: absolute;
        background-color: #2d92d9;
        width:4px;
        height:20px;
        left:0;
        top:4px;
        border-radius:5px;
    }

    .panel-hd_title_h1 {
        font-size: 1.8rem;
        text-align: center;
        color: #2d92d9;
        flex: 1;
    }

.panel-hd_footer {
}

.panel-bd {
    padding: 0 10px;
}

    .panel-bd + .panel-hd {
        margin-top: 20px;
    }

.panel-bd_des {
    font-size: 14px;
    text-align: center;
    color: #999;
    margin-bottom: 15px;
}

    .panel-bd_des small {
        font-size: 14px;
    }

.lhl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.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;
}

.form-line {
    text-align: center;
}

    .form-line li select {
        display: inline-block;
        margin: 5px;
    }

    .form-line select, .form-line input {
        color: #3e4144;
        font-size: 14px;
        line-height: 26px;
        padding: 2px;
        height: 34px;
        display: inline-block;
        margin: 0;
    }

        .form-line input[type="submit"], .form-line input[type="button"] {
            display: inline-block;
            background-color: #2d92d9;
            color: #fff;
            padding: 0 10px;
            font-size: 16px;
            height: 40px;
            line-height: 40px;
        }

.lhl_month ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

    .lhl_month ul li {
        text-align: center;
        padding: 10px;
        font-size: 16px;
    }

.panel-bd.tool_des p {
    line-height: 2;
    font-size: 16px;
}

.panel-bd.tool_des img {
    float: right;
    width: 45%;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;
}

.panel-bd_form + .panel-bd_cnt {
    margin-top: 10px;
}

.panel-bd.tool_des + .panel-bd_cnt {
    margin-top: 20px;
}

.panel-bd_cnt h3 {
/*    border-left: 5px solid #2d92d9;*/
    padding-left: 15px;
    line-height: 30px;
    font-size: 1.6rem;
    font-weight: bold;
    /*    background-color: #F5F5F5;*/
    margin: 8px 0;
    position:relative;
}
    .panel-bd_cnt h3:after {
        content:' ';
        position: absolute;
        height: 18px;
        top: 6px;
        left: 0;
        background-color: #2d92d9;
        width:4px;
        border-radius:5px;
    }
    .panel-bd_cnt img {
        width: 45%;
        float: right;
        height: auto;
        margin-top: 10px;
        margin-left: 10px;
    }

.panel-bd_cnt p {
    line-height: 1.8;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.panel-bd_cnt a {
    color: #2d92d9;
}

.panel-bd_cnt table {
    margin-bottom: 10px;
}

.panel-bd_cnt .update_date {
    font-size: 1.2rem;
    color: #999999;
}


.panel-bd_links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
}
    .panel-bd_links li {
        overflow: hidden;
    }
    .panel-bd_links a {
       
        padding: 0 5px;
    }
    .panel-bd_links.item-2 {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px;
    }
    .panel-bd_links.item-3 {
        grid-template-columns: repeat(3,1fr);
        grid-gap: 10px;
    }
.panel-bd_cnt .panel-bd_links {
    margin-bottom: 15px;
}

.panel-bd_cnt a.btn {
    color: #333;
}

.panel-bd_cnt .bzpan-ui a {
    color: #333;
}

.panel-bd_links li {
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

    .panel-bd_links li a {
        display: block;
    }
/*lhl end*/
h2.public-box_title {
    padding: 0;
    color: #333;
    text-align: left;
    padding-left: 9px;
    border-left: 4px solid #297eb9;
    font-size: 1.8rem;
}

.correl ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

    .correl ul li {
        padding: 5px 0;
        text-align: center;
        font-size: 1.4rem;
    }

.content-fold {
    max-height: 100vh; /* 初始高度为视口高度 */
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
}

    .content-fold.expanded {
        max-height: none; /* 展开后不限制高度 */
        padding-bottom: 40px;
    }

        .content-fold.expanded .fold-footer {
            background: none;
            height: initial;
        }

.fold-footer {
    height: 200px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1)); /* 渐变背景 */
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end; /* 将按钮放置在底部 */
}

    .fold-footer button {
        padding: 10px 20px;
        cursor: pointer;
        background: none; /* 去掉按钮背景色 */
        color: #2d92d9;
        font-size: 1.6rem;
        font-weight: bold;
    }


.text-align-left {
    text-align: left;
}

ul.cells {
    padding: 0;
    list-style: none;
    display: block;
}

    ul.cells li {
        display: block;
        border-bottom: 1px solid #efefef;
        padding: 10px 0;
    }

/*    紫薇排盘开始*/

.table-ziwei {
    width: 100%;
    font-size: 1.4rem;
}

    .table-ziwei .td-4 {
        position: relative;
        width: 25%;
        height: 10rem;
        vertical-align: top;
    }

    .table-ziwei .td-top {
        position: absolute;
        top: 0.2rem;
        width: 100%;
    }

    .red, .table-ziwei .red {
        color: #f05959 !important;
    }

.orange {
    color: orange;
}

.purple {
    color: purple;
}


.table-ziwei .td-right {
    position: absolute;
    right: 10px;
}

.table-ziwei .td-bottom {
    position: absolute;
    bottom: 0.2rem;
    width: 100%;
}

.table-ziwei .td-left {
    position: relative;
    float: left;
}

table, td {
    border: 0.1px solid #bbb;
}

.green, .table-ziwei .green {
    color: green;
}

.gray, .table-ziwei .gray {
    color: gray;
}

.blue, .table-ziwei .blue {
    color: #2d92d9;
}

.primary-btn {
    background-color: #2d92d9;
    color: #fff;
}

.table-ziwei .ui > p {
    padding: 0.5rem
}

.table-ziwei .ui a.btn {
    font-size: 1.4rem;
}

.table-ziweids, .table-ziweidy {
    width: 100%;
    font-size: 1rem;
}

    .table-ziweids .td-4 {
        position: relative;
        width: 25%;
        height: 15rem;
        vertical-align: top;
    }

    .table-ziweids .td-top {
        width: 100%;
        /*    height: 7.5rem;*/
        overflow: hidden;
    }

    .table-ziweids .td-top-item {
        transform: scale(0.8);
        font-size: 1rem;
        width: 12%;
        height: 7.5rem;
        float: left;
        margin-top: -0.5rem;
    }

.label-primary {
    color: #fff;
    background-color: #428bca;
}

.table-ziweids .td-middle {
    transform: scale(0.7);
    width: 100%;
    height: 2.5rem;
    color: lightslategray;
    text-align: center;
}

.table-ziwei .btn {
    background: none;
    padding: 5px 10px;
}

    .table-ziwei .btn.btn-primary {
        background-color: #2d92d9;
        color: #fff;
    }

.table-ziweids .td-bottom-left {
    width: 32.5%;
    height: 5rem;
    float: left;
    font-size: 1rem;
    margin-bottom: -0.5rem;
    transform: scale(0.9);
    color: gray;
    overflow: hidden;
}

.table-ziweids .td-bottom-center {
    width: 35%;
    height: 5rem;
    float: left;
    font-size: 1rem;
    margin-bottom: -0.5rem;
    text-align: center;
    transform: scale(0.9);
    overflow: hidden;
}

.table-ziweids .td-bottom-right {
    width: 32.5%;
    height: 5rem;
    float: left;
    font-size: 1rem;
    margin-bottom: -0.5rem;
    text-align: right;
    transform: scale(0.9);
    overflow: hidden;
}

.label-danger {
    color: #fff;
    background-color: #d9534f;
}

.label-success {
    color: #fff;
    background-color: #5cb85c;
}

.label-warning {
    color: #fff;
    background-color: #f0ad4e;
}

.label-default {
    color: #fff;
    background-color: #777;
}

.table-ziweids .td-2 {
    width: 25%;
    height: 30rem;
    font-size: 1rem;
    text-align: center;
}

table {
    border-collapse: collapse; /* 合并边框 */
    font-size: 1.4rem;
    box-sizing: border-box;
}

th, td {
    border: 1px solid #efefef;
    padding: 8px; /* 添加一些内边距，使单元格内容不紧贴边框 */
    padding: 5px 5px;
    text-align: center;
    box-sizing: border-box;
}

table th a, table td a {
    color: #7c7ced;
}

table tr td p {
    font-size: 1.4rem !important;
}

.text-align-center {
    text-align: center;
}

.btn-icon-ms {
    background-image: url(https://images.shen88.cn/services/icon/btn_icon_ms.png);
    background-repeat: no-repeat;
    background-size: 4rem auto;
}

.btn-icon-cs {
    background-image: url(https://images.shen88.cn/services/icon/btn_icon_cs.png);
    background-repeat: no-repeat;
    background-size: 4rem auto;
}

.btn-block {
    display: block;
    width: 100%;
}

.validation-summary-errors {
    flex: 1;
}

    .validation-summary-valid ul,
    .validation-summary-errors ul {
        list-style: none;
        text-align: center;
        padding: 0;
    }

        .validation-summary-errors ul li {
            display: inline-block;
            color: red;
        }


/*cells*/
.cells {
}

    .cells .cell:first-of-type {
        padding-top: 0;
    }

.cell {
    display: flex;
    align-content: center;
    vertical-align: central;
    padding: 15px 0px;
    border-bottom: 1px solid #efefef;
}

.cells .cell-hd {
    width: 80px;
    margin-right: 10px;
}

    .cells .cell-hd.cell-hd_lq {
        width: 120px;
    }

.cell-bd {
    flex: 1;
    box-sizing: border-box;
    margin-right: 10px;
}

.cell-ft {
}

    .cell-ft .btn {
        padding: 5px 15px;
    }

.top-menu-fix {
    background: #fff;
    padding-top: 1rem;
    position: fixed;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #eee;
    max-width: 680px;
    z-index: 9999;
}

    .top-menu-fix a {
        width: 22%
    }

.article-top-menu a {
    width: initial;
}

.article-related_list .cell {
    padding: 1rem 0;
}

.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 .cell-ft {
    font-size: 1.2rem;
    color: #999;
}

.xmdq_names {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

    .xmdq_names li {
        display: inline-block;
        padding: 10px 2px;
        font-weight: bold;
        font-size: 1.6rem;
    }

        .xmdq_names li a {
            color: #333;
        }

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.tool-panel {
    background-color: #e0e5e8;
    margin: 0 1.5rem 1.5rem 1.5rem;
    padding: 3rem 1.5rem 4rem 1.5rem;
    border-radius: .5rem;
    position: relative;
    color: #000;
}

.tool-panel_dec {
    position: absolute;
    background-size: 100% 100%;
    width: 3rem;
    height: 3rem;
    background-image: url("https://images.shen88.cn/services/images/tool/tool-panel_bk.png");
}

    .tool-panel_dec.lt {
        left: .5rem;
        top: .5rem;
    }

    .tool-panel_dec.lb {
        left: .5rem;
        bottom: .5rem;
        transform-origin: center;
        transform: rotate(270deg);
    }

    .tool-panel_dec.rt {
        right: .5rem;
        top: .5rem;
        transform-origin: center;
        transform: rotate(90deg)
    }

    .tool-panel_dec.rb {
        right: .5rem;
        bottom: .5rem;
        transform: rotate(180deg)
    }

.tool-panel_tit {
    width: 24rem;
    margin: 0 auto;
    height: 4.32rem;
    background-size: 100% 100%;
    margin-bottom: 1.5rem;
}

    .tool-panel_tit.BaziPaipan {
        background-image: url("https://images.shen88.cn/services/images/tool/BaziPaipan.png");
    }

    .tool-panel_tit.BaziTable {
        background-image: url("https://images.shen88.cn/services/images/tool/BaziTable.png");
    }

    .tool-panel_tit.BaziWuhang {
        background-image: url("https://images.shen88.cn/services/images/tool/BaziWuhang.png");
    }

    .tool-panel_tit.BaziChenggu {
        background-image: url("https://images.shen88.cn/services/images/tool/BaziChenggu.png");
    }

    .tool-panel_tit.BaziShizhu {
        background-image: url("https://images.shen88.cn/services/images/tool/BaziShizhu.png");
    }

    .tool-panel_tit.BaziLiunian {
        background-image: url("https://images.shen88.cn/services/images/tool/BaziLiunian.png");
    }

    .tool-panel_tit.BaziRizhu {
        background-image: url("https://images.shen88.cn/services/images/tool/BaziRizhu.png");
    }

    .tool-panel_tit.BaziDayun {
        background-image: url("https://images.shen88.cn/services/images/tool/BaziDayun.png");
    }

    .tool-panel_tit.BaziGueiguzi {
        background-image: url("https://images.shen88.cn/services/images/tool/BaziGueiguzi.png");
    }

    .tool-panel_tit.bzsm {
        background-image: url("https://images.shen88.cn/services/images/tool/bzsm.png");
    }

.tool-from_V4 input[type=submit] {
    background-color: #af7a5b;
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    width: 24rem;
    margin: 0 auto;
    height: 3.6rem;
    line-height: 1.8;
}

.form-group-btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

    .form-group-btns a, .form-group-btns input[type=submit] {
        width: 48%;
        margin: 0;
        background-color: #af7a5b;
        font-weight: 400;
        font-size: 1.8rem;
        letter-spacing: 0.2rem;
        height: 3.6rem;
        line-height: 1.8;
    }
.tool-form .form-warning {
    margin: 15px 0;
    font-size: 14px;
    color: #f05959;
}
.tool-form .form-inline {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

/*    .tool-from .form-inline label {
        width: 60px;
    }*/

    .tool-form .form-inline input {
        flex: 1;
        margin-bottom: 0;
    }

.tool-panel-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 1.5rem;
    padding-bottom: 0.4rem;
}

.tool-panel-btn {
    width: 10rem;
    margin-top: 1rem;
    height: 2.8rem;
    line-height: 2;
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 1px solid rgb(150,169,184);
    border-radius: 0.5rem;
    font-size: 1.4rem;
    background-color: rgb(150,169,184);
}

.tool-panel .wen_tit {
    font-weight: bold;
    line-height: 2;
}

.tool-panel .wen_cnt {
    line-height: 1.8;
}

.tool-panel .icon-wen {
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
    vertical-align: text-bottom;
}
.lhl_rilibiao ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .lhl_rilibiao ul li {
        display: inline-block;
        line-height: 1.8;
        margin-bottom: 5px;
    }

        .lhl_rilibiao ul li a {
            display: block;
            padding: 0 15px;
            text-align: center;
        }

            .lhl_rilibiao ul li a span {
                display: block;
            }

                .lhl_rilibiao ul li a span:first-of-type {
                    font-weight: bold;
                    font-size: 18px;
                }

                .lhl_rilibiao ul li a span:last-of-type {
                    font-size: 12px;
                    color: #999;
                }
.article-12sx {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
}

    .article-12sx a {
        font-size: 14px;
    }

    .article-12sx img {
        width: 40px;
        padding: 5px;
        border: 1px solid #efefef;
        border-radius: 25px;
    }

    .article-12sx a {
        margin-bottom: 10px;
    }

        .article-12sx a span {
            margin-top: 5px;
            display: block;
        }


.v3 .top-menu-list {
    background-color: #fff;
    padding: 5px 10px 10px 10px;
}
.v3 .btn-url {
    color: rgba(83, 107, 178, 1);
}
.v3 p .btn-url {
    display: block;
 
    text-align: center;
    text-decoration: underline;
}
    .v3 .top-menu-list a {
        width: 20.33%;
        border-radius: 5px;
        border: 1px solid rgba(235, 235, 235, 1);
        margin-top: 5px;
        color: rgba(51, 51, 51, 1);
        position: relative;
        font-size:16px;
    }

        .v3 .top-menu-list a.hot::after {
            position: absolute;
            content: ' ';
            width: 15px;
            height: 15px;
            left: 0;
            top: 0;
            background: url(https://images.shen88.cn/services/v3/hot.png) no-repeat;
            background-size: 100%;
        }

.v3 .section {
    margin-top: 10px;
    background-color: #fff;
    /*padding: 20px 15px;*/
}

  /*  .v3 .section .panel {
        border-radius: 5.64px;
        background: rgba(220, 231, 247, 1);
    }*/

        .v3  .panel .panel-hd_title_h1 {
            color: rgba(83, 107, 178, 1);
            font-weight: bold;
            font-size: 18px;
        }
.v3 .tool-result-panel .panel-hd{
    padding:0;
    padding:0 10px;
}
.v3 .tool-result .tool-result-panel .panel-hd_title:after {
    content: initial !important;
}

        .v3 .tool-result .tool-result-panel  {
            padding: 10px 0 0px 0;
            border-top: 1px solid #efefef;
        }
.v3 .tool-result-hd +  .tool-result-panel  {
    border: 0;
    padding: 0;
}

            .v3 .tool-result .tool-result-panel .panel-hd .panel-hd_title {
                position: relative;
                border: none;
                flex: none;
                font-weight: 400;
                font-size: 18px;
                padding-left: 10px;
                /*                color: rgba(83, 107, 178, 1);*/
                color: #333;
                /*                font-weight: bold;*/
            }
                .v3 .panel-hd .panel-hd_title:before {
                    content: ' ';
                    position: absolute;
                    height: 16px;
                    width: 4px;
                    background-color: rgba(83, 107, 178, 1);
                    border-radius:2px;
                    top:6px;
                    left:0;
                }
                    .v3 .panel-hd .panel-hd_title:after{
                        content:none;
                    }

                    .v3 .tool-result .tool-result-panel .panel-hd .panel-hd_footer {
                        flex: 1;
                        text-align: right;
                    }

                .v3 .tool-result .tool-result-panel .panel-hd .panel-hd_footer a, .v3 .btn-sm {
                    height: 24px;
                    line-height: 24px;
                    display: inline-block;
                    background:none !important;
                    color: rgba(83, 107, 178, 1);
                    font-size: 12px;
                    margin-bottom: 0;
                }
                    .v3 .btn-sm + .btn-sm {
                        margin-left: 10px;
                    }
                    .v3  .no-margin .btn-sm + .btn-sm {
                        margin-left: 0;
                    }
                    .v3 .tool-result .tool-result-panel .panel-hd .panel-hd_footer a.red, .v3 .btn-sm.btn-red {
                        background-color: rgba(240, 129, 129, 1);
                        color: #fff !important;
                    }

                    .v3 .tool-result .tool-result-panel .panel-hd .panel-hd_footer a.yellow {
                        background-color: rgba(230, 169, 119, 1);
                        color:#fff;
                    }
.v3 .btn-primary {
    background-color: none;
    color: rgba(83, 107, 178, 1) !important;
    font-weight:bold;
}
                    .v3 .tool-result .tool-result-panel .panel-bd {
                        margin-top: 10px;
                        padding-bottom: 15px;
                        padding:0 10px;
                    }

            .v3 .tool-result .tool-result-panel .panel-bd p {
                line-height: 1.8;
                margin-bottom: 5px;
            }
  
          

         




.v3 .tool-result-panel.userinfo {
    border:none;
}
.v3 .tool-result .tool-result-hd {
    border-radius: 5px;
    background: #fafafa;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    width: 130px;
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
    margin-bottom: 25px;
}

        .v3 .tool-result .tool-result-hd:before {
            content: ' ';
            position: absolute;
            left: -90px;
            top: 13px;
            width: 80px;
            height: 0px;
            opacity: 1;
            transform: rotate(180deg);
            border: 1px solid #fafafa;
        }

        .v3 .tool-result .tool-result-hd:after {
            content: ' ';
            position: absolute;
            right: -90px;
            top: 13px;
            width: 80px;
            height: 0px;
            opacity: 1;
            transform: rotate(180deg);
            border: 1px solid #fafafa;
        }

    .v3 .tool-result .table-bzpp {
        width: 100%;
        border: 1px solid rgba(187, 209, 242, 1);
        border-collapse: collapse;
        font-size: 16px;
        position:relative;
    }

        .v3 .tool-result .table-bzpp th, .v3 .tool-result .table-bzpp th, .v3 .tool-result .table-bzpp tr td:first-of-type, .table-bzpp .bg {
            color: #666;
            background-color: #fafafa;
            font-weight: bold;
            text-align: center !important;
        }
.v3 .tool-result .bottom-links {
    display:flex;

}
    .v3 .tool-result .bottom-links a{
        flex:1;
    }
    .v3 .tool-result .table-bzpp td, .v3 .tool-result .table-bzpp th {
        border: 2px solid #eee;
        position: relative;
    }

        .v3 .tool-result .table-bzpp thead {
            background-color: #fafafa;
        }

            .v3 .tool-result .table-bzpp thead img {
                width: 26px;
            }

        .v3 .tool-result .table-bzpp td .wx {
            position: absolute;
            width: 20px;
            height: 20px;
            line-height: 20px;
            border-radius: 10px;
            text-align: center;
            right: 5px;
            top: 2px;
            font-size: 12px;
            color: #fff;
        }

        .v3 .tool-result .table-bzpp.no-td-strong tr td:first-of-type {
            font-weight: initial;
            background: none;
            color: #000;
        }

        .v3 .tool-result .table-bzpp td .wx.wx-jin {
            background-color: rgba(209, 209, 0, 1);
        }

        .v3 .tool-result .table-bzpp td .wx.wx-mu {
            background-color: rgba(9, 173, 58, 1);
        }

        .v3 .tool-result .table-bzpp td .wx.wx-shui {
            background-color: rgba(27, 126, 224, 1)
        }

        .v3 .tool-result .table-bzpp td .wx.wx-huo {
            background-color: rgba(230, 0, 0, 1);
        }

        .v3 .tool-result .table-bzpp td .wx.wx-tu {
            background-color: rgba(119, 119, 119, 1);
        }

        .v3 .tool-result .table-bzpp.text-align-left td {
            text-align: left;
        }

        .v3 .tool-result .table-bzpp.table-dy1 thead, .v3 .tool-result .table-bzpp.table-dy1 thead th {
            background: none;
        }

        .v3 .tool-result .table-bzpp.table-dy1 th {
            text-align: left;
            font-size: 16px;
        }

        .v3 .tool-result .table-bzpp.table-dy1 {
            font-size: 12px;
        }

            .v3 .tool-result .table-bzpp.table-dy1 tr td strong {
                color: rgba(83, 107, 178, 1);
            }

            .v3 .tool-result .table-bzpp.table-dy1 tr td:first-of-type {
                color: #000;
                font-weight: inherit;
            }
                .v3 .tool-result .table-bzpp.table-dy1.bg-none tr td:first-of-type{
                   background:none !important;
                }
                .mt-5 {
                    margin-top: 5px;
                }

.mt-25 {
    margin-top: 25px;
}

.mt-20 {
    margin-top: 20px;
}

.v3 .follow .flex-item {
    padding: 0 5px;
}

.v3 .follow a {
    display: block;
    background-color: rgba(198, 217, 245, 1);
    color: rgba(212, 94, 11, 1);
    height: 30px;
    line-height: 30px;
}

.v3 .panel-hd_title {
    color: rgba(83, 107, 178, 1);
    font-size: 18px;
    font-weight: bold;
    border-color: rgba(83, 107, 178, 1);
}

.v3 .panel-hd_footer a {
/*    height: 24px;
    line-height: 24px;
    display: inline-block;
    padding: 0 8px;
    background-color: none;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;*/
    color: rgba(83, 107, 178, 1) !important;
    font-weight: bold;
    font-size:12px;
}

.v3 .panel-bd .subtitle {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    padding-bottom: 10px;
}

.v3 .panel-bd .btn-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .v3 .panel-bd .btn-group.item-3 .btn {
        width: 32%;
    }

.v3 .panel-bd .btn {
    background-color: #eee;
    color: #333;
    padding: 5px 10px;
    box-sizing: border-box;
    height:initial;
    line-height:initial;
}

.v3 .panel-bd .btn-group.item-4 .img {
    width: 23%;
}

.v3 .panel-hd_footer a.color-blue {
    background-color: rgba(151, 174, 252, 1);
    
}
.v3 .panel-hd_footer a.color-blue2 {
    background-color: rgba(64, 149, 251, 1);
}
.v3 .links a {
    color: rgba(83, 107, 178, 1);
}
.v3 .links{
    display:flex;
    justify-content:space-between;
}
.v3 .tip {
    margin-top: 5px;
/*    color: rgba(83, 107, 178, 1);*/
color:#999;
    font-size:14px;
}
.header {
}

    .header div {
        flex: 1;
        text-align: right;
    }

        .header div a {
            color: #fff;
        }

            .header div a img {
                width: 26px;
            }

.tabs {
    display: flex;
    align-items: center;
 
/*    background-color: rgba(220, 231, 247, 1);*/
}

.tab {
    flex: 1;
    text-align: center;
}

.tab-content {
    display: none;
}

    .tab-content.active {
        display: block;
    }

 .tabs {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 2px solid #fafafa;
}



 .tab {
    border-right: 2px solid #fff;
    height: 35px;
    line-height: 35px;
/*    font-size: 18px;*/
    color: rgba(83, 107, 178, 1);
}

   .tab.active {
        background-color: #efefef;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        font-weight:bold;
    }


.szfx-hd {
    display: flex;
    height: 18px;
    line-height: 18px;
    align-items: center;
    margin-bottom:10px;
}

.szfx-hd_tit {
    border-left: 4px solid rgba(83, 107, 178, 1);
    color: rgba(83, 107, 178, 1);
    font-size: 16px;
    flex: 1;
    padding-left: 5px;
    font-weight: bold;
}

.szfx-hd_ft a {
    border-radius: 11px;
    display: inline-block;
    padding: 0 8px;
    background-color: rgba(230, 169, 119, 1);
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
}

.szfx-bd {
    margin-top: 10px;
}
.p-more .cell {
    margin: 10px 15px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}

.p-more .cells .cell:first-of-type {
    padding-top: 10px;
}

.p-more .cell-ft {
    align-self: center;
}

    .p-more .cell-ft a {
        color: rgba(151, 174, 252, 1);
    }

.p-more .cell-hd {
    width: 60px;
    margin-right: 10px;
}

.p-more .cell-bd {
    font-weight: bold;
    font-size: 16px;
}

.p-more .tabs {
    background: none;
    width: 180px;
    margin: 20px auto;
    background-color: rgb(212,212,212);
    padding: 5px 10px;
    border-radius: 17px;
}

    .p-more .tabs .tab {
        height: 24px;
        line-height: 24px;
        padding: 0 10px;
        font-size: 14px;
        border-radius: 12px;
    }

        .p-more .tabs .tab.active {
            background-color: rgb(247,87,87);
            color: #fff;
        }

.sticky-hd {
    position: relative; /* 初始位置是相对定位 */
    transition: all 0.3s ease-in-out; /* 动画过渡 */
    z-index: 1000;
}

    .sticky-hd.sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }




.wxfx {
}

    .wxfx .flex-item > div {
        border: 1px solid rgba(202, 220, 245, 1);
        width: 80%;
        display: inline-block;
    }

        .wxfx .flex-item > div > div {
            font-size: 16px;
            height: 32px;
            line-height: 32px;
            text-align: center;
        }

            .wxfx .flex-item > div > div:first-of-type {
                background-color: rgba(220, 231, 247, 1);
                color: rgba(83, 107, 178, 1);
                font-weight: bold;
            }

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}
.v3 .stars {
    margin-bottom: 10px;
}

    .v3 .stars strong {
        color: rgba(83, 107, 178, 1);
        margin-right: 10px;
    }

    .v3 .stars ul {
        list-style-type: none;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    .v3 .stars li {
        display: inline-block;
        width: 22px;
        vertical-align: text-bottom;
    }
.v3 .strong-color-main strong {
    color: rgba(83, 107, 178, 1);
}
.v3 .szfx .tab {
    font-size: 14px;
    overflow: hidden;
}

.tool-form .form-line {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.tool-form .form-input label {
    margin-right: 20px;
    display: inline-block;
    word-break: break-word;
}

    .tool-form .form-input label input, .tool-form .form-input label span {
        vertical-align: middle;
    }

.tool-form .form-input {
    flex: 1;
    font-size:16px;
}

.tool-form select, .tool-form input:not([type="submit"]) {
    padding: 5px 5px;
    color: #333;
    box-sizing: border-box;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    outline: none;
}

.tool-form .form-line {
    text-align: left;
    margin-top: 10px;
}

    .tool-form .form-line .form-label {
        margin-right: 10px;
    }

    .tool-form .form-line .form-input {
        display: inline-block;
    }

.btn-secondary
hr {
    border: none;
    height: 2px;
    background-color: #efefef;
}

.tongQian .form-input {
    margin-top: 20px;
}

.tongQian img {
    width: 60px;
    margin-right: 10px;
}

.tongQian .form-line {
    display: block;
    text-align: center;
}

.tool-form .btn.btn-secondary {
    font-size: 14px;
    background-color: #efefef !important;
    color: #000;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    margin-right: 10px;
    margin: 0;
}

.form-input_des {
    font-size: 14px;
    color: #999;
}

.shouGongSet, .tongQian, .shuZiQiGua, .shiJianQiGua, .shangXiaGua {
    display: none;
}
.hhzs {
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    /*color: rgba(75, 108, 201, 1);
    background-color: rgba(187, 209, 242, 1);*/
    font-weight: bold;
    font-size: 18px;
    align-content: center;
    background-color:#fefefe;
}

.tabs-pan {
    background: none;
    width: 180px;
    margin: 20px auto;
    background-color: rgb(212,212,212);
    padding: 5px 10px;
    border-radius: 17px;
}

    .tabs-pan .tab {
        height: 24px;
        line-height: 24px;
        padding: 0 10px;
        font-size: 14px;
        border-radius: 12px;
    }

        .tabs-pan .tab.active {
            background-color: rgba(83, 107, 178, 1);
            color: #fff;
        }
hr {
    border: none;
    border-top: 1px solid #efefef;
}

.swiper-mall {
    overflow-x: hidden;
    position: relative;
    padding-bottom: 30px;
    margin-top:15px;
}

.swiper-slide {
}

.swiper-mall-item {
    padding: 10px;
    box-shadow: 0 2px 8px #ddd;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
}

.swiper-mall .p_img {
    border-radius: initial;
    width: 90px;
    height: 90px;
    margin-right: 10px;
}

.swiper-mall .baozhang {
    font-size: 12px;
    color: #666;
}

    .swiper-mall .baozhang img {
        width: 12px;
    }

.swiper-mall .p_tit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.swiper-pagination {
    bottom: 10px !important;
    display: block;
    width: 100%;
    text-align: center;
}

.swiper-pagination-bullet {
    margin-right: 2px;
}

.swiper-pagination-bullet-active {
    background: rgb(255,97,70) !important;
}

.rightMenus {
    position: fixed;
    right: 0;
    bottom: 44px;
    list-style-type: none;
    text-align: center;
}

    .rightMenus a {
        display: block;
        padding: 2px 6px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        width: 16px;
        font-size: 12px;
        background-color: rgb(140,145,247);
        color: #fff;
        margin-bottom: 5px;
    }

.fold-footer {
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1));
    height: 60%;
}

    .fold-footer a {
        text-decoration: underline;
        color: rgba(83, 107, 178, 1);
    }

        .fold-footer a span {
            font-size: 12px;
        }

.panel-mall {
}

    .panel-mall .cell {
        align-items: center;
        border: none;
        padding: 0;
    }

        .panel-mall .cell .cell-hd {
            width: 50px;
            border-radius: 25px;
            margin-right: 10px;
        }

    .panel-mall .panel-bd {
        background-color: #fff;
    }

    .panel-mall .bz {
        font-size: 12px;
        color: #999;
        margin-top: 5px;
    }

    .panel-mall .sp {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
    }

    .panel-mall .sp-item {
        width: 32%;
    }

    .panel-mall .tit {
        font-size: 16px;
    }

    .panel-mall .sp-item .text {
        font-size: 14px;
        margin-top: 5px;
    }

    .panel-mall .sp-item .tip {
        color: orange;
        font-size: 12px;
        margin-top: 5px;
        overflow: hidden;
    }

.panel-freeask .q {
    font-size: 16px;
}

    .panel-freeask .q span {
        font-weight: initial;
        color: rgba(83, 107, 178, 1);
        font-size: 14px;
    }

.panel-freeask .answer {
    margin-top: 10px;
    display: flex;
}

.panel-freeask .answer-hd {
    text-align: center;
    width: 56px;
    /*                background-color: #fafafa;
                border-radius: 5px;
                padding: 5px 0;*/
}

.panel-freeask .answer img {
    width: 40px;
    border-radius: 5px;
}

.panel-freeask .dname {
    font-size: 12px;
    text-align: center;
    overflow: hidden;
}

.panel-freeask .msg {
    position: relative; /* 伪元素的定位基准 */
    flex: 1;
    background-color: #fafafa;
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 10px; /* 给箭头留空间 */
}

    .panel-freeask .msg:before {
        content: "";
        position: absolute;
        top: 10px; /* 距离顶部的距离，可根据需要微调 */
        left: -10px; /* 箭头向左突出 */
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 10px 6px 0; /* 上 右 下 左 */
        border-color: transparent #fafafa transparent transparent;
    }

.panel-freeask textarea {
    background: #fafafa;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 14px;
    border: none;
    height: 80px;
    padding: 3%;
    margin-bottom: 1rem;
    font-family: PingFangSC-Regular;
    outline: none;
    box-sizing: border-box;
}

.panel-freeask .pc {
    margin-top: 10px;
    font-size: 14px;
}

    .panel-freeask .pc .tab-content a {
        display: block;
        margin: 10px 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);*/
    }

.tool-form .form-line {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.tool-form .form-input label {
    margin-right: 20px;
    display: inline-block;
    word-break: break-word;
}

    .tool-form .form-input label input, .tool-form .form-input label span {
        vertical-align: middle;
    }

.tool-form .form-input {
    flex: 1;
}

.tool-form select, .tool-form input {
    padding: 5px 10px;
    font-size:16px;
    color: #333;
    box-sizing: border-box;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    outline: none;
}

.tool-form .form-line {
    text-align: left;
    margin-top: 10px;
}

    .tool-form .form-line .form-label {
        margin-right: 15px;
    }

    .tool-form .form-line .form-input {
        display: inline-block;
    }

.btn-secondary
hr {
    border: none;
    height: 2px;
    background-color: #efefef;
}

.tongQian .form-input {
    margin-top: 20px;
}

.tongQian img {
    width: 60px;
    margin-right: 10px;
}

.tongQian .form-line {
    display: block;
    text-align: center;
}

.tool-form .btn.btn-secondary {
    font-size: 14px;
    background-color: #efefef !important;
    color: #000;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    margin-right: 10px;
    margin: 0;
}

.form-input_des {
    font-size: 14px;
    color: #999;
}

.shouGongSet, .tongQian, .shuZiQiGua, .shiJianQiGua, .shangXiaGua {
    display: none;
}

.tool-result-panel .re {
    background: #fafafa;
    color: #333;
    padding: 15px;
    border-radius: 5px;
}

    .tool-result-panel .re .links {
        display: block;
        margin-top: 5px;
    }

        .tool-result-panel .re .links a {
            margin: 10px 0;
            color: rgba(83, 107, 178, 1);
            position: relative;
            padding-left: 15px;
            text-align: left;
        }

            .tool-result-panel .re .links a:before {
                position: absolute;
                left: 0;
                top: 9px;
                content: " ";
                height: 6px;
                width: 6px;
                border-radius: 3px;
                background-color: rgba(83, 107, 178, 1);
            }

.panel-lhl .panel-bd_des {
    text-align: center;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}

.panel-lhl .tool-result h3 {
    margin-top: 10px;
}

.panel-lhl .tool-result p {
    margin-top: 10px;
    line-height:1.8;
}

    .panel-lhl .tool-result p a {
        color: #4a73b6;
    }

.tool-result .form-box {
    background-color: #fafafa;
    padding: 15px 15px 15px 15px;
    border-radius: 5px;
    margin-top: 10px;
}

    .tool-result .form-box h3 {
        text-align: center;
        margin-top: 0;
    }

.tool-result .tool-form input[type=submit] {
    background-color: #2d92d9 !important;
    color: #fff !important;
}

.panel-lhl .tool-result table {
    margin-top: 15px;
}

.panel-lhl .tool-result h3 {
    font-size: 18px;
    font-weight: bold;
}