.duanzuheBigBox {
  margin: 0 auto;
  width: 1400px;
  margin-top: 20px;
  min-height: calc(100vh - 497.38px);
}

.duanzuheOne {
  background-color: #e6a23c27;
  border-radius: 5px;
  margin-top: 40px;
}

.duanzuheOneBox {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.duanzuheOneLeft {
  width: 1112px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e6a23c;
  font-size: 16px;
}

.duanzuheOneRightBut {
  cursor: pointer;
  background-color: rgb(245, 108, 108);
  color: white;
  border-radius: 3px;
  width: 60px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.duanzuheTwo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.duanzuheTwotable {
  width: 990px;
}

.duanzuheTwotable thead tr th {
  color: rgb(144, 147, 153);
  font-size: 14px;
  padding: 12px 0px;
  text-align: center;
}

.layui-table {
  margin-top: 20px;
  margin-bottom: 0;
}

/* .duanzuheTwotable tbody tr:nth-child(5n) {
  background-color: #f0f9eb !important;
} */

.duanzuheTwotableText {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: rgb(222, 33, 3);
  line-height: 30px;
}

.grey {
  color: #999;
}

.duanzuheOnePlanBBox {
  padding: 20px;
  display: none;
  align-items: center;
}

.duanzuheOnePlanBBoxLeft {
  display: flex;
  align-items: center;
  color: #e6a23c;
  font-size: 16px;
}

.duanzuheOnePlanBBoxRight {
  display: flex;
  align-items: center;
  justify-content: center;
}

.duanzuheOnePlanBBoxRightBox {
  margin-left: 12px;
}

.duanzuheOnePlanBBoxRightButBox {
  padding: 4px 15px;
  border-radius: 20px;
  color: #e6a23c;
  background-color: #fdf6ec;
  border: 1px solid #f3d19e;
  font-size: 14px;
  cursor: pointer;
}

.duanzuheOnePlanBBoxRightButBox:hover {
  color: #fff;
  background-color: #e6a23c;
  border-color: #e6a23c;
}

.scheme-plan-content {
  padding: 18px 22px;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  word-break: break-word;
}

.duanzuheTwoRight {
  border: 1px solid #eee;
  padding: 20px;
  margin-top: 20px;
}

.duanzuheTwoRightBox {
  width: 337px;
}


.MainBomThreeBomBoxBomTextBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
}

.MainBomThreeLiAvatar {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 25px;
  justify-content: center;
  overflow: hidden;
  width: 25px;
}

.MainBomThreeLiAvatarImg {
  height: 100%;
  width: 100%;
}

.MainBomThreeLiText {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 220px;
  color: #000000;
}

.MainBomThreeLiTime {
  color: #999;
  font-size: 14px;
}

/* 弹窗遮罩层样式 */
.mask-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

/* 弹窗居中定位样式 */
.goumaiitem-centered {
  position: fixed;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 400px;
  z-index: 9999;
  display: none;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.pay-box-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pay-box-top-img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* Extracted from duanzuhe.html. */

.duanzuhe-style-01 {
  font-size: 16px; color: rgb(68, 68, 68); margin-left: 10px; font-weight: 700;
}

.duanzuhe-style-02 {
  display: none;
}

.duanzuhe-style-03 {
  box-sizing: border-box;
  margin: 20px 24px 14px;
  width: calc(100% - 48px);
}

.duanzuhe-style-04 {
  font-size: 12px; color: #fff;
}

/* 断组购买弹窗重设计 */
#goumaiitem.goumaiitem-centered {
  border-radius: 10px;
  box-shadow: 0 22px 68px rgba(15, 23, 42, 0.3);
  overflow: hidden;
  width: 480px;
}

#goumaiitem .el-dialog__body,
#goumaiitem .pay-BigBox {
  background: #ffffff;
  padding: 0;
}

#goumaiitem .pay-BigBox {
  position: relative;
}

#goumaiitem .pay-box-top {
  height: 0;
  position: relative;
  z-index: 2;
}

#goumaiitem .pay-box-top-img {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  height: 30px;
  padding: 7px;
  position: absolute;
  right: 18px;
  top: 16px;
  transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
  width: 30px;
}

#goumaiitem .pay-box-top-img:hover {
  background: #fff7f5;
  border-color: #ffb8ad;
  transform: rotate(90deg);
}

#goumaiitem .pay-box {
  padding: 34px 28px 28px;
}

#goumaiitem .pay-title {
  align-items: baseline;
  display: flex;
  justify-content: center;
  padding: 6px 0 34px;
}

#goumaiitem .pay-num {
  color: #de2103;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

#goumaiitem .duanzuhe-style-01 {
  color: #1f2937;
  font-size: 15px;
  font-weight: 700;
  margin-left: 8px;
}

#goumaiitem .pay-PaymentMethod {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 12px;
}

#goumaiitem .payment-type-selector {
  margin: 0;
}

#goumaiitem .payment-options {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#goumaiitem .el-radio {
  align-items: center;
  background: #fff;
  border: 1px solid #e4e7ed;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 78px;
  padding: 12px 8px;
  position: relative;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

#goumaiitem .el-radio:hover,
#goumaiitem .el-radio.is-checked {
  background: #fffafa;
  border-color: #de2103;
  box-shadow: 0 8px 20px rgba(222, 33, 3, 0.08);
}

#goumaiitem .el-radio.is-checked::after {
  background: #de2103;
  border-radius: 0 7px 0 7px;
  color: #fff;
  content: "\2713";
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 22px;
}

#goumaiitem .el-radio__input {
  display: none !important;
}

#goumaiitem .el-radio__label {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
}

#goumaiitem .user-info-dialog {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #eef0f3;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin: 18px 0 0;
  padding: 14px 16px;
}

#goumaiitem .user {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

#goumaiitem .zhifufs,
#goumaiitem .jifen,
#goumaiitem .isJf-Text {
  color: #4b5563;
  font-size: 13px;
}

#goumaiitem .layui-form {
  align-items: center;
  display: flex;
}

#goumaiitem .layui-form-switch {
  margin-left: 8px;
  margin-top: 0;
}

#goumaiitem .duanzuhe-style-03 {
  background: #409eff;
  border-color: #409eff;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  line-height: 42px;
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
}

#goumaiitem .duanzuhe-style-03:hover {
  background: #66b1ff;
  border-color: #66b1ff;
}

#goumaiitem .duanzuhe-style-03:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

@media (max-width: 640px) {
  #goumaiitem.goumaiitem-centered {
    max-width: calc(100vw - 28px);
    width: 480px;
  }

  #goumaiitem .pay-box {
    padding: 32px 20px 24px;
  }

  #goumaiitem .payment-options {
    grid-template-columns: 1fr;
  }

  #goumaiitem .user-info-dialog {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
