/************
 * 页面样式
 ************/

/* ==========
   基本默认值
   ========== */

html {
    font-size: 62.5%;
}

::selection {
    background-color: #b3d4fc;
    text-shadow: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

/* ==========
   工具样式
   ========== */

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* ===============
   浏览器更新提示
   =============== */

.browserupgrade {
    margin: 0;
    padding: 1rem;
    background: #ccc;
}

/* ===============
   自定义页面样式
=============== */

body {
    line-height: 1.42;
    background-color: #fff;
    font-family:Heiti SC,Helvetica, Droidsansfallback, Dengxian,tahoma ,SimSun,arial,sans-serif, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Arial;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}

/*=========================== 网站首页================================ */

header{
    height: 50px;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    background: #fff;
    padding:0 14px;
    box-sizing: border-box;
}

header a.logo {
    background: url(../image/logo.png) no-repeat 0 0;
    width: 72px;
    height: 30px;
    background-size: 100% 100%;
    display: block;
    float: left;
    text-indent: -9999px;
    margin-top:10px;
}

.telSlogan{
    text-align: center;
    margin-top:6px;
}

.slogan{
    white-space: nowrap;
    font-size:12px;
    color:#313131;
}

.slogan i{
    display: inline-block;
    width:2px;
    height:2px;
    background:#313131;
    vertical-align: middle;
    margin:0 2px;
}

.tel{
    display: block;
    font-size: 16px;
    color: #313131;
    font-weight: 700;
    letter-spacing: 2px;
}

.tel i{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../image/tel.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 9px;
    vertical-align: middle;
    margin-top: -3px;
}


.menuBtn{
    display: inline-block;
    width:22px;
    height:16px;
    background:url("../image/more.png") no-repeat center;
    background-size:100% 100%;
    margin-top:17px;
}

.banner{
    width:100%;
    background:url("../image/index_bg.png") no-repeat center 0;
    background-size:100% 100%;
    padding:30px 0;
    box-sizing: border-box;
}


.banner>h3{
    font-size:18px;
    color:#fff;
    font-weight: 700;
    text-align: center;
}

.pd_left{
    padding:0 14px;
    box-sizing: border-box;
}

.ban_content{
    width:100%;
    margin-top:22px;
}

.sureOrder{
    width:30%;
    height:155px;
    background:url("../image/index_order.png") no-repeat center 0;
    background-size: 100% 100%;
    margin-right:2%;
}

.banTalbe{
    width:68%;
    height:155px;
    background:url("../image/index_table.png") no-repeat center 0;
    background-size: 100% 100%;
}

.zx_status{
    width:100%;
    background:rgba(0,0,0,0.75);
    padding:17px 0;
    margin-top:50px;
    box-sizing: border-box;
}

.zx_status>h3{
    font-size:18px;
    color:#fff;
    text-align: center;
}

.zx_status a.telBtn{
    display: block;
    width:7.2rem;
    font-size:14px;
    color:#fff;
    text-align: center;
    padding:7px 0;
    background:#2bc4b2;
    border-radius: 5px;
    margin:20px auto;
}


.zx_tips{
    font-size:15px;
    color:#fff;
    text-align: center;
}

.zx_tips .num{
    color:#fd6d48;
    margin:0 6px;
}


/*-----------------数字滚动插件的CSS可调整样式--------------------*/
.mt-number-animate {
    /*line-height: 40px;*/
    height: 17px;
    /*设置数字显示高度*/
    font-size: 16px;
    /*设置数字大小*/
    overflow: hidden;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-top:-5px;
}

.mt-number-animate .mt-number-animate-dot {
    width: 15px;
    /*设置分割符宽度*/
    /*line-height: 40px;*/
    float: left;
    text-align: center;
}

.mt-number-animate .mt-number-animate-dom {
    width: 11px;
    /*设置单个数字宽度*/
    text-align: center;
    float: left;
    position: relative;
    top: 0;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
    width: 100%;
    float: left;
}
/*-----------------数字滚动插件的CSS可调整样式--------------------*/


/*20190516修改首页start*/
.index_title_one{
    font-size: 18px;
    color: #313131;
    text-align: center;
    font-weight: 700;
}

.index_title_one:after{
    content: url('../image/index/triangle.png');
    display: block;
    width:68%;
    height:1px;
    background:#ea5413;
    font-size: 0;
    margin: 10px auto 0;
}

.countBox{
    margin-top:24px;
}

.countBoxLine+.countBoxLine{
    margin-top:10px;
}

.countBoxLine .countIpt{
    width:100%;
    outline: 0;
    -webkit-appearance: none;
    background-color: #0000;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 14px;
    color: #535353;
    height: 35px;
    line-height: 35px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
}

.countBoxLine .btn_block{
    display: block;
    width:100%;
    height:35px;
    line-height: 35px;
    font-size: 16px;
    position: relative;
    margin:0 auto;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    background: #fd6d48;
    color: #fff;
    border-radius: 5px;
    -webkit-tap-highlight-color: #0000;
    overflow: hidden;
}

.index_title_two{
    font-size: 18px;
    color: #313131;
    text-align: center;
    font-weight: 700;
}

.index_title_two:after{
    content:'';
    display: block;
    width:76%;
    height:13px;
    background:#fbddd0;
    border-radius: 13px;
    margin:-12px auto 0;
}

.index_sub_title span{
    color: #ea5413;
    vertical-align: middle;
}

.mg_lr{
    margin:0 1.5% 0;
}

.index_sub_title{
    font-size: 14px;
    color: #535353;
    text-align: center;
    margin-top: 18px;
    font-weight: 700;
}

.index_sub_title .wavyLine{
    display: inline-block;
    width:15%;
    height:12px;
    background: url("../image/index/wavy.png") no-repeat center;
    background-size: 100% 100%;
}

.harmList{
    margin-top:20px;
}

.harmList>ul>li{
    float:left;
    width:45%;
    padding:30px 10px;
    box-sizing: border-box;
    border:1px solid #ea5413;
    border-radius: 5px;
    margin-bottom:12px;
    overflow: hidden;
}

.mg-l-3{
    margin-left:10%;
}

.harmList>ul>li .imgWrap{
    width:100%;
    text-align: center;
    padding:0 15px;
    box-sizing: border-box;
    margin:0 auto;
    vertical-align: middle;
}

.imgWrap img{
    height:68px;
    vertical-align: middle;
}



.harmList>ul>li .imgTitle{
    height: 20px;
    margin-top: 12px;
    overflow: hidden;
    font-size: 14px;
    color: #535353;
    text-align: center;
}

.callNumber{
    width:78%;
    height:32px;
    border:1px solid #4cda64;
    border-radius: 5px;
    background: #fff;
    margin:23px auto 0;
}

.callBox{
    width:100%;
    height:100%;
    position: relative;
}

.callBox>h5{
    width: 72%;
    position: absolute;
    top:-8px;
    left:50%;
    background: #fff;
    font-size:14px;
    color:#535353;
    -webkit-transform: translatex(-50%);
    transform: translateX(-50%);
    text-align: center;
    padding:0 5px;
}

.subCall{
    position: absolute;
    bottom:-16px;
    left:50%;
    -webkit-transform: translatex(-50%);
    transform: translateX(-50%);
    background: #4cda64;
    font-size:16px;
    color:#fff;
    padding:0 24px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 100px;
    -webkit-tap-highlight-color: #0000;
    overflow: hidden;
    font-weight: 700;
}

.index_lpay{
    width: 100%;
    padding: 0 14px 18px;
    box-sizing: border-box;
}

.index_late_payment{
    width:100%;
    margin-top:20px;
    text-align: center;
}

.index_late_payment>img,.limitImg>img{
    max-width: 100%;
}

.index_limit{
    width: 100%;
    padding: 0 14px 60px;
    box-sizing: border-box;
    background: #fff;
}

.limitList{
    display: flex;
}

.limitItem{
    flex: 1;
    text-align: center;
}

.limitItem+.limitItem{
    margin-left:10px;
}

.limitList+.limitList{
    margin-top:10px;
}

.limitTitle{
    margin-top: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #535353;
    text-align: center;
}

.index_why{
    width: 100%;
    padding: 12px 14px 32px;
    box-sizing: border-box;
    background: #f7f3f4;
    position: relative;
}

.index_why .index_title_two{
    width: 100%;
    position: absolute;
    top:-20px;
    left:50%;
    -webkit-transform: translatex(-50%);
    transform: translateX(-50%);
}

.answerList{
    margin-top:20px;
}

.answerItem+.answerItem{
    margin-top:10px;
}

.answerItem table {
    background-color: transparent;
}

.answerItem .iconx {
    width: 32%;
    text-align: center;
    background: url("../image/index/timesbg.png") no-repeat center;
    background-size: 100% 100%;
    vertical-align: middle;
    border-radius: 100% 0 0 100%/500%;
    color:#fff;
    font-size:14px;
    font-weight: 700;
}

.answerItem .tl {
    height:45px;
    padding: 0 5px 0 15px;
    border-radius: 0 100% 100% 0/500%;
    background: #fff;
    color:#535353;
    font-size:14px;
    font-weight: 700;
    box-sizing: border-box;
}

.index_odds,.index_aftSale{
    width: 100%;
    padding: 30px 14px;
    box-sizing: border-box;
    background: #fff;
}

.index_odds_list{
    display: flex;
}

.odds_item{
    flex:1;
    position: relative;
    border-radius:5px;
    overflow: hidden;
    text-align: center;
}

.odds_item img{
    width:100%;
    height:100%;
}

.odds_item+.odds_item{
    margin-left:10px;
}

.index_odds_list+.index_odds_list{
    margin-top:10px;
}

/*单行省略*/
.one_omit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.odds_item .odds_txt{
    width:100%;
    position: absolute;
    bottom:0;
    left:0;
    background: rgba(0,0,0,0.68);
}

.odds_item .odds_txt p{
    text-align: center;
    font-size:12px;
    color:#fff;
    line-height: 1.62;
}

.index_footer{
    width: 100%;
    padding: 30px 14px;
    box-sizing: border-box;
    background: #4e4e4e;
}

.index_footer .index_title_one{
    color:#fff;
}

.index_footer .countBoxLine .countIpt{
    background:#fff;
}

/*20190516修改首页end*/

.index_first{
    width:100%;
    background:#fff;
    padding:50px 14px;
    box-sizing: border-box;
}

.index_first_box{
    margin-top:8px;
}


.index_first_box:first-of-type{
    margin-top:30px;
}

.index_first>h3{
    font-size:18px;
    color:#313131;
    text-align: center;
}

.index_first>h3>em{
    font-style: normal;
    color:#fd6d48;
    margin-left: 8px;
}

.index_first_item{
    float:left;
    width:49%;
    height: 50px;
    padding:15px 0;
    text-align: center;
    background:#fd6d48;
    font-size:14px;
    color:#fff;
    box-sizing: border-box;
}


.index_first_item+.index_first_item{
    margin-left:2%;
}

.index_second{
    width:100%;
    background:#fff;
    padding:50px 14px;
    box-sizing: border-box;
}

.index_second>h3{
    font-size:18px;
    color:#313131;
    text-align: center;
}

.index_second>h3>em{
    font-style: normal;
    color:#fd6d48;
    margin-left: 8px;
}

.index_second>h5{
    font-size:14px;
    color:#535353;
    text-align: center;
    margin-top:18px;
}


.sealList{
    width:100%;
    overflow: hidden;
    margin:0 auto;
    text-align: center;
}

.sealList .c_item{
    display: inline-block;
    text-align: center;
    overflow: hidden;
}

.mg_t_35{
    margin-top:35px;
}

.mg_t_20{
    margin-top:20px;
}

.col_3{
    width:30%;
    margin-left:3%;
}

.col_3:first-child,
.col_2:first-child{
    margin-left:0;
}

.col_2{
    width:35%;
    margin: 0 3% 20px 0;
}

.img-wrapper{
    width: 100%;
    height:50px;
    overflow: hidden;
}

.c_item .img-wrapper img {
    height: 50px;
    display: block;
    background: #fff;
    margin:0 auto;
}

.sealList .c_item .subtitle {
    height: 20px;
    margin-top:12px;
    overflow: hidden;
    font-size: 12px;
    color: #535353;
}

.sealListTwo{
    position: relative;
    overflow: hidden;
}

.weui-grid-item {
    position: relative;
    float: left;
    padding: 20px 10px;
    width: 32%;
    box-sizing: border-box;
    border: 1px solid #fd6d48;
    margin-left:2%;
    margin-bottom:2%;
}

.weui-grid-item:nth-of-type(3n+1){
    margin-left:0;
}



.weui-grid-item .weui-grid__icon {
    width: 36px;
    height: 36px;
    margin: 0 auto;
}

.sealListTwo .weui-grid__icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.border0{
    border:0;
}

.weui-grid-item .subtitle {
    height: 20px;
    margin-top: 12px;
    overflow: hidden;
    font-size: 12px;
    color: #535353;
    text-align: center;
}



.index_third{
    width:100%;
    padding:32px 20px;
    box-sizing: border-box;
    background:#495970 url("../image/index_third_bg.png") no-repeat center 0;
    background-size: 100% 100%;
}

.index_third>h3{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.paraItem{
    margin-top:20px;
}

.paraItem>p{
    font-size:12px;
    color:#fff;
    line-height: 1.68;
    padding-left:14px;
    box-sizing: border-box;
}

.paraItem>p>i{
    display: inline-block;
    width:6px;
    height:6px;
    background:#fff;
    border-radius: 100%;
    margin-right:7px;
}

.index_fourth{
    width:100%;
    background:#fff;
    padding:50px 14px;
    box-sizing: border-box;
}

.index_fourth>h3 {
    font-size: 18px;
    color: #313131;
    text-align: center;
}

.index_fourth>h3>em {
    font-style: normal;
    color: #fd6d48;
    margin-left: 8px;
}

.index_fourth_box{
    margin-top:30px;
}

.fourthItem{
    width:100%;
}

.fourthItem+.fourthItem{
    margin-top:8px;
}

.itemImg{
    float:left;
    width:30%;
    height:115px;
    overflow: hidden;
}

.itemImg>img{
    max-width: 100%;
    height: 100%;
}

.itemTxt{
    float:left;
    width:70%;
    height:115px;
    padding:8px;
    box-sizing: border-box;
    border:1px solid #fd6d48;
    font-size:12px;
    color:#535353;
    line-height: 1.62;
    margin-left: -1px;
}

.index_fifth{
    width:100%;
    padding:50px 20px;
    box-sizing: border-box;
    background:#f8f8f8;
}

.index_fifth>h3 {
    font-size: 18px;
    color: #313131;
    text-align: center;
}

.index_fifth>h3>em {
    font-style: normal;
    color: #fd6d48;
    margin-left: 8px;
}

.fifth_list{
    margin-top:25px;
}

.fifth_list li{
    float:left;
    width:50%;
    margin-bottom:10px;
    font-size:16px;
    color:#535353;
}

.fifth_list li>i{
    display: inline-block;
    width:22px;
    height:22px;
    background:#fd6d48;
    font-size:18px;
    color:#fff;
    font-weight: 700;
    font-style: normal;
    margin-right:8px;
    text-align: center;
    vertical-align: middle;
    margin-top: -3px;
}

.index_sixth{
    width:100%;
    background:#fff;
    padding:50px 14px;
    box-sizing: border-box;
}

.index_sixth>h3 {
    font-size: 18px;
    color: #313131;
    text-align: center;
}

.index_sixth>h3>em {
    font-style: normal;
    color: #fd6d48;
}

.border1{
    border:1px solid #fd6d48;
    padding:14px 8px;
    box-sizing: border-box;
}

.sixth_tips{
    font-size:13px;
    color:#999999;
    height: 90px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.border1 .subtitle{
    font-size:16px !important;
    margin-bottom:12px;
}

.index_seventh{
    width:100%;
    background:#f8f8f8;
    padding:50px 14px;
    box-sizing: border-box;
}


.index_seventh>h3 {
    font-size: 18px;
    color: #313131;
    text-align: center;
}

.index_seventh>h3>em {
    font-style: normal;
    color: #fd6d48;
}

.index_seventh>p{
    padding:0 8px;
    box-sizing: border-box;
    font-size:12px;
    color:#777777;
    margin-top:20px;
}

.seventh_pk{
    width:100%;
    margin-top:20px;
    text-align: center;
}

.seventh_pk img{
    max-width: 100%;
}

.index_eighth{
    width:100%;
    height:224px;
    background:#2bc4b2 url("../image/eighth_bg.png") no-repeat center 0;
    background-size: 100% 100%;
    text-align: center;
}




.about_us{
    width:100%;
    background:#f8f8f8;
    padding:50px 14px;
    box-sizing: border-box;
}


.about_us>h3 {
    font-size: 18px;
    color: #313131;
    text-align: center;
}

.about_us>h3>em {
    font-style: normal;
    color: #fd6d48;
}

.about_us>h5 {
    font-size: 16px;
    color: #535353;
    text-align: left;
    margin:20px 0 10px;
}

.media_box{
    width:100%;
    background:#fff;
    padding:50px 14px;
    box-sizing: border-box;
}


.media_box>h3 {
    font-size: 18px;
    color: #313131;
    text-align: center;
}

.media_box>h3>em {
    font-style: normal;
    color: #fd6d48;
}

.mg_t_25{
    margin-top:25px;
}

.mg_t_15{
    margin-top: 15px;
}

.media_list .media_item{
    float:left;
    width:48.5%;
    text-align: center;
}

.media_item img{
    max-width: 100%;
}

.media_item+.media_item{
    margin-left:3%;
}

.about_us>p {
    font-size: 14px;
    color: #777777;
    text-align: left;
}

.officeImg{
    margin-top:20px;
}

.imgItem{
    float:left;
    width:48.5%;
}

.imgItem>img{
    max-width: 100%;
}

.imgItem+.imgItem{
    margin-left:3%;
}


footer{
    width:100%;
    padding:16px 14px;
    box-sizing: border-box;
    background:#232526;
}

.footer_text{
    position: relative;
}

.footer_left{
    float:left;
    width:75%;
}


.footer_left h4{
    font-size:12px;
    color:#fff;
}


.footer_para{
    margin-top:15px;
    margin-bottom:20px;
}

.mg_t_15{
    margin-top:15px;
}

.footer_para p{
    font-size:12px;
    color:#fff;
    margin-top:5px;
}

.foot_contact{
    font-size:12px;
    color:#fff;
}

.method_text+.method_text{
    margin-top:10px;
}

.foot_qq{
    display: inline-block;
    width:17px;
    height:17px;
    background:url("../image/QQ.png") no-repeat center;
    background-size: cover;
    vertical-align: bottom;
    margin-right:5px;
}

.foot_wx{
    display: inline-block;
    width:21px;
    height:18px;
    background:url("../image/wechat.png") no-repeat center;
    background-size: cover;
    vertical-align: bottom;
    margin-right:5px;
}

.foot_tel{
    display: inline-block;
    width:17px;
    height:17px;
    background:url("../image/phone.png") no-repeat center;
    background-size: cover;
    vertical-align: bottom;
    margin-right:5px;
}

.foot_kefu{
    display: inline-block;
    width:18px;
    height:18px;
    background:url("../image/kefu.png") no-repeat center;
    background-size: cover;
    vertical-align: bottom;
    margin-right:5px;
}


.foot_email{
    display: inline-block;
    width:18px;
    height:15px;
    background:url("../image/email.png") no-repeat center;
    background-size: cover;
    vertical-align: bottom;
    margin-right:5px;
}


.footer_img_list{
    width:24%;
    position: absolute;
    bottom:0;
    right:0;
}

.foot_img img{
    max-width: 100%;
}


.beian{
    text-align: center;
    color: #555;
    font-size: 12px;
    margin-top: 15px;
}

.beian>p {
    line-height: 1.82;
}

.beian>p>a {
    color: #555;
    font-size: 12px;
}

/*下拉菜单*/
.dropBox{
    position: fixed;
    top:50px;
    left:0;
    width:100%;
    background:#fff;
    z-index: 102;
    display: none;
}

.dropBox li{
    padding:12px 24px;
    box-sizing: border-box;
    border-bottom:1px solid #f0f0f0;
}

.dropBox li>a{
    display: block;
    font-size:16px;
    color:#777777;
}

.dropBox li.active>a,
.dropBox li:active>a{
    color:#fd6d48;
}

.closeMask{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../image/close.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 17px;
}


/*=========================== 网站企业资讯================================ */
.zx_banner{
    width:100%;
    text-align: center;
}

.zx_banner img,
.zx_txt img,
.zx_flow_txt img{
    max-width:100%;
}

.zx_txt,.zx_flow_txt{
    width:100%;
    text-align: center;
    margin-top:20px;
}

.zx_flow{
    width: 100%;
    background: #fff;
    padding: 50px 14px;
    box-sizing: border-box;
}

.zx_flow>h3 {
    font-size: 18px;
    color: #313131;
    text-align: center;
}

.zx_flow>h3>em {
    font-style: normal;
    color: #fd6d48;
    margin-left: 8px;
}

.zx_flow>p {
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 12px;
    color: #535353;
    text-align: center;
}

.corr_banner{
    background:#f8f8f8;
    padding:26px 0;
}


.fee_banner{
    width:100%;
    background:#f3f6fb url("../image/fee_banner.png") no-repeat center 0;
    background-size: 100% 100%;
    padding:210px 0 0;
    box-sizing: border-box;
}


.fee_content{
    background:rgba(0,0,0,0.7);
    padding:35px 14px;
    box-sizing: border-box;
}

.fee_btn{
    margin-bottom: 26px;
}

.fee_btn .btn_item{
    float:left;
    width:24.25%;
    text-align: center;
    font-size:13px;
    color:#fb7e3c;
    padding:5px 0;
    background: #fff;
    border-radius: 5px;
}

.btn_item+.btn_item{
    margin-left:1%;
}

.fee_tips{
    font-size:16px;
    color:#fff;
    text-align: center;
    font-weight: 700;
}

.linkHref{
    margin-top:26px;
    text-align: center;
    padding:0 20px;
    box-sizing: border-box;
}

.linkHref>a{
    padding:6px 2rem;
    box-sizing: border-box;
    font-size:15px;
    border-radius: 5px;
}

.applyBtn{
    float:left;
    color:#2bc4b2;
    background:#fff;
}

.consultBtn{
    float:right;
    color:#fff;
    background:#2bc4b2;
}

.fee_tips{
    margin-top:26px;
}

.feeNum{
    color:#fff;
}

.fee_bar{
    width:100%;
    padding:7px 14px;
    box-sizing: border-box;
    background: #fff;
    -moz-box-shadow:2px 2px 5px #eee;
    -webkit-box-shadow:2px 2px 5px #eee;
    box-shadow:2px 2px 5px #eee;
    margin-bottom:10px;
}

.fee_bar_fixd {
    position: fixed;
    top: 50px;
    z-index: 101;
}

.fee_bar_item{
    float: left;
    width: 33%;
    text-align: center;
    font-size:12px;
    color:#535353;
}

.fee_bar_item+.fee_bar_item{
    border-left:1px solid #e2e2e2;
}

.fee_bar_item>i{
    font-size:14px;
    vertical-align: middle;
    margin-right:2px;
}

.fee_bar_item>span>em{
    color:#f45151;
}

.fee_bar_item.fee_bar_active{
    color:#fb7e3c;
}

.fee_tips_box{
    width:100%;
    background:#2bc4b2;
    box-sizing: border-box;
    padding:15px 20px;
}

.fee_tips_box h3{
    font-size:14px;
    color:#fff;
    text-align: center;
}



/*蒙版*/
.mask{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.72);
    z-index: 102;
    box-sizing: border-box;
    display: none;
}

/*弹出框*/
.applayDialog{
    width: 80%;
    position: fixed;
    top: 50%;
    margin-top: -193px;
    left: 10%;
    z-index: 102;
    background: #fff;
    padding: 32px 14px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    display: none;
}

.applayDialog>h3{
    font-size:18px;
    color:#fd6d48;
    text-align: center;
}

.cells_form{
    margin-top: 20px;
    background-color: #fff;
    line-height: 1.42;
    overflow: hidden;
    position: relative;
}

.cell_select {
    padding: 0;
}

.cell {
    padding: 10px 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.we-label {
    display: block;
    width: 64px;
    padding: 0 8px 0 0;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;
    font-size:14px;
    color:#535353;
}

.cell_bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.cell_bd_style{
    background:#f2f1f1;
    border-radius: 3px;
}

.we-input {
    width: 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: #0000;
    box-sizing: border-box;
    padding: 0 9px;
    font-size:14px;
    color:#535353;
    height:28px;
    line-height: 28px;
}

.cell_select .we-select {
    padding-right: 20px;
}
.we-select {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    background-color: #0000;
    width: 100%;
    font-size:14px;
    color:#535353;
    box-sizing: border-box;
    padding: 0 9px;
    position: relative;
    z-index: 1;
    height:28px;
    line-height: 28px;
}


.cell_select .cell_bd:after {
    content: " ";
    display: inline-block;
    width:0;
    height:0;
    border-width:8px 8px 0;
    border-style:solid;
    border-color:#777777 transparent transparent;/*灰 透明 透明 */
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -4px;
    border-radius: 3px;
}


.button_sp_area{
    margin-top:20px;
}

.btn_mini{
    display: inline-block;
    padding: 0 35px;
    line-height: 2.3;
    font-size: 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    background: #fd6d48;
    color: #fff;
    border-radius: 5px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow: hidden;
}

.btn_mini:hover, .btn_mini:active {
    color: #fff;
    text-decoration: none;
}

.closeBtn{
    position: absolute;
    top: 8px;
    right: 14px;
    width:22px;
    height:22px;
    background:url("../image/close.png") no-repeat center;
    background-size: 100% 100%;
}

.fee_flow{
    width: 100%;
    background: #fff;
    padding: 50px 14px;
    box-sizing: border-box;
}


.fee_flow>h3{
    font-size: 16px;
    color: #535353;
    font-weight: 700;
    text-align: center;
}

.fee_flow>p.fee_flow_para{
    font-size: 12px;
    color: #fd6d48;
    text-align: center;
    margin-top:14px;
}

.fee_table{
    margin-top:30px;
}

.fee_table_item{
    position: relative;
    display: block;
    overflow: hidden;
    padding: inherit;
    color: #535353;
    font-size:14px;
}

.fee_table_item+.fee_table_item{
    margin-top:15px;
}

.media_para{
    color: #999999;
    font-size:12px;
}

.media-object {
    line-height: 42px;
    max-width: 42px;
    height: 42px;
    margin-right: 10px;
}

.media_body{
    overflow: hidden;
    vertical-align: middle;
}


.user_eval{
    width:100%;
    background:#f8f8f8;
    box-sizing: border-box;
}

.user_eval_up{
    width:100%;
    padding:12px 18px;
    box-sizing: border-box;
    background: #2bc4b2;
    font-size:18px;
    color:#fff;
    font-weight: 700;
}

.user_eval_down{
    width:100%;
    padding:15px 25px;
    box-sizing: border-box;
    background: #fff;
}

.user_num{
    width:28%;
    margin-right:2%;
}

.user_num h4{
    font-size:15px;
    color:#535353;
    margin-bottom:12px;
}

.user_star{
    width:70%;
}



.star_item .star_txt{
    display: inline-block;
    font-size: 15px;
    color: #535353;
    width: 95px
}


.user_num .rate_98{
    max-width: 58px;
}

.starMore img{
    max-width: 15px;
}


.user_eval_item{
    width:100%;
    background:#ededed;
}

.user_eval_item h4{
    width:100%;
    font-size:15px;
    color:#535353;
    padding:12px 0 12px 20px ;
    box-sizing: border-box;
}

.user_eval_all{
    margin:0 6px;
}


.user_eval_all ul.eval_all_list li {
    box-sizing: border-box;
    padding:18px 20px;
    background:#fff;
}

.all_list_item +.all_list_item{
    margin-top:10px;
}

.myMediaTop {
    margin-bottom: 12px;
    box-sizing: border-box;
}

.myMediaTop .myMediaImg {
    line-height: 32px;
    max-width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right:8px;
}

.myMediaTop span {
    display: inline-block;
    font-size: 13px;
    color: #535353;
    vertical-align: middle;
    box-sizing: border-box;
}

.all_list_item>p {
    font-size: 12px;
    color: #535353;
    text-align: justify;
    text-justify: inter-ideograph;
}

.eval_time_list{
    margin-bottom: 12px;
}

.eval_time_list .eval_time{
    font-size:12px;
    color:#999999;
    margin-right:22px;
}


.eval_time_list .eval_tc{
    font-size:12px;
    color:#fd6d48;
}


/*****************************分页********************************/
.pageNum{
    text-align: center;
}

.pageNum{
    width: 100%;
    text-align: center;
    padding:20px 0;
    box-sizing: border-box;
}
.next,.prev{
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    background: #FD6D48;
    border-radius: 4px;
    padding:4px 6px;
    box-sizing: border-box;
}
.prev{
    margin-right: 12px!important;
    color: #535353;
    background: #FFFFFF;
}
.next{
    margin-left: 12px;
}
.active{
    display: inline-block;
    color: #fd6d48;
    border-radius: 50%;
    text-align: center;
}
.pageNum a,.pageNum span{
    display: inline-block;
    margin-right: 8px;
}

a.prev:hover, a.prev:active {
    color: #535353;
    text-decoration: none;
}

a.next:hover, a.next:active {
    color: #fff;
    text-decoration: none;
}



.service_eval{
    width:100%;
    background: #fff;
    padding:10px 14px 50px;
    box-sizing: border-box;
}

.service_first{
    width:100%;
    box-sizing: border-box;
}

.service_first+.service_first{
    margin-top:10px;
}

.service_title{
    display: inline-block;
    width:92px;
    font-size:13px;
    color:#535353;
}


/*评分*/
.starts ul li{
    list-style: none;
    width:14px;
    height:14px;
    float:left;
    margin-right:6px;
    background:url(../image/star_null.png) no-repeat;
    background-size: 100% 100%;
}

.starts ul li.on{
    background:url(../image/star_checed.png) no-repeat;
    background-size: 100% 100%;
}

.starts ul span{
    display:inline;
    float:left;
    font-size: 12px;
    color:#777777;
}


.linkIpt{
    outline: 0;
    -webkit-appearance: none;
    background-color: #0000;
    box-sizing: border-box;
    padding: 0 5px;
    font-size:14px;
    color:#535353;
    height:26px;
    line-height: 26px;
    border:1px solid #dcdcdc;
    border-radius: 3px;
}

.logout{
    border:1px solid #dcdcdc;
    padding:3px 9px;
    box-sizing: border-box;
    height:26px;
    line-height: 26px;
    font-size: 12px;
    color:#777777;
    text-align: center;
    border-radius: 3px;
    white-space: nowrap;
    background: #fff;
}

.logout+.logout{
    margin-left:5px;
}

.logout.lg_act{
    background: #fd6d48;
    border:1px solid #fd6d48;
    color:#fff;
}

.service_text{
    display: block;
    border:1px solid #dcdcdc;
    border-radius: 3px;
    resize: none;
    width: 100%;
    height:130px;
    font-size: 12px;
    color:#777777;
    line-height: inherit;
    outline: 0;
    padding:3px 5px;
    box-sizing: border-box;
}

.service_btn{
    margin-top:10px;
    text-align: center;
}

.service_btn .service_btn{
    display: inline-block;
    padding: 0 35px;
    line-height: 2.3;
    font-size: 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    background: #fd6d48;
    color: #fff;
    border-radius: 5px;
    -webkit-tap-highlight-color: #0000;
    overflow: hidden;
}


.site_case {
    width: 100%;
    background: #f8f8f8;
    padding: 22px 10px;
    box-sizing: border-box;
}

.site_case>h3 {
    font-size: 18px;
    color: #313131;
    text-align: center;
}

.site_case>h3>em {
    font-style: normal;
    color: #fd6d48;
}

.case_list{
    margin-top:25px;
}

.case_list li {
    float: left;
    width: 48%;
    overflow: hidden;
    margin-bottom:10px;
}

.case_list li:nth-of-type(2n){
    margin-left:4%;
}

.case_list li>img{
    width: 100%;
}

.photoCase .weui-photo-browser-modal .photo-container{
    padding-top: 90px;
    box-sizing: border-box;
}


.photoCase .weui-photo-browser-modal .photo-container img {
    max-width: 88%;
    margin-left:auto;
    margin-right:auto;
}


.artcle_box{
    width:100%;
    padding:14px;
    box-sizing: border-box;
    background:#f8f8f8;
}

.artcle_item{
    display: block;
    width:100%;
    padding:14px 10px 14px 24%;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

.artcle_item+.artcle_item{
    margin-top:10px;
}

.ac_left{
    position: absolute;
    top:50%;
    left:14px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.ac_left>h2{
    font-size:16px;
    font-weight: 700;
    color:#313131;
    text-align: center;
}

.ac_left>h2:after{
    display: block;
    content: "";
    width:100%;
    margin-top:6px;
    border-top:1px solid #fd6d48;
}


.ac_left>h5{
    font-size:12px;
    color:#535353;
    text-align: center;
    margin-top:6px;
}

.ac_right{
    width:100%;
}

.ac_right>h3{
    font-size:14px;
    color:#535353;
    text-align: left;
    margin-bottom: 14px;
}

.ac_right>p{
    font-size:12px;
    color:#999999;
    text-align: left;
}

.artcle_list>a:visited .ac_right>h3{
    color:#fd6d48;
}

.more_artcle{
    width:100%;
    background:#fff;
    box-sizing: border-box;
    padding-bottom:50px;
}

.more_artcle>h2{
    width:100%;
    background:#fd6d48;
    font-size:18px;
    font-weight: 700;
    color:#ffff;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
}

.high{
    height: 334px;
    overflow: hidden;
}

.artcle_panel .weui-media-box__title{
    font-size:14px;
    color:#535353;
}

.artcle_panel .weui-media-box_appmsg .weui-media-box__bd{
    position: relative;
}

.artcle_panel .weui-media-box__desc{
    font-size:12px;
    color:#999999;
    margin-top:10px;
    width: 85%;
}

.artcle_panel .weui-media-box__title-after{
    font-size:12px;
    color:#fd6d48;
    margin-left:10px;
    position: absolute;
    bottom:0;
    right:0;
    background: #fff;
}

.qaBody .weui-search-bar{
    background:#f8f8f8;
}

.qaBody .weui-search-bar:before,
.qaBody .weui-search-bar:after{
    border:0;
}

.qaBody .weui-search-bar__form{
    background: none;
}

.qaBody .weui-search-bar__cancel-btn{
    color:#fd6d48;
}


.qa_navbar{
    width:100%;
    background:#f8f8f8;
    padding:5px 14px 25px 14px;
    box-sizing: border-box;
}

.qa_navbar .weui-cells{
    margin-top:-1px;
}

.qa_navbar .weui-cells:before,
.qa_navbar .weui-cells:after{
    border:0;
}

.qa_navbar .weui-cell{
    padding:8px 12px;
}

.qa_navbar .navbar-cell__bd>p{
    color:#535353;
    font-weight: 700;
}

.qa_navbar .weui-cell__fl>a{
    display: inline-block;
    white-space: nowrap;
    font-size:12px;
    color:#fff;
    padding:5px;
    box-sizing: border-box;
    background: #fd6d48;
    border-radius: 3px;
    margin-bottom:5px;
}


.search_box{
    width:100%;
    background:#f8f8f8;
    padding:35px 14px 0 14px;
    box-sizing: border-box;
}

.search_box>h2{
    font-size:18px;
    color:#313131;
    text-align: center;
}

.search_box>h2>em{
    color:#fd6d48;
}

.search_list{
    width:100%;
    margin-top:12px;
}

.search_list .search_item{
    width:100%;
    padding:8px 10px;
    box-sizing: border-box;
    background:#fff;
}

.search_item+.search_item{
    margin-top:15px;
}


.search_item h3{
    position: relative;
    padding-left: 12px;
    font-size: 14px;
    color: #313131;
    box-sizing: border-box;
}

.search_item h3>em{
    font-style: normal;
    font-size: 14px;
    color: #313131;
}

.search_item h3:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 16px;
    top: 1px;
    left: 0;
    background: #fd6d48;
}

.search_item .ptime{
    box-sizing: border-box;
    padding-left: 12px;
    font-size:12px;
    color:#999999;
    margin:9px 0;
}

.search_item .spara{
    box-sizing: border-box;
    padding-left: 12px;
    font-size:12px;
    color:#535353;
}


/*---------------------注销问答详情页---------------------------*/
.qa_artcle{
    width:100%;
    padding:14px;
    box-sizing: border-box;
    background: #f8f8f8;
}

.qa_art_content{
    width:100%;
    padding:12px;
    background:#fff;
    box-sizing: border-box;
}

.qa_art_content>h3{
    position: relative;
    padding-left: 12px;
    font-size: 14px;
    color: #fd6d48;
    box-sizing: border-box;
}

.qa_art_content>h3>em{
    font-style: normal;
    font-size: 14px;
    color: #fd6d48;
}

.qa_art_content>h3:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 16px;
    top: 1px;
    left: 0;
    background: #fd6d48;
}

.qa_time{
    box-sizing: border-box;
    padding-left: 12px;
    font-size:12px;
    color:#999999;
    margin-top:12px;
}

.qa_para{
    width:100%;
    margin-top:12px;
    padding-left: 12px;
    box-sizing: border-box;
}

.qa_para>h5{
    box-sizing: border-box;
    font-size:12px;
    color:#313131;
}

.qa_para>h4{
    box-sizing: border-box;
    font-size:14px;
    color:#313131;
    text-align: center;
}

.qa_para>p{
    box-sizing: border-box;
    font-size:12px;
    color:#777777;
}

.text-in{
    text-indent: 2em;
}

.qa_para>p>img{
    max-width:100%;
}

.qa_para>p>em,
p.txt-red{
    color:#FF0000;
}


/*底部navbar*/
.navbar{
    width:100%;
    position: fixed;
    bottom:0;
    left:0;
    height:50px;
    background:#fff;
    box-sizing: border-box;
}

.onlineBtn,.callBtn{
    display: block;
    float:left;
    width:50%;
    padding:0 8px;
    line-height: 50px;
    box-sizing: border-box;
    background:#4cda64;
    font-size:14px;
    color:#fff;
    font-weight: 600;
    text-align: center;
}

.onlineBtn{
    background: #4c8bda;
}

.icon-kefu{
    width:18px;
    height:18px;
    vertical-align: middle;
    margin-right:5px;
}

.icon_zixun{
    width:30px;
    height:22px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right:5px;
}

.icon-phone{
     width:20px;
     height:16px;
     vertical-align: top;
     margin:5px 0 0 0;
 }

.icon-num{
    width:14px;
    height:14px;
    vertical-align: middle;
    position: absolute;
    right:-3px;
    top:-3px;
}

/*2019-3-4新添加样式*/
.index_banner{
    width: 100%;
    text-align: center;
    font-size:0;
}

.index_banner>img{
    max-width:100%;
}

.logoutZX{
    width:35px;
    height:35px;
    background:#fd6d48;
    position: fixed;
    top:50%;
    right:0;
    margin-top:-23px;
    z-index:999;
    border-radius: 5px;
    padding:5px;
    -webkit-box-shadow: 1px 1px 8px #a98c85;
    -moz-box-shadow: 1px 1px 8px #a98c85;
    -o-box-shadow: 1px 1px 8px #a98c85;
    box-shadow: 1px 1px 8px #a98c85;
}

.logoutZX>a{
    display: block;
    width:100%;
    height:100%;
    font-size:14px;
    color:#fff;
    text-align: center;
    box-sizing: border-box;
    font-weight: 700;
}

.consultFloat{
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.68);
    position: fixed;
    bottom:50px;
    left:0;
    z-index: 999;
    display: none;
}

.consultCon{
    position: absolute;
    top:50%;
    left:50%;
    width: 68%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    padding:12px 8px;
    box-sizing: border-box;
}

.consultCon h5{
    font-size:18px;
    color:#313131;
    text-align: center;
    font-weight: 700;
}

.conCode{
    text-align: center;
}

.conCode img{
    max-width: 100%;
}

.consultCon p{
    font-size:14px;
    color:#313131;
    text-align: center;
    font-weight: 700;
    line-height: 1.62;
}

/*.weui-btn_my:active{
    color:#eda593;
}*/

.msgClose{
    width:23px;
    height:23px;
    position: absolute;
    bottom:-32px;
    left:50%;
    margin-left:-12px;
}

.msgClose>img{
    max-width: 100%;
}




/*媒询*/
@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone5 */
    .index_eighth{
        height:180px;
    }


    .index_first_item{
        height:64px !important;
    }

    .itemImg,.itemTxt{
        height:130px;
    }

    .sealList .c_item .subtitle,
    .weui-grid-item .subtitle{
        height:38px;
        margin-bottom:0;
    }
    .harmList>ul>li .imgTitle{
        font-size: 12px;
    }
}


@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2){/* 兼容iphone6/7/8 */
    .index_eighth{
        height:200px;
    }

}

@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3){/* 兼容iphone plus */
    .index_eighth{
        height:224px;
    }
    .sixth_tips{
        height:72px;
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3){ /* 兼容iphone X */
    .index_eighth{
        height:200px;
    }
}