.tb-detail-panel-base .tb-detail-panel-top-price-content {
  background-size: cover;
  -moz-background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem 2rem 1rem 2rem;
  border-radius: var(--border-radius);
  position: relative;
  min-height: 4.5rem;
}
.simple-desc {
  margin-bottom: 0;
}
.theme-signin-left .sku-line {
  padding: 0;
  margin: 0.2rem;
}
.theme-options dd {
  margin: 0;
}
.tb-detail-price-content .items:not(:last-child) {
  margin: 0;
}

.tb-detail-hd h1{
  font-size: 23px;
  font-weight: bold;
  line-height: 23px;
  color: #222222;
}
@media only screen and (min-width: 641px) {
  .tb-booth {
    height: 25rem;
  }
  .buy-spec-info-container {
    border-bottom: 0;
    margin-top: 0.5rem;
  }
  .tb-thumb {
    height: 9rem;
    padding-top: 0.8rem;
    padding: 0.5rem 0;
  }
  .tb-thumb ul.am-slides .tb-selected {
    border: 0.1rem solid #7D7D7D;
  }
  .clearfix-left {

    width: 23rem;
  }
  .clearfix-right {
    width: calc(100% - 25.8rem);
  }
  .buy-nav {
    position: static;
    margin-top: 2rem;
    overflow: hidden;
    padding-left: 1rem;
  }
  .buy-spec-info-container {
    border-bottom: 0;
    margin-top: 1rem;
  }
}
.main-content {
  width: 100%;
  max-width: 1300px;
  min-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.breadcrumb-data .am-breadcrumb {
  padding: 15px;
}
.main-content-details {
  display: flex;
  gap: 20px;
  /* padding: 0 15px 15px; */
  box-sizing: border-box;
}
.unity {
  margin: 24px 0 24px 0;
}
.unity h2 {
  color: #000;
  font-size: 21px;
  font-weight: bold;
  line-height: 21px;
  padding: 15px 0;
  padding-left: 0;
}
.unity-table {
  width: 100%;
  padding: 8px 0 0 0 ;
  border-collapse: collapse;
}
.unity-table thead{
  background-color: #fff;
}
.unity-shadow {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
}
.unity-table thead th {
  display: table-cell;
  vertical-align: inherit;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 32px 10px 5px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  color: #000;
}
.unity-table thead .first {
  text-align: right;
  width: 260px;
  min-width: 260px;
  max-width: 260px;
}
.unity-table tbody td {
  border-bottom: inherit;
  font-size: 12px;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  line-height: 16px;
  padding: 10px 32px 10px 8px;
  text-align: left;
  color: #000;
}
.unity-table tbody td a{
  color: #0f90db;
  text-decoration: none;
}
.unity-table tbody tr td:last-of-type {
  width: calc(100% - 260px);
  white-space: inherit;
}
.unity-table tbody tr .underline {
  color: #0099cc;
  font-weight: bold;
  display: block;
  line-height: 16px;
}
.unity-table tbody tr .underline:hover {
  text-decoration: underline;
}
.unity-table tbody .first {
  white-space: nowrap;
  font-size: 12px;
  /*font-weight: bold;*/
  line-height: 16px;
  padding-left: 10px;
  text-align: right;
  width: 260px;
  min-width: 260px;
  max-width: 260px;
  color: #000;
}

.unity-table tbody tr:nth-child(odd) {
  background-color: #F2F2F2;
}

.unity-table tbody tr:nth-child(even) {
  background-color: white;
}
.unity-table input {
  padding: 6px;
  position: initial;
  border: 1px solid #ddd;
  margin: 0 8px;
}
.unity-table .radio {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
.unity-table .radio input {
  display: block;
  height: 16px;
}
.product-details {
  display: flex;
  width: 100%;
  padding: 16px 24px;
}

.product-attributes .unity-table thead th {
  padding: 5px;
  line-height: 30px;
}
.product-attributes .unity-table .describe-spacing {
  padding: 5px 0px 5px 46px;
}
.product-attributes .unity-table thead .first {
  width: 170px;
}
.product-attributes .unity-table tbody td  {
  padding: 5px;
  line-height: 30px;
}
.product-attributes .unity-table tbody .first  {
  width: 170px;
}
.product-attributes .unity-table .checkbox {
  width: 32%;
  text-align: right;
}
.product-attributes-bottom {
  display: flex;
  justify-content: space-between;
  padding: 16px 16px 24px 16px;
}
.product-attributes-bottom button {
  padding: 8px 50px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid  #0099cc;
  color: #0099cc;
  background: none;
}
.product-attributes-bottom .new-construction {
  background: #0099cc;
  color: white;

}
.other-resources .unity thead th:last-of-type{
  width: 100%;
}
.content-details {
  /* flex: 2; */
  width: 65%;
  min-width: 730px;
  max-width: 845px;
}

/* 右侧内容 */
.right-content {
  /* flex: 1; */
  width: 35%;
  min-width: 330px;
  max-width: 455px;
}

/* 右侧区域通用样式 */
.right-section {
  padding: 20px;
  margin-bottom: 20px;
}

/* 右侧文本样式 */
.right-section .bold-text {
  font-size: 26px;
  color: #000;
  font-weight: bold;
  margin: 4px 0;
}

.right-section .blue-text {
  font-size: 17px;;
  color: #0f90db;
  margin: 5px 0;
}

.right-section .normal-text {
  margin: 6px 0;
}

.manufacturer-package-title {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
}

.manufacturer-package-title::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/static/index/default/images/icon/goods-icon-1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.right-section .normal-text-mg {
  font-size: 18px;
  position: relative;
}
.right-section .normal-text-sm {
  font-size: 10px;
}
.right-section .normal-text-lg {
  font-size: 16px;
}



/* 数量输入区域 */
.quantity-section {
  width: 100%;
  margin: 20px 0;
}

.quantity-section label {
  display: block;
  margin-bottom: 5px;
}

.operate-number-row {
  display: flex;
  gap: 10px;
  width: 100%;
}

.operate-number-row .operate-number-container {
  flex: 1;
  min-width: 0;
}

.operate-number-row .operate-number-container .operate-number-input {
  width: 100% !important;
  padding: 8px;
  box-sizing: border-box;
  height: 42px;
  border: 1px solid #555;
  border-radius: 6px;
  font-size: 14px;
}

.quantity-cart-btn {
  height: 42px;
  padding: 10px;
  cursor: pointer;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  white-space: nowrap;
}

/* 按钮区域 */
.button-row {
  display: flex;
  gap: 10px;
  margin: 20px 0;
  margin-right: 10px;
}

.button-row button,
.button-row a {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: block;
}

.button-add-to-list {
  border: 1px solid gray;
  background: white;
  color: black;
}

.button-add-to-cart {
  width: calc(50% - 15px);
  margin-right: 20px;
  background: #168ECE;
  color: white;
  border: none;
}

/* Request按钮区域 */
.request-section {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 20px 0;
}

.request-wrapper {
  position: relative;
  width: calc(50% - 10px);
  margin-right: 10px;
}

.button-request {
  display: block;
  width: 100%;
  border: 1px solid gray;
  background: white;
  color: #168ECE;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}

.button-request:hover {
  color: #168ECE;
  text-decoration: none;
}

/* 问号提示容器：仅负责定位，圆圈视觉由内部 .tip-trigger 提供（tip.js 统一样式） */
.tooltip-container {
  position: absolute;
  top: 12px;
  right: -22px;
  z-index: 10;
}

/* 价格表 */
.price-table {
  width: 100%;
  margin: 15px 0;
  border-collapse: collapse;
}

.price-table th,
.price-table td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #BEBEBE;
  border-top: 1px solid #BEBEBE;
}
.price-table th:first-child,
.price-table td:first-child {
  border-right: 1px solid #BEBEBE;
}

.price-table th {
  /* background-color: #f5f5f5; */
  font-weight: bold;
}

/* 标准包装表格 */
.standard-package-table {
  width: 100%;
  border-collapse: collapse;
}

.standard-package-table td {
  padding: 8px;
  border-bottom: 1px solid #e0e0e0;
}

.standard-package-table td:first-child {
  font-weight: bold;
  white-space: nowrap;
  width: 50%;
  text-align: right;
  padding-right: 15px;
}

.standard-package-table tbody tr:nth-child(odd) {
  background-color: #F2F2F2;
}

/* 复制图标提示气泡 */
.copy-icon {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease;
}

.copy-icon::before {
  content: attr(data-tooltip);
  position: absolute;
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 3px 5px;
  border-radius: 4px;
  font-size: 10px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

.copy-icon::after {
  content: '';
  position: absolute;
  right: calc(100% + 2px);
  top: 50%;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

.copy-icon:hover::before,
.copy-icon:hover::after {
  opacity: 0.5;
  visibility: visible;
}

.standard-package-table.unity-table tbody tr:nth-child(even) {
  background-color: white;
}

/* 产品信息列表 */
.product-info-list {
  margin: 20px 0;
  overflow: hidden;
}

.info-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  position: relative;
}

.info-label {
  font-weight: bold;
  margin-right: 15px;
  white-space: nowrap;
  color: #000;
  flex-shrink: 0;
  text-align: right;
  width: 145px;
}

.info-value {
  color: #4c4c4c;
  flex: 1;
  word-break: break-word;
  text-align: left;
}

.info-item:hover .info-value {
  color: #0f90db;
  
}

.copy-icon {
  cursor: pointer;
  color: #999;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.2s ease;
  margin-left: 10px;
  flex-shrink: 0;
}

.info-item:hover .copy-icon {
  opacity: 1;
}

.copy-icon:hover {
  color: #1890ff;
}

/* 价格与库存历史曲线图 */
.chart-date-range {
  padding: 0 20px;
  text-align: left;
}

.chart-date-range label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.chart-date-range .date-inputs {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.chart-date-range .date-inputs input {
  padding: 9px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  flex: 1;
  min-width: 100px;
  max-width: 150px;
}

.chart-date-range .date-inputs span {
  align-self: center;
}

.chart-date-range .date-inputs button {
  padding: 5px 15px;
  border: none;
  border-radius: 4px;
  background: #1890ff;
  color: white;
  cursor: pointer;
  font-size: 14px;
  flex-shrink: 0;
  box-sizing: border-box;
}

.chart-date-range .date-inputs button:hover {
  background: #0b7fa8;
}

/* 第二块区域样式 */
.obsolete-section {
  padding: 20px;
  margin-bottom: 20px;
}

.obsolete-section .bold-text {
  font-weight: bold;
  margin: 10px 0;
  margin-top: 0;
  font-size: 21px;
}

.obsolete-section .help-icon {
  color: #0099cc;
  border: 1px solid #0099cc;
  vertical-align: bottom;
}

.button-query-inventory {
  display: inline-block;
  border: 1px solid gray;
  background: white;
  color: #0099cc;
  padding: 8px 30px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
}

.button-query-inventory:hover {
  color: #0099cc;
  text-decoration: none;
}



/* 第三块区域样式 */
.standard-package-section {
  /* padding: 20px; */
}

.standard-package-section .bold-text {
  font-weight: bold;
  padding: 10px 20px;
}

.in-stock {
  width: 430px;
  flex-shrink: 1;
  padding-left: 32px;
  min-width: 430px;
}

.in-stock .shopping {
  width: 100%;
}
.in-stock .qtyAvailableNotes-messages {
  padding-bottom: 8px;
  font-size: 14px;
}
.in-stock .in-stock-font {
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  padding: 0 0 12px 0;
}
.in-stock .shopping-quantity {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 4px;
  text-transform: uppercase;
}
.in-stock .shopping-input {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #000000;
}
.in-stock .shopping .add {
  width: 100%;
  display: flex;
  padding: 24px 0;
}
.in-stock .shopping .add div {
  max-width: 50%;
  padding: 0 4px;
  width: 100%;
}
.in-stock .shopping .add div button{
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #0099cc;
  color: #0099cc;
  background: none;
  padding: 10px 0;
}
.in-stock .shopping .add div:nth-of-type(2) button{
  background: #0099cc;
  color: white;
}
.in-stock .unity-table tbody tr td:last-of-type {
  width: calc(100% - 24px);
}
.in-stock .unity-table  tr  {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  break-after: auto;
  break-inside: avoid;
}
.in-stock .unity-table thead th {
  padding: 8px;
}
.in-stock .unity-table tbody td {
  padding: 8px;
  border-bottom: none;
}
.in-stock .unity-table thead .zero-spacing {
  padding-left: 0;
}
.in-stock .unity-table tbody .zero-spacing {
  padding-left: 0;
}
.in-stock .in-stock-content {
  background: white;
  padding: 16px 24px;
  width: 100%;
}
.in-stock .table-content .calculation {
  font-weight: bold;
  color: #222222;
  font-size: 10px;
}
.in-stock .table-content .box {
  font-size: 16px;
  line-height: 0.75;
  padding: 16px 0px;
}
.table-content .price-left p {
  text-align: left;
  line-height: 14px;
}
.table-content .price-right p {
  text-align: right;
  line-height: 14px;
}
.table-content .price-text {
  font-size: 10px;
  color: #666666;
}
.table-icon {
  display: flex;
  align-items: center;
}
.table-icon img  {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.table-icon p {
  padding-left: 4px;
}
.border-left {
  border-left: 1px solid #CCCCCC;
}
.in-stock .packaging {
  margin-top: 8px;
  padding: 4px 0;
  display: flex;
  align-items: center;
}
.in-stock .packaging img{
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.in-stock .packaging a {
  padding-left: 8px;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 800;
  color: #444444;
}
.in-stock .packaging a:hover {
  text-decoration: underline;
}
.interest {
  padding: 0 0 15px 0;
  position: relative;
}
.interest .interest-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.interest .interest-title {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.interest .interest-title span {
  color: #000;
  font-size: 21px;
  font-weight: 700;
}
.interest .interest-title .see-all-link {
  color: #0099cc;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.interest .interest-title .see-all-link:hover {
  text-decoration: underline;
}
.interest .interest-count {
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: right;
  color: #666;
}
.interest-swiper {
  /* position: relative; */
  overflow: hidden;
}
.interest-swiper .swiper-wrapper {
  align-items: stretch;
}
.interest-product-list {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
}
.interest-product-item {
  padding: 20px 24px;
  background: white;
  border-radius: 8px;
  flex: 0 0 calc(33.333% - 11px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
}
.interest-product-item .product-item-content {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.interest-product-item .product-item-left {
  flex-shrink: 0;
}
.interest-product-item .product-item-image {
  width: 80px;
  height: 80px;
}
.interest-product-item .product-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.interest-product-item .product-item-right {
  flex: 1;
  min-width: 0;
}
.interest-product-item .product-model {
  display: block;
  color: #0f90db;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.interest-product-item .product-model:hover {
  text-decoration: underline;
}
.interest-product-item .product-description {
  color: #333;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 4px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.interest-product-item .product-manufacturer {
  color: #666;
  font-size: 12px;
  margin: 0;
}
.interest-product-item .product-item-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.interest-product-item .product-price {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 14px;
  padding: 4px 16px;
  background: #fff;
  white-space: nowrap;
  flex: 1;
}
.interest-product-item .product-details-btn {
  display: inline-block;
  padding: 6px 24px;
  background: #0099cc;
  color: white;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  flex: 1;
  text-align: center;
}
.interest-product-item .product-details-btn:hover {
  background: #0b7fa8;
  color: white;
  text-decoration: none;
}
.interest-swiper .swiper-button-prev,
.interest-swiper .swiper-button-next {
  transform: translateY(70%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #999;
  background: #fff;
}
.interest-swiper .swiper-button-prev::after,
.interest-swiper .swiper-button-next::after {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.interest-swiper .swiper-button-prev {
  left: -15px;
}

.interest-swiper .swiper-button-next {
  right: -15px;
}
.interest-swiper .swiper-pagination {
  bottom: -30px;
}
.interest-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 1;
}
.interest-swiper .swiper-pagination-bullet-active {
  background: #333;
}
.interested {
  position: relative;
}
.interested .arrow{
  background-color: #4B4B4B;
  border: none;
  bottom: 0;
  color: #FFFFFF;
  cursor: pointer;
  height: 49px;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  opacity: 0.8;
  display: flex;
  padding: 2px;
  position: absolute;
  top: 0;
  width: 35px;
  z-index: 100;
  border-radius: 4px 0 0 4px;
  right: 0;
}
.interested .arrow-left{
  left: 0;
  right: initial;
  border-radius: 0 4px 4px 0;
}
.interested .arrow-none{
  display: none;
}
.interested .arrow img{
  width: 30px;
  height: 30px;
}
.interested-list {
  display: flex;
  gap: 20px;
  overflow: hidden;
}
.interested-list .interested-list-item {
  max-width: 50%;
  min-height: 166px;
  min-width: 362px;
  display: block;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 24px;
  background: white;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
  max-width: 362px;
}
.interested-list-item .interested-item-top {
  display: flex;
}
.interested-item-top .item-top-img {
  width: 80px;
  height: 80px;
}
.interested-item-top .item-top-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.interested-item-top .item-top-right {
  height: 100%;
  padding-left: 24px;
}
.interested-item-top .item-top-right p:nth-of-type(1) {
  color: #0099cc;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.interested-item-top .item-top-right p {
  color: #444444;
  font-size: 13px;
  line-height: 19px;
  margin: 0;
  padding-bottom: 16px;
  vertical-align: middle;
  word-break: break-word;
}
.interested-item-top .item-top-right .item-top-right-details {
  padding: 4px 0;
}
.interested-list-item .interested-item-bottom{
  display: flex;
  width: 100%;
  gap: 16px;
}
.interested-item-bottom button{
  background-color: #E6E6E6;
  border: 1px solid #EAEAEA;
  width: 100%;
  border-radius: 14px;
  color: #222222;
  display: block;
  font-size: 12px;
  height: 24px;
  min-width: 70px;
  padding: 3px 18px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 0px;
}
.interested-item-bottom button:nth-of-type(2) {
  background: #0099cc;
  color: white;
  font-weight: bold;
}
.email-subscribe {
  background-color: #444;
  padding: 10px 10px;
  text-align: center;
}
.email-subscribe .email p {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
  color: white;
}
.email .form-submit {
  max-width: 400px;
  display: flex;
  margin: 0 auto;
  position: relative;
}
.email .form-submit input {
  border: none;
  font-size: 14px;
  border-radius: 4px;
  box-sizing: border-box;
  height: 36px;
  vertical-align: top;
  padding: 0 80px 0 10px;
  width: 100%;
}
.email .form-submit input:hover {
  border: none !important;
  box-shadow: initial;
}
.email .form-submit .submit {
  border: none;
  font-size: 14px;
  border-radius: 4px;
  box-sizing: border-box;
  height: 36px;
  width: 70px;
  position: absolute;
  background: #0099cc;
  color: white;
  right: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* 附件下载链接样式 */
.datasheet-underline {
  text-decoration: underline;
  text-decoration-color: #0F90DB;
  color: #4c4c4c;
}

/* 图片免责声明 */
.photo-disclaimer {
  font-size: 11px;
  color: #4c4c4c;
  text-align: left;
  margin: 8px 0;
}



.right-content .unity h2{
  padding: 25px 0;
  margin-left: 20px;
}

.qa-section {
  padding: 30px;
  text-align: left;
}

.qa-description {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px 0;
}

.qa-buttons {
  display: flex;
  justify-content: left;
  gap: 15px;
}

.qa-btn {
  display: inline-block;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 250px;
  text-align: center;
}

.qa-btn-outline {
  border: 1px solid #000;
  background: white;
  color: #000;
}

.qa-btn-outline:hover {
  background: #f5f5f5;
  color: #000;
  text-decoration: none;
}

.qa-btn-primary {
  border: 1px solid #0f90db;
  background: white;
  color: #0f90db;
}

.qa-btn-primary:hover {
  background: #0f90db;
  color: white;
  text-decoration: none;
}


