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: 0.88rem;
    background:rgba(201,201,201,1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.2rem;
}
.head_new{
    font-size: 0.3rem;
    color: rgba(68,68,68,1);
    font-weight: bold;

}
.items{
    margin-top: 0.88rem;
    margin-bottom: 1rem;

}
.item{
    width: 7.3rem;
    height: 2rem;
    display: flex;
    background:rgba(255,255,255,1);
    box-shadow:0 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.22);
    margin-top: 0.1rem;
    position: relative;
}
.item:first-child{
    margin-top: 0.21rem;
}

.item_left{
    width: 1.8rem;
    height: 1.75rem;
    display: flex;
    border-radius: 0.1rem;
    margin: 0.13rem 0 0.13rem 0.1rem;
}
.item_left img{
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
}
.item_mid{
    width: 4rem;
    height: 1.6rem;
    display: flex;
    flex-flow: column;
    margin: 0.2rem;
}
.item_mid_big{
    height: 1rem;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.42rem;
    box-sizing: border-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.item_mid_small{
    height: 0.9rem;
    font-size: 0.22rem;
    color: #333333;
    line-height: 0.38rem;

    box-sizing: border-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0.1rem;
}
.item_right{
    width: 0.9rem;
    height: 2rem;
    background: #EA474B;
    border-radius: 0.02rem;
    position: absolute;
    right: 0;


    font-size: 0.22rem;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height: 0.38rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.color_gray{
    background-color: #e5e5e5;
}

/*底部菜单栏*/
.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;
}