
.inputDiv{
    clear: both;
    width: 10rem;
    height: 1.1rem;
    background-color: white;

}
.inputDiv input{
    width: 8rem;
    height: 0.86rem;
    background:none;  
    outline:none;  
    border:0.02rem solid #78ce83;
    border-radius: 0.2rem;
    float: left;
    margin-left: 1rem;
    margin-top: 0.2rem;
    text-indent: 0.2rem;
    -webkit-appearance: none;
    
}
.searchDiv{
    width: 0.9rem;
    height: 0.9rem;
    margin-left: -1rem;
    float: left;
    margin-top: 0.2rem;
}
.searchDiv img{
    width: 0.6rem;
    height: 0.6rem;
    margin-left: 0.15rem;
    margin-top: 0.15rem;
}
#data_list {
    float: left;
    width: 10rem;
    min-height: auto;
    background-color: white;
}
.section_bg {
    float: left;
    width: 10rem;
    height: 1.3rem;
}
.section_img {
    float: left;
    height: 0.4rem;
    width: 0.4rem;
    margin-top: 0.5rem;
    margin-left: 0.45rem;
}
.section_title {
    float: left;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-left: 0.4rem;
    padding-top: 0.3rem;
    font-size: 0.38rem;
    color: #262626;
    width: 7rem;
    text-overflow: ellipsis;
    overflow: hidden;
}
.section_push {
    float: right;
    width: 0.35rem;
    height: 0.2rem;
    margin-top: 0.6rem;
    margin-right: 0.5rem;
}
.section_line {
    width: 9rem;
    margin-left: 0.5rem;
    margin-top: 1.26rem;
    height: 0.02rem;
    border-bottom: 0.02rem solid #f4f4f4;
}
.item_ul {
    float: left;
    width: 9.6rem;
    padding: 0.3rem 0.3rem 0.3rem 0.1rem;
    background-color: #f4f4f4;
    display: none;
}
.item {
    float: left;
    width: 2.2rem;
    height: 1rem;
    line-height: 1rem;
    margin: 0.2rem 0 0.2rem 0.5rem;
    padding: 0.08rem 0.1rem 0 0.1rem;
    /*border: 0.02rem solid #dedede;*/
    border-radius: 0.1rem;
    font-size: 0.33rem;
    text-align: center;
    background-color: white;
    overflow: hidden;
    color: #656565;
    cursor: pointer;
}
#download_bar_text{
    width: 6.2rem !important;
}
#download_bar_btn{
    margin-top: 0.25rem !important;
}