.phone-tiandian-body {
  background: #fff;
}

.phone-tiandian-body .phone-home-header {
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 30px rgba(20, 57, 89, .08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.phone-tiandian {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  color: #1d2233;
  background: #fff;
}

.phone-tiandian *,
.phone-tiandian *::before,
.phone-tiandian *::after {
  box-sizing: border-box;
}

.phone-tiandian a {
  text-decoration: none;
}

.phone-tiandian-hero {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: clamp(96px, 20vw, 126px) clamp(16px, 4.27vw, 32px) clamp(36px, 9vw, 60px);
  background:
    linear-gradient(180deg, rgba(214, 234, 255, .88) 0%, rgba(224, 240, 255, .68) 50%, rgba(255, 255, 255, .95) 100%),
    #d9d9d9 url("../../Images/ShowImg/seo-geo/productsdetail/sixuntiandian/tiandian-hero-bg.webp") center / cover no-repeat;
  text-align: center;
}

.phone-tiandian-hero-title {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.phone-tiandian-hero-title strong,
.phone-tiandian-hero-title span {
  color: #1d2233;
  letter-spacing: 0;
}

.phone-tiandian-hero-title strong {
  color: #0068eb;
  font-size: clamp(28px, 7.47vw, 56px);
  line-height: 1.3;
  font-weight: 700;
}

.phone-tiandian-hero-title span {
  font-size: clamp(16px, 4.27vw, 32px);
  line-height: 1.4;
  font-weight: 400;
}

.phone-tiandian-hero-title i {
  display: none;
}

.phone-tiandian-hero-lead {
  max-width: 640px;
  margin: clamp(16px, 4vw, 30px) 0 0;
  color: rgba(29, 34, 51, .85);
  font-size: clamp(14px, 3.2vw, 20px);
  line-height: 1.7;
  letter-spacing: 0;
}

.phone-tiandian-hero-actions {
  display: flex;
  width: 100%;
  max-width: 640px;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 4vw, 30px);
  margin-top: clamp(24px, 6vw, 60px);
}

.phone-tiandian-hero-actions .phone-tiandian-button {
  flex: 0 1 auto;
  min-width: clamp(180px, 52vw, 260px);
  background: #0d99ff;
  color: #fff;
}

.phone-tiandian-hero-actions .phone-tiandian-button:active {
  background: #0b86e0;
}

.phone-tiandian-button,
.phone-tiandian-card-actions a {
  display: inline-flex;
  flex: 1 1 0;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 12px clamp(10px, 3vw, 24px);
  /*border: 1px solid #d9d9d9;*/
  border-radius: 8px;
  background: #fff;
  color: #0068eb;
  font-size: clamp(14px, 3.2vw, 16px);
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all .2s ease;
}

.phone-tiandian-button:active,
.phone-tiandian-card-actions a:active {
  border-color: #0d99ff;
  background: #0d99ff;
  color: #fff;
}

.phone-tiandian-products {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: clamp(32px, 8vw, 60px);
  padding: clamp(32px, 8vw, 60px) clamp(16px, 4.27vw, 32px) clamp(40px, 10vw, 80px);
  background: #fff;
}

.phone-tiandian-category {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: clamp(20px, 5vw, 40px);
}

.phone-tiandian-category-head {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: clamp(10px, 2.5vw, 20px);
}

.phone-tiandian-category-head h2 {
  margin: 0;
  color: rgba(29, 34, 51, .6);
  font-size: clamp(16px, 4vw, 24px);
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0;
}

.phone-tiandian-category-head div {
  width: 100%;
  height: 1px;
  background: #e8e9ee;
}

.phone-tiandian-product-layout {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: clamp(16px, 4vw, 30px);
}

.phone-tiandian-card {
  display: flex;
  width: 100%;
  min-height: clamp(300px, 92vw, 430px);
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid #e8e9ee;
  border-radius: 16px;
  overflow: hidden;
  background: #e9eef3 center / cover no-repeat;
  box-shadow: 0 6px 24px rgba(0, 104, 235, .06);
}

.phone-tiandian-card-panel {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: clamp(10px, 2.6vw, 20px);
  margin-top: auto;
  padding: clamp(14px, 4vw, 30px);
  
  background: rgba(255, 255, 255, .7);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.phone-tiandian-card-title {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}

.phone-tiandian-card-title span {
  display: flex;
  flex: 0 0 auto;
  width: clamp(36px, 9.6vw, 48px);
  height: clamp(36px, 9.6vw, 48px);
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 8px;
  background: #e6f4ff;
}

.phone-tiandian-card-title img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: contain;
}

.phone-tiandian-card-title h3 {
  margin: 0;
  color: #1d2233;
  font-size: clamp(18px, 4.8vw, 24px);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0;
}

.phone-tiandian-card-panel p {
  margin: 0;
  color: #1d2233;
  font-size: clamp(14px, 3.4vw, 16px);
  line-height: 1.5;
  letter-spacing: 0;
}

.phone-tiandian-card-actions {
  display: flex;
  width: 100%;
  align-items: center;
  gap: clamp(12px, 4vw, 30px);
}
