.circle_icon {
    position: absolute;
    top: .4375rem;
    right: .4375rem;
    width: clamp(2.0625rem, 3.3854vw, 4.0625rem);
    height: 65px;
    height: clamp(2.0625rem, 3.3854vw, 4.0625rem);
    border-radius: 100%;
    color: #fff;
    background: #ffb000;
    text-align: center;
    box-sizing: border-box;
    z-index: 2;
    border: 1px solid #fff;
}

.circle_icon.left_icon {
    right: unset;
    left: 7px;
    right: .4375rem;
    top: .4375rem;
}

.circle_icon span {
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 52%;
    left: 50%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    /* letter-spacing: 0; */
    font-size: 18px;
    font-size: clamp(.625rem, 0.9375vw, 1.125rem);
    line-height: 1;
    padding: 2px 5px;
    box-sizing: border-box;
    display: block;
}
/*長方形標籤*/
.product_list .promotion_tabArea {
    position: absolute;
    background: #f9861b;
    color: #ffFFFf;
    bottom: 0px;
    left: 0px;
    padding: 7px 10px 5px;
    z-index: 2;
}