.inputDiv {
    position: fixed;
    top: 2.15rem;
    width: 9rem;
    height: 1rem;
    border-radius: .493333rem;
    margin-left: 0.5rem;
    background-color: white;
    display: flex;
    align-items: center;
}

.inputDiv input {
    width: 8rem;
    height: 0.86rem;
    background: none;
    outline: none;
    border: 0.02rem solid #fff;
    border-radius: 0.2rem;
    float: left;
    margin-left: 0.5rem;
    margin-top: 0rem;
    text-indent: 0.2rem;
    -webkit-appearance: none;
    font-size: .373333rem !important;
}

input::-webkit-input-placeholder {
    color: #B3B3B3 !important;
    font-family: Microsoft YaHei;
    font-size: .373333rem !important;
}

.searchDiv {
    width: 0.9rem;
    height: 0.9rem;
    display: flex;
    align-items: center;
}

.searchDiv img {
    width: .493333rem;
    height: .493333rem;
}

#data_list {
    margin-top: 4.4rem;
    padding-bottom: 1rem;
}

.section_bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 8.36rem;
    padding: 0 .32rem;
    margin-left: 0.5rem;
    margin-top: .32rem;
    height: 1.08rem;
    border-radius: .16rem;
    background-color: white;
}

.section_img {
    float: left;
    height: 0.4rem;
    width: 0.4rem;
    margin-top: 0.5rem;
    margin-left: 0.45rem;
}

.section_title {
    font-size: .373333rem;
    color: #333;
    width: 8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section_push {
    width: .186667rem;
    height: .32rem;
}

.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;
}

.top {
    position: fixed;
    top: 0;
    width: 10rem;
    height: 4.1067rem;
    background: url(../img/bg_shouye_shengzi.png) no-repeat;
    background-size: 100%;
}

.all {
    margin-top: 2.3rem;
}

.yuan {
    width: 10rem;
    height: 0.25rem;
    background: #f3f3f3;
    position: fixed;
    top: 3.9rem;
    border-top-left-radius: 0.24rem;
    border-top-right-radius: 0.24rem;
    z-index: 100;
}

.section_bg0{
    margin-top: -0.15rem;
}