/*头部*/
.express_info{
    background: #fff;
    margin: 1rem 0;
    padding: 0.6rem 1.2rem;
    box-shadow:2px 0px 3px #ccc;
}
.express_info_text{
    font-size: 1.2rem;
    line-height: 2rem;
}
.no_data_text{
    color: #929292;
    text-align: center;
    font-size: 1.4rem;
}
.no_data_text:before{
    content: '';
    display: block;
    width: 6.5rem;
    height: 7.5rem;
    margin: 0 auto;
    margin-top: 4rem; 
    margin-bottom: 1.8rem;
    background: url(../../statics/images/base/icon_noData.png) 0 0 no-repeat;
    background-size: cover;
}
.highlight li{
    border-bottom: 1px solid #e6e6e6;
}
.highlight li:first-child p{
    color: #ff9e6b;
}