.user-ai-modeling-box {
  /* max-height: 330px; */
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.user-ai-modeling-log {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

.user-ai-modeling-box th {
  line-height: 35px;
  font-weight: 500;
  font-size: 13px;
}

.user-ai-modeling-box table {
  width: 100%;
  border: 1px solid #f1f1f1;
}
.user-ai-modeling-box thead tr {
  color: #919090;
}
.user-ai-modeling-box thead tr th {
  font-weight: 600;
}
.user-ai-modeling-box tr {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  font-size: 13px;
}
.ai_3d-content-box {
  width: calc(100% - 20px);
  margin-top: 10px;
  border-radius: 6px;
  padding: 10px;
}

.ai-3d-content-head {
  background: #fff;
  border-radius: 6px;
  /* min-height: 230px; */
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: #cce2ff;
}
.ai-3d-content-head p {
  margin-bottom: 10px;
}
.ai-zyb-header {
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  color: white;
  padding: 25px 30px;
  text-align: center;
}

.ai-zyb-header h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.ai-zyb-header p {
  opacity: 0.9;
  font-size: 14px;
}
.ai-3d-base-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  color: #ffffff;
}

.ai-content-list {
  width: 100%;
  height: auto;
  background: #fff;
  margin-top: 10px;
  border-radius: 6px;
}

.ai-zyb-container {
  margin: 10px auto;
  background: white;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 15px;
  margin-bottom: 0;
}

.ai-zyb-user-info {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 10px;
}

.ai-zyb-user-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ai-zyb-user-detail span {
  white-space: nowrap; /* 文本不换行 */
  overflow: hidden; /* 溢出部分隐藏 */
  text-overflow: ellipsis; /* 文本溢出时显示省略号 */
  width: 80px;
  margin-left: 5px;
}
.ai-zyb-user-detail span:first-child {
  font-weight: 600;
  margin-bottom: 5px;
}

.ai-zyb-remaining-count {
  text-align: right;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.ai-zyb-remaining-count .ai-zyb-count {
  font-size: 24px;
  font-weight: 700;
  color: #2575fc;
  margin-left: 5px;
}

.ai-zyb-packages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
  margin-top: 10px;
  align-items: center;
}

.ai-zyb-package {
  flex: 1;
  /* min-width: 250px; */
  width: 220px;
  background: white;
  border-radius: 10px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  overflow: hidden;
}

.ai-zyb-package:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.ai-zyb-package-header {
  background: #f8f9fa;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #e9ecef;
}

.ai-zyb-package-header h3 {
  font-size: 18px;
  color: #495057;
  margin-bottom: 5px;
}

.ai-zyb-package-header .ai-zyb-price {
  font-size: 28px;
  font-weight: 700;
  color: #2575fc;
}

.ai-zyb-package-header .ai-zyb-price span {
  font-size: 16px;
  font-weight: normal;
  color: #6c757d;
}

.ai-zyb-package-body {
  padding: 20px;
  text-align: center;
  padding-top: 10px;
}

.ai-zyb-package-body ul {
  list-style: none;
  margin-bottom: 10px;
}

.ai-zyb-package-body li {
  padding: 8px 0;
  border-bottom: 1px dashed #e9ecef;
  color: #495057;
}

.ai-zyb-package-body li:last-child {
  border-bottom: none;
}

.ai-zyb-original-price {
  text-decoration: line-through;
  color: #adb5bd;
  font-size: 14px;
}

.ai-zyb-savings {
  color: #28a745;
  font-weight: 600;
}

.ai-zyb-btn-buy {
  display: inline-block;
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
}

.ai-zyb-btn-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(37, 117, 252, 0.3);
}

.ai-zyb-popular {
  border: 2px solid #2575fc;
  position: relative;
}

.ai-zyb-popular-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #2575fc;
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.user-ai-modeling-resource-refund {
  color: var(--color-base);
  background: none;
  border: none;
}
