/* 限時優惠倒數區塊 */
#AllRec_YF026 .countdown_frame{
    width:100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
	padding-bottom: 10px;
    }

#AllRec_YF026 .countdown_item{margin-top:8px ;}

#AllRec_YF026 .item_ph_flex{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#AllRec_YF026 .count_phbox{
    width:70px;
    height: 70px;
    margin-right:10px;
    color: #fbff00;
    background-color: #8D5600;
    border-radius: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 1.6rem;
    }

#AllRec_YF026  .count_info{
    width:calc(100%-80px);
    height: auto;
}

#AllRec_YF026 .count_info p{
    font-size:1.5rem;
    font-weight: bold;
    line-height: normal;
    text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff;
    }

#AllRec_YF026 .count_info p.count_txt_point{
        font-size:1.8rem;
    }

#AllRec_YF026  .count_info .count_txt_point span{
    margin-left:5px;
	color:#ff0000;
}

#AllRec_YF026 .count_info p.line_throught{
    font-size: 1.2rem;
    font-weight: normal;
    color: #777777;
    text-decoration: line-through;
    text-shadow:none;
}
