.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    max-width: 1400px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: auto;
}
.syfw, .spzs,.spsxm, .xinhaob,.tuijian  {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    max-width: 1400px;
   
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
   
    margin: auto;
}
.container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}
.image {
     display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; 
    width: 50%;
    height: 500px;
   
    background-color: #eaeaea; /* 模拟图片背景 */
    margin-bottom: 20px;
    border-radius: 8px;
}
h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}
.info {
    width: 45%;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* .topimg{
    width: 100%;
    height: 70%;
    margin: 10px;
    object-fit: cover;
    
}
.topimg img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover; }*/

.botimg {    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
    /* height: 30%; */
    margin: 5px;
   
}
.botimg img {
    border-radius: 5px;
    width: 24%;
    height: 100%;
  
}

.container .enlarged-container
 {
    width: 100%; /* 根据需要设置宽度 */
    height: 80%; 自适应高度
  
    
}
.container .enlarged {
     width: 100%; /*填满容器 */
     height: 100%; /*自适应高度 */
    /* padding-bottom: 10px; 留白 */
}
.enlarged img {
   
    width: 100%; /* 填满容器 */
    height: 100%; /* 自适应高度 */
    object-fit: cover; /* 图片适应容器 */
    border-radius: 10px; /* 图片圆角 */
}

.button {
    margin-top: 50px;
    width: 50%;
    height: 50px;
    border: 2px solid #007BFF;
    background-color: #007BFF;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size: 1.2em;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}
.button:hover {
    background-color: #0056b3;
}
.pricing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.price {
    font-size: 1.5em;
    color: #d9534f; /* 显示价格的颜色 */
}
.order-min {
    font-size: 1.1em;
    color: #5bc0de; /* 起订量的颜色 */
}
.manufacturer {
    font-size: 1em;
}


table {
    width: 800px;
    border-collapse: collapse;
}
th, td {
    border: 1px solid #000;
    padding: 8px;
    text-align: center;
}
th {
    background-color: #f2f2f2;
}
.spzs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}
.spzs video {
    width: 100%;
    
    margin-bottom: 20px;
    border-radius: 5px;
}


.spsxm {
    margin-top: 20px;
    width: 100%;
}

/* 产品描述 */ 
.cpms {
    padding: 10px;
    margin: 20px auto;
    max-width: 1400px;
    width: 100%;
}  
.cpms h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
}
.cpms p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 20px;
}
.cpms .cpmsimg {
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    
}
.cpms .cpmsimg img {
    margin: 10px;
    width: 48%;
    height: auto;
    border-radius: 5px;
}

/* 产品描述结束 */


.xinhaob  {
    margin-top: 20px;
    width: 100%;
}
.xinhaob h1 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.tuijian {
    margin-top: 20px;
    width: 100%;
}
.syfw {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.syfw img {
    margin: 15px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-right: 20px;
}
.syfw h3 {
    font-size: 1.5em;
    margin-bottom: 0;
}
.syfw p {
    font-size: 1.1em;
    margin-bottom: 0;
}