/* 提取所有样式 */
.pay-btn {
  	width:1200px;
    margin: 50px 0;
    font-size: 18px;
  	text-align: center;
}

.product-img {
    text-align: center;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 8px;
}

.product-img>img {
    width: 312px;
    height: 200px;
}

.price-tag {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-tag h2 {
    margin: 0 0 0 20px;
    color: #ff5722;
    font-size: 28px;
}

.layui-timeline-item h4 {
    color: #333;
    margin: 10px 0;
}

.layui-form-item {
    margin-top: 30px;
    text-align: center;
}

/* 保留原有footer样式 */
footer.index_footer p {
    line-height: 2;
}

footer.index_footer div {
    width: 300px;
    margin: 0 auto;
    padding: 20px 0;
}