
.wrap_box {
    background: #F7F8FA;
    padding-bottom: 3rem;
}

.type_wrap .item_title {
    padding-top: 0.3rem;
    display: flex;
    align-items: center;
    padding-left: 0.3rem;
    font-size: 0.32rem;
    font-family: OPPOSans;
    font-weight: bold;
    color: #111111;
    padding-bottom: 0.2rem;
}

.type_wrap .item_title img {
    width: 0.32rem;
    height: 0.32rem;
    /* vertical-align: middle; */
    margin-right: 0.1rem;
}

.list_type {
    width: 6.9rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    margin: 0 auto;
}

.list_type  a{
    height: 1.06rem;
    padding-left: 0.42rem;
    text-align: left;
    font-size: 0.28rem;
    font-family: OPPOSans;
    font-weight: normal;
    color: #111111;
    line-height: 1.06rem;
    border-bottom: 1px solid #EDEDED;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.3rem;
}
.list_type  a:last-child{
    border: none;
}
.list_type li img {
    width: 0.13rem;
    height: 0.26rem;
    
}

