/* 会员套餐容器调整 */
.vip-list {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 40px; /* 移除左侧负margin，避免布局偏移 */
  padding: 0;
}

.my-membership-img {
    width: auto !important;  /* !important确保覆盖低优先级样式 */
    height: 200px !important;
}

/* 套餐项样式调整 */
.vip-item {
  width: calc(50% - 40px); /* 减去左右间距，确保一行2个 */
  height: 250px;
  margin: 20px; /* 统一间距 */
  box-sizing: border-box;
  text-align: center;
  position: relative;
  border-radius: 16px;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}

.xb-vip-1 {
  font-size: 28px;
  color: #edd2aa;
  padding-top: 20px;
}

.vip-item2 {
  width: 450px;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  border-radius: 16px;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}

.vip-item .txt_tag {
  overflow: hidden;
  top: 0;
  left: 0;
  font-size: 16px;
  width: 105px;
  height: 105px;
  float: right;
}

.vip-list .vip-item:nth-child(2) .type2 button {
  background: linear-gradient(90deg, #caaa7c, #f0d6ae);
  box-shadow: 1px 2px 7px 0px rgb(64 39 2 / 59%);
  color: #414141;
}

.vip-list .vip-item:nth-child(1) .type2 button {
  background: linear-gradient(90deg, #ffc8c2, #f5c8c3);
  box-shadow: 1px 2px 7px 0px #ab0f00;
  color: #F54253;
}

.vip-list .type2 button {
  width: 150px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  border: 0 solid #ab0f00;
  border-radius: 25px;
}

.xb-vip-buy {
  margin-top: 30px;
  width: calc(100% / 5 * 2);
  float: right;
  right: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.xb-vip-ms {
  font-size: 16px;
  color: white;
  padding-left: 3px;
  margin-top: 5px;
}

.vip-list-in {
  text-align: left !important;
  padding: 0;
}

.vip-list .vip-item:nth-child(1) .txt_tag span {
  background: #ff9800;
}

.vip-item .txt_tag span {
  z-index: 2;
  color: #fff;
  display: block;
  text-align: center;
  background: #fd4c57;
  position: relative;
  left: -25px;
  top: 25px;
  width: 180px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  transform: rotate(44deg);
}

.vip-list-in .tequan-type-head {
  position: absolute;
  left: 125px;
  top: 40px;
  height: 60px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.vip-list-in .type2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFE3B9;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding-left: 18px;
  padding-right: 50px;
  bottom: 5px;
  font-weight: bold;
}

.vip-price {
  margin: 20px auto;
  width: auto;
  float: left;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 20px 0;
}

.vip-price-money {
  font-size: 26px;
}

.vip-price-money.shu span {
  font-size: 40px;
}

.vip-list .vip-item:nth-child(1) .vip-price-money.shu sub {
  background: #fa4c56;
}

.vip-price-money.shu sub {
  font-size: 12px;
  line-height: 1;
  border-radius: 50%;
  margin-left: -11px;
  vertical-align: middle;
  padding: 2px 4px;
}

.vip-price-day {
  font-size: 16px;
  vertical-align: middle;
  margin: 15px 0 0 5px;
  color: #FFFFFF;
  font-size: 14px;
  color: #bcbcbc;
  padding-left: 5px;
}

/* 标题样式 */
.new-sess-head span {
  font-size: 30px;
  color: #ab7225;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.new-sess-head span::before {
  content: '';
  background-image: url(https://img.alicdn.com/imgextra/i1/2210123621994/O1CN01XmqMD41QbIhv2K22V_!!2210123621994.png);
  width: 37px;
  height: 29px;
  margin-right: 11px;
}

.new-sess-head span::after {
  content: '';
  background-image: url(https://img.alicdn.com/imgextra/i1/2210123621994/O1CN01XmqMD41QbIhv2K22V_!!2210123621994.png);
  width: 37px;
  height: 29px;
  margin-left: 11px;
}

/* 会员好评展示 */
.ceo_vip_ping ul {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 0;
  margin: 40px 0;
  margin-left: 0 !important; /* 覆盖原始负margin */
}

.ceo_vip_ping ul li {
  width: calc(33.33% - 30px); /* 大屏幕一行3个 */
  height: 320px !important;
  margin: 0; /* 用gap控制间距 */
  border-radius: 15px;
  box-sizing: border-box;
  float: none; /* 移除浮动 */
}

.newvip-hy {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 26px;
  background-repeat: no-repeat;
  background-position: -4px -4px;
  box-shadow: 0 0 10px var(--main-shadow);
  background: var(--main-bg-color);
}

.deanmbavar img {
  width: 100% !important;
  border-radius: 50%;
}

.deanmbavar {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}

.deanmbavar span {
  display: block;
  width: 30px;
  height: 30px;
  background: url(img/vipbz.png) 0 0 no-repeat;
  background-size: 30px 30px;
  position: absolute;
  bottom: -10px;
  right: 5px;
}

.deanmbusename {
  line-height: 30px;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}

.deanmbusename b {
  font-size: 14px;
  color: #fec42d;
  padding-left: 10px;
}

.ceo_vip_ping ul li p {
  font-size: 16px;
  line-height: 23px;
  height: 88px;
  padding: 0 20px;
  margin-top: 10px;
  color: #BA8D50;
  text-align: center;
}

.ceo_vip_ping ul li p b {
  color: #ccc;
  font-size: 23px;
}

/* VIP会员核心特权 */
.new-sess-head {
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin-top: 70px;
}

.newvip-nr {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  width: 100%;
  margin: 40px 0;
  padding: 0;
}

.newvip-li {
  width: 20%; /* 大屏幕一行5个 */
  height: 150px;
  text-align: center;
  padding-top: 26px;
  background-repeat: no-repeat;
  background-position: -4px -4px;
  box-shadow: 0 0 10px var(--main-shadow);
  background: var(--main-bg-color);
  border-radius: 15px;
  box-sizing: border-box;
}

.icon2 {
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/* 其他原有样式保持不变 */
.purchase_p {
  box-shadow: 0px 2px 0px 0px #a59d9d17;
  background: linear-gradient(90deg, #fdf8eb, #feeec3);
  padding: 15px;
  padding-left: 15px;
  width: 1280px;
  height: 100%;
  padding-left: 35px;
}

.float-btn pay-vip my-custom-class-name {
  color: black;
}

.purchase_span {
  font-size: 15px;
  font-weight: 600;
  color: #613c14;
}

.my-membership-plan {
  display: inline-block;
  border-radius: 5px;
  margin: 0 10px;
  text-align: center;
  background: #eeeeee0d;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  width: 25%;
  padding: 20px;
  box-sizing: border-box;
}

.my-membership-plan h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.my-membership-plan p {
  margin-bottom: 20px;
}

.my-membership-plan a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
}

.beijing {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: -30px;
}

.count-qb {
  padding: 70px;
}

.my-membership-title{
    display: flex;
    justify-content: center; /* 保持居中 */
    z-index: 1;
    margin: 0 auto; /* 居中容器，替代 margin-left: 50% + transform */
    /* 移除固定宽高和偏移，避免限制图片 */
    width: auto;   /* 宽度自适应内容 */
    height: 140px;  /* 高度自适应内容 */
    /* 删掉 top: 50%; left: 50%; transform: translate(-50%, -50%); margin-left: 50%; 这些偏移属性 */
}

.my-membership-img {
  text-align: center;
  box-sizing: border-box;
  list-style: none;
}

.my-vipbt {
  font-size: 14px;
  height: 52px;
  line-height: 52px;
  padding: 0 18px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 10px;
  display: inline-block;
}

.Onecad_vip_privilege_list {
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  transform: translate(-50%, -50%);
  margin-left: 51%;
  color: white;
}

.wp-posts-content img:hover {
  transition: 0.5s;
  border-radius: 10px;
  transform: translateY(-5px);
  box-shadow: 0 34px 20px -24px rgb(136 161 206 / 30%);
}

.my-hyjhjieshao {
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  transform: translate(-50%, -50%);
  margin-left: 50%;
  color: var(--key-color);
  margin-bottom: 15px;
}

.my-membership-plans {
  margin-top: 140px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.my-vip-1month {
  color: #ff5722cc;
  font-weight: 700;
  font-size: 26px;
}

.my-vip-2month {
  color: #ff5722cc;
  font-weight: 700;
  font-size: 26px;
}

.my-vip-2time {
  font-size: 14px;
  color: #bcbcbc;
  padding-left: 5px;
}

.vip-title-1color {
  color: rgb(221, 51, 51);
}

.vip-title-2color {
  color: rgb(221, 153, 51);
}

.vip-allow span.vip-ok-color {
  color: green;
}

.vip-allow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

.vip-allow.allow {
  color: initial;
}

.vip-allow:nth-child(2n+1) {
  background: #ffffff0a;
}

.vip-allow {
  padding: 4px 20px;
}

.vip-allow {
  color: #bcbcbc;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  align-items: center;
}

.vip-no-color {
  color: #bcbcbc;
}

.vip-buy a {
  position: relative;
  z-index: 1;
}

/* 支付按钮效果 */
.vip-buy {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  border-radius: 4px;
  height: 45px;
  position: relative;
  background: #e04a1c;
}

.vip-buy::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.vip-buy:hover::before {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.vip-buy:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: #555;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.vip-buy:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.my-membership-plan {
  padding: 10px;
  transition: transform 0.3s ease-in-out;
}

.my-membership-plan:hover {
  transform: translateY(-5px);
}

.vip-buy a {
  color: #333;
  padding: 8px;
  font-size: 15px;
}

.ht-lm-qy {
  width: 1660px;
  display: inline-block;
  height: 50px;
  background: white;
  background-color: white;
  border-radius: 4px;
  padding: 20px;
  color: #fff;
  border-color: #ffffff;
  background-color: #e0f0ff;
  box-shadow: rgb(0 0 0 / 10%) -4px 9px 25px -6px;
}

.ht-nr-qy {
  width: 1669px;
  display: inline-block;
  background: white;
  padding: 15px;
  height: 100%
}

.ht-lm-qy th {
  color: #4f94d4;
  font-size: 12px;
  width: 100%;
}

.hysz {
  width: 1661px;
  display: inline-block;
  height: 50px;
  background: white;
  padding: 20px;
  background: linear-gradient(135deg, #f97794 10%, #623aa2 100%);
  background-color: rgba(0, 0, 0, 0);
}

.pt-title-1color {
  line-height: 27px;
  background-color: #f5f6f71f;
  color: var(--b2color);
  border-radius: 50px;
  font-size: 18px;
  margin: auto;
  width: 50%;
}

.vip-title-1color {
  line-height: 27px;
  background-color: #f5f6f71f;
  color: var(--b2color);
  border-radius: 50px;
  font-size: 18px;
  margin: auto;
  width: 50%;
}

.vip-title-2color {
  line-height: 27px;
  background-color: #f5f6f71f;
  color: var(--b2color);
  border-radius: 50px;
  font-size: 18px;
  margin: auto;
  width: 50%;
}

.beijing img {
  width: 50%;
  height: 75px;
}

.my-membership-plan .pt-title-1color h2 {
  color: black;
}

.my-vip-dj-css {
  margin: auto;
  position: absolute;
  top: 150px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 80px;
  margin-top: 590px;
  font-weight: 700;
  color: white;
}

.my-vip-dj {
  display: flex;
  justify-content: center;
  margin-top: -40px;

}

.vip-count {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.vip-count-bk {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  list-style: none;
  height: 300px;
}

.vip-count-xx {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin: 20px;
  background: #ffffffa8;
  padding: 30px 0;
  box-shadow: rgb(0 0 0 / 10%) -4px 9px 25px -6px;
  width: 350px;
  float: left;
  border-radius: 5px;
}

.vip-count-x1 {
  color: white;
  width: 100%;
  height: 50px;
  margin-top: -30px;
  padding: 30px;
  font-size: 22px;
  line-height: 35px;
}

.vip-count-x2 {
  color: rgb(221, 153, 51);
  width: 100%;
  height: 50px;
  margin-top: -30px;
  padding: 30px;
  font-size: 22px;
  line-height: 35px;
}

.vip-count-span {
  font-size: 30px;
  margin: 20px 0;
  color: black;
}

.vip-count-span b {
  font-size: 12px;
  font-weight: normal;
}

.flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  justify-content: center;
}

.vip-faq {
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: none;
  box-shadow: 0px 2px 0px 0px #a59d9d17;
  width: 1280px;
}

.vip-footer {
  margin-top: 50px;
}

.vip-header h2 {
  font-size: 18px;
}

.vip-faq h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.vip-faq p {
  margin: 0;
}

.hidden {
  display: none;
}

.vip-footer h2 {
  text-align: center;
}

.vip-footer p {
  text-align: center;
}

.vip-faq box {
  font-size: 18px;
  padding: 20px;
  cursor: pointer;
  width: 300px;
  margin-bottom: 20px;
}

/* 响应式布局调整 */
@media (max-width: 992px) {
  /* 中屏幕：权益列表一行4个，好评一行2个 */
  .newvip-li {
    width: 25%;
  }
  .ceo_vip_ping ul li {
    width: calc(50% - 30px);
  }
}

@media (max-width: 768px) {
  /* 小屏幕：套餐一行1个，权益一行2个，好评一行1个 */
  .vip-item {
    width: 90%;
    margin: 10px auto;
  }
  .newvip-li {
    width: 45%;
  }
  .ceo_vip_ping ul li {
    width: 90%;
  }
  .img.my-membership-img.lazyloaded {
    width: auto;
    height: 200px;
    margin-bottom: 15px;
  }
  .my-hyjhjieshao {
    white-space: pre-wrap;
  }
  .vip-item {
    height: 200px;
  }
  #dialog-content {
    width: 80%;
  }
  .vip-list-in .tequan-type-head {
    top: 14px;
  }
  .vip-list .type2 button {
    width: 114px;
  }
}

@media (max-width: 576px) {
  /* 超小屏幕：权益列表一行1个 */
  .newvip-li {
    width: 90%;
  }
}

@media screen and (max-width: 1221px) {
  .pcvip {
    display: none;
  }
}

.wapvip {
  display: none;
}

@media (max-width: 767px) {
  .wapvip {
    display: block !important;
  }
}