body{
    background-color: #F4F5F9;
}
*{
    margin: 0;
    padding: 0;
}
.container{
    width: 7.5rem;
    line-height: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.head{
    width: 7.5rem;
    height: 2.18rem;
    background:linear-gradient(-35deg,rgba(134,31,84,0.8),rgba(15,75,156,0.8));
    display: flex;
}
.head img{
    width: 100%;
    height: 100%;
}
.top{
    margin-top: 0.19rem;
    width: 7.5rem;
    text-align: center;
    font-size: 0.22rem;
    color: #777777;
}
.mid{
    width: 6.6rem;
    display: flex;
    flex-flow: column;
}
.mid_item{
    width: 100%;
    font-size: 0.24rem;
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-between;
}
.mid_item_icon{
    color: #ea474b;
}
.mid_item_input{
    border-bottom: 1px solid #959595dd;
}
.mid_item_input input{
    width: 5rem;
    outline: none;
    border: none;
    /*background-color: transparent;*/
    font-size: 0.3rem;
}

/*底部菜单栏*/
.bottom_menu{
    width: 7.5rem;
    height: 0.88rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
}
.bottom_menu_index{
    display: flex;
    flex-flow: column;
    align-items: center;
    color: #666666;
}
.bottom_menu_index_text{
    font-size: 0.22rem;
    color: #666666;
}