.clock_title {
    text-align: center;
    font-weight: bold;
}

.timer-number {
    display: block;
    width: 100%;
}
#time_item2 {
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

#time_item2 .timer__list__item {
    color: red;
    padding: 4px;
    border-radius: 8px;
    border: 2px solid red;
}

.product_box {
    margin: 0 auto;
}

.prod_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.prod_box img {
    max-width: 400px;
}

.prod_box .product_name {
    font-size: 30px;
    font-weight: bold;
}

.old_price {
    text-decoration: line-through;
    color: #666;
}

.prod_img {
    position: relative;
}

.prod_img::before {
    content: "-50%";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: red;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    bottom: 10%;
    right: 20%;
}

* {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif!important;
}

.footer {
    padding: 20px;
    background: #333;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.newbuy {
    cursor: pointer;
}