.mt6 {margin-top: 6px;}
.mt10 {margin-top: 10px;}
.mt12 {margin-top: 12px;}
.mt14 {margin-top: 14px;}
.mt16 {margin-top: 16px;}
.mt18 {margin-top: 18px;}
.mt20 {margin-top: 20px;}

.mb10 {margin-bottom: 10px;}
.mb12 {margin-bottom: 12px;}
.mb14 {margin-bottom: 14px;}
.mb16 {margin-bottom: 12px;}
.mb18 {margin-bottom: 18px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}

.mr28 {margin-right: 28px;font-size: 16px;}
.mr18 {margin-right: 18px;}
h2 {
    font-size: 22px;
    color: #151718;
    line-height: 1;
}
h4 {
    font-size: 20px;
    color: #151718;
    line-height: 1;
}
.ml6 {
    margin-left: 6px;
}
.mini-font .time {
    background: url(../img/activity/5.png) no-repeat left center;
    padding-left: 21px;
    background-size: 14px;
}
.mini-font .listener {
    background: url(../img/activity/12.png) no-repeat left center;
    padding-left: 21px;
}
.mini-font .zan {
    background: url(../img/activity/13.png) no-repeat left center;
    padding-left: 21px;
}
.mini-font .address {
    vertical-align: text-top;
    background: url(../img/expert/address.png) no-repeat left 0px;
    background-size: 12px;
    padding-left: 14px;
}
#expert-search {
    width: 70%;
    height: 40px;
    border-radius: 70px;
    border: 1px solid #dbd9d8;
    color: rgba(21, 23, 24, 0.8);
    padding-left: 40px;

    -webkit-transition: border ease .5s;

    -moz-transition: border ease .5s;

    transition: border ease .5s;
}
#expert-search:hover {
    border: 1px solid #d0cecd;
}
#expert-search:focus {
    border: 1px solid #e94708;
}
.expert-search-i {
    position: absolute;
    left: 11px;
    top: 7px;
    font-size: 24px;
    color: #e94708;
}
.flex-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}
.sel-li {
    float: left;
    padding: 0px 10px;
    border-radius: 999px;
    margin: 0 10px 0 0;
    color: #2c3035;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid transparent;
    cursor: pointer;
}
.sel-li:hover {
    color: #e94708;
}
.filter-box .sel-li {
    margin-bottom: 4px;
    line-height: 26px;
}
.hide-filter {
    position: absolute;
    top: 26px;
    left: 0;
}
.sel-li.on {
    color: #e94708;
}
.filter-box {
    padding: 14px;
    border-radius: 4px;
    background-color: #fff;
    z-index: 22;
    border: 1px solid #dbd9d8;
    box-shadow: 2px 2px 9px #dedede;
    width: 100%;
}
.result-expert a{
    background-color: #fff;
}
.field > span {
    padding-bottom: 10px;
}
.li-expert {
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #dbd9d8;
    padding: 28px 46px;

    -webkit-transition: all ease .3s;

    -moz-transition: all ease .3s;

    transition: all ease .3s;
}
.li-expert:hover {
    /* border: 1px solid #e94708; */
    box-shadow: 0 3px 20px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -1px, 0);
}
.li-expert:hover i {
    color: #e94708;
}
.newLeftBox{
    width: 150px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.left {
    width: 130px;
    height: 130px;
    margin-bottom: 30px;
    border-radius: 666px;
    position: relative;
    margin-right: 30px;
}
.dockBtn{
    padding: 0 20px;
    line-height: 28px;
    color: #ffffff;
    background-color: #e94708;
    margin-right: 30px;
}
.li-expert .tag {
    position: absolute;
    bottom: 0;
    right: 7px;
}
.expert-header {
    width: 100%;
    height: 100%;
    border-radius: 666px;
}
.mini-font {
    font-size: 12px;
    color: #5f6366;
}
.gray14 {
    font-size: 16px;
    color: #5f6366;
    line-height: 25px;
}
.tags {
    font-size: 16px;
    color: #1f2225;
    line-height: 20px;
}
.red-tag {
    background: -webkit-linear-gradient(top, #fe3636 10%, #eb9d37);
    background: -moz-linear-gradient(top, #fe3636 10%, #eb9d37);
    background: linear-gradient(top, #fe3636 10%, #eb9d37);

    color: #fff;
    padding: 0px 15px 0px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    border-radius: 8px 0 8px 8px;
    height: 20px;
    line-height: 14px;
}

.selected-cate {
    border: 1px solid #dbd9d8;
    padding: 2px 12px;
    border-radius: 29px;
    color: #777777;
    margin-right: 10px;
}
.selected-cate i {
    font-size: 12px;
    vertical-align: top;
    margin-left: 5px;
    cursor: pointer;
    color: #899191;
}
.selected-cate i:hover {
    color: #e94708;
}

.yue {
    background: url(../img/index/q3.png) no-repeat left center;
    width: 72px;
    height: 25px;
    float: left;
}
.gu {
    background: url(../img/index/q.png) no-repeat left center;
    width: 72px;
    height: 25px;
    float: left;
}
.pei {
    background: url(../img/index/q66.png) no-repeat left center;
    width: 72px;
    height: 25px;
    float: left;
}
.zixun {
    background: url(../img/index/q4.png) no-repeat left center;
    width: 72px;
    height: 25px;
    float: left;
}
