@charset "UTF-8";
.activities_bg {
  --colorG: #ff5c00;
}

.navigation-slied-body {
  position: fixed;
  top: 65%;
  left: 10px;
  transform: translateY(-65%);
  z-index: 9;
  cursor: pointer;
}
.navigation-slied-body .pageNavigation {
  padding: 20px 10px 30px;
  position: relative;
  writing-mode: vertical-rl;
  letter-spacing: 3px;
  color: #fff;
  background-image: linear-gradient(135deg, #fd6e6a, #ffc600);
  transition: opacity 0.3s;
}
.navigation-slied-body .pageNavigation::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  bottom: 12px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  right: 15px;
}
.navigation-slied-body .navigation-slied {
  position: absolute;
  left: -500px;
  min-width: 138px;
  top: 0;
  display: flex;
  flex-direction: column;
  transition: left 0.3s;
  border-radius: 0px 4px 4px 4px;
  background: #fff;
  text-align: center;
  z-index: 1;
  padding: 22px 4px;
  background-color: var(--Original);
}
.navigation-slied-body .navigation-slied.active {
  left: 0px;
}
.navigation-slied-body .navigation-slied:before {
  background: var(--Original);
  content: "";
  position: absolute;
  display: inline-block;
  width: 59px;
  height: 9px;
  top: -8px;
  left: 0;
  border-radius: 4px 0 0 0;
  -webkit-transform: perspective(8px) scale(1.1, 1.3) rotateX(22deg);
  transform: perspective(8px) scale(1.1, 1.3) rotateX(22deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.navigation-slied-body .navigation-slied:after {
  position: absolute;
  content: "";
  width: 54px;
  height: 58px;
  display: inline-block;
  background-image: url(../picture/remoteL17071234378288.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: -21px;
  z-index: 1;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}
.navigation-slied-body .navigation-slied .navigation-slied-item {
  color: var(--txtcl);
  line-height: 36px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-align: left;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.navigation-slied-body .navigation-slied .navigation-slied-item.active, .navigation-slied-body .navigation-slied .navigation-slied-item:hover {
  background: linear-gradient(90deg, var(--lighter1), var(--lighter2) 0.01%, #d3e4ff 5.21%, #f3f7ff 10.42%, #f3f7ff);
  border-color: #f00;
  color: var(--Original);
}

.activityContent_bg {
  padding: var(--pcspacing);
}

.activityRules {
  color: var(--Original);
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.activity-row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.activity-promotion-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  width: calc(25% - 15px); /* 假设容器宽度允许四个元素平均分布，每个元素之间留有一定间隔 */
  margin-right: 20px;
  margin-bottom: 40px;
  --activityP: 0 16px;
  border: 1px solid #eaedf1;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(55, 99, 170, 0.12);
  position: relative;
}
.activity-promotion-card:nth-child(4n) {
  margin-right: 0;
}
.activity-promotion-card:after {
  content: "";
  width: 82%;
  height: 204px;
  background-image: url(../picture/remoteL17070672379363.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.activity-promotion-card:hover {
  border: 1px solid var(--Original);
}
.activity-promotion-card .card-promotion {
  padding: var(--activityP);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px 0;
  gap: 8px;
  position: relative;
  z-index: 2;
}
.activity-promotion-card .card-promotion .card-title {
  display: flex;
}
.activity-promotion-card .card-promotion .card-title h1 {
  color: var(--txtcl);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.activity-promotion-card .card-promotion .card-title .titleTags {
  background: transparent;
  color: #dd6e30;
  border: 1px solid #dd6e30;
  display: flex;
  align-items: center;
  margin-left: 8px;
  padding: 0 8px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.activity-promotion-card .card-promotion .card-desc {
  color: var(--txtdesc);
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.activity-promotion-card .activityitem-card-form {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.activity-promotion-card .activityitem-card-form .card-form-container {
  width: 100%;
  padding: var(--activityP);
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.activity-promotion-card .activityitem-card-form .form-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 18px;
}
.activity-promotion-card .activityitem-card-form .form-container .form-title {
  width: 62px;
}
.activity-promotion-card .activityitem-card-form .form-container .form-title h5 {
  color: #9E9E9E;
  font-size: 14px;
  font-weight: 400;
}
.activity-promotion-card .activityitem-card-form .form-container .form-content-data {
  flex: 1;
}
.activity-promotion-card .activityitem-card-form .card-form-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.activity-promotion-card .activityitem-card-form .card-form-footer .form-footer-head {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-direction: column;
  padding: 0 16px;
}
.activity-promotion-card .activityitem-card-form .card-form-footer .form-footer-head .head-tag {
  display: flex;
  align-items: center;
  gap: 8px;
}
.activity-promotion-card .activityitem-card-form .card-form-footer .form-footer-head .head-tag .head-tag-item {
  color: #97a3b7;
  border: 1px solid rgba(152, 163, 183, 0.5);
  padding: 0 8px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.activity-promotion-card .activityitem-card-form .card-form-footer .form-footer-head .head-tag .head-tag-item.active {
  background: #ff7800;
  color: #fff;
  border: 1px solid rgba(152, 163, 183, 0.01);
}
.activity-promotion-card .activityitem-card-form .card-form-footer .form-footer-head .main-price-discount {
  color: var(--txtcl);
  font-size: 14px;
  font-weight: 500;
}
.activity-promotion-card .activityitem-card-form .card-form-footer .form-footer-head .main-price {
  display: flex;
  align-items: center;
  gap: 4px;
}
.activity-promotion-card .activityitem-card-form .card-form-footer .form-footer-head .main-price.hidden {
  display: none;
  opacity: 0;
  height: 0;
  width: 0;
}
.activity-promotion-card .activityitem-card-form .card-form-footer .form-footer-head .main-price .main-price-current {
  font-size: 28px;
  font-weight: 700;
  color: var(--colorG);
}
.activity-promotion-card .activityitem-card-form .card-form-footer .form-footer-head .main-price .price-current-unit {
  font-size: 14px;
  font-weight: 400;
  color: var(--colorG);
}
.activity-promotion-card .activityitem-card-form .card-form-footer .form-footer-head .main-price .main-price-old {
  margin-left: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #9E9E9E;
  text-decoration: line-through;
}
.activity-promotion-card .activityitem-card-form .card-form-footer .form-footer-butt {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  background: var(--gradient2);
  color: #fff;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}
.activity-promotion-card .activityitem-card-form .card-form-footer .form-footer-butt .form-footer-butt-Percentage {
  position: absolute;
  background: linear-gradient(90deg, #cacaca var(--remainingPercentage), var(--wapnavleft_color) 0%);
  background-position: 100% 0;
  transition: background-position 0.3s;
  top: 0;
  width: 100%;
  height: 3px;
}
.activity-promotion-card .activityitem-card-form .card-form-footer .form-footer-butt:hover {
  background: var(--gradient3);
}

/*
表单样式*/
.form-text,
.form-html {
  width: 100%;
  line-height: 24px;
  color: var(--txtcl);
  font-size: 14px;
  font-weight: 400;
  transition: border-color 0.3s;
}

.form-tags-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  flex-direction: column;
}
.form-tags-list .tags-list-itme {
  color: var(--txtcl);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding-left: 20px;
  position: relative;
  line-height: 38px;
}
.form-tags-list .tags-list-itme:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  background-image: url(../picture/remoteL17070602369377.svg);
}

.act-dropdown {
  position: relative;
  width: 100%;
}
.act-dropdown .act-dropdown-selected {
  height: 38px;
  padding: 8px 32px 8px 16px;
  background-color: #ffffff;
  cursor: pointer;
  color: var(--txtcl);
  font-size: 14px;
  font-weight: 500;
  border: 1px solid white;
  border-bottom: 1px solid #ebf0fc;
  position: relative;
}
.act-dropdown .act-dropdown-selected::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 42%;
  width: 7px;
  height: 7px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
.act-dropdown .act-dropdown-options {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.act-dropdown .act-dropdown-options .act-dropdown-option {
  padding: 10px;
  cursor: pointer;
  color: var(--txtcl);
  font-size: 14px;
  font-weight: 400;
}
.act-dropdown .act-dropdown-options .act-dropdown-option.selected, .act-dropdown .act-dropdown-options .act-dropdown-option:hover {
  background-color: #f1f6ff;
  color: var(--Original);
  font-weight: 700;
}
.act-dropdown.active .act-dropdown-selected {
  background-color: #f1f6ff;
  border-color: var(--Original);
}
.act-dropdown.active .act-dropdown-selected::after {
  transform: translateY(0%) rotate(225deg);
}

.act-radio-group,
.act-checkbox-group {
  display: flex;
  flex-direction: column;
}
.act-radio-group .act-radio-option,
.act-radio-group .act-checkbox-option,
.act-checkbox-group .act-radio-option,
.act-checkbox-group .act-checkbox-option {
  position: relative;
  padding-left: 26px;
  color: var(--txtcl);
  cursor: pointer;
  font-size: 14px;
  line-height: 38px;
  display: block;
  width: fit-content;
}
.act-radio-group .act-radio-option::before,
.act-radio-group .act-checkbox-option::before,
.act-checkbox-group .act-radio-option::before,
.act-checkbox-group .act-checkbox-option::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: #fff;
}
.act-radio-group .act-radio-option:hover:before,
.act-radio-group .act-checkbox-option:hover:before,
.act-checkbox-group .act-radio-option:hover:before,
.act-checkbox-group .act-checkbox-option:hover:before {
  background-color: #e7f3ff;
  border-color: var(--Original);
}
.act-radio-group .act-radio-option.selected::before,
.act-radio-group .act-checkbox-option.selected::before,
.act-checkbox-group .act-radio-option.selected::before,
.act-checkbox-group .act-checkbox-option.selected::before {
  content: "✓";
  color: #fff;
  border: 1px solid var(--Original);
  background-color: var(--Original);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  line-height: 20px;
}

.cat-styleB-promotion-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  width: 100%;
  margin-bottom: 40px;
  --activityP: 0 16px;
  border: 1px solid #eaedf1;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(55, 99, 170, 0.12);
  position: relative;
}
.cat-styleB-promotion-card .cat-styleB-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cat-styleB-promotion-card .cat-styleB-main .cat-styleBpromotion {
  padding: 24px 24px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.cat-styleB-promotion-card .cat-styleB-main .cat-styleBpromotion .cat-styleBtitle {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.cat-styleB-promotion-card .cat-styleB-main .cat-styleBpromotion .cat-styleBtitle h1 {
  color: var(--txtcl);
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
}
.cat-styleB-promotion-card .cat-styleB-main .cat-styleBpromotion .cat-styleBtitle .titleTags {
  background: transparent;
  color: #dd6e30;
  border: 1px solid #dd6e30;
  display: inline-block;
  padding: 0 8px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.cat-styleB-promotion-card .cat-styleB-main .cat-styleBpromotion .cat-styleBdesc {
  color: var(--txtdesc);
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cat-styleB-promotion-card .cat-styleB-main .cat-styleBpromotion .cat-styleB-head-tag {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cat-styleB-promotion-card .cat-styleB-main .cat-styleBpromotion .cat-styleB-head-tag .head-tag-item {
  color: #97a3b7;
  border: 1px solid rgba(152, 163, 183, 0.5);
  padding: 0 8px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.cat-styleB-promotion-card .cat-styleB-main .cat-styleBpromotion .cat-styleB-head-tag .head-tag-item.active {
  background: #ff7800;
  color: #fff;
  border: 1px solid rgba(152, 163, 183, 0.01);
}
.cat-styleB-promotion-card .cat-styleB-main .activityitem-cat-styleBform {
  padding: 12px 16px 24px 16px;
  width: 100%;
}
.cat-styleB-promotion-card .cat-styleB-main .activityitem-cat-styleBform .cat-styleBform-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.cat-styleB-promotion-card .cat-styleB-main .activityitem-cat-styleBform .cat-styleBform-container .form-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 12px;
}
.cat-styleB-promotion-card .cat-styleB-main .activityitem-cat-styleBform .cat-styleBform-container .form-container .form-title {
  width: 62px;
}
.cat-styleB-promotion-card .cat-styleB-main .activityitem-cat-styleBform .cat-styleBform-container .form-container .form-title h5 {
  color: #9E9E9E;
  font-size: 14px;
  font-weight: 400;
}
.cat-styleB-promotion-card .cat-styleB-main .activityitem-cat-styleBform .cat-styleBform-container .form-container .form-content-data {
  flex: 1;
}
.cat-styleB-promotion-card .cat-styleB-main .activityitem-cat-styleBform .cat-styleBform-container .act-radio-group, .cat-styleB-promotion-card .cat-styleB-main .activityitem-cat-styleBform .cat-styleBform-container .act-checkbox-group {
  display: block;
}
.cat-styleB-promotion-card .cat-styleB-main .activityitem-cat-styleBform .cat-styleBform-container .act-radio-group .act-radio-option {
  width: fit-content;
}
.cat-styleB-promotion-card .cat-styleBform-footer {
  background: #ffffff url(../picture/remoteL17070672379363.png) no-repeat 0 100%;
  background-size: contain;
  background-position: 100% 30%;
  padding: 24px 16px 12px 40px;
  min-width: 348px;
  max-width: 348px;
  height: 100%;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.cat-styleB-promotion-card .cat-styleBform-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background-color: #ebf0fc;
}
.cat-styleB-promotion-card .cat-styleBform-footer .form-footer-head {
  width: 100%;
}
.cat-styleB-promotion-card .cat-styleBform-footer .form-footer-head.hidden {
  display: none;
  opacity: 0;
  height: 0;
  width: 0;
}
.cat-styleB-promotion-card .cat-styleBform-footer .main-price-discount {
  background: #ff2626;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
}
.cat-styleB-promotion-card .cat-styleBform-footer .main-price {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-direction: column;
  padding: 20px 0;
}
.cat-styleB-promotion-card .cat-styleBform-footer .main-price .main-price-content {
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.cat-styleB-promotion-card .cat-styleBform-footer .main-price .main-price-content .main-price-current {
  font-size: 38px;
  font-weight: 700;
  color: var(--colorG);
}
.cat-styleB-promotion-card .cat-styleBform-footer .main-price .main-price-content .price-current-unit {
  font-size: 14px;
  font-weight: 400;
  color: var(--colorG);
}
.cat-styleB-promotion-card .cat-styleBform-footer .main-price .price-current-desc {
  display: flex;
  align-items: center;
}
.cat-styleB-promotion-card .cat-styleBform-footer .main-price .price-current-desc .dailyPrice {
  font-size: 14px;
  font-weight: 400;
  color: #9E9E9E;
  margin-right: 4px;
}
.cat-styleB-promotion-card .cat-styleBform-footer .main-price .price-current-desc .main-price-old {
  font-size: 14px;
  font-weight: 400;
  color: #9E9E9E;
  text-decoration: line-through;
}
.cat-styleB-promotion-card .cat-styleBform-footer .form-footer-butt {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  background: var(--gradient2);
  color: #fff;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.cat-styleB-promotion-card .cat-styleBform-footer .form-footer-butt .form-footer-butt-Percentage {
  position: absolute;
  background: linear-gradient(90deg, #cacaca var(--remainingPercentage), var(--wapnavleft_color) 0%);
  background-position: 100% 0;
  transition: background-position 0.3s;
  top: 0;
  width: 100%;
  height: 3px;
}
.cat-styleB-promotion-card .cat-styleBform-footer .form-footer-butt:hover {
  background: var(--gradient3);
}

.cat-styleC-promotion-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 40px;
  --activityP: 0 16px;
  border: 1px solid #eaedf1;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(55, 99, 170, 0.12);
  position: relative;
}
.cat-styleC-promotion-card:nth-child(2n) {
  margin-right: 0;
}
.cat-styleC-promotion-card .cat-styleC-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  background: url(../picture/remoteL17071473032944.png) no-repeat center center/100% 100%;
  padding: 30px 16px 16px;
  background-size: 105% 100%;
}
.cat-styleC-promotion-card .cat-styleC-head .cat-styleC-head-right {
  min-width: 158px;
  max-width: 158px;
  margin-left: 20px;
}
.cat-styleC-promotion-card .cat-styleC-head .cat-styleC-head-right.hidden {
  display: none;
  opacity: 0;
  height: 0;
  width: 0;
}
.cat-styleC-promotion-card .cat-styleCpromotion {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cat-styleC-promotion-card .cat-styleCpromotion .cat-styleCtitle {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.cat-styleC-promotion-card .cat-styleCpromotion .cat-styleCtitle h1 {
  color: var(--txtcl);
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
}
.cat-styleC-promotion-card .cat-styleCpromotion .cat-styleCtitle .titleTags {
  background: transparent;
  color: #dd6e30;
  border: 1px solid #dd6e30;
  display: inline-block;
  padding: 0 8px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.cat-styleC-promotion-card .cat-styleCpromotion .cat-styleCdesc {
  color: var(--txtdesc);
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  min-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cat-styleC-promotion-card .main-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.cat-styleC-promotion-card .main-price .main-price-current {
  font-family: codeB;
  font-size: 28px;
  font-weight: 900;
  color: var(--colorG);
}
.cat-styleC-promotion-card .main-price .price-current-unit {
  font-size: 14px;
  font-weight: 400;
  color: var(--colorG);
}
.cat-styleC-promotion-card .main-price .price-current-desc {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.cat-styleC-promotion-card .main-price .price-current-desc .main-price-discount {
  background: #ff2626;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
}
.cat-styleC-promotion-card .main-price .price-current-desc .main-price-old {
  font-size: 14px;
  font-weight: 400;
  color: #9E9E9E;
  text-decoration: line-through;
}
.cat-styleC-promotion-card .cat-styleC-main {
  flex: 1;
  padding: 16px 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.cat-styleC-promotion-card .cat-styleC-main .activityitem-cat-styleCform {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.cat-styleC-promotion-card .cat-styleC-main .activityitem-cat-styleCform .cat-styleCform-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.cat-styleC-promotion-card .cat-styleC-main .activityitem-cat-styleCform .cat-styleCform-container .form-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 18px;
}
.cat-styleC-promotion-card .cat-styleC-main .activityitem-cat-styleCform .cat-styleCform-container .form-container .form-title {
  width: 62px;
}
.cat-styleC-promotion-card .cat-styleC-main .activityitem-cat-styleCform .cat-styleCform-container .form-container .form-title h5 {
  color: #9E9E9E;
  font-size: 14px;
  font-weight: 400;
}
.cat-styleC-promotion-card .cat-styleC-main .activityitem-cat-styleCform .cat-styleCform-container .form-container .form-content-data {
  flex: 1;
}
.cat-styleC-promotion-card .cat-styleC-main .activityitem-cat-styleCform .cat-styleCform-container .act-radio-group, .cat-styleC-promotion-card .cat-styleC-main .activityitem-cat-styleCform .cat-styleCform-container .act-checkbox-group {
  display: block;
}
.cat-styleC-promotion-card .cat-styleC-main .activityitem-cat-styleCform .cat-styleCform-container .act-radio-group .act-radio-option {
  width: fit-content;
}
.cat-styleC-promotion-card .cat-styleC-main .cat-styleCform-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 3px solid #eaedf1;
  padding-top: 20px;
  position: relative;
}
.cat-styleC-promotion-card .cat-styleC-main .cat-styleCform-footer.border-no {
  border-top: none;
}
.cat-styleC-promotion-card .cat-styleC-main .cat-styleCform-footer.border-no::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--buttoncolor) var(--remainingPercentage), #eaedf1 0%);
  background-position: 100% 0;
  transition: background-position 0.3s;
}
.cat-styleC-promotion-card .cat-styleC-main .cat-styleCform-footer .cat-styleC-head-tag {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cat-styleC-promotion-card .cat-styleC-main .cat-styleCform-footer .cat-styleC-head-tag .head-tag-item {
  color: #97a3b7;
  border: 1px solid rgba(152, 163, 183, 0.5);
  padding: 0 8px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.cat-styleC-promotion-card .cat-styleC-main .cat-styleCform-footer .cat-styleC-head-tag .head-tag-item.active {
  background: #ff7800;
  color: #fff;
  border: 1px solid rgba(152, 163, 183, 0.01);
}
.cat-styleC-promotion-card .cat-styleC-main .cat-styleCform-footer .form-footer-butt {
  color: var(--Original);
  font-size: 14px;
  font-weight: 400;
}

.disableButton {
  background: linear-gradient(135deg, #ece9e6, #ffffff) !important;
  color: #9e9e9e !important;
  cursor: not-allowed;
}
.disableButton.cutOneSHair {
  background: none !important;
}
.disableButton.cutOneSHair::after {
  border-right: 2px solid #9e9e9e;
  border-bottom: 2px solid #9e9e9e;
}

@media (max-width: 768px) {
  .navigation-slied-body {
    left: 0;
  }
  .activityContent_bg {
    padding: var(--wapspacing);
  }
  .activity-promotion-card {
    width: 100%;
    margin-right: 0;
  }
  .cat-styleC-promotion-card {
    width: 100%;
    margin-right: 0;
  }
  .cat-styleB-promotion-card {
    width: 100%;
    margin-right: 0;
    flex-direction: column;
  }
  .cat-styleB-promotion-card .cat-styleB-main .cat-styleBpromotion .cat-styleB-head-tag {
    flex-direction: column;
    align-items: flex-start;
  }
  .cat-styleB-promotion-card .cat-styleB-main .cat-styleBpromotion .cat-styleB-head-tag .head-tag-item {
    font-size: 12px;
  }
  .cat-styleB-promotion-card .cat-styleB-main .activityitem-cat-styleBform .cat-styleBform-container {
    display: flex;
    flex-direction: column;
  }
  .cat-styleB-promotion-card .cat-styleBform-footer {
    padding: 0 10px 12px 10px;
    min-width: 100%;
    max-width: 100%;
  }
  .cat-styleC-promotion-card .cat-styleC-head {
    padding: 20px 16px 16px;
    background-size: 100% 100%;
  }
  .cat-styleC-promotion-card .cat-styleC-head .cat-styleC-head-right {
    min-width: 50px;
  }
  .cat-styleC-promotion-card .cat-styleC-main {
    padding: 16px 16px 16px;
  }
  .cat-styleC-promotion-card .cat-styleC-main .activityitem-cat-styleCform .cat-styleCform-container {
    display: flex;
    flex-direction: column;
  }
}

/*# sourceMappingURL=activities.css.map */
