.limit_bg{
  width:100%;
  padding-bottom:20px;
  display: table;
}
.allBack{
  width: 100%;
  height: 300px;
  background-repeat: no-repeat !important;
  /*background-size: contain !important;*/
  background-position: center !important;
}

.allBacKImg {
  position: relative;
  width: 1200px;
  height: 300px;
  margin: 20px auto;
  overflow: hidden;
  background-color: #F8F8F8;
  border-radius: 20px;
}

.activeEndBtn {
  background-color: #A7A7A7 !important;
  border: unset !important;
  color: #ffffff !important;
}
.activeStartBtn {
  background-color: #FFFFFF !important;
  border: 1px solid #27B615 !important;
  color: #26B614 !important;
}

.limit_allCon{
  width: 1200px;margin: 0 auto;
}
.limit_endTime{
  margin: -40px auto 0 auto;
  padding: 18px 30px;width: 440px;background: linear-gradient( 90deg, #9A62F7 0%, #5E3BF7 100%);box-shadow: inset 0px 10px 10px 0px rgba(255,224,224,0.25);border-radius: 100px;display: flex;align-items: center;
  font-weight: bold;font-size: 20px;color: #FFFFFF;border: 10px solid #ffffff;
}
.limit_act_time {
  flex: 1;
  height: 30px;
  text-align: justify;
}

/* 解决单行文本无法两端对齐的问题 */
.limit_act_time::after {
  content: '';
  display: inline-block;
  width: 100%;
}

.limit_titleModule{
  width: 1200px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
}

.limit_all_time{
  display: flex;align-items: flex-end;margin-top: 30px;font-weight: 500;font-size: 20px;color: #FFFFFF;
  align-items: flex-end;
  position: relative;
  transition: transform 0.3s ease;
}
.limit_all_time div:first-child{
  border-top-left-radius: 20px;
}
.limit_all_time div:nth-last-child(2){
  border-top-right-radius: 20px;
}
.limit_time_one{
  /*min-width: 120px;调整*/
  height: 40px;padding: 0 40px;
  background-color: #6244E3;cursor: pointer;
  user-select: none;
  white-space: nowrap;
}
/* 梯形样式 */
.trapezoid {
  /*min-width: 120px;调整*/
  height: 50px;
  background-color: #ffffff;
  clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
  color: #6244E3;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  left: 0;
  cursor: pointer;
  padding: 0px 50px;
  white-space: nowrap;
}

.limit_allGood {
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 20px;
  /*gap: 10px;*/
  padding: 10px 5px;
  display: none;
}
.limit_allGood_vertical  {
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px 5px;
  display: none;
}

.rule_module{
  background-color: #ffffff;border-radius: 20px;color: #333333;font-size:16px;flex-direction: column;gap:10px;padding: 10px 20px;margin-top:20px;display: none;align-items: center;
}

/* region 积分商城共用样式 */

.floatTitle {
  text-align: center;
  position: fixed;
  top: 80px;
  z-index: 2;
  display: none;
}
.integral_type{
  width: 1180px;background: #FFFFFF;border-radius: 20px 20px 0px 0px;padding: 20px 20px 0px 0px;display: flex;flex-wrap: wrap;margin-top: 20px;border-bottom: 1px solid #F5F5F5;
}
.integral_type_one{
  font-size: 18px;color: #000000;margin: 0px 0px 20px 20px;cursor: pointer;
}
.integral_type_choose{
  font-weight: 600;
  font-size: 18px;
  color: #FF3D0C;
}

.dh_cart_title_line{
  display: flex;align-items: center;font-size: 16px;color: #000000;background-color: #ffffff;text-align: center;padding: 10px 0px;margin-bottom: 10px;
}
.dh_cart_msg{
  width: 500px;
}
.dh_cart_num{
  width: 150px;
}
.dh_cart_opera{
  width: 200px;
}
.dh_cart_module{
  background-color: #ffffff;font-size: 16px;border-bottom: 1px solid #E9E9E9;
  display: flex;
}
.dh_cart_goodMsg{
  display: flex;padding: 10px 10px 10px 20px;width: 469px;border-right: 1px solid #E9E9E9;
}
.dh_cart_choose{
  width: 20px;height: 20px;margin-right: 10px;cursor: pointer;
}
.dh_cart_img{
  width: 120px;height: 120px;margin-right: 10px;
}
.dh_cart_cf {
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  padding: 1px 2px;
  margin-right: 4px;
}
.dh_cart_uniMsg {
  color: #333333;
  margin-top: 6px;
}

.dh_cart_lab{
  background: #709FEB;
  border-radius: 2px;
  color: #ffffff;
  margin-right: 4px;
}
.dh_cart_num_data{
  width: 149px;;border-right: 1px solid #E9E9E9;
  font-weight: 500;
}
.dh_cart_opera_data{
  width: 199px;;border-right: 1px solid #E9E9E9;
  font-weight: 500;
}

/*endregion 积分商城共用样式 */
