.maxwidth90 {
    width: 92%;
    margin: .53rem auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.maxwidth90 .hsblist{
    width: 4.53rem;
    margin-bottom: .27rem;
    position: relative;
}
.maxwidth90 .hsblist img{
    width: 4.48rem;
    height: 3.39rem;
    border-radius: .4rem;
    object-fit: contain;
    background: #122f5f;
}
.maxwidth90 .hsblist .title{
    font-size: .37rem;
    font-weight: 600;
    color: #222222;
    line-height: .53rem;
    margin: .27rem 0 0 0;
}
.maxwidth90 .hsblist .fixed{
    width: 3.47rem;
    height: .48rem;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    line-height: .48rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 10px;
    left: 10px;
}
.maxwidth90 .hsblist .fixed .fixed_fl{
    width: 1.49rem;
    height: .48rem;
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 400;
    color: #FF6A00;
    text-align: center;
}
.maxwidth90 .hsblist .fixed .fixed_fr{
    font-size: 10px;
    width: 2rem;
font-weight: 400;
color: #CCCCCC;
text-align: center;
}
.hsblist .fixedbtn{
    width: 1.87rem;
    height: .53rem;
    line-height: .53rem;
    background: linear-gradient(221deg, #EECC9F 0%, #D99D66 100%);
    box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.2);
    border-radius: .27rem 0px 0px .27rem;
    color: #fff;
    font-size: .32rem;
    text-align: center;
    position: absolute;
    bottom: 1.5rem;
    right: .05rem;
}