@charset "UTF-8";
[data-v-ca8f6e42]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #701b87;
  menuHover: #701b87;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 210px;
  hideSideBarWidth: 67px;
}
.vipStyleItem[data-v-ca8f6e42] {
  width: 250px;
  height: 375px;
  border-radius: 14.5px;
  border-width: 0px;
  /* 设置边框的宽度 */
  background: #f9f9f9;
}
.vipStyleItem.yuanbao[data-v-ca8f6e42] {
  height: 335px;
}
.vipStyleItemYes[data-v-ca8f6e42] {
  width: 250px;
  height: 375px;
  border-radius: 14.5px;
  border-width: 1px;
  /* 设置边框的宽度 */
  border-style: solid;
  /* 设置边框样式 */
  border-color: #ffecd0;
  /* 设置边框颜色，这里使用的是深灰色 */
  background: #f9f9f9;
}
.xianShiStyleItem[data-v-ca8f6e42] {
  width: 250px;
  height: 250px;
  border-radius: 14.5px;
  border-width: 0px;
  /* 设置边框的宽度 */
  border-style: solid;
  /* 设置边框样式 */
  border-color: #ffecd0;
  /* 设置边框颜色，这里使用的是深灰色 */
  background: #f9f9f9;
}
.xianShiStyleItem.yuanbao[data-v-ca8f6e42] {
  height: 180px;
}
.xianShiStyleItemYes[data-v-ca8f6e42] {
  width: 250px;
  height: 250px;
  border-radius: 14.5px;
  border-width: 1px;
  /* 设置边框的宽度 */
  border-style: solid;
  /* 设置边框样式 */
  border-color: #ffecd0;
  /* 设置边框颜色，这里使用的是深灰色 */
  background: #f9f9f9;
}
.itemAmount[data-v-ca8f6e42] {
  width: 100%;
}
.notoSelect[data-v-ca8f6e42] {
  width: 100%;
  border-top-left-radius: 14.5px;
  border-top-right-radius: 14px;
  background: #f9f9f9;
}
.yesSelect[data-v-ca8f6e42] {
  width: 100%;
  border-top-left-radius: 14.5px;
  border-top-right-radius: 14px;
  background-image: linear-gradient(to right, #ffffff, #ffecd0);
}
.notoSelect1[data-v-ca8f6e42] {
  width: 100%;
  background: #f0f0f0;
}
.yesSelect1[data-v-ca8f6e42] {
  width: 100%;
  background: #fff7ea;
}
.notoSelect2[data-v-ca8f6e42] {
  width: 100%;
  background: #f9f9f9;
}
.yesSelect2[data-v-ca8f6e42] {
  width: 100%;
  background: #fefbf6;
}
.notoSelect3[data-v-ca8f6e42] {
  width: 100%;
  background: #f0f0f0;
}
.yesSelect3[data-v-ca8f6e42] {
  width: 100%;
  background: #fff7ea;
}
.notoSelect4[data-v-ca8f6e42] {
  width: 100%;
  background: #f9f9f9;
}
.yesSelect4[data-v-ca8f6e42] {
  width: 100%;
  background: #fff7ea;
}
.notoSelect5[data-v-ca8f6e42] {
  width: 100%;
  border-bottom-left-radius: 14.5px;
  border-bottom-right-radius: 14.5px;
  background: #f9f9f9;
}
.yesSelect5[data-v-ca8f6e42] {
  width: 100%;
  border-bottom-left-radius: 14.5px;
  border-bottom-right-radius: 14.5px;
  background-image: linear-gradient(to right, #ffffff, #ffecd0);
}
.notoSelect6[data-v-ca8f6e42] {
  width: 100%;
  border-bottom-left-radius: 14.5px;
  border-bottom-right-radius: 14px;
  background: #f9f9f9;
}
.yesSelect6[data-v-ca8f6e42] {
  width: 100%;
  border-bottom-left-radius: 14.5px;
  border-bottom-right-radius: 14px;
  background-image: linear-gradient(to right, #ffffff, #ffecd0);
}
.submitBnt[data-v-ca8f6e42] {
  width: 150px;
  height: 40px;
  background: #303030;
  color: #c6c6c6;
  font-size: 16px;
  border-radius: 10px;
}
.submitBntYes[data-v-ca8f6e42] {
  width: 150px;
  height: 40px;
  background: #303030;
  color: #f2d3a6;
  font-size: 16px;
  border-radius: 10px;
}
.modal-overlay[data-v-ca8f6e42] {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
}
.modal-content[data-v-ca8f6e42] {
  position: relative;
  background: white;
  padding: 0;
  border-radius: 20px;
  margin-top: 20%;
  margin-left: 30%;
  width: 40%;
  min-width: 600px;
  z-index: 1001;
}
.modal-header[data-v-ca8f6e42] {
  height: 80px;
  background: linear-gradient(to bottom, #ffdd9e, white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #333;
  border-radius: 20px;
}
.modal-body[data-v-ca8f6e42] {
  display: flex;
  padding: 20px;
}
.qr-code[data-v-ca8f6e42] {
  flex: 0 0 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.qr-placeholder[data-v-ca8f6e42] {
  width: 200px;
  height: 200px;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.close-button[data-v-ca8f6e42] {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.KaiTiText[data-v-ca8f6e42] {
  font-family: "KaiTi", "楷体_GB2312", "Kaiti SC", serif;
}
.DingTalk_JinBuTiText[data-v-ca8f6e42] {
  font-family: "DingTalk_JinBuTi", serif;
}
.button-invite[data-v-ca8f6e42] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 40px;
  color: #553b29;
  background: linear-gradient(107.15deg, #ffecad 0%, #ffc670 100%);
  border-radius: 33px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
