@import url(font/iconfont.css);
body{
    margin-bottom: 39px;
}
  .db_buttom{
       position:fixed;
       bottom:0;
       left: 0;
       right:0;
       height: 50px;
       background-color:#1672CE;
       font-size:14px;
       z-index: 9999;
       max-width: 640px;
       margin: 0 auto;
    }
    .db_buttom ul{
        display: flex;
        height: 50px;
        justify-content:space-around;
        align-items:flex-end;
    }
    .db_buttom ul li{
        text-align:center;

    }
    .db_buttom ul li:nth-child(3){
        width: 66px;
        height: 66px;
        background-color:#dd4a05;
        box-shadow: 0px 2px 2px 1px #5a5a5a;
        border-radius: 50%;
        margin-bottom: 7px;
        position:relative;
    }
    .db_buttom ul li:nth-child(3) i{
            font-size: 27px;
            position: absolute;
            top: 5px;
            left: 19px;
    }
     .db_buttom ul li:nth-child(3) p{
        bottom:14px;
        position: absolute;
        left: -2px;
        font-size: 14px;
        width: 70px;
        text-align: center;
     }

    .db_buttom ul li a{
        color:#fff;
    }
     .db_buttom ul li a i{
        font-size:26px;
    }
    .db_buttom ul li:nth-child(1) i{
        font-size: 24px;
     }

 /*文章页标题下咨询*/

.art_zixun{
    display:flex;
    height:40px;
    line-height:40px;
    color:#fff;
    font-size:16px;
    justify-content:space-between;
    margin: 12px 0;
    box-sizing: border-box;
    padding: 0 5px;
}
.art_zixun a{
     width:50%;
     text-align:center;
      color:#fff;
}
.art_zixun a i{
    font-size:30px;
    vertical-align: middle;
}
.art_zixun a:first-child{
    background-color:#1672CE;
}
.art_zixun a:last-child{
    background-color: #dd4a05;
}