.elementor-8890 .elementor-element.elementor-element-c5c0354{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-8890 .elementor-element.elementor-element-64f91c2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-7562af46 */.ti-hero { background: #ffffff; }
.ti-hero-grid{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items:center;
}

.ti-gallery .ti-main-img img{
  width:100%;
  border-radius:16px;
  background:#f8fafc;
  display:block;
}

.ti-thumbs{
  display:flex;
  gap:12px;
  margin-top:14px;
  flex-wrap:wrap;
}
.ti-thumb{
  width:88px;
  height:88px;
  object-fit:cover;
  border-radius:12px;
  border:1px solid #e5e7eb;
  cursor:pointer;
  transition: transform .18s ease, border-color .18s ease;
}
.ti-thumb:hover{
  transform: translateY(-2px);
  border-color:#3AA6FF;
}

.ti-badge{
  display:inline-block;
  color:#3AA6FF;
  font-weight:600;
  margin-bottom:10px;
}
.ti-h1{ font-size: 40px; margin: 0 0 12px; }
.ti-lead{ color:#6b7280; max-width: 520px; }
.ti-bullets{ margin: 18px 0 24px; color:#111827; }
.ti-bullets li{ margin: 6px 0; }
.ti-btn{
  display:inline-block;
  padding:14px 26px;
  border-radius:10px;
  background:#3AA6FF;
  color:#fff;
  font-weight:700;
}
.ti-btn:hover{ opacity:.92; }

@media (max-width: 960px){
  .ti-hero-grid{ grid-template-columns: 1fr; gap:28px; }
  .ti-h1{ font-size: 32px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ff99da9 */.ti-compare {
  background: #f8fafc;
}

.ti-compare-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}

.ti-compare-table th,
.ti-compare-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
}

.ti-compare-table th {
  background: #eef2f7;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4bb7b13 */.ti-oem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.ti-oem-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ede36a */.ti-moq {
  background: #f8fafc;
}

.ti-moq-table {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
}

.ti-moq-table th,
.ti-moq-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
}

.ti-moq-table th {
  width: 30%;
  background: #eef2f7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5887f0f */.ti-faq-item {
  margin-top: 24px;
}

.ti-faq-item h3 {
  font-size: 18px;
  margin-bottom: 8px;
}/* End custom CSS */
/* Start custom CSS */.ti-section {
  padding: 90px 0;
}

.ti-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.ti-title {
  font-size: 32px;
  margin-bottom: 10px;
}

.ti-subtitle {
  max-width: 720px;
  color: #6b7280;
}

/* 【必杀】隐藏 Woo 产品页顶部整个产品区块 */
.single-product .woocommerce div.product {
  display: none !important;
}/* End custom CSS */