.section1 table {
  margin: 0 auto;
}

.tableTitle {
  text-align: center;
}

.contrastTable {
  max-width: 1440px;
  margin: 0 auto;
  box-shadow: 0 0 30px 10px #cccccc;
}
.contrastTable .dingzhi {
  text-align: center !important;
}

.contrastTable .tableTitle {
  padding: 10px 0;
  margin-top: 30px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 40px;
  background: #b2dceb;
}

.contrastTable th {
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  padding: 16px;
  border: 1px solid #e3e3e3;
}

/* .contrastTable th:nth-last-child(1) {
	width: 110px;
} */

/* .contrastTable th:first-child {
	width: 162px;
} */
.contrastTable tr:nth-child(odd) {
  background-color: rgba(178, 220, 235, 0.25);
}
.contrastTable td {
  border: 1px solid #e3e3e3;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  padding: 18px;
  text-align: center;
}
.line-height-30 {
  line-height: 30px;
}
.font-weight {
  font-weight: bold;
}
.td-first {
  min-width: 100px;
}
.td-second {
  min-width: 150px;
}
.color-gray {
  color: #666;
}

.flexBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexBox .pre-text > p {
  color: #333333;
  /* font-weight: 400; */
}
.section1 .flexBox .pre-text > div > p:nth-child(1) {
  font-weight: 600;
}
.pre-text-list {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.flexBox + .immediate-use {
  margin: 40px auto 0;
}
.immediate-use {
  margin: 40px auto 0;
}
.flexBox .pre-img3 {
  max-width: 700px;
}
.section1 {
  background: none;
  padding-bottom: 80px;
}

/* .xp-compare {
  padding: 2em 6em;
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: auto;
} */
/* .xp-compare-others,
.conpare-owers {
  width: 100%;
}
.compare-title {
  font-size: 16px;
  line-height: 60px;
  border-bottom: 1px solid #cccccc;
  margin: 0 2em 0 0;
  text-align: center;
  font-weight: bold;
}
.compare-ul li {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-align: left;
}
.service-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0 50px;
}
.compare-owners-ul {
  position: relative;
}
.compare-others {
  color: #666;
}
.compare-item {
} */
.compare-owners-ul li::before {
  content: "";
  width: 14px;
  height: 12px;
  background: url(../img/right.c08748fc.svg) no-repeat;
  padding: 0px 10px 1px;
  vertical-align: middle;
}
.xp-compare {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 1200px;
  margin: 50px auto;
}
.compare-others,
.compare-owers {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  width: 360px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.compare-item {
  /* 更柔和的渐变，和主色呼应 */
  background: linear-gradient(135deg, #f0f9ff 0%, #e3f2fd 100%) !important;
  width: 145px;
  /* 增加边框强化分隔感 */
  border: 1px solid #d1ecf9;
  /* 圆角和主卡片统一 */
  border-radius: 12px;
  /* 阴影弱化，突出内容 */
  box-shadow: 0 2px 8px rgba(173, 216, 230, 0.3) !important;
}

/* 维度标题单独优化 */
.compare-item .compare-ul li {
  /* 文字加粗，突出维度 */
  font-weight: 500;
  color: #2c3e50;
  /* 调整间距更舒展 */
  padding: 0px;
  /* 去掉底部边框，用背景区分 */
  border-bottom: none;
  /* 文字居中更规整 */
  text-align: center;
  /* 增加底部细分割线 */
  border-bottom: 1px dashed #bce8f1;
  display: block;
  line-height: 70px;
}

/* 最后一个维度去掉分割线 */
.compare-item .compare-ul li:last-child {
  border-bottom: none;
}

/* 标题样式 */
.compare-title {
  background: linear-gradient(120deg, #4facfe 0%, #00f2fe 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 16px;
  text-align: center;
}

/* 列表样式 */
.compare-ul {
  list-style: none;
  flex: 1;
}
.compare-ul li {
  padding: 14px 16px;
  border-bottom: 1px solid #f2f2f2;
  line-height: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  height: 70px;
}
/* 带勾选的列表项（AB客侧） */
.compare-owners-ul li {
  padding-left: 28px;
  position: relative;
}
/* .compare-owners-ul li::before {
  content: "✔";
  color: #28a745;
  font-weight: bold;
  margin-right: 6px;
  position: absolute;
  left: 12px;
} */
.conItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.conItems .box1,
.conItems .box2 {
  filter: drop-shadow(0px 13px 40px rgba(101, 165, 255, 0.1));
  background-color: #fff;
  border-radius: 15px;
}

.conItems .item {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
}

.conItems .item .itemTop {
  width: 100%;
  height: 15px;
  background: linear-gradient(76deg, #d2d9e6 1.52%, #b3c1dd 95%);
}

.conItems .item .itemOthers {
  padding: 30px;
  box-sizing: border-box;
}

.conItems .item .itemOthers .othersOne {
  display: flex;
  align-items: center;
}

.conItems .item .itemOthers .othersOne .othersOneLeft {
  color: #111;
  font-size: 30px;
  line-height: 200%;
  font-weight: 500;
}

.conItems .item .itemOthers .othersOne .othersOneRight {
  color: #b38d74;
  font-family: "Alibaba PuHuiTi";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #b38d74;
  padding: 2px 8px;
  margin-left: 10px;
}

.conItems .item .itemOthers .othersTwo {
  color: #646a73;
  font-family: "PingFang SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 213%;
  /* 31.95px */
  text-align: left;
}

.conItems .item .itemOthers .othersThree {
  color: #000;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 213%;
  /* 38.34px */
  margin-top: 40px;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.conItems .item .itemOthers .othersThree .bigText {
  font-size: 50px;
}

.conItems .item .itemOthers .btn {
  padding: 10px;
  text-align: center;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #8392b3;
  cursor: pointer;
  line-height: normal;
}

.conItems .item .itemOthers .btn a {
  display: block;
  color: #354569;
  font-family: "Alibaba PuHuiTi";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.conItems .item .itemOthers .btn a:hover {
  color: none;
}

.conItems .item .itemOthers .introduces {
  margin-top: 40px;
  padding-bottom: 200px;
}

.conItems .item .itemOthers .introduces .introduce {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 213%;
  /* 38.34px */
  justify-content: space-between;
}

.conItems .item .itemOthers .introduces .introduce .introduceImg {
  width: 10%;
  text-align: right;
}

.conItems .item .itemOthers .introduces .introduce .introduceImg img {
  width: 20px;
}

.conItems .item .itemOthers .introduces .introduce .introduceText {
  width: 80%;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #646a73;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 213%;
}

.conItems .item .itemOthers .introduces .introduce .introduceText .blackText {
  color: #000;
  font-family: "PingFang SC";
  font-size: 17px;
}

.conItems .item2 .itemTop {
  background: linear-gradient(76deg, #e4cdb6 1.52%, #be947c 95%);
}

.conItems .item2 .itemOthers .btn {
  border-radius: 8px;
  border: 1px solid #0680f2;
}

.conItems .item2 .itemOthers .btn a {
  color: #0680f2;
  font-family: "Alibaba PuHuiTi";
  display: block;
}

.conItems .item3 .floatImg {
  position: absolute;
  right: 0px;
  top: 40px;
}

.conItems .item3 .floatImg img {
  width: 150px;
}

.conItems .item3 .itemTop {
  background: linear-gradient(76deg, #877663 1.52%, #181313 95%);
}

.conItems .item3 .itemOthers .btn {
  border-radius: 8px;
  border: 1px solid #0680f2;
  background-color: #0680f2;
}

.conItems .item3 .itemOthers .btn a {
  color: #fff;
  font-family: "Alibaba PuHuiTi";
  display: block;
}
.flip-card {
  height: 840px;
  width: 32%;
  perspective: 1000px;
  position: relative;
  overflow: hidden;
}

.flip-card .btns {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  opacity: 0.4;
}

.flip-card .btns img {
  width: 30px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card-back .item .itemOthers {
  padding: 15px !important;
}

.flip-card-back .item .itemOthers .introduces .introduce {
  margin-bottom: 30px !important;
  align-items: normal !important;
}

.flip-card-back .item .itemOthers .introduces .introduce .introduceImg {
  width: 20px !important;
  margin-right: 10px;
  margin-top: -3px;
}

.flip-card-back .item .itemOthers .introduces .introduce .introduceImg img {
  width: 100% !important;
}

.flip-card-back .item .itemOthers .introduces .introduce .introduceText {
  flex: 1;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  z-index: 2;
}

.flip-card-back {
  transform: rotateY(180deg);
}
@media (max-width: 992px) {
  .flip-card {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .flip-card {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .pre-container {
    max-width: 1440px;
  }
}
@media (max-width: 767px) {
  .pre-img1 {
    max-width: 500px;
  }
  .xp-compare {
    width: 90%;
    display: block;
    padding: 0 10px;
  }
  .compare-title {
    margin: 0;
  }
  /* .contrastTable th:first-child {
		width: 160px;
	} */
  .td-first {
    min-width: 50px;
  }
  .td-second {
    min-width: 90px;
  }
  .contrastTable td {
    font-size: 12px;
    padding: 0 5px;
    text-align: center;
  }
  .contrastTable th {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    padding: 12px 10px;
    text-align: center;
    border: 1px solid #e3e3e3;
  }
  .section1 {
    padding-bottom: 0px !important;
  }
}
