/* 
* @Author: y.chainsan
* @Date:   2024-05-13 20:02:02
* @Last Modified by:   y.chainsan
* @Last Modified time: 2024-05-29 23:03:44
*/

.filter-section {
    font-size: 14px;
}

#choose-rg {
    flex: 0 0 auto;
    width: 760px;
}

#choose-tp {
    width: 760px;
}

.scj-row {
    border-bottom: 1px solid #e1e1e1;
    font-size: 13px;
    color: #565656;
}

.odd-row {
    background-color: #ffffff;
}

.even-row {
/*    background-color: #fafafa;*/
    background-color: #f8fafc;
}

.scj-row .row-1 .school-name {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    margin-right: 10px;
}

/* for online shop*/
.qrcode-image {
    display: none;
    position: absolute;
    z-index: 10000;
    width: 105px;
    bottom: 25px;
}

.scan-qrcode {
    position: absolute;
}

.scan-qrcode-text {
    cursor: pointer;
}

.scan-qrcode:hover .qrcode-image {
    display: block;
}

/* START consumer brand list */

.brand-logo {
    display: flex;
    align-items: center;
    justify-content: end;
}

/* END consumer brand list */


/* START ent star list */

.img-div {
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.star-img {
    width: 150px;
    height: auto;
    object-fit: cover;
    opacity: 1;
}
/* END ent star list */