body {
    -webkit-font-smoothing: antialiased;
    font: 14px/1.5 PingFangSC-Light,PingFang SC,Helvetica,Tahoma,Arial,Microsoft YaHei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
    color: #454545;
    outline: 0;
    background: #f3f5fc;
    padding-top:70px;
}
a{
    color:#454545;
}
a:hover {
    color: #cf1e2a;
    text-decoration: none;
}
.icon-ok{
    font-size:19px;
    color:#00b240;
}
.icon-shibai{
    color: #cf1e2a;
    margin-left:1px;
}
.font-hot {
    background-color: #ff4d00;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    left: 100%;
    line-height: 18px;
    padding: 6px;
    position: absolute;
    text-align: center;
    top: 20px;
    transform: translateX(-5px) scale(.5);
}
.font-hot:after {
    border: 6px solid transparent;
    border-bottom-color: #ff4d00;
    content: " ";
    display: block;
    height: 0;
    left: -6px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 0;
}
.container{
    max-width: 1240px;
}
ul, dl, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-jfy{
    background:#fff;
    min-height:70px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 8%);
    position: fixed;
    z-index: 999;
    width:100%;
    top:0;
    left:0;
}
.navbar-jfy .nav-link{
    font-size:16px;
    position: relative;
}

.home-wrapper .navbar-jfy{
    background-color: #0168f5;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link{
        padding:0;
        color:#000;
        font-size:15px;
        transition: all 0.2s ease-in;
        position: relative;
    }
    .home-wrapper .navbar-jfy .nav-link{
        color: #fff;
    }
    .navbar-jfy .nav-item{
        margin-right:50px;
    }
    .home-wrapper .nav-link:after{
        display: none;
    }
    .navbar-jfy .nav-link:after{
        position: absolute;
        bottom: -10px;
        left: 45%;
        width: 10%;
        height: 4px;
        background: #fff;
        border-radius: 2px;
        transition: all linear 0.2s;
        content: '';
    }
    .navbar-jfy .nav-item.active .nav-link{
        color:#1677ff
    }
    .home-wrapper .navbar-jfy .nav-item.active .nav-link{
        color:#fff;
    }
    .navbar-jfy .nav-item.active .nav-link:after{
        left: 5%;
        width: 90%;
        background: #1677ff;
    }
    .passport a{
        border-radius: 2px;
        color:#1677ff !important;
        font-size:15px;
        height: 28px;
        line-height: 28px;
        background-color: transparent;
        vertical-align: top;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        padding-left: 20px;
        padding-right: 20px;
        border: 1px solid #1677ff;
        margin-left:15px;
    }
    .passport a:hover{
        opacity: 0.6;
    }
    .passport .reg-btn{
        border-radius: 4px;
        background-color: #1677ff;
        color: #fff !important;
    }
}
.logo{
    margin-top:-10px;
    height:32px;
    margin-right:100px;
}
.navbar-jfy a{
    color:#666;
}
.navbar-jfy a:hover{
    color:#1677ff;
}
.footer{
    background:#242a37;
    padding:56px 0 32px;
    color:#999;
    font-size:14px;
}
.footer a{
    color:#999;
}
.footer a:hover{
    text-decoration: underline;
}
.footer dt{
    font-size:16px;
    color:#fff;
    font-weight: normal;
    margin-bottom:15px;
}
.footer dd{
    line-height: 30px;
}
.copyright{
    line-height: 25px;
    text-align: center;
    align-items: center;
}
@media (min-width: 992px) {
    .copyright{
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 25px;
        text-align: center;
    }
    .copyright span {
        margin: 0 5px;
    }

    .copyright a {
        line-height: 25px;
        text-align: center;
    }
}

/**** 首页 ****/
.slider-index{
    background:#0168f5;
    min-height:500px;
    padding-bottom: 30px;
}
.slider-feature{
    background: url("https://cdn.jufenyun.com/upload/2022/09/01/cc81f98erpivjcnlgkcg.png") no-repeat;
    background-size:1920px 400px;
    height:400px;
}


.slider-product{
    background: url("https://cdn.jufenyun.com/202106152024015d56d79c-832f-4a8d-a5e9-0e4364d149ff.png") no-repeat;
    height:400px;
}
.slider-price{
    background: url("https://cdn.jufenyun.com/2021042221560050acc843-8782-4a76-9e4a-6121f90f86ee.png") no-repeat;
    height:400px;
}
.slider-shop{
    background: url("https://cdn.jufenyun.com/20210615211637df0bcba6-6aeb-40f2-9cc0-e1091f2eba4b.png") no-repeat;
    height:400px;
}
.slider-help{
    background: url("https://cdn.jufenyun.com/wendang_banner.jpg") no-repeat;
    min-height:200px;
    color:#fff;
}
.slider-about{
    background: url("https://cdn.jufenyun.com/cadhqegerpipi3ukqe3g.jpeg") no-repeat;
    min-height:250px;
    color:#fff;
}
.slider-helper{
    background: #f2f5fd url("https://cdn.jufenyun.com/upload/2022/08/14/cbsdf3lqarc4tb07iddg.jpg") no-repeat;
    background-size: cover;
    min-height:400px;
}
.slider-help .banner{
    padding-top:40px;
}
.slider-help .banner h1{
    color:#fff;
}
.banner{
    padding:100px 0 0 0;
    letter-spacing: 2px;
}
.banner h1{
    color:#333;
    font-size:42px;
    margin-bottom:30px;
}
.slider-index{

}
.slider-index .banner h1{
    color:#fff;
}
.banner .banner-remark{
    font-size:16px;
    line-height: 30px;

}
.slider-index .banner-remark{
    color: #fff;
    opacity: .9;
}
.home-btn{
    font-size: 18px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    color: #1677ff;
    display: inline-block;
    padding: 0.6em 1.8em;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all ease-in-out .2s;
    transition: all .2s ease-in-out;
}
.home-btn:hover{
    color: #000;
    background-color: #fff;
}
.jfy-btn{
    font-size: 16px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #0056ff;
    background-color: #0056ff;
    color: #fff;
    display: inline-block;
    padding: .5em 2.2em;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all ease-in-out .2s;
    transition: all .2s ease-in-out;
}
.jfy-btn:hover{
    color: #fff;
    background-color: #508de8;
    border: 1px solid #508de8;
}
.tag {
    cursor: pointer;
    background: #eff5ff;
    color: #5173f5 !important;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 9999px;
    line-height: 50px;
}

.tag:hover,.tag.active{
    background: #feb626;
    color: #fff !important;
}
.preview-qrcode{
    margin-top:120px;
    text-align: center;
}
@media (max-width:576px){
    .preview-qrcode{
        margin-top:20px;
    }
}
.block-title{
    color: #333;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding-top: 24px;
    position: relative;
}
.blackboard{
    padding:50px 0 20px 0;
}
@media (min-width: 992px) {
    .blackboard{
        padding:50px 0 100px 0;
    }
}
.blackboard-title{
    color:#333;
    font-size:32px;
    text-align: center;
    margin-bottom:30px;
}
.blackboard-remark{
    text-align: center;
    margin-bottom:50px;
}
.function{
    border-radius: 10px;
    align-items: flex-start;
    background: #fff;
    padding:15px 15px;
    margin:0 10px;
    box-shadow: 0 4px 20px 5px rgb(68 93 127 / 10%)
}
.function:hover{
    box-shadow: 0 4px 20px 5px rgb(68 93 127 / 15%)
}
.function-icon{
    float:left;
}
.function .iconfont{
    display: inline-block;
    height:40px;
    line-height: 35px;
    font-size:35px;
}
.function h5{
    color:#000;
    font-size:18px;
}
.function-remark{
    color:#878991
}
.industry{
    border:#eee 1px solid;
    padding:0px 0px;
    background: #fff;
    margin-bottom:10px;
    width:150px;
    height:50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size:16px;
}
.industry .iconfont{
    color:#fa4e46;
    font-size:25px;
    margin-right:5px;
}

.card-title{
    color:#333;
    font-size:16px;
    font-weight: bold;
    margin:15px 0;
}
.border-box{
    padding:20px;
    border:1px solid #e4e7ef
}
.item{
    background: #fff;
}
.item-cover{
    border-radius: 4px 4px 0 0;
    line-height: 120px;
    background:#0056ff;
    color:#fff;
    height:120px;
    font-size:16px;
    text-align: center;
}
.item-name{
    margin-top:10px;
    font-size:15px;
    font-weight: bold;
    text-align: center;
}
.item-info{
    padding: 30px;
}
.item-desc{
    line-height: 20px;
    height: 40px;
    color: #666;
}
.item-title{
    margin-top: 24px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    margin-bottom:10px;
}
.item-title:before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 8px;
    top: 1px;
    width: 3px;
    height: 12px;
    background: #0056ff;
}
.item-feats a{
    display: inline-block;
    vertical-align: top;
    width: 138px;
    height: 32px;
    border: 1px solid #e6e9f0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 30px;
    color: #666;
    text-align: center;
    margin: 10px 10px 0 0;
}
.table-price-header td{
    height:60px;
    background: #fafafa;
}
.table-price-feat{
    display: table-cell;
    text-align: center;
    vertical-align:middle !important;
}
.price{
    color:#ff0000;
    font-size: 21px;
    font-weight: bold;
}
.category-collection{
    padding:30px;
}
.category-collection h5.title{
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
.category-collection .items li{
    border-bottom: 1px solid #dbe0e5;
    font-size: 14px;
    line-height: 40px;
}
.index-list dd{
    line-height: 20px;
    text-align: center;
}
.index-list dd a{
    line-height: 10px;
    color:#666;
}
.article{
    padding:20px;
    background: #fff;
    border-bottom: #eee 1px solid;
}
.article-cover{
    width:100%;
}
@media (min-width: 992px) {
    .article-cover {
        width: 180px;
        float: left;
        border-radius: 4px;
        margin-right: 15px;
    }
}
.article h2{
    font-size:18px;
    color:#1a202c;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom:15px;
}
.meta{

}
.article-description{
    color: #666;
    margin-top:5px;
    overflow: hidden;
}
.post{
    overflow: hidden;
    background: #fff;
    padding:40px 64px;
    min-height: 700px;
}
@media (max-width:576px){
    .post{
        margin-top:0px;
        padding:15px;
    }
}
.post h1{
    font-size: 24px;
    color: #333;
    line-height: 50px;
    font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,微软雅黑,STHeitiSC-Light,simsun,宋体,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif";
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    margin-bottom:16px;
}

.post-guide{
    padding: 24px;
    margin-bottom: 24px;
    position: relative;
    background: #f2f9fe;
    display: flex;
}
.post-text{
    font-size:15px;
    color:#121212;
}
.post-text h2{
    border-left:#3c76ff 5px solid;
    padding-left:10px;
    clear: left;
    margin-top: calc((1.4em* 1.5) / 1.1);
    margin-bottom: calc(1.4em/ 1.1);
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
}
.post-text h3{
    clear: left;
    margin-top: calc((1.4em* 1.5) / 1.1);
    margin-bottom: calc(1.4em/ 1.1);
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
}
.post-text img{
    max-width: 100%;
}
.post-text p{
    font-size: 15px;
    color: #121212;
    margin: 1.4em 0;
}
.post-text ul,.post-text ol{
    width:100% !important;
    padding:14px;
    border-radius: 10px;
    background:#f5f5f5;
}
.post-text li{
    list-style: none;
    padding-left:18px;
    line-height: 28px;
    background: url("https://cdn.jufenyun.com/cakoepoerpip6lb3nqt0.jpg") no-repeat scroll left center;
}
.post-text li p{
    margin:0;
}

.post-text pre{
    margin: 5px auto;
    padding: 10px;
    line-height: 24px;
    background-color: #f7f7f7;
    border: 1px solid rgba(208,212,217,.5);
    color: #41464b;
    border-radius: 0;
    font-size: 14px;
    counter-reset: section;
}
.post-text blockquote {
    color: #a5a5a5;
    padding-left: 15px;
    border-left: 5px solid #f0f0f0;
}
.post-text a:hover {
    color: #cf1e2a;
    border-color: #cf1e2a;
}
.post-text a {
    color:#262626;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid rgba(64,64,64,.72);
}

.post-item{
    background-color: #fff;
    margin-bottom:15px;
}
.post-item h2{
    text-align: center;
    margin-top:15px;
    font-size:14px;
    color:#333;
}
.post-item h2 a{
    color:#333
}
.article-section{
    background: #fff;
    padding:0 20px 30px 16px;
    margin-bottom:21px;
}
.article-section h2{
    padding: 20px 0 22px;
}
.article-section h2 span{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-left: 8px
}
.left-spot {
    display: inline-block;
    width: 4px;
    height: 4px;
    line-height: 4px;
    border-radius: 2px;
    background-color: #6ea2f7;
    position: relative;
    top: -3px;
    margin: 0 4px;
}
.article-section li{
    line-height: 20px;
    margin-bottom: 11px;
}
.icon-card{
    text-align: center;
}
.icon-card h3{
    margin-top:15px;
    font-size:16px;
    color:#333;
}
.page{
    padding:15px;
    text-align: center;
    margin-bottom:50px;
}
.page a{
    color:#0056ff
}
.page a,.page span{
    border-radius: 2px;
    margin-right:8px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding:4px 12px;
    display: inline-block;
}
.section{
    background-color: #fff;
}
.section-header{
    display: flex;
    justify-content: space-between;
    height:45px;
    line-height: 45px;
    border-bottom: #eee 1px solid;
}
.section-title{
    font-size:16px;
    font-weight: bold;
    padding-left:15px;
}
.section-title:before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 8px;
    top: 1px;
    width: 3px;
    height: 15px;
    background: #0056ff;
}
.section-meta{
    color:#666;
}
.section-more{
    margin-right:15px;
    color:#999;
    font-size:12px;
}
.section-body{
    background-color: #fff;
    padding:15px;
}
.top-new{
    font-size:21px;
    font-weight: bold;
    text-align: center;
}
.top-new a{
  color:#cf1e2a
}
.top-new a:hover{
    text-decoration: underline;
    color:#cf1e2a;
}
.top-recent li{
    padding-left:15px;
    list-style: square;
    line-height: 30px;
    background: url(http://img2.cache.netease.com/f2e/house/index2016/images/list-dot.jpg) no-repeat scroll left center;
    text-wrap: none;
    overflow: hidden;
}
.top-recent li:hover{
    background: url(https://cdn.jufenyun.com/c9sjleoerpiudi8iqnc0.png) no-repeat scroll left center;
}
.section-list{
    list-style: none;
}
.section-list li{
    margin:0 15px;
    padding-left:15px;
    height:40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: #eee 1px solid;
    background: url(http://img2.cache.netease.com/f2e/house/index2016/images/list-dot.jpg) no-repeat scroll left center;
}
.post-category-list li{
    padding: 20px;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
}
.post-category-list li a{
    display: block;
}
.post-category-list li img{
    float: left;
    width: 200px;
    height: 125px;
    border-radius: 3px;
    margin-right: 25px;
}
.post-category-list li h2{
    font-size: 18px;
    color: #333;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.8em;
}
.post-category-list li p{
    font-size: 14px;
    color: #333;
    line-height: 1.6em;
    padding-top: 5px;
    text-align: justify;
}
.post-category-list h4 {
    font-weight: normal;
    background: url(https://static4.henan100.com/zhengwu/v20210204/images/house_time.jpg) no-repeat left center;
    padding-left: 25px;
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}
.text-sm{
    color:#999;
    font-size:12px;
}
.top-flash{
    font-size:14px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}
.post-category{
    display: block;background-color: #1c8dff;color:#fff;text-align: center;line-height: 40px
}
.post-sidebar-list{

}
.post-sidebar-list li{
    margin:0 15px;
    padding-left:15px;
    height:40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: #eee 1px solid;
    background: url(http://img2.cache.netease.com/f2e/house/index2016/images/list-dot.jpg) no-repeat scroll left center;
}
.post-sidebar-list .post-sidebar-slider{
    height:auto;
    margin:0;
    padding-left:0;
    background-image: none;
}
.post-sidebar-list .post-sidebar-slider h2{
    font-weight: bold;
    font-size:14px;
    text-align: center;
    line-height: 40px;
}
.recommend-list{
    margin-bottom:20px;
}

.simple-page {
    height: 100%;
    overflow: auto;
    background: #F2F5F9
}
.simple-header{
    background: #fff;
    box-shadow: rgba(150,150,150,0.1) 0px 2px 3px 0px
}
.simple-container{
    max-width: 1190px;
    margin:0 auto;
}
.simple-flex{
    display: flex;
    justify-content: space-between;
}
.simple-header-logo {
    width: 125px;
    padding-top: 15px;
    padding-bottom: 25px;
    cursor: pointer;
}
.simple-header-links a,.simple-header-links span{
    margin-right:10px;
}
.simple-header-links span{
    color:#ccc;
}
.simple-header-links a {
    line-height: 70px;
    color: #4477d0;
}
.simple-section{
    background:#fff;
    min-height: 600px;
    padding:80px 40px 80px 40px;
    border-radius: 8px;
}
.simple-title {
    font-size: 21px;
    text-align: center;
    margin-bottom: 25px;
}
.simple-footer {
    width: 100%;
    padding: 70px 0 48px;
    font-size: 12px;
    text-align: center;
    color: #999;
}
.simple-footer a {
    color: #999
}
.agreement{
    background-color: #fff;
    border-radius: 10px;
    padding:30px;
    margin-top:50px;
}
.agreement h1{
    font-size:32px;
    text-align: center;
    margin-bottom:30px;
}
.filter{
    background: #fff;
    padding:15px;
    border-radius: 4px;
}
.filter dl{
    display: flex;
    align-items: center;
}
.filter dt{
    font-weight: normal;
    width:80px;
}
.filter dd{
    margin:0;
}
.filter dd a{
    margin-right:15px;
}
.kefu{
    position: fixed;
    right:20px;
    bottom:250px;
    background: #0056ff;
    color:#fff;
    border-radius: 10px;
    height:60px;
    width:60px;
    line-height: 60px;
    text-align: center;
}
.kefu span{
    font-size:45px;
}
.kefu:hover .kefu-popper{
    display: block;
}
.kefu-popper{
    display: none;
    border-radius: 4px;
    background: #fff;
    color:#333;
    padding:15px;
    width:200px;
    position: absolute;
    top:-60px;
    right:90px;
    line-height: 25px;
    box-shadow: 0 4px 20px 4px rgb(0 20 60 / 10%), 0 4px 80px -8px rgb(0 20 60 / 20%);
    -webkit-transition: opacity 2s linear;
    -moz-transition: opacity 2s linear;
    -o-transition: opacity 2s linear;
    transition: opacity 2s linear;
}
.kefu-popper:after{
    background: #fff;
    content: "";
    width: 12px;
    height: 12px;
    border:  solid #fff;
    border-width: 1px 0 0 1px;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    top: 90px;
    right:-12px;
    z-index: 9999;
}
.smart-float-active{
    top:80px;
    z-index: 999;
    position: fixed;
}