.container {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;

}
.top{
    width: 7.5rem;
    /*height: 1.5rem;*/
    background-color: #F7F7F7;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.top_t{
    width: 6.86rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_t_left{
    width: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_t_left_text{
    font-size:0.3rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(166,16,16,1);
}
.icon-caidan{

}
/*中部*/
.top_t_middle{
    width: 1.2rem;
    height: 0.5rem;
    display: flex;
}
.top_t_middle img{
    width: 100%;
    height: 100%;
}
/*右边*/
.top_t_right{
    width: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icon-10{
    position: relative;
}
.top_t_right_pic{
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.top_t_right_pic img{
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/*-----底部------*/
.top_d{
    width: 5.56rem;
    display: flex;
    padding-bottom: 0.03rem;
    border-bottom: 1px solid #999999;
    margin: 0.3rem 0 0.2rem 0;
}
.top_d_input{
    width: 5rem;
    text-align: center;
    border: none;
    outline: none;
    background-color: #F7F7F7;
    font-size: 0.3rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
}
.top_d_input::placeholder{
    color: #999999;
}

.banner{
    margin-top: 0.2rem;
    width: 7.5rem;
    height: 3rem;
    display: flex;
}
.banner img{
    width: 100%;
    height: 100%;
}
.items{
    margin-top: 0.3rem;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.34rem;
    margin-bottom: 0.4rem;
}
.item{
    margin-top: 0.2rem;
    display: flex;
    flex-flow: column;
    width: 3.2rem;
    height: 3.2rem;
    background:rgba(255,255,255,1);
    box-shadow:0rem 1rem 6rem 0rem rgba(102,102,102,0.14);
    border-radius: 0.1rem;
}
.item_top{
    width: 3.2rem;
    height: 2rem;
    background:linear-gradient(0deg,rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 100%);
    border-radius: 0.1rem 0.1rem 0rem 0rem;

    display: flex;
    position: relative;
}
.item_top img{
    width: 100%;
    height: 100%;
    border-radius: 0.1rem 0.1rem 0rem 0rem;
}
.item_top_box{
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.2rem;
}
.item_top_box_item{

    font-size: 0.16rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:24px;
    text-shadow:0rem 1rem 2rem rgba(82,82,82,0.45);
}
.item_bottom{
    display: flex;
    flex-flow: column;
    box-sizing: border-box;
    padding: 0.2rem 0.22rem 0.2rem .16rem;
}
.item_bottom_t{

    font-size: 0.24rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height: 0.24rem;
    text-align: center;
}
.item_bottom_b{

    font-size: 0.16rem;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height: 0.24rem;

    box-sizing: border-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}