/* BASIC css start */
.box{position:relative}
.box .num{
    position: absolute;
    left: 0;
    top: 0;
    width: 13%;
    height: auto;
    background: #000;
    z-index: 222;
    display: flex;
    color: #fff;
    padding: 0;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    font-style: unset;
    font-size: 1.7em;
    font-weight: 500;}


/* PC */
@media (min-width:1281px) {
   
    [id^=MAKESHOPLY]{height:auto !important}

}
    
    
/* ÅÂºí¸´ */
@media (min-width:768px) and (max-width:1280px) {}


/* ¸ð¹ÙÀÏ */
@media (max-width:767.98px) {}

/* BASIC css end */

