.tishi {
  margin: 0 auto;
  /* 默认小屏左右留点内边距，避免紧贴边缘 */
  padding: 0 10px;
  display: flex;
  /* 版心最大宽度 */
  height: 60px;
  background-color: #f8f9fd;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}

.tishi {
  margin-bottom: 24px;
}

.tishi-left {
  color: #2a2a2a;
}

.tishi-left span:nth-child(1) {
  color: #757575;
}

.tishi-right {
  color: #757575;
}

.tishi-right span b {
  font-weight: 400;
  color: #e60c12;
}

/* -----------------------------------提示栏--------------------------------------- */
.content {
  /* 统一版心宽度，不使用固定左右外边距，避免小屏溢出 */
  position: relative;
  margin: 0 auto;
}

.hang1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  color: #100f11;
  font-weight: 400;
}

.hang1 h5 {
  color: #222222;
  font-size: 18px;
  font-weight: 400;
}

.hang1 img {
  width: 50px;
  height: 30px;
  margin-right: 5px;
}

.kuai-middle {
  display: flex;
  position: relative;
  margin-top: 14px;
}

.kuai-1 {
  /* 固定主图展示区域尺寸，避免切换小图时盒子缩小 */
  width: 418px;
}

.kuai-1 > img {
  border: 2px solid #dddddd;
}

/* 主图容器：用于放大镜效果 */
.image-container {
  position: relative;
  width: 422px;
  height: 316px;
  border: 2px solid #dddddd;
  overflow: hidden;
}

.image-container .main-image {
  display: block;
  width: 100%;
  height: 316px;
  object-fit: cover;
}
.paimai-cj .kuai-1 {
  width: 640px;
}
.paimai-cj .image-container {
  width: 640px;
  height: 384px;
}
/* 主图按统一尺寸展示，小图放大显示时也占满这一块区域 */
.kuai-1 .main-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 放大镜镜片 */
.zoom-lens {
  position: absolute;
  width: 120px;
  height: 90px;
  border: 1px solid #999;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.image-container:hover .zoom-lens {
  opacity: 1;
}

/* 右侧放大后的大图区域 */
.zoom-result {
  position: absolute;
  left: 450px;
  top: 0;
  /* 放大区域尽量与右侧信息面板同高同宽，可根据实际视觉再微调 */
  width: 820px;
  height: 460px;
  border: 1px solid #dddddd;
  background-repeat: no-repeat;
  background-color: #ffffff;
  display: none;
  z-index: 20;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.paimai-cj .zoom-result {
  left: 640px;
}
.kuai1-m {
  padding: 10px 12px;
  width: 100%;
  background-color: #f8f9fd;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

/* 箭头按钮样式 - 固定在左右两侧 */
.kuai1-m .arrow-left,
.kuai1-m .arrow-right {
  flex-shrink: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
  z-index: 2;
  background-color: rgba(248, 249, 253, 0.9);
  padding: 4px;
  border-radius: 4px;
}

.kuai1-m .arrow-left:hover:not(.disabled),
.kuai1-m .arrow-right:hover:not(.disabled) {
  opacity: 0.7;
}

/* 禁用状态的箭头 */
.kuai1-m .arrow-left.disabled,
.kuai1-m .arrow-right.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

/* 缩略图容器 - 可滚动但隐藏滚动条 */
.kuai1-m .thumbnail-container {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  /* 隐藏滚动条 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.kuai1-m .thumbnail-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/* 缩略图样式 */
.kuai1-m .thumbnail {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border: 2px solid transparent;
  border-radius: 4px;
  opacity: 0.6;
  transition: all 0.3s ease;
  cursor: pointer;
  object-fit: cover;
}
.paimai-cj .kuai1-m .thumbnail{
  width:127px;
  height:84px;
}
.kuai1-m .thumbnail:hover {
  opacity: 1;
  transform: scale(1.05);
}

.kuai1-m .thumbnail.active {
  opacity: 1;
  border-color: #306bea;
}

.kuai1-btm {
  margin-top: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #727272;
}

.kuai1-btm img {
  margin-right: 5px;
}

.kuai1-btm :nth-child(2) {
  margin-left: 15px;
}

/* ------------------------------------------ */
.kuai-2 {
  margin-left: 10px;
  margin-right: 14px;
  width: 527px;
}
.kuai-2-inner {
  border: 1px solid #dddddd;
  padding: 10px;
}

.kuai-2-top {
  display: flex;
  justify-content: space-between;
  height: 64px;
}
.paimai-cj .kuai-2 {
  margin-left: 20px;
  width: 621px;

}
.paimai-cj .kuai-2-inner {
  padding-top: 25px;
  border-width:0;
}
.paimai-cj .kuai-2-inner .kuai-2-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.paimai-cj .kuai-2-inner .kuai-2-title-left {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: bold;
}
.paimai-cj .kuai-2-inner .kuai-2-title-left img {
  width: 50px;
}
.paimai-cj .kuai-2-inner .kuai-2-title-right {
  display: flex;
  align-items: baseline;
  gap: 17px;
  color: #727272;
  font-size: 12px;
}
.paimai-cj .kuai-2-inner .kuai-2-title-right p{
  display: flex;
  align-items: center;
  gap:5px;
}
.paimai-cj .kuai-2-inner .wzbh {
  font-size: 18px;
  color: #222222;
}
.paimai-cj .cj-info {
  padding: 13px 0 25px 0;
}
.paimai-cj .cj-info-top {
  font-size: 18px;
  color: #222222;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.paimai-cj .cj-info-top b {
  font-size: 30px;
  font-weight: bold;
  color: #f22a34;
  margin-left: 10px;
  margin-right: 10px;
}
.paimai-cj .cj-info-top .lx-label {
  color: #727272;
  font-size: 12px;
}
.paimai-cj .cj-info-top .lx-name {
  color: #2a2a2a;
  font-size: 12px;
}

.paimai-cj .cj-info-bottom button {
  width: 156px;
  height: 60px;
  border: solid 1px #abbdf3;
  border-radius: 10px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding:0;
  color: #abbdf3;
  background: transparent;
}
.paimai-cj .cj-info-bottom input {
  width: 305px;
  height: 60px;
  border: solid 1px #d9d9d9;
  border-radius: 4px;
  background: url("../images/images-pm/rmb.png") no-repeat center left 20px;
  background-size: 20px 24px;
  position: relative;
  padding-left: 70px;
  font-size: 24px;
}
.paimai-cj .cj-info-bottom .cj-info-bottom-alert{
  display: flex;
  align-items: center;
  gap:8px;
  font-size: 12px;
  color:#C71622;
  margin-top: 9px;
}
.paimai-cj .cj-info-bottom .cj-info-bottom-alert img{
  width:16px;
}
.paimai-cj .cj-info-bottom .cj-info-bottom-input{
  position: relative;
  display: flex;
  align-items: center;
  gap:12px;
}
.paimai-cj .cj-info-bottom .cj-info-bottom-input::before {
  position: absolute;
  content: "";
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 34px;
  background-color: #2a2a2a;
}
.paimai-cj .cj-info-bottom .submit-btn{
  padding:11px 36px;
  line-height: 40px;
  background-color: #306BEA;
  border-radius: 10px;
  color:#fff;
  font-size: 24px;
  font-weight: bold;
  width:auto;
  height:auto;
  margin-top:36px;
}
.paimai-cj .cj-info-list li{
  display: flex;
  gap:25px;
}
.paimai-cj .cj-info-list li div{
  flex:1;
  line-height: 25px;
  font-size: 12px;
  color:#2A2A2A;
}
.paimai-cj .cj-info-list li div span{
  color:#727272;
}
.jijiang-kaishi {
  display: flex;
}
.eyes-icon {
  width: 13px;
}
.vector-icon {
  width: 12px;
}
.paimai-cj .lx-info {
  margin-top: 23px;
}
.paimai-cj .lx-info img{
  width:30px;
  margin-right: 12px;
}
.paimai-cj .lx-info{
  width:100%;
  height:48px;
  border-radius: 4px;
  border:solid 1px #DDDDDD;
  display: flex;
  align-items: center;
  padding-left: 11px;
}
.paimai-cj .lx-info span{
  margin-right:5px;
}

.kaishi-left {
  padding: 14px;
  display: flex;
  width: 64px;
  height: 64px;
  background-color: #306bea;
  color: #fff;
  font-size: 18px;
  flex-direction: row;
  align-items: center;
}

.shijian {
  display: flex;
  margin-left: 9px;
  width: 350px;
}

.shijian-1 {
  display: block;
  width: 42px;
  white-space: nowrap;
  margin-right: 10px;
  font-size: 14px;
  line-height: 60px;
  color: #727272;
}

.shijian-2 {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #2a2a2a;
  line-height: 20px;
}

.shijian-2 span:nth-child(1) {
  font-weight: normal;
  font-size: 1em;
}

.shijian-2 span:nth-child(1) .number {
  font-weight: bold;
  font-size: 18px;
}
.kuai-2-top-2-show {
  display: flex;
  justify-content: space-between;
  background: url("../images/images-pm/image\ 32.png") no-repeat center center;
  height: 64px;
  width: 100%;
  align-items: center;
  position: relative;
  background-size: cover;
}
.kuai-2-top-2 {
  display: flex;
  justify-content: space-between;
  background: url("../images/images-pm/no_image_2032.png") no-repeat center center;
  height: 64px;
  width: 100%;
  align-items: center;
  position: relative;
  background-size: cover;
}

.kaishi-left-2 {
  padding: 14px;
  display: flex;
  width: 61px;
  height: 64px;
  background-color: #c71622;
  color: #fff;
  font-size: 16px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}
.kaishi-left-2-show {
  padding: 14px;
  display: flex;
  width: 61px;
  height: 64px;
  background-color: #c71622;
  color: #fff;
  font-size: 16px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}

.kaishi-left-2 .word-line {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 50%;
}

.kaishi-right-2 {
  padding: 0 15px 0 10px;
  display: flex;
  flex: 1;
  height: 64px;
  color: #ffffff;
  font-size: 12px;
  flex-direction: row;
  align-items: center;
}
.kaishi-right-2 .mark {
  font-size: 14px;
  margin-right: 10px;
  background: transparent;
}
.kaishi-right-2 .number {
  font-weight: bold;
  font-size: 16px;
}
.guanzhu {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6px;
  font-size: 12px;
  color: #667085;
  margin-right: 20px;
}

.guanzhu img {
  width: 21px;
  height: 18px;
}
.kuai-2-top-2 .guanzhu {
  color: #fff;
}

.kuai-2-top-3 {
  display: flex;
  justify-content: space-between;
  height: 64px;
  width: 100%;

  background-size: contain;
}

.kuai-2-top-3 .kaishi-left-2 {
  padding: 14px;
  display: flex;
  width: 64px;
  height: 64px;
  background-color: #acacac;
  color: #fff;
  font-size: 16px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}

.kuai-2-top-3 .kaishi-left-2 .word-line {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 50%;
}

.kuai-2-top-3 .kaishi-right-2 {
  margin-left: 10px;
  display: flex;
  height: 64px;
  align-items: flex-start;
  justify-content: center;
  color: #727272;
  font-size: 12px;
  flex-direction: column;
}

.kuai-2-top-3 .kaishi-right-2 .number {
  font-weight: bold;
  font-size: 18px;
  color: #2a2a2a;
}

.kuai-2-top-3 .right-2-1 b {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transform: translateY(-2px);
  margin-bottom: 5px;
}
.kuai-2-top-3 .right-2-2 {
  display: flex;
  gap: 17px;
}
.kuai-2-top-3 .right-2-2 p {
  display: flex;
  align-items: center;
  gap: 5px;
}

.kuai-nei1 {
  width: 100%;
  height: 190px;
  background-color: #f5f5f7;
}

.kuai-nei1 span {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  /* margin-right: 10px; */
  color: #222222;
}

.kuai-nei1 span b {
  color: #f22a34;
  font-size: 30px;
  margin-left: 10px;
}

.kuai-baoming {
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  line-height: 44px;
  width: 160px;
  height: 44px;
  font-size: 20px;
  color: #ffffff;
  background-color: #c71622;
  border-radius: 4px;
}

.kaui-nei2 {
  padding-left: 10px;
  margin: 0 auto;
  margin-top: 5px;
  width: 100%;
  height: 30px;
  background-color: #306bea33;
  line-height: 30px;
  font-size: 12px;
  color: #306bea;
}

.kaui-nei2 span {
  margin-right: 30px;
}

.kaui-nei3 {
  padding-left: 10px;
  margin: 0 auto;
  margin-top: 5px;
  width: 100%;
  height: 30px;
  background-color: #fde9ea;
  line-height: 30px;
  font-size: 12px;
  color: #c71622;
}

.auction-info {
  display: flex;
  width: 506px;
}

.info-column {
  width: 50%;
  padding: 10px 20px;
}

.info-item {
  margin-bottom: 8px;
  font-size: 12px;
}

.info-label {
  font-weight: normal;
  color: #727272;
}

.info-value {
  font-weight: normal;
  color: #2a2a2a;
}

.kuai-nei5 {
  width: 100%;
  height: 48px;
  margin-top: 5px;
  padding-left: 10px;

  display: flex;
  align-items: center;

  border: 1px solid #dddddd;
  border-radius: 4px;
  gap: 12px;
  color: #7b7b7b;
  font-size: 14px;
}
.kuai-nei5 img{
  width:30px;
}

.kuai-nei5:nth-child(2) span {
  font-size: 16px;
  color: #2a2a2a;
}
.fbcj-neirong-top{
  display: flex;
  align-items: center;
  padding-top:19px;
}
.fbcj-neirong-top img{
  width:36px;
  position: relative;
  z-index: 2;
}
.fbcj-neirong-top-text{
  font-size: 14px;
  color: #1E295F;
  line-height: 26px;
  width:210px;
  background-color: #EAD499;
  padding-left: 27px;
  border-radius: 26px;
  position: relative;
  left:-22px;
  z-index: 1;
}
.fbcj-kuai .kuai-nei1{
  padding-left: 20px;
  height:auto;
  padding-bottom: 20px;

}
.fbcj-kuai .kuai-nei1 span{
  justify-content: flex-start;
  padding-top: 8px;
}
.fbcj-kuai .kuai-baoming{
  margin:0 auto;
  background-color: #306BEA;

}
.fbcj-kuai .cj{
  color:#222222;
  font-size: 18px;
  display: flex;
}
.fbcj-kuai .cj b{
  margin-left: 10px;
  color:#2A2A2A;
  font-size: 20px;
  font-weight: bold;
}
.fbcj-kuai .cj  span{
  font-weight: bold;
  font-size: 12px;
}
/* 出价输入区域 */
.fbcj-kuai-chujia {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}
.fbcj-kuai-chujia-label {
  font-size: 18px;
  color: #222222;
}
.fbcj-kuai-chujia-input {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fbcj-kuai-chujia-value {
  font-size: 24px;
  font-weight: bold;
  color: #2A2A2A;
}
.fbcj-kuai-chujia-unit {
  font-size: 18px;
  color: #2A2A2A;
}
.fbcj-kuai-btn-minus,
.fbcj-kuai-btn-plus {
  width: 24px;
  height: 24px;
  border: 1px solid #306BEA;
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 20px;
  font-weight: bold;
  color: #306BEA;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;


  transition: all 0.3s ease;
}
.fbcj-kuai-btn-minus i,
.fbcj-kuai-btn-plus i{
  line-height: 25px;
  font-style: normal;
}
.fbcj-kuai-btn-minus:hover,
.fbcj-kuai-btn-plus:hover {
  border-color: #306BEA;
  color: #306BEA;
}
/* 倍数按钮组 */
.fbcj-kuai-multiplier {
  display: flex;
  gap: 10px;
  margin-top: 40px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.fbcj-kuai-multiplier-btn {
  width:70px;
  height:34px;
  border: 1px solid #ABBDF3;
  background-color: #D6E1FB;
  border-radius: 10px;
  font-size: 18px;
  color: #306BEA;
  cursor: pointer;
  transition: all 0.3s ease;
}
.fbcj-kuai-multiplier-btn:hover {
  background-color: #D0E3FF;
}
.fbcj-kuai-multiplier-btn.active {
  background-color: #306BEA;
  color: #ffffff;
  border-color: #ABBDF3;
}
/* -----------------------------------第三个盒子--------------------------------------- */
.kuai-3 {
  width: 310px;
}

.kuai-3-qi {
  width: 310px;
  height: 333px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.kuai-toubu {
  width: 312px;
  height: 40px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kuai-toubu span {
  width: 50%;
  height: 40px;
  background-color: #e2e6ef;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.kuai-toubu .tab-btn.active {
  background-color: #306bea;
  color: #ffffff;
}

.qi-content {
  padding: 10px;
  display: flex;
  padding-right: 0;
  height: 293px;
}
.step-box-container {
  height: 224px;
  overflow-y: scroll;
  padding-right: 10px;
}
.qi-content-left img {
  margin-right: 8px;
}

.qi-content-right {
  display: none;
  /* justify-content: space-between; */
}

.qi-content-right .pm-left,
.qi-content-right .pm-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 50px;
  font-size: 16px;
  color: #2a2a2a;
}

.qi-content-right .pm-left {
  margin-left: 30px;
  margin-right: 10px;
  font-size: 14px;
}

.qi-content-right .pm-info {
  margin-top: 8px;
}
.step-box {
  position: relative;
  /* 为伪元素定位做参考 */
  width: 260px;
  /*height: 62px;*/
  padding: 2px 10px;

  border-radius: 4px;
  border-top-left-radius: 0;
  background: #f2f2f7;
  margin-left: 10px;
  margin-top: 10px;
}

.step-box::before {
  margin: 0;
  padding: 0;
  content: "";
  position: absolute;
  top: -9px;
  left: -8px;
  /* 绘制三角形：三个边框透明单侧有色 */
  transform: rotate(-45deg);
  border-width: 9px;
  border-style: solid;
  border-color: transparent transparent transparent #f2f2f7;
  border-radius: 4px;
}

.step-box p {
  font-size: 12px;
  line-height: 18px;
  color: #2c2c2e;
  opacity: 0.8;
  font-style: regular;
  font-weight: 400;
}

.step-box.finally {
  height: 80px;
}

.huadongtiao {
  margin-top: 10px;
  background-color: #66708566;
  width: 6px;
  height: 30px;
  border-radius: 20px;
}

.kuai-3-zhong {
  margin-top: 17px;

  width: 310px;
  height: 193px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.zhong-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e2e6ef;
  background-color: #e2e6ef;
  height: 40px;
  text-align: center;
}
.zhong-top span:nth-child(1) {
  width: 25%;
}
.zhong-top span:nth-child(3) {
  width: 32%;
}
.zhong-top span:nth-child(2) {
  width: 43%;
}

.zhong-top span {
  color: #667085;
  font-size: 16px;
  line-height: 40px;
}

.zhong-bottom {
  padding-top: 15px;
  text-align: center;
  line-height: 26px;
}
.zhong-bottom p {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.zhong-bottom p span {
  position: relative;
}
.zhong-bottom p span:nth-child(1) {
  width: 25%;
}
.zhong-bottom p span:nth-child(1)::after {
  content: "";
  position: absolute;
  right: 0;
  height: 18px;
  width: 1px;
  background-color: #7b7b7b;
  top: 50%;
  transform: translateY(-50%);
}
.zhong-bottom p span:nth-child(2) {
  width: 43%;
}
.zhong-bottom p span:nth-child(2)::after {
  content: "";
  position: absolute;
  right: 0;
  height: 18px;
  width: 1px;
  background-color: #7b7b7b;
  top: 50%;
  transform: translateY(-50%);
}
.zhong-bottom p span:nth-child(3) {
  width: 32%;
}
.zhong-bottom .first {
  color: #306bea;
}
.zhong-bottom .first span:last-child {
  color: #ff7b2f;
}

/* --------------------------------neirong板块结束--------------------------------- */

/* -------------------标的目录模块结束------------------------ */
.biao-waishou {
  margin: 0px auto 20px;
  width: 100%;
}

.waishou-mu {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
}

.waishou-mu img {
  width: 13px;
  height: 11px;
  margin-right: 7px;
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
}

.waishou-mu h5 {
  color: #100f11;
  font-size: 20px;
  font-weight: bold;
}

.biao-waishou p {
  display: block;
  width: 100%;
  color: #727272;
  font-size: 18px;
}

.biao-image {
  margin: 20px 0 35px;
  max-width: 1125px;
  width: 100%;
}

.biao-image img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.tab-content-wrapper {
  margin: 36px auto 70px;
}

.biao-mulu {
  /* margin: 0 auto; */
  /* 小屏使用通用左右内边距，避免横向滚动条 */
  display: flex;
  justify-content: left;
  padding: 0 16px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  box-shadow: 0px 1px 0px 0px #e2e6ef;
  max-width: 100%;
  height: 80px;
  margin-top: 40px;
}
.biao-mulu-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}
.biao-mulu-main {
  width: 720px;
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
}
.biao-mulu .tab-item {
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease;
  color: #2a2a2a;
  font-weight: 400;
  font-size: 24px;
  line-height: 80px;
}
.biao-mulu .tab-item.active {
  color: #306bea;
  font-weight: bold;
}
.biao-mulu .tab-item.active::before {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 2px;
  background-color: #306bea;
  border-radius: 20px;
}
.biao-mulu .biao-mulu-main span:last-child::after {
  position: absolute;
  right: -31px;
  top: 8px;
  display: inline-block;
  width: 34px;
  height: 17px;
  background: url("../images/images-pm/number-icon.png") no-repeat center center;
  /*background-color:red;*/
  /*border-radius:10px;*/
  /*content:"";*/
}

.pmdt-cj .biao-mulu-main span:last-child::after {
  display: none;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  align-items: center;
  justify-content: center;
}

.modal-overlay.show {
  display: flex;
}

.baoming-xuzhi {
  position: relative;
  width: 90%;
  max-width: 1080px;
  max-height: 90vh;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.xuzhi-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0px 1px 0px 0px #e2e6ef;
  flex-shrink: 0;
}

.xuzhi-top span {
  font-size: 20px;
  color: #100f11;
  font-weight: 500;
}

.xuzhi-top img {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.xuzhi-footer {
  display: flex;
  flex: 1;
  overflow: hidden;
}

.xuzhi-bottom {
  margin-top: 25px;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 60px);
  flex: 1;
  overflow-y: auto;
  font-size: 18px;
  color: #727272;
  padding-right: 10px;
}

.xuzhi-bottom h6 {
  margin-bottom: 7px;
  color: #2a2a2a;
  font-size: 20px;
  font-style: regular;
  font-weight: 500;
}

.xuzhi-bottom p {
  line-height: 36px;
  margin-bottom: 10px;
}

.xuzhi-bottom h6:nth-of-type(2) {
  margin-top: 20px;
}

.yinying {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 69px;
  border-radius: 20px;
  background-color: #66708566;
}

.queren-kuang {
  margin: 20px auto;
  width: 185px;
  height: 44px;
  border-radius: 4px;
  background-color: #abbdf3;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  flex-shrink: 0;
}

.queren-kuang:hover {
  background-color: #8fa5e8;
}
.weituo {
  margin: 0px auto 30px;
  padding: 0 16px;
  max-width: 1280px;
  display: flex;
  font-size: 20px;
  color: #2a2a2a;
}

.weituo .zuoshuxian {
  margin-right: 10px;
  display: block;
  width: 3px;
  height: 40px;
  background-color: #acacac;
}

.xiaoduan {
  margin: 0px auto 20px;
  padding: 0 16px;
  max-width: 1261px;
  width: 100%;
  height: auto;
}
.xiaoduan p {
  display: block;
  font-size: 18px;
  /*color: #727272;*/
  margin-bottom: 5px;
  line-height: 36px;
}

.xiaotimu span {
  display: inline-block;
  color: #2a2a2a;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.xiaoduan p span {
  display: inline-block;
  /*background-color: #fde9ea;*/
  /*color: #c71622;*/
  font-size: 20px;
  width: auto;
  height: auto;
  padding: 2px 8px;
  margin-left: 5px;
}

p.p-red {
  color: #c71622;
}

.tab-content-wrapper {
  width: 100%;
}

.tab-content.active {
  display: block;
}

.tab-content {
  width: 100%;
  display: none;
}

table thead tr th {
  height: 22px;
  background-color: #d6e1fb;
  color: #667085;
  font-size: 14px;
  padding: 12px 0px;
  text-align: center;
  border-bottom: 1px solid #e1e8ed;
}

table {
  text-align: center;
  max-width: 100%;
  width: 100%;
}

td {
  padding: 12px 0;
  border-bottom: 1px solid #f0f2f5;
}

.bidder-id {
  display: inline-block;
  width: 80px;
  height: 28px;
  background-color: #e2e6ef;
  color: #306bea;
  font-size: 14px;
  border-radius: 10px;
  line-height: 32px;
  text-align: left;
  padding-left: 10px;
}

.bidder-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #306bea;
  margin-right: 6px;
  vertical-align: middle;
}
.status-lead {
  color: #c71622;
  font-weight: 400;
  font-size: 12px;
}

.status-out {
  color: #727272;
  font-size: 12px;
}

.price {
  color: #727272;
  font-weight: 600;
  font-size: 14px;
  margin-right: 10px;
}

.price b {
  font-size: 14px;
}

.price-highlight {
  color: #c71622;
}

.price-highlight b {
  font-size: 14px;
}

.time {
  color: #909399;
  font-size: 12px;
}

.time-first-child {
  color: #c71622;
  font-size: 12px;
}

.status-out,
.status-lead {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 10px;
}

.status-lead img,
.status-out img {
  width: 10px;
}
#intro {
  padding-left: 10px;
}
/* ==================== 响应式布局 ==================== */
@media (max-width: 992px) {
  .baoming-xuzhi {
    width: 95%;
    max-height: 95vh;
  }

  .xuzhi-bottom {
    font-size: 16px;
  }

  .xuzhi-bottom h6 {
    font-size: 18px;
  }

  .xuzhi-bottom p {
    line-height: 28px;
  }
  .xuzhi-footer {
    flex-direction: column;
  }
  .biao-mulu-inner,
  .biao-mulu-main {
    max-width: 100%;
    width: 100%;
  }
  .biao-mulu .tab-item {
    font-size: 16px;
  }
  .biao-mulu {
    padding: 0 8px;
    width: 100%;
    overflow: hidden;
  }
  .biao-mulu .biao-mulu-main span:last-child::after {
    right: 0px;
  }
}
/* 手机端样式 (小于768px) */
@media (max-width: 767px) {
  .weituo .zuoshuxian {
    display: none;
  }
  .weituo,
  .xiaotimu span {
    font-size: 18px;
  }
  .xiaoduan p,
  .xiaoduan p span {
    font-size: 16px;
  }
  .biao-mulu-main {
    margin: 0;
  }
  /* 提示栏改为垂直布局 */
  .tishi {
    flex-direction: column;
    height: auto;
    padding: 12px 0px;
    gap: 8px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .tishi-left,
  .tishi-right {
    width: 100%;
    text-align: center;
  }

  /* 标题区域 */
  .hang1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 18px;
    padding-left: 10px;
  }

  .hang1 h3 {
    font-size: 16px;
    line-height: 1.4;
    word-break: break-all;
    width: 100%;
  }

  .hang1 h5 {
    font-size: 14px;
    word-break: break-all;
    width: 100%;
  }

  .hang1 img {
    width: 30px;
    height: 20px;
  }

  /* 主内容区域改为垂直布局 */
  .kuai-middle {
    flex-direction: column;
    gap: 20px;
  }

  /* 图片区域 */
  .kuai-1 {
    width: 100%;
    margin-top: 0;
  }

  .image-container {
    width: 100%;
    height: auto;
    max-height: 400px;
  }

  .image-container .main-image {
    height: auto;
    max-height: 400px;
    object-fit: contain;
  }

  /* 手机端禁用放大镜效果 */
  .zoom-lens {
    display: none;
  }

  .zoom-result {
    display: none !important;
  }

  /* 缩略图区域 */
  .kuai1-m {
    width: 100%;
    padding: 10px;
    height: auto;
    gap: 6px;
  }

  .kuai1-m .thumbnail-container {
    gap: 6px;
  }

  .kuai1-m .thumbnail {
    width: 50px;
    height: 50px;
  }

  .kuai1-m .arrow-left,
  .kuai1-m .arrow-right {
    max-width: 30px;
    height: auto;
    flex-shrink: 0;
  }
  .paimai-cj .kuai1-m .thumbnail{
    width:50px;
    height:50px;
  }
  .kuai1-btm {
    font-size: 14px;
    padding-right: 0;
    margin-left: 10px;
  }

  /* 信息区域 */
  .kuai-2 {
    width: 100%;
    margin-left: 0;
    height: auto;
  }

  .kuai-2-top {
    flex-direction: column;
    height: auto;
    gap: 10px;

    position: relative;
  }

  .jijiang-kaishi {
    flex-direction: column;
    width: 100%;
  }

  .kaishi-left {
    width: 100%;
    height: auto;
    padding: 10px;
    justify-content: center;
  }

  .shijian {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    flex-direction: column;
  }

  .shijian-1 {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 5px;
    white-space: normal;
  }

  .shijian-2 {
    width: 100%;
  }

  .shijian-2 span {
    word-break: break-all;
  }

  .guanzhu {
    position: absolute;
    bottom: 18px;
    right: 0px;
  }

  .kuai-nei1 {
    height: auto;
    padding-bottom: 20px;
  }
  .kuai-baoming{
    font-size: 18px;
  }

  .kuai-nei1 span {
    flex-direction: column;
    padding-top: 20px;
    gap: 10px;
  }
  .fbcj-kuai .kuai-nei1 span{
    flex-direction: row;
  }
  .kuai-nei1 span b {
    font-size: 24px;
    margin-left: 0;
  }
  .fbcj-kuai .kuai-nei1{
    height:auto;
    padding-bottom: 20px;
  }
  .fbcj-kuai-multiplier-btn{
    width: 50px;
    height: 30px;
    border-radius: 8px;
    font-size: 14px;
  }
  .fbcj-kuai .kuai-nei1{
    padding-left: 12px;
    padding-right:10px;
  }
  .fbcj-kuai-multiplier{
    gap:8px;
  }

  .kuai-baoming {
    width: calc(100% - 40px);
    margin: 20px 20px 0;
  }

  .auction-info {
    flex-direction: column;
    width: calc(100% - 18px);
  }

  .info-column {
    width: 100%;
    padding: 10px;
  }

  .kuai-nei5 {
    margin: 5px 0px 0;
    flex-wrap: wrap;
    padding: 10px;
  }

  /* 右侧信息区域 */
  .kuai-3 {
    width: 100%;
    margin-left: 0;
  }

  .kuai-3-qi {
    width: 100%;
    height: auto;
  }

  .kuai-toubu {
    width: 100%;
  }

  .kuai-toubu span {
    font-size: 14px;
  }

  .qi-content {
    padding: 10px;
    height: auto;
  }

  .qi-content-left {
    width: 100%;
  }
  .step-box {
    padding: 10px;
  }
  .step-box-container {
    height: auto;
    overflow: visible;
  }

  .step-box {
    width: 100%;
    margin-left: 0;
  }

  .qi-content-right {
    display: none;
  }

  .kuai-3-zhong {
    width: 100%;
    height: auto;
  }

  .zhong-top {
    font-size: 14px;
  }

  .zhong-top span {
    font-size: 12px;
  }

  .zhong-bottom span {
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
  }

  /* 标的介绍 */
  .biao-waishou {
    height: auto;
    padding: 0px 16px;
  }

  .biao-waishou p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .waishou-mu h5 {
    font-size: 18px;
  }

  .biao-image {
    padding: 0 16px;
  }
}

/* 平板端样式 (768px - 991px) */
@media (min-width: 768px) and (max-width: 1300px) {
  /* 标题区域 */
  .hang1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0 10px;
  }
  .tishi {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .hang1 h3 {
    font-size: 20px;
    line-height: 1.4;
    word-break: break-all;
  }

  .hang1 h5 {
    font-size: 16px;
  }

  .kuai-middle {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .kuai-1 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .image-container {
    width: 100%;
    height: auto;
    max-height: 480px;
  }

  .image-container .main-image {
    height: auto;
    max-height: 480px;
    object-fit: contain;
  }

  .kuai1-m {
    width: 100%;
    height: auto;
    padding: 12px;
    gap: 8px;
  }

  .kuai1-m .thumbnail-container {
    gap: 8px;
  }

  .kuai1-m .thumbnail {
    width: 55px;
    height: 55px;
  }
  .paimai-cj .kuai1-m .thumbnail{
    width:55px;
    height:55px;
  }
  .kuai1-m .arrow-left,
  .kuai1-m .arrow-right {
    flex-shrink: 0;
  }

  .kuai1-btm {
    font-size: 14px;
  }

  /* kuai-2 信息区域调整 */
  .kuai-2 {
    width: 100%;
    margin-left: 0;

    margin: 0 auto;
    height: auto;
    padding-bottom: 15px;
  }
  /* 
  .kuai-2-top {
    align-items: center;
  }

  .jijiang-kaishi {
    flex: 1;
    min-width: 200px;
  } */
  .kuai-nei1 {
    width: calc(100% - 18px);
    margin: 0 9px;
    height: auto;
    padding-bottom: 20px;
  }

  .kuai-nei1 span {
    flex-direction: column;
    padding-top: 20px;
    gap: 10px;
  }
  .fbcj-kuai .kuai-nei1 span{
    flex-direction: row;
  }
  .kuai-nei1 span b {
    font-size: 28px;
    margin-left: 0;
  }

  .kuai-baoming {
    width: calc(100% - 40px);
    margin: 20px 20px 0;
  }

  .kaui-nei2,
  .kaui-nei3 {
    width: calc(100% - 18px);
    margin: 5px 9px;
  }

  .auction-info {
    flex-direction: column;
    width: calc(100% - 18px);
    margin: 0 9px;
  }

  .info-column {
    width: 100%;
    padding: 10px;
  }

  .kuai-nei5 {
    width: calc(100% - 20px);
    margin: 5px 10px 0;
    padding: 10px;
    flex-wrap: wrap;
  }

  /* kuai-3 右侧信息区域调整 */
  .step-box-container {
    height: auto;
    overflow: visible;
  }
  .qi-content {
    height: auto;
  }
  .kuai-3 {
    width: 100%;
    margin-left: 0;

    margin: 0 auto;
  }

  .kuai-3-qi {
    width: 100%;
    height: auto;
  }

  .kuai-toubu {
    width: 100%;
  }

  .kuai-toubu span {
    font-size: 14px;
  }

  .qi-content {
    flex-direction: column;
    padding: 10px;
  }

  .qi-content-left {
    width: 100%;
  }

  .step-box {
    width: calc(100% - 20px);
    margin-left: 10px;
    height: auto;
    min-height: 62px;
    padding: 10px;
  }

  .step-box.finally {
    height: auto;
    min-height: 80px;
  }

  .qi-content-right {
    display: none;
  }

  .kuai-3-zhong {
    width: 100%;
    height: auto;
    margin-top: 17px;
  }

  .zhong-top {
    padding: 0 15px;
    font-size: 14px;
  }

  .zhong-top span {
    font-size: 13px;
  }

  .zhong-bottom {
    padding: 15px;
  }

  .zhong-bottom span {
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    word-break: break-all;
  }

  /* 标的介绍 */
  .biao-waishou {
    height: auto;
    padding: 15px;
  }

  .biao-waishou p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .waishou-mu h5 {
    font-size: 18px;
  }

  .biao-image {
    padding: 0 15px;
  }

  /* 平板端也禁用放大镜效果，因为空间不够 */
  .zoom-result {
    display: none !important;
  }
}
@media (min-width: 993px) {
  .status-out,
  .status-lead {
    font-size: 18px;
    gap: 28px;
  }

  table thead tr {
    width: 100%;
    height: 45px;
    background-color: #d6e1fb;
  }

  table thead tr th {
    width: 150px;
    height: 22px;
    background-color: #d6e1fb;
    color: #667085;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 10px;
    padding-right: 20px;
    text-align: center;
    border-bottom: 1px solid #e1e8ed;
  }

  table thead tr th:first-child {
    padding-left: 80px;
    text-align: left;
  }

  table thead tr th:last-child {
    padding-right: 100px;
    text-align: right;
  }

  td {
    padding: 12px 20px;
    padding-right: 30px;
    font-size: 14px;

    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    height: 60px;
  }

  td:first-child {
    padding-left: 30px;
    text-align: left;
  }

  td:last-child {
    padding-right: 50px;
    text-align: right;
  }

  .bidder-id {
    font-size: 18px;
    width: 120px;
    height: 32px;
  }

  .price {
    font-size: 24px;
  }

  .time {
    font-size: 16px;
  }

  .time-first-child {
    font-size: 16px;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
  }
}

@media screen and (max-width: 1300px) {

  .paimai-cj .kuai-2{
    margin:0;
  }

}

@media (max-width: 767px){
  .paimai-cj .image-container{
    width:100%;

  }
  .image-container .main-image{
    width:100%;
    object-fit:cover;
  }
  .paimai-cj .kuai-2,.paimai-cj .kuai-1{
    width:100%;
  }
  .paimai-cj .image-container{
    height:auto;
  }
  .paimai-cj .cj-info-bottom input{
    width:200px;
  }
  .paimai-cj .kuai-2-inner .kuai-2-title-left img{
    width:40px;
  }
  .paimai-cj .kuai-2-inner .kuai-2-title-left{
    font-size: 20px;
  }
  .paimai-cj .kuai-2-inner .wzbh,.paimai-cj .cj-info-top{
    font-size: 16px;
  }
  .paimai-cj .cj-info-top b{
    font-size: 28px;
  }
  .paimai-cj .cj-info-bottom input{
    height:40px;
    font-size: 16px;
  }
  .paimai-cj .cj-info-bottom input{
    background-size: 12px 14px;
  }
  .paimai-cj .cj-info-bottom .cj-info-bottom-input::before{
    height:26px;
    left:48px;
  }
  .paimai-cj .cj-info-bottom button{
    height:40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 8px;
  }
  .paimai-cj .cj-info-bottom .submit-btn{
    font-size: 18px;
    padding:8px  22px;
  }
}

.pmh-container{
  width: 100%;
  background-color: #f8f9fd;
}
.pmh-tabs .biao-mulu-main{
  justify-content: flex-start;
}
.pmh-tabs .biao-mulu-main span{
  margin-right: 60px;
}
.pmh-tabs{
  background-color: #fff;
}

/* pmh-content 拍卖预告卡片样式 */
.pmh-content {
  padding: 20px 0;
  background-color: #f8f9fd;
}

.pmh-card {
  display: flex;
  background-color: #fff;
  padding:10px;
  border-radius: 4px;
  overflow: hidden;
  border:solid 1px #F5F5F7;
  gap: 20px;
}

.pmh-card-image {
  flex-shrink: 0;
  width: 540px;
  height: 302px;
  overflow: hidden;
}

.pmh-card-image img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: cover;
  display: block;
}

.pmh-card-content {
  flex: 1;
}

.pmh-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.pmh-tag-sync {
  display: inline-block;
  padding: 2px 8px;
  background: linear-gradient(180deg, #ff6078 0%, #f6374f 100%);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  flex-shrink: 0;
  line-height: 1.5;
}

.pmh-title-text {
  font-size: 24px;
  font-weight: 600;
  color: #100F11;
  line-height: 1.5;
  flex: 1;
}

.pmh-card-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pmh-info-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #727272;
}

.pmh-info-label {
  margin-right: 8px;
  color: #727272;
}

.pmh-info-value {
  color: #2a2a2a;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .pmh-card {
    flex-direction: column;
  }
  .pmh-tabs .biao-mulu-main{
    justify-content: space-around;
  }
  .pmh-tabs .biao-mulu-main span{
    margin-right: 0;
  }
  .pmh-card-image {
    width: 100%;
    height: 200px;
  }

  .pmh-card-content {
    padding: 15px;
  }

  .pmh-card-title {
    flex-direction: column;
    gap: 8px;
  }

  .pmh-title-text {
    font-size: 16px;
  }
}

/* pmh-biao-intro 标的介绍卡片网格样式 */
.pmh-biao-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px 0;
}

.pmh-biao-card {
  background-color: #fff;
  border-radius: 14px;
  overflow: hidden;

  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);

  transition: box-shadow 0.3s ease;
}



.pmh-biao-card-image-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.pmh-biao-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pmh-biao-tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 20px 4px 12px;
  background-color: #e60c12;
  color: #fff;
  font-size: 16px;
  border-radius: 14px 0 14px 0;
  z-index: 2;
}

.pmh-biao-card-content {
  padding: 10px 14px 0;
}

.pmh-biao-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pmh-biao-card-price {
  font-size: 14px;
  color: #727272;
  margin: 0 0 5px 0;
}

.pmh-biao-card-price .price-value {
  color: #306bea;
  font-weight: 600;
  font-size: 20px;
}
.pmh-price-symbol{
  font-size: 14px;
  font-weight: bold;
  color: #306bea;
}
.pmh-biao-card-info {
  font-size: 12px;
  color: #ACACAC;
  line-height: 25px;
  margin: 0 0 8px 0;
}

.pmh-biao-card-time {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #C71622;
  height:40px;
  padding-left: 14px;
  margin: 0 -14px 0 -14px;
  background: linear-gradient(90deg, #FEEEEE 0%, #FFFFFF 100%);

}

.pmh-biao-card-time .clock-icon {
  width: 14px;
  height: 14px;
  display: block;
}

/* 响应式设计 */
@media (max-width: 1200px) {
  .pmh-biao-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .pmh-biao-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .pmh-biao-card-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}