.qx-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.qx-container-card{
    display: flex;
    flex-direction: row;
    width: 180px;
    height: 80px;
    margin-top: 10px;
}
.qx-container-card-item{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 0.5px solid #e6e6e6;
    border-radius: 5px;
    /* box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); */
}
.qx-container-card-item-img{
    width: 120px;
    height: 45px;
}
.qx-detail{
    display: flex;
    flex-direction: column;
}
.qx-detail-img{
    width: 100%;
    height: auto;
}