/* 作品详情页 */
.gd-page {
  background: #f5f5f5;
  color: #333;
  font: 12px/1.6 "Microsoft YaHei", Arial, sans-serif;
}

.gd-wrap {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px 40px;
}

.gd-breadcrumb {
  padding: 14px 0;
  color: #999;
  font-size: 12px;
}

.gd-breadcrumb a {
  color: #999;
  text-decoration: none;
}

.gd-breadcrumb a:hover {
  color: #e60012;
}

.gd-top {
  display: flex;
  gap: 20px;
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 20px;
}

.gd-gallery {
  width: 360px;
  flex-shrink: 0;
}

.gd-main-img {
  width: 100%;
  height: 360px;
  border: 1px solid #eee;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.gd-main-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.gd-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.gd-thumbs button {
  width: 72px;
  height: 72px;
  border: 2px solid #eee;
  padding: 0;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.gd-thumbs button.active,
.gd-thumbs button:hover {
  border-color: #e60012;
}

.gd-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gd-share {
  margin-top: 12px;
  color: #999;
  font-size: 12px;
}

.gd-share a {
  color: #999;
  margin-right: 14px;
  text-decoration: none;
}

.gd-info {
  flex: 1;
  min-width: 0;
}

.gd-title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin: 0 0 8px;
  line-height: 1.5;
}

.gd-subtitle {
  color: #e60012;
  font-size: 13px;
  margin-bottom: 16px;
}

.gd-stats {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  font-size: 13px;
}

.gd-stats li {
  margin-bottom: 8px;
}

.gd-stats .label {
  color: #999;
  display: inline-block;
  width: 72px;
}

.gd-stats .money {
  color: #e60012;
  font-weight: 600;
}

.gd-stars {
  color: #ffb400;
  letter-spacing: 2px;
}

.gd-qr-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 16px 0;
}

.gd-qr-row img {
  width: 88px;
  height: 88px;
  border: 1px solid #eee;
}

.gd-qr-row span {
  color: #999;
  font-size: 12px;
  line-height: 1.6;
}

.gd-actions {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.gd-btn {
  min-width: 120px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 2px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  border: 1px solid transparent;
}

.gd-btn-primary {
  background: #e60012;
  color: #fff;
  border-color: #e60012;
}

.gd-btn-outline {
  background: #fff;
  color: #e60012;
  border-color: #e60012;
}

.gd-team {
  width: 280px;
  flex-shrink: 0;
  border-left: 1px solid #f0f0f0;
  padding-left: 20px;
  text-align: center;
}

.gd-team-logo img {
  width: 120px;
  margin-bottom: 12px;
}

.gd-team p {
  margin: 0 0 8px;
  font-size: 13px;
  text-align: left;
}

.gd-team .team-name {
  font-size: 14px;
  font-weight: 600;
}

.gd-team-btns {
  margin-top: 16px;
}

.gd-team-btns .gd-btn {
  width: 100%;
  margin-bottom: 10px;
}

.gd-btn-dark {
  background: #333;
  color: #fff;
  border-color: #333;
}

.gd-bottom {
  display: flex;
  gap: 20px;
}

.gd-side {
  width: 240px;
  flex-shrink: 0;
}

.gd-side-box {
  background: #fff;
  border: 1px solid #eee;
  padding: 16px;
  margin-bottom: 20px;
}

.gd-side-box h3 {
  font-size: 14px;
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}

.gd-side-tabs a {
  display: block;
  font-size: 12px;
  color: #666;
  padding: 6px 0;
  text-decoration: none;
}

.gd-side-tabs a:hover,
.gd-side-tabs a.active {
  color: #e60012;
}

.gd-side-btn {
  display: block;
  margin-top: 14px;
  background: #e60012;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 2px;
  text-decoration: none;
}

.gd-main {
  flex: 1;
  min-width: 0;
  background: #fff;
  border: 1px solid #eee;
}

.gd-tabs {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 0 16px;
}

.gd-tabs button {
  background: none;
  border: none;
  border-top: 2px solid transparent;
  padding: 14px 18px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  margin-bottom: -1px;
}

.gd-tabs button.active {
  color: #1890ff;
  border-top-color: #1890ff;
  font-weight: 600;
}

.gd-tab-panel {
  display: none;
  padding: 20px;
}

.gd-tab-panel.active {
  display: block;
}

.gd-desc-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.gd-design-box {
  border: 1px solid #e8e8e8;
  background: #f7fbfc;
  min-height: 360px;
  padding: 16px;
}

.gd-design-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 14px;
}

.gd-design-head .score {
  color: #e60012;
  font-size: 12px;
}

.gd-design-viewer {
  background: #eef6f7;
  border: 1px solid #dce9ea;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #99b4b8;
  font-size: 13px;
}

.gd-empty {
  text-align: center;
  color: #bbb;
  padding: 60px 20px;
}

.gd-footer {
  text-align: center;
  color: #999;
  font-size: 12px;
  padding: 24px 0;
  border-top: 1px solid #eee;
  margin-top: 20px;
  background: #fff;
}

@media (max-width: 992px) {
  .gd-top,
  .gd-bottom {
    flex-direction: column;
  }

  .gd-gallery,
  .gd-team,
  .gd-side {
    width: 100%;
  }

  .gd-team {
    border-left: none;
    border-top: 1px solid #f0f0f0;
    padding: 20px 0 0;
  }
}
