/* CSS Document */
.bgfff {
    background: #fff;
}
.d_tab {
    overflow: hidden;
}
.d_tab li {
    width: 33.33%;
    line-height: 4rem;
    font-size: 1.5rem;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.d_tab .tab_cur {
    color: #ff803b;
    border-bottom: 1px solid #ff803b;
}
.d_banner {
    position: relative;
    overflow: hidden;
}
.tbl-type {
    display: table;
    width: 100%;
    -webkit-padding-start: 0;
}
.tbl-cell {
    display: table-cell;
}
.banner-num {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 92%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.5rem;
    overflow: hidden;
    padding: 0.8rem 4%;
}
.abstract {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.read_info {
    padding: 1rem 0 0 0;
    font-size: 1.2rem;
    vertical-align: middle;
}
.share_list1 {
    font-size: 1.5rem;
    position: relative;
    padding: 1.5rem 0 1.5rem 32.3%;
    border-bottom: 1px solid #ddd;
    color: #333;
    min-height: 7.5rem;
}
.com_wrap a:last-child .share_list1 {
    border-bottom: none;
}
.com_wrap {
    padding: 0 4%;
    background: #fff;
}
.list_demo {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1.5rem;
    height: 7.5rem;
    width: 10rem;
}
.list_tips {
    display: inline-block;
    padding: .1rem .5rem;
    margin-right: 1rem;
    font-size: 1rem;
    border-radius: 4px;
    vertical-align: middle;
}
.tips-org {
    color: #ff5400;
    border: 1px solid #ff5400;
}
.tips-blue {
    color: #3fb7f6;
    border: 1px solid #3fb7f6;
}
.tips-green {
    color: #6ab852;
    border: 1px solid #6ab852;
}
.mt-1rem {
    margin-top: 1rem;
}
.loading {
    padding: 2rem 0 3rem;
    text-align: center;
    vertical-align: middle;
}
.icon-loading {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
    background: url(http://images.zhongmin.cn/00/wap/images/hkb-update/loading.png);
    background-size: 100% 100%;
    vertical-align: middle;
    margin-top: -0.3rem;
    animation: circle 1s infinite linear;
    -o-animation: circle 1s infinite linear;
    -moz-animation: circle 1s infinite linear;
    -webkit-animation: circle 1s infinite linear;
    /*匀速 循环*/
}
@keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.type-box {
    padding: 1rem 0;
}

.type-wrap {
    padding: 1rem 0;
}

.type-tips,
.type-users {
    width: 49.5%;
    font-size: 1.6rem;
    color: #333;
    text-align: center
}

.type-tips {
    float: left;
    border-right: 1px solid #e5e5e5;
}

.type-tips-i {
    margin-right: 1rem;
    width: 2.9rem;
    display: inline-block
}

.type-tips-i img {
    width: 100%
}

.type-users {
    float: right
}


/* 获客宝轮播nav */

.hkb-banner {
    width: 100%;
    height: 14rem;
    overflow: hidden;
    margin-bottom: -1rem;
}

.hkb-banner .nums {
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.hkb-banner .nums li {
    margin: 0 .7rem;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: #fff;
    border-radius: 1rem;
}

.hkb-banner .nums li.on {
    background: #ffd000;
}

.new-tbl-type {
    position: absolute;
    margin-left: 0px;
    left: 0px;
}

.new-tbl-cell {
    display: table-cell;
}

.new-tbl-cell img {
    width: 100%;
}

.share-box {
    background: #fff;
    height: 19rem;
}

.share-box .share-tit {
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: .5rem;
}

.share-box .sub-tit {
    color: #999;
    font-size: 1.2rem;
}

.share-zixun {
    display: inline-block;
    width: 40%;
    padding: 2rem 0 2rem 1.5rem;
    border-right: 1px solid #ddd;
    height: 100%;
    background: url(http://images.zhongmin.cn/00/wap/images/hkb-update/icon-zixun.png) no-repeat 4rem 9rem;
    background-size: 9.6rem 9rem;
    box-sizing: border-box;
    float: left;
}

.share-jhs {
    display: inline-block;
    border-bottom: 1px solid #ddd;
    background: url(http://images.zhongmin.cn/00/wap/images/hkb-update/icon-jhs.png) no-repeat 16.5rem 1.5rem;
    background-size: 4.9rem 4.5rem;
    width: 60%;
    height: 8rem;
    padding: 1.5rem;
    box-sizing: border-box;
}

.share-zengxian {
    display: inline-block;
    border-right: 1px solid #ddd;
    background: url(http://images.zhongmin.cn/00/wap/images/hkb-update/icon-zengxian.png) no-repeat 5rem 5.5rem;
    background-size: 5rem 5rem;
    width: 29%;
    height: 11rem;
    padding: 1.5rem;
    box-sizing: border-box;
}

.share-cp {
    display: inline-block;
    background: url(http://images.zhongmin.cn/00/wap/images/hkb-update/icon-cp.png) no-repeat 5rem 5.5rem;
    background-size: 6rem 5rem;
    width: 29.8%;
    height: 11rem;
    padding: 1.5rem;
    box-sizing: border-box;
}

.hkb-con {
    background: #fff;
    padding-top: 2rem;
}

.hkb-con:last-child {
    margin-bottom: 3.5rem;
}

.hkb-tit {
    font-size: 1.6rem;
    line-height: 1;
    color: #333;
    font-weight: bold;
    padding-left: 1.1rem;
    border-left: 0.4rem solid #ddd;
    margin-bottom: 2rem;
}

.bl-yellow {
    border-color: #ffb400;
}

.bl-org {
    border-color: #ff5400;
}

.bl-purple {
    border-color: #889fff;
}

.bl-f80 {
    border-color: #f80;
}

.hb-wrap {
    overflow: hidden;
    padding-bottom: 2rem;
}

.hb-box {
    width: 170%;
    padding-left: 1.5rem;
}

.hb-box li {
    margin-right: 1.5rem;
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.15)
}

.hb-box li img {
    width: 9rem;
    height: 16rem;
}

.hkb-btn-more.ui-link {
    display: block;
    padding: 1.5rem;
    line-height: 1;
    text-align: center;
    color: #4fa3f8;
    border-top: 1px solid #ddd;
}

.pro-box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 2rem;
}

.pro-box:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.pro-box img {
    width: 100%;
}

.main-title {
    font-size: 1.6rem;
    color: #333;
    font-weight: bold;
    line-height: 1;
    padding: 1.5rem 0 1rem;
}

.sub-title {
    color: #999;
    line-height: 1;
    padding-bottom: 1rem;
}

.text-org {
    color: #ff5400;
}

.fo-box .pro-price {
    font-size: 1.8rem;
}

.fo-box .spread-box {
    margin-top: 0.4rem;
    margin-bottom: 1.8rem;
}

.pro-introduce-wrap {
    background: #fff;
    padding: 0 1.5rem 2.2rem;
}

.pro-introduce-wrap h3 {
    line-height: 1;
    font-size: 1.8rem;
    color: #333;
    padding: 2rem 0 1rem;
}

.pro-introduce-wrap p {
    font-size: 1.4rem;
    color: #6b6b6b;
}

.ensure-duty {
    margin-top: 1rem;
    font-size: 1.4rem;
    color: #666;
    background: #fff;
}

.ensure-duty dl dt {
    padding: 1rem 0 1rem 1.5rem;
    font-size: 1.5rem;
    color: #333;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.ensure-duty dl dt i {
    font-size: 2.1rem;
    margin-right: .8rem;
}

.ensure-duty dl dd {
    position: relative;
    margin-left: 1.5rem;
    padding: 1.1rem 1.5rem 1.1rem 0;
    color: #333;
    overflow: auto;
    border-bottom: 1px solid #eee;
}

.ensure-duty dl dd:last-child {
    border-bottom: none;
}

.arrow1-up,
.arrow1-down {
    margin-left: .6rem;
    font-size: 2rem;
    color: #6280a8;
}

.duty-con {
    padding-top: .8rem;
    line-height: 1.4;
}

.bottom-items {
    width: 100%;
    display: table;
    margin-top: 1rem;
    background: #fff;
}

.bottom-items ul {
    display: table-row;
}

.bottom-items ul li {
    padding: 2rem 0 1.6rem 0;
    width: 25%;
    line-height: 1.2;
    text-align: center;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    display: table-cell;
}

.bottom-items li .iconfont {
    color: #ff6421;
    font-size: 3.2rem;
    display: block;
}

.bottom-nav-wrap {
    position: fixed;
    display: table;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    border-top: 1px solid #d9d9d9;
    background: #fff;
}

.hkb-bottom-nav li {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: middle;
    height: 5rem;
    text-align: center;
}

.hkb-bottom-nav li img {
    width: 2.1rem;
    height: 2.1rem;
}

.hkb-bottom-nav li.kefu,
.hkb-bottom-nav li.haibao {
    width: 15.33%;
    border-right: 1px solid #d9d9d9;
    line-height: 1.5;
    padding-top: 0.8rem;
}

.hkb-bottom-nav li.kefu p,
.hkb-bottom-nav li.haibao p {
    font-size: 1.1rem;
    color: #333;
}

.hkb-bottom-nav .share-btn {
    width: 48.67%;
    line-height: 1.1;
    font-size: 1.5rem;
    padding-top: 1rem;
    color: #333;
}

.hkb-bottom-nav .li-4.share-btn {
    width: 33.33%;
}

.hkb-bottom-nav .share-btn span {
    font-size: 1.1rem;
    color: #999;
}

.hkb-bottom-nav .buy-btn {
    color: #fff;
    background: #ff6a00;
    font-size: 1.7rem;
    line-height: 5rem;
    width: 36%;
}

.option-box {
    background: #fff;
    padding: 0 1.5rem;
    color: #333;
}

.option-box dl {
    padding: 1rem 0 0;
    border-bottom: 1px solid #d9d9d9;
    min-height: 4rem;
}

.opt-tit {
    width: 19%;
    line-height: 3rem;
}

.opt-content {
    padding-left: 23%;
}

.jobs .opt-content {
    line-height: 3rem;
}

.jobs .opt-content .more {
    padding-left: 1rem;
}

.opt-content .con-opt {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.opt-content .con-opt.opt-cur {
    border: 1px solid #ff6a00;
    color: #ff6a00;
}

.opt-content .more {
    display: inline-block;
    color: #4FA3F8;
    vertical-align: middle;
}

.opt-content .more .arrow1-right {
    font-size: 2rem;
    color: #4FA3F8;
    vertical-align: middle;
}

dl.firstchlid .opt-content .con-opt:nth-child(even) {
    margin-right: 0;
}

.firstchlid .more {
    width: 47%;
}

.opt-content .con-opt:last-child {
    margin-right: 0;
}

.opt-content.sex .con-opt {
    padding: 0.5rem 2rem;
}

.project-price {
    border-bottom: 1px solid #d9d9d9;
    padding: 1rem 1.5rem;
}

.project-price .price-box {
    display: inline-block;
    font-size: 1.2rem;
    width: 20%;
    text-align: center;
    vertical-align: middle;
    margin-right: 3rem;
}

.price-box .price .num {
    font-size: 2rem;
}

.price-box .old-price {
    text-decoration: line-through;
}

.project-price .saled {
    margin-top: 1.2rem;
}

.info-tit {
    padding: 1.4rem 1.5rem 1rem;
    font-size: 1.6rem;
}

.profession-check {
    font-size: 1.4rem;
    color: #4fa3f8;
}

.activity {
    padding: 1rem 1.5rem;
}

.activity .i-more {
    font-size: 2.46rem;
    color: #536f95;
}

.activity .ac-tips {
    color: #ff803b;
    font-size: 1.3rem;
    border: 1px solid #ff803b;
    padding: 0.2rem 1rem;
    vertical-align: middle;
}

.activity .ac-tit {
    display: inline-block;
    padding: 0 0.5rem;
    width: 73%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    vertical-align: middle;
}

.info-con {
    padding-left: 1.5rem;
    background: #fff;
}

.info-con ul li {
    padding: .9rem 1.5rem .9rem 0;
    border-bottom: 1px solid #d9d9d9;
}

.info-con ul li:last-child {
    border-bottom: none;
}

.option-right {
    width: 60%;
    padding-right: 8.7%;
    margin: -.9rem 0 0 0;
}

.option-name {
    display: inline-block;
    line-height: 2.6rem;
}

.option-style {
    width: 29%;
    height: 2.6rem;
    margin: .9rem 0 0 3.1%;
    line-height: 2.6rem;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    color: #333;
}

.option-cur {
    color: #ff803b;
    border-color: #ff803b;
}

.option-icon {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 2rem;
    color: #6280a8;
}

.ins-nums {
    padding-left: 15%;
    font-size: 1.4rem;
    border: none;
}

.dele-btn {
    text-align: center;
    font-size: 1.4rem;
    color: #898e91;
    line-height: 4.4rem;
    background: #fff;
    border-top: 1px solid #d9d9d9;
}

.dele-btn i {
    font-size: 2.2rem;
    margin-right: .5rem;
}

.add-btn {
    width: 91.7%;
    margin: 2rem auto 0;
    font-size: 1.6rem;
    color: #6280a8;
    text-align: center;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    line-height: 3.8rem;
}

.add-btn i {
    font-size: 2.2rem;
    margin-right: .5rem;
}

.option-wrap {
    font-size: 1.4rem;
    color: #333;
    background: #fff;
    margin-top: 1rem;
}

.option-wrap dl {
    margin-left: 1.5rem;
}

.option-wrap dd {
    border-bottom: 1px solid #eee;
    padding: 1.1rem 1.5rem 1.1rem 0;
}

.arrow1-right {
    font-size: 2rem;
    color: #6280a8;
}

.shade-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 150
}


/*职业查询*/

.prof-box {
    position: fixed;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    z-index: 300;
}

.prof-tit {
    position: relative;
    height: 6.5%;
    margin-bottom: 1rem;
    line-height: 2.2;
    font-size: 1.8rem;
    text-align: center;
    color: #333;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.prof-tit i {
    position: absolute;
    top: 1rem;
    left: 1.7rem;
    font-size: 2rem;
    color: #536f95;
}

.fir-tit {
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    color: #252525;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.fir-tit i {
    font-size: 2.2rem;
    color: #aaa;
}

.sec-tit {
    margin-left: 1.5rem;
    padding: 1rem 1.5rem 1rem 0;
    border-bottom: 1px solid #eee;
    color: #252525;
}

.sec-tit i {
    font-size: 1.8rem;
    color: #aaa;
}

.thi-tit {
    padding: 0 1.5rem;
    background: #f5f5f5;
}

.thi-tit li {
    padding: .9rem 0;
    font-size: 1.4rem;
    color: #999;
    border-bottom: 1px solid #eee;
}

.thi-tit .c-2525 {
    color: #252525;
}


/* 分享弹窗 */

.share-alert {
    display: none;
}

.alert-box {
    width: 100%;
    padding: 2rem;
    position: fixed;
    bottom: 0;
    z-index: 999;
    box-sizing: border-box;
}

.alert-con {
    background: #fff;
    border-radius: 1rem;
    text-align: center;
}

.alert-con .tit {
    font-size: 1.6rem;
    color: #333;
    padding: 2.5rem 0 1.5rem;
}

.alert-con .sub-tit {
    font-size: 1.6rem;
    color: #999;
    padding-bottom: 1rem;
}

.alert-con .sub-tit .line {
    display: inline-block;
    height: 1px;
    background: #e5e5e5;
    width: 10rem;
    position: relative;
    top: -0.5rem;
    margin: 0 2rem;
}

.alert-con ul li {
    display: inline-block;
    width: 32.5%;
    line-height: 2;
    padding-bottom: 2rem;
}

.alert-con ul li img {
    width: 5.5rem;
    height: 5.5rem;
}

.cancle-btn {
    font-size: 1.8rem;
    text-align: center;
    display: block;
    padding: 1rem;
    border-radius: 1rem;
    background: #fff;
    margin-top: 2rem;
}


/* 获客宝-咨询获客详情 */

.recommend-img {
    width: 10rem;
    height: 7.5rem;
}

.recommend-info-box {
    padding-left: 11.5rem;
}

.recommend-con1 {
    font-size: 1.5rem;
    color: #333;
}

.recommend-con2 {
    font-size: 1.4rem;
    color: #999;
}

.recommend-con3 {
    padding-top: .3rem;
    font-size: 1.2rem;
    color: #333;
}

.recommend-con3 .rec-price {
    font-size: 1.8rem;
}

.ins-adviser-wrap {
    padding: 2rem 4% 1.4rem;
    margin-top: 1rem;
    background: #fff;
}

.ins-adviser-box {
    padding: 1rem 0 1rem 1.2rem;
    margin-bottom: 1.5rem;
    border: 1px solid #f9b089;
    border-radius: 10px;
}

.adviser-header-img {
    width: 6.3rem;
}

.adviser-right-con {
    padding: .9rem 0 0 8rem;
    background: url(http://images.zhongmin.cn/00/wap/images/00_optimize_20170731/tel-bg.png) 92% 1.8rem no-repeat;
    background-size: 3.2rem 3.2rem;
}

.adviser-con1 {
    font-size: 1.5rem;
    color: #333;
}

.adviser-con1 span {
    padding-left: 1.8rem;
    font-size: 1.7rem;
}

.adviser-con2 {
    padding-top: .3rem;
    font-size: 1.5rem;
    color: #999;
}

.adviser-btn-wrap {
    font-size: 1.5rem;
    color: #333;
    vertical-align: middle;
}

.adviser-tips {
    display: inline-block;
    margin-top: 1rem;
}

.choose_icon_n {
    position: relative;
    float: right;
    width: 17.5%;
    max-width: 102px;
}

.choose3 {
    width: 100%;
    -webkit-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
}

.choose4 {
    position: absolute;
    top: .1rem;
    left: 0;
    width: 59%;
    max-width: 60px;
    -webkit-transition: all .5s ease .1s;
    -moz-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
}

.c_cur_n {
    -webkit-transform: translate(68%, 0);
    -moz-transform: translate(68%, 0);
    transform: translate(68%, 0);
}

.share-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: 1.6rem;
    line-height: 4.4rem;
    color: #000;
}

.share-wrap img {
    width: 1.9rem;
    margin-right: 1rem;
    vertical-align: middle;
}

/* 2018.02.05 */

.list_imgbox {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1.5rem;
    height: 7.5rem;
    width: 10rem;
}
.list_demo1 {
    height: 7.5rem;
    width: 10rem;
}
.img_tips {
    width: 3rem;
    height: 3rem;
    position: absolute;
    left: 0;
    top: 0;
}
.list_imgbox .top-tips {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-size: 0.9rem;
    padding: 0.3rem 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.list_imgbox .bot-tips {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    font-size: 1.1rem;
    width: 10rem;
    padding: 0.3rem 0; 
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.list_info {
    color: #999;
    font-size: 1.3rem;
    line-height: 1.25;
}
.list_bot {
    color: #ff5400;
    font-size: 1.3rem;
}
.list_bot .price {
    font-size: 1.5rem;
}
.header .right-more {
    right: 4rem;
    top: 1rem;
    font-size: 2.8rem;
    color: #81838e;
}
.header .i-more {
    font-size: 2.8rem;
}