* {
    padding: 0;
    margin: 0;
}
img {
    border-radius: 4px;
}
a {
    text-decoration: none;
}
.padzy {
    padding: 10px 20px;
}

.lpricebox {
    font-size: 14px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.lpricebox2 {
    font-size: 14px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    
}


.lpricebox2 .new_price {
    font-size: 30px;
    font-weight: bold;
    color: tomato;
  
}

.lpricebox .new_price {
    font-size: 30px;
    font-weight: bold;
    color: tomato;
  
}
.oldprice {
    color: #666;
   font-size: 20px;
}
.remark-box{
              
    padding: 10px;  
    background: #fff701;  
    color: red;
    font-size: 30px;
    font-weight: bold;
    border-radius: 0 6px 6px 0;
    
}

.buy-but {
    text-align: center;
}

.buy {
    display: block;
    width: 80%;
    padding: 16px;
    box-sizing: border-box;
    background: tomato;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}


.ourinfo {
    width: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.ourinfo li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.ourinfo li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

p {
   
    padding: 20px;
    margin-bottom: 10px;
}

p img{
    width: 100%;
}

.form_prod {
    width: 300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.form_prod h2 {
    font-size: 36px;
}
.form_prod img {
    max-width: 240px;
}

 input{
    text-indent: .3rem;
    width: 98%;
    display: inline-block;
    height: 4rem;
    margin-right: 1px;
    color: #555555;
    border: 1px solid #cccccc;
    font-family: MicroSoft Yahei;
    outline: none;
    transition: all 0.2s linear 0s;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    border-radius: 2px;
    font-size: 1.5rem;
}

input:focus {
    border: 2px solid #87a0f1;
}

.prices {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    justify-content: center;

}

.prices-item {
    flex: 1;
}

.text-center {
    text-align: center;
}

.oldPrice-amount {
    text-decoration: line-through;
    font-size: 20px;
    color: #ccc;
}
.newPrice-amount {
    font-size: 30px;
    color: tomato;
    font-weight: bold;
}

.timer-title {
    font-size: 24px;
}
.timer-number {
    font-size: 2rem;
    margin: 20px 0;
}
.timer__list__item {
    background: tomato;
    color: yellow;
    padding: 10px;
    border-radius: 4px;
}

.showOff {
    width: 120px;
    height: 120px;
    background: url(../images/count.png) no-repeat;
    background-size: 100%;
    color: tomato;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    text-shadow: #000 2px 0 0;
    position: absolute;
    top: -150px;
    right: -60px;
}