.drive .no-search-banner {
  height: 100vh !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* tab */
.drive .drive-content .public-tabs {
  height: auto;
  background: #2e2d2b;
  backdrop-filter: blur(12px);
  position: sticky;
  z-index: 10;
  top: -1px;
  border-top: 1px solid #444442;
  border-bottom: 1px solid #444442;
}
.wherever-title {
  width: 68.41%;
  max-width: 985px;
  /* height: 128px; */
  font-family: MiSansVF_Bold;
  font-size: 48px;
  color: #ffffff;
  line-height: 64px;
  text-align: center;
  font-style: normal;
  background: linear-gradient(45deg, #d2d1d2 0%, #ffffff 50%, #ababab 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 88px;
}
.drive .drive-content .public-tabs .tabs-list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  /* opacity: 0.4; */
}

.mt0 {
  margin-top: 0 !important;
}

/* 渐变文字 */
.linear-font {
  background: linear-gradient(45deg, #ffe3c7 0%, #fabb75 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background-clip: text !important;
  color: transparent;
  /* 优化：添加抗锯齿 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
}

/* 为不支持的浏览器提供降级样式 */
@supports not (-webkit-background-clip: text) {
  .linear-font {
    color: #fabb75;
  }
}
.form {
  position: relative;
}
.form-select {
}
/* 渐变圆角边框 */
.linear-border {
  border-radius: 24px;
  /* 背景层 */
  background: #1c1a1d;

  /* 渐变边框 */
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(#1c1a1d, #1c1a1d),
    linear-gradient(
      135deg,
      rgba(126, 124, 134, 0.5),
      rgba(113, 158, 227, 0.5),
      rgba(72, 70, 78, 0.5)
    );
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drive .drive-content .public-tabs .tabs-list .tabs-li {
  box-sizing: border-box;
  font-family: MiSansVF;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  padding: 20px 24px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  opacity: 0.8;
}

.drive .drive-content .public-tabs .tabs-list .tabs-li:hover {
  color: #000;
  background: linear-gradient(135deg, #ffe3c7 0%, #fabb75 100%);
}

.drive .drive-content .public-tabs .tabs-list .tabs-li.active {
  color: #000;
  background: linear-gradient(135deg, #ffe3c7 0%, #fabb75 100%);
}

/* overview */
.drive .drive-content .overview {
  width: 100%;
  height: auto;
  background: #000;
  display: flex;
  flex-direction: column;
}
.banner-main-title {
  font-family: MiSansVF_Bold;
  font-size: 76px;
  color: #ffffff;
  line-height: 100px;
  text-align: center;
  font-style: normal;
  background: linear-gradient(45deg, #d2d1d2 0%, #ffffff 50%, #ababab 100%);
  margin-bottom: 24px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.banner-sub-title {
  font-family: MiSansVF_Bold;
  font-size: 56px;
  color: #ffffff;
  line-height: 74px;
  text-align: center;
  font-style: normal;
  background: linear-gradient(45deg, #d2d1d2 0%, #ffffff 50%, #ababab 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.drive .drive-content .overview .overview-top {
  padding-top: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 120px;
}

.drive .drive-content .overview .overview-top .overview-top-left {
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.drive
  .drive-content
  .overview
  .overview-top
  .overview-top-left
  .overview-logo {
  width: 205px;
  height: 55px;
  margin-bottom: 24px;
}

.drive
  .drive-content
  .overview
  .overview-top
  .overview-top-left
  .overview-logo
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drive .drive-content .overview .overview-top .overview-top-left .overview-why {
  font-family: MiSansVF_Bold;
  font-size: 56px;
  color: #ffffff;
  line-height: 74px;
  text-align: center;
  font-style: normal;
  background: linear-gradient(45deg, #d2d1d2 0%, #ffffff 50%, #ababab 100%);
  margin-bottom: 78px;
}

.drive
  .drive-content
  .overview
  .overview-top
  .overview-top-left
  .overview-why-tit {
  font-family: MiSansVF_Bold;
  font-size: 26px;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  font-style: normal;
  background: linear-gradient(45deg, #d2d1d2 0%, #ececec 40%, #ababab 100%);
  margin-bottom: 24px;
}

.drive
  .drive-content
  .overview
  .overview-top
  .overview-top-left
  .overview-answer {
  max-width: 1080px;
  font-family: MiSansVF_Medium;
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  opacity: 0.8;
  margin-bottom: 104px;
}

.drive
  .drive-content
  .overview
  .overview-top
  .overview-top-left
  .overview-with {
  width: 100%;
  height: 560px;
  margin-bottom: 111px;
  border-radius: 16px;
  overflow: hidden;
}

.drive
  .drive-content
  .overview
  .overview-top
  .overview-top-left
  .overview-with
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drive .drive-content .overview .overview-top .conditions {
  width: 100%;
  max-width: 1200px;
  height: 640px;
  position: relative;
  /* background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  /* padding: 65px 49px 103px; */
  margin-bottom: 80px;
}
.drive .drive-content .overview .overview-top .conditions img {
  width: 100%;
}
.drive .drive-content .conditions .tit {
  font-family: MiSansVF_Bold;
  font-size: 42px;
  color: #ffffff;
  line-height: 58px;
  text-align: center;
  font-style: normal;
  margin-bottom: 48px;
  position: relative;
}

.drive .drive-content .conditions .conditions-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 48px;
}

.drive
  .drive-content
  .conditions
  .conditions-list
  .conditions-list-item
  .item-tit {
  font-family: MiSansVF_Bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  margin-bottom: 16px;
  opacity: 0.8;
}

.drive
  .drive-content
  .conditions
  .conditions-list
  .conditions-list-item
  .item-desc {
  font-family: MiSansVF;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  opacity: 0.8;
}

/* How to Participate */
.drive .drive-content .participate-prizes {
  display: flex;
  flex-direction: column;
  background: #000 url("/assets/img/drive/Drive_bg_4-1.png") no-repeat center /
    cover;
}

.drive .drive-content .participate-prizes .participate {
  text-align: center;
}

.drive .drive-content .participate-prizes .participate .participate-tit {
  padding-top: 120px;
  font-family: MiSansVF_Bold;
  font-size: 42px;
  line-height: 58px;
  text-align: center;
  font-style: normal;
  margin-bottom: 16px;
}

.drive .drive-content .participate-prizes .participate .participate-desc {
  font-family: MiSansVF;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  opacity: 0.8;
  margin-bottom: 55px;
}

.drive .drive-content .participate-prizes .participate .participate-step-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 28px;
}

.drive
  .drive-content
  .participate-prizes
  .participate
  .participate-step-box
  .step-box-item {
  height: 442px;
  padding: 49px 41px;
}

.drive
  .drive-content
  .participate-prizes
  .participate
  .participate-step-box
  .step-box-item
  .num-box {
  width: fit-content;
  height: 64px;
  display: inline-block;
  padding: 16px;
  color: #000;
  background: linear-gradient(135deg, #d2d1d2 0%, #ececec 40%, #ababab 100%);
  border-radius: 12px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  position: relative;
}

.drive
  .drive-content
  .participate-prizes
  .participate
  .participate-step-box
  .step-box-item
  .num-box
  .step {
  font-family: MiSansVF_Bold;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: uppercase;
  margin-right: 4px;
  opacity: 0.8;
}

.drive
  .drive-content
  .participate-prizes
  .participate
  .participate-step-box
  .step-box-item
  .num-box
  .num {
  font-family: MiSansVF_Bold;
  font-size: 32px;
  line-height: 58px;
  text-align: left;
  font-style: normal;
}

.drive
  .drive-content
  .participate-prizes
  .participate
  .participate-step-box
  .step-box-item
  .box-item-tit {
  font-family: MiSansVF_Bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  background: linear-gradient(45deg, #d2d1d2 0%, #ececec 40%, #ababab 100%);
  margin-bottom: 16px;
  position: relative;
}

.drive
  .drive-content
  .participate-prizes
  .participate
  .participate-step-box
  .step-box-item
  .box-item-desc {
  font-family: MiSansVF;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  opacity: 0.8;
  margin-bottom: 12px;
}

.drive
  .drive-content
  .participate-prizes
  .participate
  .participate-step-box
  .step-box-item
  .box-item-desc::before {
  content: "•";
  display: inline-block;
  margin-right: 12px;
  font-size: 6px;
  background: #ffffff;
  opacity: 0.8;
  line-height: normal;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  vertical-align: middle;
}

.drive .drive-content .participate-prizes .participate .participate-bottom {
  padding: 41px;
  font-family: MiSansVF_Bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  font-style: normal;
  margin-top: 28px;
  position: relative;
}

.drive
  .drive-content
  .participate-prizes
  .participate
  .participate-bottom
  .participate-bottom-tit {
  font-family: MiSansVF_Bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin-bottom: 8px;
  opacity: 0.8;
}

.drive
  .drive-content
  .participate-prizes
  .participate
  .participate-bottom
  .participate-bottom-desc {
  font-family: MiSansVF;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  opacity: 0.8;
  margin-bottom: 0;
}

.drive .drive-content .participate-prizes .participate .down-auth {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 54px;
  padding: 16px 28px;
  background: linear-gradient(135deg, #ffe3c7 0%, #fabb75 100%);
  border-radius: 8px;
  border: 1px solid #ffebd8;
  margin: 56px auto 100px;
}

.drive .drive-content .participate-prizes .participate .down-auth .iconfont {
  font-size: 24px;
  line-height: normal;
  margin-right: 8px;
  color: #333333;
}

.drive .drive-content .participate-prizes .participate .down-auth .txt {
  font-family: MiSansVF_Bold;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: center;
  font-style: normal;
}

/* prizes */
.drive .drive-content .participate-prizes .prizes {
  padding: 0;
  padding-top: 100px;
}

.drive .drive-content .participate-prizes .prizes .prizes-tit {
  font-family: MiSansVF_Bold;
  font-size: 42px;
  color: #ffffff;
  line-height: 58px;
  text-align: center;
  font-style: normal;
  margin-bottom: 64px;
}

.drive .drive-content .participate-prizes .prizes .prizes-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 29px;
  align-items: end;
  margin-bottom: 160px;
}

.drive .drive-content .participate-prizes .prizes .prizes-box .prizes-item {
  position: relative;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.drive
  .drive-content
  .participate-prizes
  .prizes
  .prizes-box
  .prizes-item:first-child {
  height: 658px;
  /* background: url('/assets/img/drive/Drive_bg_7.png') no-repeat center / cover; */
}

.drive
  .drive-content
  .participate-prizes
  .prizes
  .prizes-box
  .prizes-item:nth-child(2) {
  width: 420px;
  height: 752px;
  /* background: url('/assets/img/drive/Drive_bg_8.png') no-repeat center / cover; */
  margin-bottom: 0;
}

.drive
  .drive-content
  .participate-prizes
  .prizes
  .prizes-box
  .prizes-item:nth-child(3) {
  height: 658px;
  /* background: url('/assets/img/drive/Drive_bg_9.png') no-repeat center / cover; */
}

.drive
  .drive-content
  .participate-prizes
  .prizes
  .prizes-box
  .prizes-item
  .prizes-item-img {
  width: 274px;
  height: 172px;
  position: absolute;
  top: 192px;
}

.drive
  .drive-content
  .participate-prizes
  .prizes
  .prizes-box
  .prizes-item:nth-child(2)
  .prizes-item-img {
  width: 320px;
  height: 200px;
  top: 240px;
}

.drive
  .drive-content
  .participate-prizes
  .prizes
  .prizes-box
  .prizes-item
  .prizes-item-img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drive
  .drive-content
  .participate-prizes
  .prizes
  .prizes-box
  .prizes-item
  .prizes-item-tit {
  font-family: MiSansVF_Bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  position: absolute;
  top: 76px;
}

.drive
  .drive-content
  .participate-prizes
  .prizes
  .prizes-box
  .prizes-item
  .prizes-item-tag {
  width: fit-content;
  height: 28px;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #d2d1d2 0%, #ececec 40%, #ababab 100%);
  border-radius: 14px;
  border: 1px solid #ffffff;
  font-family: MiSansVF_Bold;
  font-size: 12px;
  color: #000000;
  line-height: 16px;
  text-align: center;
  font-style: normal;
  position: absolute;
  top: 116px;
}

.drive
  .drive-content
  .participate-prizes
  .prizes
  .prizes-box
  .prizes-item:nth-child(2)
  .prizes-item-tit {
  top: 102px;
}

.drive
  .drive-content
  .participate-prizes
  .prizes
  .prizes-box
  .prizes-item:nth-child(2)
  .prizes-item-tag {
  top: 148px;
}

.drive
  .drive-content
  .participate-prizes
  .prizes
  .prizes-box
  .prizes-item
  .val {
  max-width: 230px;
  font-family: MiSansVF_Bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  position: absolute;
  top: 380px;
  background: linear-gradient(45deg, #d2d1d2 0%, #ececec 40%, #ababab 100%);
}

.drive
  .drive-content
  .participate-prizes
  .prizes
  .prizes-box
  .prizes-item:nth-child(2)
  .val {
  max-width: 320px;
  top: 456px;
}

.drive
  .drive-content
  .participate-prizes
  .prizes
  .prizes-box
  .prizes-item
  .selection {
  padding: 0 20px;
  position: absolute;
  top: 550px;
  opacity: 0.6;
}

.drive
  .drive-content
  .participate-prizes
  .prizes
  .prizes-box
  .prizes-item
  .selection
  .selection-tit {
  font-family: MiSansVF_Bold;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  margin-bottom: 4px;
}

.drive
  .drive-content
  .participate-prizes
  .prizes
  .prizes-box
  .prizes-item
  .selection
  .selection-item {
  font-family: MiSansVF;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.drive
  .drive-content
  .participate-prizes
  .prizes
  .prizes-box
  .prizes-item:nth-child(2)
  .selection {
  top: 636px;
}

/* Campaign Rules */
.drive .drive-content .campaign {
  background: #000;
  padding-bottom: 160px;
}

.drive .drive-content .campaign .campaign-box {
  display: flex;
  flex-direction: column;
  position: relative;
}

.drive .drive-content .campaign .campaign-box .campaign-box-top {
  padding-top: 120px;
  background: url("/assets/img/drive/Drive_bg_14.png") no-repeat center / cover;
}

.drive .drive-content .campaign .campaign-box .right-bottom-img {
  width: 320px;
  height: 240px;
  position: absolute;
  right: -88px;
  bottom: -72px;
  z-index: 2;
}

.drive .drive-content .campaign .campaign-box .right-bottom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drive .drive-content .campaign .campaign-box .campaign-tit {
  font-family: MiSansVF_Bold;
  font-size: 42px;
  color: #ffffff;
  line-height: 150%;
  text-align: center;
  font-style: normal;
  margin-bottom: 40px;
}

.drive .drive-content .campaign .campaign-box .campaign-list {
  display: flex;
  flex-direction: column;
  padding: 87px 48px 104px;
  margin-top: 104px;
}

.drive .drive-content .campaign .campaign-box .campaign-list .campaign-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
}
.drive
  .drive-content
  .campaign
  .campaign-box
  .campaign-list
  .campaign-item:last-child {
  margin-bottom: 0;
}
.drive
  .drive-content
  .campaign
  .campaign-box
  .campaign-list
  .campaign-item
  .campaign-item-top {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.drive
  .drive-content
  .campaign
  .campaign-box
  .campaign-list
  .campaign-item
  .campaign-item-top
  .tit {
  font-family: MiSansVF_Bold;
  opacity: 0.8;
  margin-bottom: 0;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  font-style: normal;
}

.drive
  .drive-content
  .campaign
  .campaign-box
  .campaign-list
  .campaign-item
  .campaign-item-bottom
  p {
  font-family: MiSansVF;
  opacity: 0.8;
  margin-bottom: 0;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  font-style: normal;
}

/* submission */
.drive .drive-content .submission {
  background: #000000 url("/assets/img/drive/Drive_bg_11.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.drive .drive-content .submission .submission-bg {
  padding-bottom: 144px;
  padding-top: 120px;
}
.drive .drive-content .submission .carForm .formTitle {
  /* font-weight: bold; */
  font-family: MiSansVF_Bold;
  text-align: center;
  padding-top: 104px;
  font-size: 42px;
  line-height: 58px;
  font-style: normal;
  margin-bottom: 64px;
}

.drive .drive-content .submission .carForm .desc {
  font-family: MiSansVF;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  margin-top: 16px;
  opacity: 0.8;
  margin-bottom: 40px;
}

.drive .drive-content .submission .carForm form {
  border-radius: 24px;
  overflow: hidden;
}

.drive .drive-content .submission .carForm form .formContent {
  width: 68%;
  padding: 81px 65px 97px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 72px;
  column-gap: 26px;
  position: relative;
  z-index: 9;
}
.form-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
}
.form-content {
  width: 66.7%;
  max-width: 706px;
}
.drive .drive-content .submission .carForm form .formContent .purchase-info,
.project-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 26px;
}

.new-group-border {
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  padding: 19px 0 0;
  margin-top: 4px;
}

.new-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px !important;
}

.new-head .new-tit {
  font-family: MiSansVF_Bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  opacity: 0.8;
}

.drive .drive-content .submission .carForm form .formContent .new-tit::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  margin-right: 10px;
  background: linear-gradient(135deg, #ffe3c7 0%, #fabb75 100%);
}

.new-head .del-btn {
  font-size: 16px;
  line-height: normal;
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 1);
}

.drive .drive-content .submission .carForm form .formContent .formContent-tit {
  max-width: 560px;
  font-family: MiSansVF_Bold;
  font-size: 42px;
  color: #ffffff;
  line-height: 150%;
  text-align: left;
  font-style: normal;
  background: linear-gradient(45deg, #d2d1d2 0%, #ececec 40%, #ababab 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.formItem-tit-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 8px;
}

.drive .drive-content .submission .carForm form .formContent .add-btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.drive .drive-content .submission .carForm form .formContent .add-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drive .drive-content .submission .carForm form .formContent .formItem {
  /* margin-right: 26px; */
  margin-bottom: 16px;
  width: calc((100% - 26px) / 2);
  position: relative;
}
.drive .drive-content .submission .carForm form .formContent .address {
  width: 100%;
  margin-bottom: 8px;
}

.drive .drive-content .submission .carForm form .formContent .w100 {
  width: 100%;
}

.drive .drive-content .submission .carForm form .formContent .formItem .label {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.drive
  .drive-content
  .submission
  .carForm
  form
  .formContent
  .formItem
  .label
  .txt {
  color: rgba(255, 255, 255, 0.8);
}

.drive
  .drive-content
  .submission
  .carForm
  form
  .formContent
  .formItem
  .label
  .tips {
  color: red;
  font-size: 24px;
  display: inline-block;
  margin-left: 4px;
  transform: translateY(5px);
}

.formItem:last-child {
  margin-bottom: 0px !important;
  display: flex;
  justify-content: start;
}

.input {
  position: relative;
  width: 100%;
}

.input input {
  width: 100%;
  height: 46px;
  font-family: MiSansVF;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255);
  padding: 12px 20px;
  background: #282930;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.input input:focus-visible {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* 当输入框获得焦点时的样式 */
.input input:focus {
  background-color: #282930;
  outline: none;
  border-color: #282930;
}

/* 当输入框有内容时的样式 */
.input input:not(:placeholder-shown) {
  background-color: #282930;
}

/* 同时满足有内容和获得焦点的状态 */
.input input:not(:placeholder-shown):focus {
  background-color: #282930;
}

.input input:focus {
  caret-color: rgba(255, 255, 255, 0.3);
}

.input select {
  width: 100%;
  height: 46px;
  background: #282930;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 20px;
  padding-right: 30px;
  /* 留出自定义箭头的空间 */
  appearance: none;
  /* 隐藏原生下拉三角 */
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: MiSansVF;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  opacity: 0.6;
}

.input select:focus-visible {
  outline: none;
  /* 移除默认轮廓 */
  border-color: rgba(255, 255, 255, 0.3);
  /* 修改边框颜色 */
  box-shadow: none;
  /* 添加阴影 */
}

.has-error .errorInput {
  border: 1px solid red;
}

.has-error .errorMsg {
  display: block !important;
}

.input .custom-arrow {
  position: absolute;
  right: 18px;
  /* 请根据select的padding-right调整 */
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: normal;
  color: #a9a9ac;
  width: 14px;
  cursor: pointer;
  pointer-events: none;
}

.custom-arrow img {
  width: 14px;
  height: 14px;
}

.upload-file {
  border-radius: 4px;
  background: #282930;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 10px;
}

.upload-file input {
  height: 64px !important;
  margin-bottom: 0;
  padding: 0;
  margin-top: 0;
  cursor: pointer;
}

.upload-file .file-label {
  margin-top: 10px;
  max-width: 100%;
  height: 64px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #282930;
  border: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  cursor: pointer;
  pointer-events: none;
}

.upload-file .file-label .iconfont {
  font-size: 20px;
  color: #fff;
  opacity: 0.8;
  line-height: normal;
  margin-right: 8px;
}

.upload-file .file-label .txt {
  font-family: MiSansVF;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  opacity: 0.4;
}

.upload-file .file-label .link-wrapper {
  font-family: MiSansVF;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-decoration-line: underline;
  margin: 0 6px;
  opacity: 0.8;
  cursor: pointer;
  display: inline-block;
}

.formItem .file-list {
  width: 100%;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
}

.formItem .file-list .file-item {
  width: 100%;
  height: 46px;
  padding: 12px 16px;
  background: #282930;
  border-radius: 4px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.formItem .file-list .file-item .file-name {
  width: auto;
  height: 22px;
  font-family: MiSansVF;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  opacity: 0.8;
}

.formItem .file-list .file-item .iconfont {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 16px;
  line-height: normal;
  color: #a9a9ac;
}

.file-label::after {
  display: none !important;
}

.checkBox .form-check-input:checked {
  background-color: #21a13b;
  border-color: #21a13b;
}

.submit {
  width: 194px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.8);
  font-family: MiSansVF_Bold;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  margin-top: 48px;
  background: linear-gradient(135deg, #d2d1d2 0%, #ececec 40%, #ababab 100%);
  border-radius: 8px;
  border: 1px solid #ffffff;
}

.submit:hover {
  opacity: 0.9;
}

#messageContent {
  resize: none;
}

.linkWords {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  cursor: pointer;
}

.linkWords:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

.errorMsg {
  font-size: 13px;
  position: absolute;
  bottom: -18px;
}
.errorMsg font {
  margin-top: 5px;
  display: block;
}
.modal-content {
  width: 70% !important;
  max-width: 880px;
}
.modalBtn1 {
  padding: 0 32px;
  height: 50px;
  background: #21a13b;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.modalBtn2 {
  background: #ffffff;
  color: #333333;
  padding: 0 32px;
  height: 50px;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #d8d8d8;
  font-weight: bold;
}

.boldTips {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
}

.normalTips {
  margin-top: 16px;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  padding: 0 10px;
}

.drive .drive-content .conditions-box {
  background: #000000;
  padding-top: 104px;
  padding-bottom: 118px;
}

.drive .drive-content .conditions-box .conditions {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 48px 104px;
}

.drive .drive-content .conditions-box .tit {
  font-family: MiSansVF_Bold;
  font-size: 42px;
  color: #ffffff;
  line-height: 58px;
  text-align: center;
  font-style: normal;
  margin-bottom: 40px;
}

.drive .drive-content .conditions-box .conditions .conditions-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 48px;
}

.drive
  .drive-content
  .conditions-box
  .conditions
  .conditions-list
  .conditions-list-item
  .item-tit {
  font-family: MiSansVF_Bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  margin-bottom: 16px;
  opacity: 0.8;
}

.drive
  .drive-content
  .conditions-box
  .conditions
  .conditions-list
  .conditions-list-item
  .item-desc {
  font-family: MiSansVF;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  margin-bottom: 0;
  opacity: 0.8;
}

.modal-title {
  font-size: 14px;
}

.modal-body {
  text-align: center;
  margin-bottom: 104px;
}

.modal-body img {
  width: 30%;
  height: auto;
}

.modal-large {
  padding-top: 8%;
}
.modal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tipModal {
  width: 560px !important;
  height: 346px;
}
.thankModal .modal-body {
  padding-top: 96px !important;
  margin-bottom: 0;
}
.tipModal .modal-body {
  padding: 96px 40px 40px;
}
.thankModal {
  width: 880px !important;
  height: 404px;
}
.modal-content {
  margin-left: 0;
}
.modal-dialog {
  margin: 0 !important;
  width: 100% !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100% !important;
}
.modal-main-title {
  font-family: MiSansVF_Bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  background: linear-gradient(45deg, #d2d1d2 0%, #ececec 40%, #ababab 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 88px !important;
}
.btn {
  width: 160px;
  height: 50px;
  background: linear-gradient(135deg, #d2d1d2 0%, #ececec 40%, #ababab 100%);
  border-radius: 4px;
  border: 1px solid #ffffff;
}
.thank-title {
  font-family: MiSansVF_Bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  background: linear-gradient(45deg, #d2d1d2 0%, #ececec 40%, #ababab 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 16px;
}
.thank-desc {
  font-family: MiSansVF;
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  font-style: normal;
  margin-bottom: 72px !important;
}
.btn {
  width: 160px;
  height: 50px;
  background: linear-gradient(135deg, #d2d1d2 0%, #ececec 40%, #ababab 100%);
  border-radius: 4px;
  border: 1px solid #ffffff;
  border: none !important;
}
.btn p {
  font-family: MiSansVF_Semibold;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  margin-bottom: 0;
}
.btn-primary:hover {
  border: none;
}
.tooltip-inner {
  background-color: white !important;
  color: #333 !important;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  text-align: left !important;
  max-width: 500px !important;
}
.tooltip .arrow::before {
  border-bottom-color: white !important;
}

/* down */
.drive .drive-content .conditions-box .down-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.drive .drive-content .conditions-box .down-box .down-item {
  width: 100%;
  height: auto;
  background: #282930;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 24px;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
.drive .drive-content .conditions-box .down-box .down-item .down-item-left {
  display: flex;
  align-items: center;
  max-width: 88%;
}
.drive .drive-content .conditions-box .down-box .down-item .down-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 16px;
  display: flex;
  align-items: center;
}
.drive .drive-content .conditions-box .down-box .down-item .down-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.drive .drive-content .conditions-box .down-box .down-item .down-name {
  max-width: 100%;
  font-family: MiSansVF;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  opacity: 0.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  pointer-events: auto;
}
.drive .drive-content .conditions-box .down-box .down-item .down-name:hover {
  text-decoration-line: underline;
}
.drive .drive-content .conditions-box .down-box .down-item .down-btn {
  background: linear-gradient(135deg, #d2d1d2 0%, #ececec 40%, #ababab 100%);
  border-radius: 4px;
  border: 1px solid #ffffff;
  width: fit-content;
  height: auto;
  font-family: MiSansVF;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  padding: 10px 24px;
  cursor: pointer;
  pointer-events: auto;
}

.longTip {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.longTip .form-check {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.longTip .form-check input {
  width: 18px;
  height: 18px;
  margin-bottom: 4px;
}
.longTip .form-check-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 22px;
}
.point-group {
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgb(223, 223, 223);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  border-radius: 50%;
  /* margin: 50px auto; */

  /* 一条径向渐变，三段色标 */
  background: radial-gradient(circle, #dfdfdf 30%, #dfdfdf 60%, #dfdfdf 100%);

  /* 用阴影“切”出两个外环，透明度递减即可 */
  box-shadow: 0 0 0 8px rgba(223, 223, 223, 0.6),
    0 0 0 16px rgba(223, 223, 223, 0.3);
}

.point-group.active {
  background: rgb(117, 158, 220) !important;
  box-shadow: 0 0 0 8px rgba(117, 158, 220, 0.6),
    0 0 0 16px rgba(117, 158, 220, 0.3);
  transition: background 0.25s;
}
/* .benelux {
  top: 39.06%;
  left: 53.75%;
}
.germany {
  top: 38.28%;
  left: 58.17%;
}
.france {
  top: 49.53%;
  left: 50.42%;
}
.spain {
  top: 60.78%;
  left: 44.83%;
}
.italy {
  top: 58.75%;
  left: 58.83%;
} */
/* ===== 可调参数 ===== */
:root {
  --w: 92px; /* 横线长度 */
  --s: 16px; /* 斜线水平/垂直投影长度（16√2 斜边） */
  --t: 1px; /* 线粗 */
  --c: #fff; /* 颜色 */
}
.top-line {
  position: relative;
  /* width: calc(var(--w) + var(--s)); */
  height: calc(var(--s) + var(--t)); /* 容器足够高，避免斜线溢出 */
}
.top-line::before {
  content: "";
  position: absolute;
  right: 23px;
  top: -12px;
  width: var(--w);
  height: var(--t);
  background: var(--c);
}
.top-line::after {
  content: "";
  position: absolute;
  right: 0; /* 接在横线末端 */
  top: -12px;
  width: calc(var(--s) * 1.414); /* 16√2 px */
  height: var(--t);
  background: var(--c);
  transform: rotate(45deg);
  transform-origin: left center;
}
.top-line.active::after,
.top-line.active::before {
  background: #6fa8ff;
}
.translate-line::before {
  right: 15px;
}
.translate-line::after {
  right: -8px;
}
.point-name {
  padding: 1px 8px;
  background: linear-gradient(135deg, #d2d1d2 0%, #ececec 40%, #ababab 100%);
  border-radius: 4px;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  position: absolute;
  cursor: pointer;
}

.point-name.active {
  background: linear-gradient(90deg, #6fa8ff 0%, #2249ce 100%);
  color: #fff;
}

.translate-line {
  transform: scaleX(-1);
}
.translateY-line {
  transform: scaleY(-1);
}
.trans-line {
  transform: scale(-1, -1);
}
/* .benelux-name,
.france-name {
  right: 121px;
  top: -24px;
}
.germany-name {
  left: 112px;
  top: -24px;
}
.spain-name {
  right: 105px;
  top: 23px;
}
.italy-name {
  left: 126px;
  top: 23px;
} */
.contact {
  width: 100%;
  margin-bottom: 120px;
}
.expert-row {
  display: flex; /* 横向排列 */
  gap: 24px; /* 可选：间距 */
  /* background: #1c1a1d; */
  margin-bottom: 72px;
}
.expert-col {
  flex: 1; /* 三等分 */
  padding: 52px 40px;
  display: grid;
  border-radius: 8px;
  border-image: linear-gradient(
      135deg,
      rgba(126, 124, 134, 1),
      rgba(72, 70, 78, 1)
    )
    1 1;
  border: 1px solid;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.back-button {
  display: flex;
  padding: 16px 64px;
  width: 218px;
  height: 54px;
  background: linear-gradient(135deg, #d2d1d2 0%, #ececec 40%, #ababab 100%);
  border-radius: 8px;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.expert-col img {
  width: 100%;
  max-width: 56px;
}
.expert-col span {
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  margin-left: 24px;
}
.number {
  width: 50%;
  color: #ffffff;
  padding: 72px 48px;
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.number-title {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* 限制为2行 */
  overflow: hidden;
  /* margin-bottom: 124px; */
}
.number-team {
  display: none;
}
.number-team.active {
  display: block;
  display: flex;
  flex-direction: column;
}
.expert-title {
  font-size: 48px;
  color: #ffffff;
  line-height: 150%;
  text-align: left;
  font-style: normal;
  background: linear-gradient(45deg, #d2d1d2 0%, #ececec 40%, #ababab 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 24px;
  font-family: MiSansVF_Bold;
}
.number-team-title {
  font-size: 22px;
  color: #ffffff;
  line-height: 29px;
  text-align: left;
  font-style: normal;
  background: linear-gradient(45deg, #d2d1d2 0%, #ececec 40%, #ababab 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 24px;
}
.number-team-time {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  margin-left: 5px;
  margin-bottom: 8px;
}
.number-team-time img,
.number-team-phone img {
  max-width: 18px;
  height: 18px !important;
  margin-right: 16px;
}
.number-team-time .iconfont,
.number-team-phone .iconfont {
  font-size: 18px;
}
.number-team-phone {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  margin-left: 5px;
}
.contact-content {
  width: 100%;
  display: flex;
  border-radius: 20px; /* 你想要的圆角 */
  overflow: hidden; /* 关键：把子元素溢出部分裁掉 */
  /* border-radius: 16px; */
}
.contact-content img {
  width: 50%;
  height: 440px;
  object-fit: cover;
}
.contact-title {
  margin-top: 80px;
  margin-bottom: 48px;
  font-family: MiSansVF_Bold;
  font-size: 48px;
  color: #ffffff;
  line-height: 150%;
  text-align: center;
  font-style: normal;
  background: linear-gradient(45deg, #d2d1d2 0%, #ffffff 50%, #ababab 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.contact-content {
  display: flex;
  justify-content: center;
}
.benelux-name,
.france-name {
  right: 118px;
  top: -27px;
}
.germany-name {
  left: 111px;
  top: -27px;
}
.spain-name {
  right: 118px;
  top: 14px;
}
.italy-name {
  left: 119px;
  top: 14px;
}
@media screen and (max-width: 1600px) {
  .no-search-banner {
    height: 100vh !important;
  }
}
@media (min-width: 1200px) {
  .no-search-banner {
    height: 100vh !important;
  }
  .container {
    max-width: 1200px !important;
  }
}

@media (max-width: 768px) {
  .banner-main-title,
  .wherever-title {
    width: 100%;
    line-height: 150%;
    font-size: 32px;
  }
  .contact-title {
    margin: 32px 0 24px;
  }
  .wherever-title {
    margin-bottom: 32px;
  }

  .contact,
  .drive .drive-content .overview .overview-top {
    margin-bottom: 72px;
  }
  .drive .drive-content .campaign .campaign-box .campaign-list {
    padding-top: 72px;
  }
  .drive .drive-content .campaign .campaign-box .campaign-list {
    padding: 40px 24px;
  }
  .banner-sub-title {
    font-size: 16px;
    line-height: 150%;
  }
  .drive .no-search-banner {
    height: 50vh !important;
  }

  .number-title {
    margin-bottom: 40px;
  }
  .contact-content {
    flex-direction: column;
  }
  .contact-content img {
    width: 100%;
    height: 200px;
  }
  .expert-title {
    text-align: center;
  }
  .number {
    width: 100%;
    padding: 32px 16px;
  }
  .expert-row {
    flex-direction: column;
    margin-bottom: 32px;
    gap: 12px;
  }
  .expert-col {
    padding: 16px;
  }
  .drive .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .drive .public-tabs .tabs-list {
    white-space: nowrap;
    overflow-x: auto;
  }
  .drive .drive-content .overview .overview-top {
    padding-top: 80px;
  }
  .drive
    .drive-content
    .overview
    .overview-top
    .overview-top-left
    .overview-why {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .drive
    .drive-content
    .overview
    .overview-top
    .overview-top-left
    .overview-why-tit {
    font-size: 22px;
  }
  .drive
    .drive-content
    .overview
    .overview-top
    .overview-top-left
    .overview-answer {
    font-size: 14px;
    margin-bottom: 80px;
  }
  .drive
    .drive-content
    .overview
    .overview-top
    .overview-top-left
    .overview-with {
    height: 360px;
  }
  .drive .drive-content .conditions .tit {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .drive .drive-content .overview .overview-top .conditions {
    width: 100% !important;
    margin-bottom: 40px;
    padding: 0;
    height: fit-content;
  }
  .drive .drive-content .participate-prizes .participate .participate-tit {
    font-size: 32px;
    padding-top: 80px;
  }
  .drive .drive-content .participate-prizes .participate .participate-step-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .drive
    .drive-content
    .participate-prizes
    .participate
    .participate-step-box
    .step-box-item {
    height: auto;
    padding: 24px;
  }
  .drive
    .drive-content
    .participate-prizes
    .participate
    .participate-step-box
    .step-box-item
    .num-box
    .num {
    font-size: 28px;
  }
  .drive
    .drive-content
    .participate-prizes
    .participate
    .participate-step-box
    .step-box-item
    .box-item-tit {
    font-size: 22px;
  }
  .drive .drive-content .participate-prizes .participate .participate-desc {
    margin-bottom: 24px;
  }
  .drive .drive-content .participate-prizes .prizes .prizes-box {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 80px;
  }
  .drive .drive-content .participate-prizes .prizes .prizes-box .prizes-item {
    height: 658px;
  }

  .drive
    .drive-content
    .participate-prizes
    .prizes
    .prizes-box
    .prizes-item:first-child {
    width: 90%;
    height: 604px;
    margin: 0 auto;
  }
  .drive
    .drive-content
    .participate-prizes
    .prizes
    .prizes-box
    .prizes-item:first-child
    .prizes-item-tag {
    top: 120px;
  }
  .drive
    .drive-content
    .participate-prizes
    .prizes
    .prizes-box
    .prizes-item:first-child
    .prizes-item-img {
    width: 320px;
    height: 200px;
    top: 200px;
  }
  .drive
    .drive-content
    .participate-prizes
    .prizes
    .prizes-box
    .prizes-item:first-child
    .prizes-item-tit {
    top: 80px;
  }
  .drive
    .drive-content
    .participate-prizes
    .prizes
    .prizes-box
    .prizes-item:first-child
    .val {
    top: 394px;
    max-width: 320px;
  }
  .drive
    .drive-content
    .participate-prizes
    .prizes
    .prizes-box
    .prizes-item:first-child
    .selection {
    top: 514px;
  }

  .drive
    .drive-content
    .participate-prizes
    .prizes
    .prizes-box
    .prizes-item:nth-child(2) {
    width: 90%;
    height: 612px;
  }
  .drive
    .drive-content
    .participate-prizes
    .prizes
    .prizes-box
    .prizes-item:nth-child(2)
    .prizes-item-img {
    width: 274px;
    height: 172px;
    top: 192px;
  }
  .drive
    .drive-content
    .participate-prizes
    .prizes
    .prizes-box
    .prizes-item:nth-child(2)
    .prizes-item-tit {
    top: 70px;
  }
  .drive
    .drive-content
    .participate-prizes
    .prizes
    .prizes-box
    .prizes-item:nth-child(2)
    .prizes-item-tag {
    top: 108px;
  }
  .drive
    .drive-content
    .participate-prizes
    .prizes
    .prizes-box
    .prizes-item:nth-child(2)
    .val {
    max-width: 230px;
    top: 380px;
  }
  .drive
    .drive-content
    .participate-prizes
    .prizes
    .prizes-box
    .prizes-item:nth-child(2)
    .selection {
    top: 504px;
  }
  .drive .drive-content .participate-prizes .prizes .prizes-box .prizes-item {
    width: 90%;
    height: 612px;
    margin: 0 auto;
  }
  .drive
    .drive-content
    .participate-prizes
    .prizes
    .prizes-box
    .prizes-item:nth-child(3) {
    height: 612px;
  }
  .drive
    .drive-content
    .participate-prizes
    .prizes
    .prizes-box
    .prizes-item
    .prizes-item-tit {
    top: 70px;
  }
  .drive
    .drive-content
    .participate-prizes
    .prizes
    .prizes-box
    .prizes-item
    .prizes-item-tag {
    top: 108px;
  }
  .drive
    .drive-content
    .participate-prizes
    .prizes
    .prizes-box
    .prizes-item
    .val {
    max-width: 230px;
    top: 380px;
  }
  .drive
    .drive-content
    .participate-prizes
    .prizes
    .prizes-box
    .prizes-item
    .selection {
    top: 504px;
  }
  .drive .drive-content .campaign .campaign-box .campaign-box-top {
    padding-top: 80px;
  }
  .drive .drive-content .campaign .campaign-box .right-bottom-img {
    width: 160px;
    height: 120px;
  }
  .drive .drive-content .campaign .campaign-box .right-bottom-img {
    right: 0;
    bottom: -40px;
  }
  .drive .drive-content .campaign {
    padding-bottom: 80px;
  }
  .drive .drive-content .submission .carForm .formTitle {
    font-size: 32px;
    padding-top: 80px;
    margin-bottom: 24px;
  }
  .drive .drive-content .submission .carForm form .formContent .formItem {
    width: 100%;
  }
  .drive .drive-content .submission .carForm form .formContent {
    width: 100%;
    padding: 40px 24px;
  }
  .upload-file .file-label {
    width: 100%;
  }
  .drive .drive-content .submission {
    padding-bottom: 80px;
  }
  .drive .drive-content .conditions-box {
    padding: 80px 16px;
  }
  .drive .drive-content .conditions-box .conditions {
    padding: 80px 24px 40px;
  }
  .drive .drive-content .conditions-box .tit {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 24px;
  }
  .drive
    .drive-content
    .conditions-box
    .conditions
    .conditions-list
    .conditions-list-item
    .item-tit {
    font-size: 22px;
  }
  .drive
    .drive-content
    .conditions-box
    .conditions
    .conditions-list
    .conditions-list-item
    .item-desc {
    font-size: 14px;
  }
  .drive
    .drive-content
    .submission
    .carForm
    form
    .formContent
    .formContent-tit {
    font-size: 22px;
  }
  .input input {
    font-size: 14px;
  }
  .drive .drive-content .campaign .campaign-box .campaign-tit {
    margin-bottom: 24px;
    font-size: 32px;
  }
  .drive
    .drive-content
    .campaign
    .campaign-box
    .campaign-list
    .campaign-item
    .campaign-item-top
    .tit {
    font-size: 22px;
  }
  .drive
    .drive-content
    .campaign
    .campaign-box
    .campaign-list
    .campaign-item
    .campaign-item-top
    .icon {
    width: 36px;
    height: 36px;
  }
  .drive .drive-content .campaign .campaign-box .campaign-list {
    gap: 24px;
    padding: 40px 24px;
  }
  .drive .drive-content .participate-prizes .prizes .prizes-tit {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .drive
    .drive-content
    .participate-prizes
    .prizes
    .prizes-box
    .prizes-item
    .prizes-item-tit {
    font-size: 20px;
  }
  .drive .drive-content .participate-prizes .prizes {
    padding-top: 0;
  }
  .drive .drive-content .participate-prizes .participate .participate-bottom {
    padding: 24px;
  }
  .drive .drive-content .conditions-box .conditions .conditions-list {
    gap: 24px;
  }
  .drive .drive-content .conditions-box .down-box .down-item {
    padding: 8px 16px;
  }
  .drive .drive-content .conditions-box .down-box .down-item .down-item-left {
    max-width: 50%;
  }
  .drive .drive-content .conditions-box .tit {
    margin-bottom: 24px;
  }
  .drive .drive-content .conditions-box .down-box .down-item .down-btn {
    padding: 8px 16px;
    font-size: 12px;
  }
  .drive .drive-content .conditions-box .down-box .down-item .down-name {
    max-width: calc(100% - 24px);
  }
  .drive .drive-content .conditions-box .down-box .down-item .down-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  :root {
    --w: 45px; /* 横线长度 */
  }
  .benelux-name,
  .france-name {
    right: 67px;
    top: -28px;
  }
  .germany-name {
    left: 68px;
    top: -28px;
  }
  .spain-name {
    right: 67px;
    top: 12px;
  }
  .italy-name {
    left: 68px;
    top: 12px;
  }
  .modal-main-title {
    margin-bottom: 24px !important;
  }
  #btnYes {
    margin-bottom: 16px;
  }
  .tipModal {
    width: 90% !important;
  }
  .thank-desc {
    margin-bottom: 24px !important;
  }
  .modal-content {
    width: 90% !important;
  }
  .modal-body {
    margin-bottom: 24px;
  }
  .tipModal .modal-body {
    padding: 40px;
  }
  .thankModal .modal-body {
    padding-top: 40px !important;
  }
  .thankModal {
    height: auto;
    padding-bottom: 24px;
  }

  .translate-line::after {
    right: -3px;
  }
  .translate-line::before {
    right: 20px;
  }
  .top-line::after {
    right: -2px;
  }
  .top-line::before {
    right: 20.5px;
  }
  .point-group {
    width: 4px;
    height: 4px;
    box-shadow: 0 0 0 4px rgba(223, 223, 223, 0.6),
      0 0 0 8px rgba(223, 223, 223, 0.3);
  }
  .point-group.active {
    box-shadow: 0 0 0 6px rgba(117, 158, 220, 0.6),
      0 0 0 10px rgba(117, 158, 220, 0.3);
  }
  .expert-title,
  .contact-title {
    font-size: 32px;
  }
}
