/* 详情页专属样式 */
#platformDetail {
    padding: 0px 20px;
    max-width: 1400px;
    margin: 0 auto;
  }
  
  .product-detail-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 80px;
  }
  
  .detail-header {
    display: flex;
  }
  
  .detail-text {
    margin-left: 10%;
  }
  
  .detail-baozhang {
    display: flex;
    margin-top: 12px;
    margin-bottom: 20px;
    
  }
  
  .detail-baozhang-text {
    font-weight: 700;
    margin-right: 5px;
  }
  
  .detail-baozhang-fueu {
    display: flex;
    margin-left: 5px;
  }
  
  .detail-baozhang-fueutwo{
    display: flex;
  }

  .detail-baozhang-fueutwoimg {
    margin-top: 3px;
    margin-left: 5px;
  }
  
  .detail-baozhang-shouming {
    margin-left: 8px;
  }
  
  .main-detail-image {
    width: 300px;
    height: auto;
    border-radius: 8px;
  }
  
  .thumbnails-container {
    display: flex;
    margin-left: -2%;
    margin-top: 10px;
  }
  
  .thumbnail-item {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color 0.3s;
    margin-right: 10px;
  }
  
  .thumbnail-item.active {
    border-color: #e63946;
  }
  
  .detail-info {
    margin-top: 20px;
  }
  
  .detail-name {
    font-size: 24px;
  }
  
  .detail-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
  }
  

  .price{
    display: flex;
    align-items: flex-end;
    margin-top: 55px;
    margin-bottom: 72px;
  }
  .qian{
    font-size: 17px;
  }
  .datou{
    font-size: 28px;
    color: #b80303;
  }
  .xiaotou{
    color: #b80303;
    font-size: 17px;
  }
  .danwei{
    font-size: 17px;
    color: #666;
  }



  .aaa {
    display: flex;
  }
  
  .diyihang {
    display: flex;
    color: white;
    justify-content: space-around;
    height: 45px;
    align-items: center;
    background-color: #b80303;
  }
  
  .dierhang {
    display: flex;
    justify-content: space-around;
    color: #537593;
    height: 45px;
    align-items: center;
    background-color: #f6f8f9;
    margin-top: 2px;
    margin-bottom: 2px;
  }
  
  .disanhang {
    background-color: #b80303;
    color: white;
    height: 45px;
    line-height: 14px;
    padding-top: 1.5%;
    padding-left: 3%;
  }
  
  .product-params {
    margin-bottom: 20px;
  }
  
  .canshukuang {
    width: 8px;
    height: 26px;
    background-color: red;
    margin-right: 5px;
  }
  
  .product-params h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .detail-images-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 1120px;
  }
  
  .detail-images-container img {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }

  .detail-baozhang-fueutwotext{
    margin-left: 3px;
    margin-right: 10px;
  }
  
  .back-to-list {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background-color: #b80303;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 2%;
  }
  
  .back-to-list:hover {
    background-color: #b80303;
  }
  
  .saoma {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  
  .erweima {
    position: absolute;
    z-index: 1;
    width: 230px;
    height: auto;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .jiantou {
    width: 876px;
    height:  135px;
    display: block;
  }
  .detail-xiaotu{

  }
  .detail-xiaotu img {
        width: 72px;
  }
  
  /* 响应式适配（可根据需要扩展） */
  @media (max-width: 768px) {
    .detail-header {
      flex-direction: column;
    }
    .detail-text {
      margin-left: 0;
      margin-top: 20px;
    }
  }