body{
    background: #f2f2f2;
}
.datasheet{
    padding: 0 0.5rem;
    font-size: 0.8rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2.2rem;
    line-height: 2.2rem;
    z-index: 500;
    width: 100%;
    background: #0979e9;
    color: #fff;
    text-align: center;
}
.ickey-action-back{
    float: left;
    color: #fff;
}
.wrapper{
    padding:2.7rem .5rem 0;
    background: #fff;
}
.empty{
    height: 10rem;
}
.search-input {
    border: 2px solid #015196;
    border-radius: .2rem;
    margin-bottom: 0.75rem;
    overflow: hidden;
    height: 2rem;
    background: #015196;
}
#search-input {
    height: 1.9rem;
    border-radius: 0;
    width: 75%;
    padding-left: 10px;
    border: none;
}
.search-input-btn {
    width: 23%;
    color: #fff;
    height: 1.8rem;
    background: #015196;
    border: none;
    outline: none;
    border-radius: 0;
    font-size: 0.8rem;
}
.from{
    padding: .5rem 0;
    color: #333;
}
.from a{
    color: #333;
}
.detail_box{
    padding-top: .75rem;
    padding-bottom: .75rem;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
}
.img_box{
    margin-top: .5rem;
    margin-left: .5rem;
    margin-right: 1rem;
    float: left;
    width: 4rem;
    height: 3.5rem;
}
.img_box img{
    width: 100%;
    height: 100%;
}
.detail{
    flex: 1;
    height: 4.5rem;
    position: relative;
    line-height: 1rem;
}
.detail_title{
    font-size: .7rem;
    color: #333;
    position: absolute;
    top: .2rem;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 100%;
}
.detail_content{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: absolute;
    top: 1.2rem;
    font-size: .6rem;
    text-align: left;
    color: #999;
}
.time{
    position: absolute;
    font-size: .6rem;
    color: #999;
    bottom: 0;
}
.banner{
    display: block;
    position: fixed;
    bottom: 2.5rem;
    left: 0;
    right: 0;
}
.dropload-down {
    height:2rem;
    top: -1px;
    background: #fff;
    color: #ccc;
    font-size: .8rem;
}
 .dropload-noData {
    height: 1.5rem;
    line-height: 1rem;
    text-align: center;
}
 .left_fg{
     margin-top: .45rem;
     float: left;
     width: 5.5rem;
     height: 1px;
     background: #f2f2f2;
 }
 .right_fg{
     margin-top: .45rem;
     float: right;
     width: 5.5rem;
     height: 1px;
     background: #f2f2f2;
 }