body {font-family: 微软雅黑; font-size: 14px; line-height: 25px}
a {color: #000; text-decoration: none}
.container {
{width:1000px; margin:0 auto}
}
div {
    font-size: 20px; /* 设置字体大小为20像素 */
}

.centered-image {
  max-width: 80%; /* 图像最大宽度为上级 div 容器的 80% */
  display: block; /* 让图像以块级元素显示，以便应用居中 */
  margin: 0 auto; /* 通过外边距实现水平居中 */
}
.nav
 {background:#F00;
   text-align: center;
font-size:25px;
 }
.nav a {
  letter-spacing: 20px; /* 调整文本之间的间距 */
}
.price {color: #F00;
   text-align: center;}
.name {text-align: center;}