
.communicationSidebar{
  display: none;
}
.DoubleEleven2025-float{
  position: fixed;
  left: 50%; /* 先定位到视口中心 */
  transform: translateX(calc(612px)); /* 向右偏移中心视图一半宽度(1200/2) */
  top: 30%; /* 距离底部 40px */
  width: 179px;
  height: 339px;
  z-index: 999;
  background: url(../img/DoubleEleven2025_float.png) center no-repeat no-repeat;
  background-size: 100%;
}
.DoubleEleven2025-float-btn{
  width: 78%;
  height: 35px;
  margin-top: 268px;
  margin-left: 20px;
  display: block;
  cursor: pointer;
}

.DoubleEleven2025-block1-container{
  height: 1484px;
  background: url(../img/DoubleEleven2025_block1_bg.jpg) center top no-repeat;
  background-size: cover;
  margin-top: 75px;
}
.DoubleEleven2025-block1-body{
  width: 1200px;
  margin: 0 auto;
  padding: 158px 0 90px 0;
}

.DoubleEleven2025-block1-loop {
  background: rgba(255, 255, 255, 0.2); /* 半透明蓝色背景 */
  border-radius: 30px;
  width: 443px;
  overflow: hidden;
  height: 40px; /* 固定容器高度 */
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin: 0 auto;
}
.DoubleEleven2025-block1-loop-text {
  position: relative;
  height: 100%;
  color: #4C4C4C;
}
.carousel-item {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  transition: all 0.5s ease-in-out;
  transform: translateY(100%);
  opacity: 0;
  color: #4C4C4C !important;
  font-size: 18px;
}
.carousel-item.active {
  transform: translateY(0);
  opacity: 1;
  color: #4C4C4C !important;
}
.carousel-item.prev {
  transform: translateY(-100%);
  opacity: 0;
  color: #4C4C4C !important;
}


.DoubleEleven2025-block1-text-image{
  width: 752px;
  margin: 19px auto 36px auto;
  display: block;
}
.DoubleEleven2025-block1-pool{
  width: 734px;
  height: 173px;
  display: block;
  margin: 0 auto;
  background: url(../img/DoubleEleven2025_block1_money.png) center no-repeat no-repeat;
  background-size: 100%;
  position: relative;
}
.DoubleEleven2025-block1-money{
  display: flex;
  gap: 2px;
  height: 173px;
  align-items: center;
  margin-left: 310px;
}
.number-item {
  width: 40px;
  height:50px;
  color: #FE1548;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  border-radius: 4px;
  font-weight: 500;
}
.DoubleEleven2025-block1-btn {
  display: block;
  background: url(../img/DoubleEleven2025_block1_receive.png) center no-repeat no-repeat;
  background-size: 100%;
  width: 70px;
  height: 73px;
  /* 移除默认图片边框和间距 */
  border: none;
  /* 鼠标悬停显示手型，暗示可点击 */
  cursor: pointer;
  /* 缩放动画：循环放大缩小 */
  animation: bounce 1s infinite ease-in-out;
  float: right;
  right: 45px;
  top: 48px;
  position: absolute;
}

/* 定义缩放动画关键帧 */
@keyframes bounce {
  0%, 100% {
    transform: scale(1); /* 原始大小 */
  }
  50% {
    transform: scale(1.1); /* 中间帧放大8% */
  }
}

.DoubleEleven2025-block1-goods-body{
  display: flex;
  justify-content: center;
  margin: 226px auto 47px auto;
  position: relative;
}
.DoubleEleven2025-block1-goods-item{
  position: relative;
}
.DoubleEleven2025-block1-goods-item>a{
  position: absolute;
  bottom: 40px;
  left: 14px;
  width: 248px;
  height: 50px;
  cursor: pointer;
}

.DoubleEleven2025-block1-days{
  display: flex;
  justify-content: center;
  position: relative;
}
.DoubleEleven2025-block1-days-text{
  font-size: 43px;
  font-weight: 500;
  color: #FF3131;
}
.DoubleEleven2025-block1-days-num-body{
  display: flex;
  gap: 4px;
}
.countdown-item{
  background: linear-gradient( 270deg, #FF422A 0%, #FE0056 100%);
  border-radius: 2px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 43px;
  color: white;
}

.DoubleEleven2025-block2-container{
  height: 671px;
  background: url(../img/DoubleEleven2025_block2_bg.png) center top no-repeat;
  background-size: cover;
}
.DoubleEleven2025-block2-body{
  width: 1200px;
  margin: 0 auto;
  padding: 76px 0 71px 0;
}
.DoubleEleven2025-block2-title{
  margin-bottom: 60px;
  font-size: 48px;
  color: #722401;
  text-align: center;
  font-weight: 500;
}


.DoubleEleven2025-block3-container{
  background: white;
  padding-top: 60px;
  padding-bottom: 78px;
}
.DoubleEleven2025-block3-body{
  width: 1200px;
  margin: 0 auto;
}
.DoubleEleven2025-block3-title-body{
  display: flex;
  justify-content: center;
  align-items: center;
}
.DoubleEleven2025-block3-title{
  font-size: 36px;
  color: #722401;
  font-weight: 500;
  margin: 0 22px;
}
.DoubleEleven2025-block3-content{
  background: rgba(253, 223, 204, 0.22);
  margin-top: 29px;
  padding: 43px 0 38px 78px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.DoubleEleven2025-block3-text{
  font-size: 20px;
  color: #835235;
  line-height: 36px;
  margin-left: 53px;
}

.double-eleven-float{
  display: none;
}
.double-eleven-bar{
  display: none;
}
