.email-bt{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #151515;
    margin-bottom: 20px;
    padding: 8px 15px;
    border: 1px solid #909090;
    border-radius: 5px;
}
.massage-bt{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #151515;
    margin-bottom: 20px;
    padding: 8px 15px;
    border: 1px solid #909090;
    height: 120px;
}

.send_btn a{
    background-color: #f99d63;
        display: inline-block;
        color: var(--light);
        font-size: 15px;
        line-height: 12;
        font-family: "Roboto Condensed", sans-serif;
        letter-spacing: 0;
        font-weight: 600;
        transition: all 0.2s ease-in-out;
        display: inline-block;
        padding: 0 30px;
        line-height: 45px;
        border-radius: 3px;
}
.email_text {
    width: 49%;
    justify-self: center;
    padding: 20px 20px 20px 0px;
}
@media (max-width: 770px) {
    .email_text {
        width: 95%;
    }
}
@media (min-width: 771px) and (max-width: 1024px) {
    .email_text {
        width: 80%;
    }
}
.complain{
    float: right;
    color: #8a7272;
    opacity: 79%;
    font-size: 12px;
}
.h2-white h3{
    color: white;
}.h2-white{
    color: white;
}
.project-inner a{
    color: white;
}


.btn_pl{
    background-color: #f99d63;
        display: inline-block;
        color: var(--light);
        font-size: 15px;
        line-height: 12;
        font-family: "Roboto Condensed", sans-serif;
        letter-spacing: 0;
        font-weight: 600;
        transition: all 0.2s ease-in-out;
        display: inline-block;
        padding: 0 30px;
        line-height: 45px;
        border-radius: 3px;

}
.usage-content {
    background-color: #fff;
    text-align: center;
    padding: 5px 0px ;
    margin-top: 0px;
    position: relative;
}


/* 评论预览样式 */
.review-text-preview {
    cursor: pointer; /* 鼠标变成手型，提示可点击 */
    position: relative;
    max-height: 4.5em; /* 限制高度，大约3行文字 (line-height * 3) */
    overflow: hidden;
    line-height: 1.5em; /* 确保行高固定，以便计算行数 */
    transition: all 0.3s ease;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* 如果背景不是白色，请调整上面的 background-color */
.bg-dark .review-text-preview::after {
     background: linear-gradient(to right, transparent, #222 50%);
     background-color: #222;
}

/* 模态框基础样式 */
.review-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .review-modal-content {
    background: white;
    border-radius: 10px;
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    padding: 20px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  }
  
  .review-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
  }
  
  .review-modal-user-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
  }
  
  .review-modal-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .review-modal-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    padding: 10px 0;
    /* font-style: italic; */
  }
  #declareText{
    font-style: italic;
    font-size: 15px;
    opacity: 0.6;
  }
  .service-icon img{
    width: 80%;
    padding-bottom: 5px;
  }
  #testimonial .cmp-athletes-card__overlay-flat {
    box-sizing: content-box !important;
}



        /* 智能客服弹窗样式 */
        .smart-modal {
          position: fixed;
          z-index: 99999;
          top: 40px;
          left: -100%;
          max-width: 90%;
          width: 850px;
          border-radius: 12px;
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
          background: white;
          overflow: hidden;
          transition: left 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
          display: flex;
          flex-wrap: wrap;
      }
      
      .smart-modal.active {
          left: 20px;
      }
      
      .modal-image {
          flex: 1;
          min-width: 300px;
          background: linear-gradient(135deg, #f26f00, #f19f57);
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 30px;
      }
      
      .modal-image img {
          max-width: 100%;
          border-radius: 10px;
      }
      
      .modal-content {
          flex: 1;
          min-width: 300px;
          padding: 40px 30px;
          display: flex;
          flex-direction: column;
          justify-content: center;
      }
      
      .modal-title {
          font-size: 28px;
          color: #2c3e50;
          margin-bottom: 20px;
          font-weight: 700;
          text-align: center;
      }
      
      .modal-text {
          font-size: 18px;
          color: #7f8c8d;
          margin-bottom: 30px;
          text-align: center;
          line-height: 1.7;
      }
      
      .modal-buttons {
          display: flex;
          flex-direction: column;
          gap: 15px;
      }
      
      .modal-btn {
          padding: 16px;
          text-align: center;
          border-radius: 10px;
          font-weight: 600;
          font-size: 18px;
          cursor: pointer;
          transition: all 0.3s;
      }
      
      .modal-btn.primary {
          background: linear-gradient(135deg, #eb9d59, #f26f00);
          color: white;
          box-shadow: 0 4px 15px rgba(255, 184, 92, 0.6);
      }
      
      .modal-btn.primary:hover {
          transform: translateY(-3px);
          box-shadow: 0 6px 20px rgba(255, 184, 92, 0.6);
      }
      
      .modal-btn.secondary {
          background: #f8f9fa;
          color: #6c757d;
          border: 1px solid #e9ecef;
      }
      
      .modal-btn.secondary:hover {
          background: #e9ecef;
      }
      
      .close-btn {
          position: absolute;
          top: 15px;
          right: 15px;
          width: 40px;
          height: 40px;
          background: white;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          transition: all 0.3s;
          z-index: 10;
      }
      
      .close-btn:hover {
          transform: rotate(90deg);
          background: #f8f9fa;
      }
      
      .close-btn i {
          font-size: 20px;
          color: #6c757d;
      }
      
      /* 响应式调整 */
      @media (max-width: 768px) {
          .smart-modal {
              width: 90%;
              left: -100%;
          }
          
          .smart-modal.active {
              left: 5%;
          }
          
          .modal-title {
              font-size: 24px;
          }
          
          .modal-text {
              font-size: 16px;
          }
          
          header h1 {
              font-size: 2.2rem;
          }
      }
      
      @media (max-width: 480px) {
          .smart-modal {
              flex-direction: column;
          }
          
          .modal-image {
              min-height: 200px;
          }
          
          .modal-content {
              padding: 30px 20px;
          }
          
          .modal-btn {
              font-size: 16px;
              padding: 14px;
          }
      }




      /* 右下角客服弹窗 */
      .chat-message-container {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 320px;
        max-height: 400px;
        border-radius: 12px;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
        background: white;
        overflow: hidden;
        z-index: 1000;
        transform: translateY(150%);
        transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        display: flex;
        flex-direction: column;
        border: 1px solid #e0e0e0;
    }
    
    .chat-message-container.active {
        transform: translateY(0);
    }
    
    .chat-header {
        background: linear-gradient(135deg, #eb9d59, #f26f00);
        color: white;
        padding: 15px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .chat-title {
        font-size: 18px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .chat-title i {
        font-size: 20px;
    }
    
    .close-chat {
        background: transparent;
        border: none;
        color: white;
        font-size: 20px;
        cursor: pointer;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: all 0.3s;
    }
    
    .close-chat:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: rotate(90deg);
    }
    
    .chat-body {
        padding: 20px;
        flex: 1;
        overflow-y: auto;
        max-height: 300px;
    }
    
    .chat-message {
        background: #f0f5ff;
        border-radius: 12px;
        padding: 15px;
        margin-bottom: 15px;
        position: relative;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    
    .chat-message:after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 20px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #f0f5ff;
    }
    
    .chat-message p {
        margin-bottom: 10px;
        font-size: 15px;
        color: #333;
    }
    
    .chat-link {
        display: block;
        background: #ff7800;
        color: white;
        text-align: center;
        padding: 12px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        margin-top: 15px;
        transition: all 0.3s;
        box-shadow: 0 4px 10px rgba(255, 146, 21, 0.3);
    }
    
    .chat-link:hover {
        background: #a56e3a;
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(255, 146, 21, 0.4);
    }
    
    .chat-link i {
        margin-right: 8px;
    }
    
    .chat-footer {
        padding: 15px 20px;
        background: #f8f9fa;
        text-align: center;
        font-size: 13px;
        color: #6c757d;
        border-top: 1px solid #e9ecef;
    }
    .fa-quote-left{
      color: white;
    }
    /* 底部固定，放大缩小动画 */
    .fixBottomAndjump{
        position: fixed;
        bottom: 15px;
        animation: zoom 1s infinite;
        width: 100%;
        z-index: 9999;
        display: flex;
        
        justify-content: center;
    }
    @keyframes zoom { 
        0% { transform: scale(1); } 
        50% { transform: scale(1.1); } 
        100% { transform: scale(1); } 
    }
.fixbutton{
    width: 80%;
    align-self: center;
}
