@charset "utf-8";

[v-cloak] {
  display: none !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background: #eeeeee;
}

#deMain .top-banner {
  width: 100%;
  height: 401px;
}

#deMain {
  position: relative;
}

#deMain .top-banner img {
  width: 100%;
  height: 100%;
}

#deMain .welfare-one {
  width: 100%;
  height: 1110px;
  /* background: linear-gradient(180deg, #FFEDE1 0%, #FDFDFD 100%); */
  
      background-image: linear-gradient(180deg, #FFEDE1 0%, #FFF 100%);
      
      /* 关键：限制渐变高度为 200px，宽度充满容器（100%） */
      background-size: 100% 414px;
      
      /* 渐变不重复，只显示一次 */
      background-repeat: no-repeat;
      
      /* 可选：渐变居上显示（默认就是 top，可省略） */
      background-position: top;
      
      /* 容器下方的背景色（渐变高度之外的区域） */
      background-color: #FFF; /* 灰色背景 */
}

#deMain .welfare-one .top-img-two{
  position: absolute;
  top: 0;
  right: 0;
  width: 572px;
  height: 321px;
}
#deMain .com-p-top {
  padding-top: 100px;
}

#deMain .center-info {
  width: 1200px;
  margin: 0 auto;
}

#deMain .center-info .title {
  margin-bottom: 32px;
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 32px;
  color: #bf210d;
}

#deMain .center-info .title span {
  font-family: DIN Black, DIN Black;
  font-weight: 900;
  font-size: 48px;
  color: #bf210d;
}

#deMain .center-info .tips {
  width: 670px;
  margin-bottom: 24px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 16px;
  color: #333333;
}

#deMain .center-info .clo-red {
  font-weight: 600;
  color: #bf210d;
}

#deMain .center-info .tips span {
  color: #bf210d;
  font-weight: 600;
}

#deMain .center-info .place-holder {
  width: 1160px;
  height: 58px;
  margin: 0 auto;
  background: #fe2c0e;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1608);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #fea269;
}

#deMain .center-info .info-content {
  width: 100%;
  height: 708px;
  margin-top: -48px;
  padding: 40px 30px;
  padding-bottom: 30px;
  background: #fffbf4;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1608);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #bf210d;
}

#deMain .center-info .info-content a {
  display: block;
}

#deMain .welfare-one .center-info .info-content .coupon-info {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 30px;
}

#deMain .welfare-one .center-info .info-content .coupon-info .coupon-item {
  width: 360px;
  height: 180px;
  padding: 0 30px;
  background: url("/static/v2/img/2025doubleEleven/coupon-bgi.png") no-repeat 100%/100%;
}

#deMain .welfare-one .center-info .info-content .coupon-info .coupon-item .name {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  padding-top: 25px;
}

#deMain .welfare-one .center-info .info-content .coupon-info .coupon-item .name .txt {
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 60px;
  color: #fe270b;
}

#deMain .welfare-one .center-info .info-content .coupon-info .coupon-item .name .discount {
  width: 34px;
  height: 34px;
  margin-bottom: -5px;
  margin-left: 4px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 34px;
  background-color: #fe270b;
  border-radius: 50%;
}

#deMain .welfare-one .center-info .info-content .coupon-info .coupon-item .get-coupon {
  padding: 14px 0;
  border-top: 1px dashed #ff7b6a;
}

#deMain .welfare-one .center-info .info-content .coupon-info .coupon-item .get-coupon .coupon-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 37px;
  margin: 0 auto;
  font-family: DIN, DIN;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  background: #f84c2d;
  border-radius: 19px 19px 19px 19px;
  cursor: pointer;
}

#deMain .welfare-one .center-info .info-content .coupon-info .coupon-item .get-coupon .coupon-btns:hover {
  color: #f84c2d;
  background: #ffebde;
  border-radius: 19px 19px 19px 19px;
  border: 1px solid #f84c2d;
}

#deMain .welfare-one .center-info .info-content .coupon-info .coupon-item .get-coupon .coupon-btns a:hover {
  color: #f84c2d;
}

#deMain .welfare-one .center-info .info-content .coupon-info .coupon-item .get-coupon .coupon-btns img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

#deMain .welfare-one .center-info .info-content .coupon-info .coupon-item .type {
  display: flex;
  justify-content: center;
  padding: 19px 0;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 18px;
  color: #ce1f08;
  border-top: 1px dashed #ff7b6a;
}

#deMain .center-info .info-content .get-btn {
  width: 490px;
  height: 60px;
  margin: 0 auto;
  background: url("/static/v2/img/2025doubleEleven/get-all-btn.webp") no-repeat 100%/100%;
  cursor: pointer;
  border-radius: 20px;
}
}

#deMain .center-info .info-content .get-btn:hover {
  box-shadow: 0px 4px 10px 0px rgba(34, 3, 3, 0.4);
  border-radius: 20px;
}

#deMain .center-info .info-content .get-btn-two {
  width: 490px;
  height: 60px;
  margin: 0 auto;
  background: url("/static/v2/img/2025doubleEleven/get-all-btn-two.webp") no-repeat 100%/100%;
  cursor: pointer;
  border-radius: 20px;
}

#deMain .center-info .info-content .get-btn-two:hover {
  box-shadow: 0px 4px 10px 0px rgba(34, 3, 3, 0.4);
  border-radius: 20px;
}

#deMain .center-info .info-content .get-btn-home {
  width: 490px;
  height: 60px;
  margin: 0 auto;
  background: url("/static/v2/img/2025doubleEleven/go-home-img.webp") no-repeat 100%/100%;
  cursor: pointer;
  border-radius: 20px;
}

#deMain .center-info .info-content .get-btn-home:hover {
  box-shadow: 0px 4px 10px 0px rgba(34, 3, 3, 0.4);
  border-radius: 20px;
}

#deMain .welfare-one .center-info .info-content .disc-title {
  margin-top: 30px;
  margin-bottom: 24px;
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
}

#deMain .welfare-one .center-info .info-content .disc-project {
  width: 1140px;
  height: 237px;
  margin-bottom: 30px;
  background: url("/static/v2/img/2025doubleEleven/discount-bgi.png") no-repeat 100%/100%;
}

#deMain .center-info .info-content .all-project {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 600;
  font-size: 18px;
  color: #fe2c0e;
  cursor: pointer;
}

#deMain .center-info .info-content .all-project:hover {
  color: #bf210d;
}

#deMain .center-info .info-content .all-project img {
  width: 12px;
  height: 16px;
  margin-left: 6px;
}

#deMain .welfare-two {
  width: 100%;
  height: 950px;
  /* background: linear-gradient(180deg, #FFEDE1 0%, #FDFDFD 100%); */
  /* 背景渐变：从蓝色到紫色，固定高度 200px */
      background-image: linear-gradient(180deg, #FFEDE1 0%, #FFF 100%);
      
      /* 关键：限制渐变高度为 200px，宽度充满容器（100%） */
      background-size: 100% 414px;
      
      /* 渐变不重复，只显示一次 */
      background-repeat: no-repeat;
      
      /* 可选：渐变居上显示（默认就是 top，可省略） */
      background-position: top;
      
      /* 容器下方的背景色（渐变高度之外的区域） */
      background-color: #FFF; /* 灰色背景 */
}

#deMain .center-top-info {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#deMain .center-top-info .top-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 571px;
  height: 384px;
}

#deMain .welfare-two .two {
  height: 487px;
  padding: 33px 30px;
}

#deMain .mrt-68{
  margin-top: 68px;
}

#deMain .mrb-68{
  margin-bottom: 68px !important;
}

#deMain .welfare-two .prize-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#deMain .welfare-two .prize-title .p-title {
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
}

#deMain .welfare-two .prize-title .jump {
  display: flex;
  align-items: center;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 600;
  font-size: 18px;
  /* color: #666; */
  color: #fe2c0e;
  cursor: pointer;
}

#deMain .welfare-two .prize-title .jump:hover {
  color: #bf210d;
}

#deMain .welfare-two .prize-title .jump img {
  width: 12px;
  height: 16px;
  margin-left: 6px;
}

#deMain .welfare-two .paize-img {
  height: 278px;
  margin-top: 20px;
  margin-bottom: 30px;
  background: url("/static/v2/img/2025doubleEleven/prize-list-img.webp") no-repeat 100%/100%;
}

#deMain .welfare-three {
  width: 100%;
  height: 840px;
  padding-top: 100px;
  background: url("/static/v2/img/2025doubleEleven/prestore.png") no-repeat 100%/100%;
  background-color: #fff;
}

#deMain .welfare-three .three {
  height: 458px;
  padding: 30px;
}

#deMain .welfare-three .prestore {
  width: 1140px;
  height: 261px;
  margin-bottom: 30px;
  background: url("/static/v2/img/2025doubleEleven/prestore-bgi.png") no-repeat 100%/100%;
}

#deMain .welfare-three .three-btn {
  width: 490px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: url("/static/v2/img/2025doubleEleven/prestore-btn-img.webp") no-repeat 100%/100%;
  cursor: pointer;
  border-radius: 20px;
}

#deMain .welfare-three .three-btn:hover {
  box-shadow: 0px 4px 10px 0px rgba(34, 3, 3, 0.4);
  border-radius: 20px;
}

#deMain .welfare-precautions .center {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

#deMain .welfare-precautions {
  width: 100%;
  height: 628px;
  padding-top: 100px;
  background: url("/static/v2/img/2025doubleEleven/prestore.png") no-repeat 100%/100%;
  background-color: #fff;
}

#deMain .welfare-precautions .precautions {
  height: 360px;
  padding: 20px;
}

#deMain .welfare-precautions .precautions p {
  margin-bottom: 12px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 16px;
  color: #000000;
  line-height: 32px;
}

#deMain .welfare-precautions .precautions p:last-child {
  margin-bottom: 0;
}

#deMain .mask-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明黑色 */
  z-index: 9999;
  /* 确保在最上层 */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 遮罩层内容容器：阻止点击事件冒泡到遮罩层 */
#deMain .mask-content {
  width: 1180px;
  height: 736px;
  padding: 20px;
  padding-top: 60px;
  background: url("/static/v2/img/2025doubleEleven/popup-bgi.webp") no-repeat 100%/100%;
}

#deMain .mask-content .table-title {
  display: flex;
  height: 56px;
  background: #ffde9e;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #ffffff;
}

#deMain .mask-content .table-title p {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 56px;
}

#deMain .mask-content .table-title .width-name {
  width: 285px;
}

#deMain .mask-content .table-title .width-name2 {
  width: 275px;
}

#deMain .mask-content .table-title .width-price {
  width: 143px;
}

#deMain .mask-content .table-title .width-price2 {
  width: 153px;
}

#deMain .mask-content .table-title .width-money {
  width: 142px;
}

#deMain .mask-content .roll-view {
  width: 100%;
  height: 600px;
  overflow: hidden;
  overflow-y: auto;
}

#deMain .mask-content .roll-view .roll-content {
  width: 100%;
  height: 1233px;
  background: url("/static/v2/img/2025doubleEleven/all-project-img.webp") no-repeat 100%/100%;
}

/* 进入前的初始状态 */
#deMain .fade-enter {
  opacity: 0;
}

/* 进入过程中的状态（可省略，默认使用初始和结束状态过渡） */
#deMain .fade-enter-active {
  transition: opacity 0.3s ease;
  /* 动画时长 0.3s，缓动效果 */
}

/* 进入结束的状态 */
#deMain .fade-enter-to {
  opacity: 1;
}

/* 离开开始的状态 */
#deMain .fade-leave {
  opacity: 1;
}

/* 离开过程中的状态 */
#deMain .fade-leave-active {
  transition: opacity 0.3s ease;
}

/* 离开结束的状态 */
#deMain .fade-leave-to {
  opacity: 0;
}

#deMain .float-window {
  position: fixed;
  top: 70%;
  right: 44px;
  width: 94px;
  height: 80px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #fff;
}

#deMain .float-window .float-item {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 40px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

#deMain .float-window .float-item:hover {
  width: 120px;
  height: 40px;
  margin-left: -26px;
  color: #fff;
  background: linear-gradient(107deg, #fe4b4b 0%, #fe8469 45%, #fdd191 100%);
  border-radius: 20px 4px 4px 20px;
}

#deMain .float-window .qrcode-img {
  position: absolute;
  top: 0;
  left: -180px;
  padding: 24px 30px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

#deMain .float-window .qrcode-img img {
  width: 80px;
  height: 80px;
  margin-bottom: 9px;
}