.elementor-252797 .elementor-element.elementor-element-74eeabf{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-252797 .elementor-element.elementor-element-c75d76d > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-252797 .elementor-element.elementor-element-c75d76d .woocommerce-breadcrumb{color:#999999;font-family:"HarmonyOS", Sans-serif;font-size:14px;text-align:left;}.elementor-252797 .elementor-element.elementor-element-0d8cdb0{--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;--padding-top:20px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;overflow:visible;}@media(max-width:1024px){.elementor-252797 .elementor-element.elementor-element-74eeabf{--padding-top:20px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-252797 .elementor-element.elementor-element-0d8cdb0{--padding-top:25px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-252797 .elementor-element.elementor-element-0d8cdb0{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for shortcode, class: .elementor-element-5f50a5e *//* 去掉整个表格外边框 */
.cp-spec-table {
  border: none !important;
  outline: none;
  box-shadow: none;
}

/* ========== 原有样式 + 下拉菜单美化 ========== */
.cp-select-wrapper {
  position: relative;
}

.cp-product-select {
  width: 100%;
  padding: 6px 8px 6px 20px;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  border: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.cp-select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  transform: translateY(-50%);
  pointer-events: none;
}

.cp-single-product-preview .cp-pro-thumb-container {
  background: #fff;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 160px;
  box-sizing: border-box;
}

.cp-single-product-preview .cp-pro-thumb-container img {
  max-height: 90px;
  width: auto;
  transition: transform 0.6s ease;
}

.cp-single-product-preview .cp-pro-title a {
  color: #333 !important;
}

.cp-single-product-preview .cp-pro-excerpt a {
  color: #666 !important;
}

.cp-single-product-preview .cp-pro-excerpt,
.cp-single-product-preview .cp-pro-excerpt a {
  font-weight: 400 !important;
}

.cp-single-product-preview:hover .cp-pro-thumb-container img {
  transform: scale(1.1);
}

.cp-single-product-preview .cp-pro-title,
.cp-single-product-preview .cp-pro-excerpt {
  transition: transform 0.6s ease;
}

.cp-single-product-preview:hover .cp-pro-title,
.cp-single-product-preview:hover .cp-pro-excerpt {
  transform: translateY(-12px);
}

/* ========== 表格样式 ========== */
.cp-spec-table-wrapper {
  background: transparent;
  border-bottom: none;
  margin-top: 20px;
  padding: 0;
}

.cp-spec-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  table-layout: fixed;
  border: none !important;
  outline: none;
  box-shadow: none;
}

.cp-spec-table thead tr th {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.cp-spec-table thead tr th {
  padding-bottom: 20px !important;
}

.cp-spec-table th.cp-spec-title {
  font-size: 20px;
  font-weight: 500;
  color: #666;
  text-align: left;
  background: transparent !important;
  border: none !important;
}

.cp-spec-table th.cp-spec-title-empty {
  background: transparent !important;
  border: none !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.cp-spec-table tbody {
  background: #fff;
}

.cp-spec-table tbody tr {
  border-bottom: 1px solid #f9f9fa;
}
.cp-spec-table tbody tr:last-child {
  border-bottom: none;
}

.cp-spec-table td {
  background: transparent;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  text-align: left;
  word-break: break-word;
}

.cp-spec-table td.cp-spec-name {
  background: #fff;
  width: 25%;
  font-weight: 500;
}

.cp-spec-table td.cp-spec-value {
  background: #fff;
  width: 25%;
}

/* 表格标题和内容单元格文字靠左上 */
.cp-spec-table th,
.cp-spec-table td {
  vertical-align: top;        /* 文字垂直靠上 */
  text-align: left;           /* 文字水平靠左 */
  direction: ltr;             /* 文字方向从左至右 */
}

@media (max-width: 767px) {
  .cp-spec-table th.cp-spec-title {
    font-size: 18px;
  }
  .cp-spec-table td {
    font-size: 14px;
    padding: 10px 12px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0d8cdb0 */@media (max-width: 1024px) {
  #cp-compare-wrapper {
    display: block;
  }

  .cp-column {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px;
  }

  .cp-spec-table thead tr th.cp-spec-title-empty {
    display: none;
  }

  .cp-spec-table td,
  .cp-spec-table th {
    text-align: left;
    padding: 8px 12px;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'HarmonyOS';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('http://nopass.site/wp-content/uploads/2025/04/HarmonyOS_Sans_Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'HarmonyOS';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('http://nopass.site/wp-content/uploads/2025/04/HarmonyOS_Sans_Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'HarmonyOS';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('http://nopass.site/wp-content/uploads/2025/04/HarmonyOS_Sans_Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'HarmonyOS';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('http://nopass.site/wp-content/uploads/2025/04/HarmonyOS_Sans_Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */