.car .no-search-banner {
  height: 1080px;
}
html {
  scroll-behavior: smooth;
}
.car .container {
  padding-left: 0;
  padding-right: 0;
}
/* tab */
.car .public-tabs {
  height: auto;
  background: linear-gradient(176deg, #72706A 0%, #5C5A52 77%, #64625E 100%);
  backdrop-filter: blur(12px);
  position: sticky;
  z-index: 10;
  top: -1px;
  background: #2E2D2B;
  border-top: 1px solid #444442;
  border-bottom: 1px solid #444442;
}

.car .public-tabs .tabs-list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  /* opacity: 0.4; */
}

/* 渐变文字 */
.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;
}

/* 渐变圆角边框 */
.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, .5),
      rgba(113, 158, 227, .5),
      rgba(72, 70, 78, .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;
}
.car .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: .8;
  text-decoration: none;
}

.car .public-tabs .tabs-list .tabs-li:hover {
  color: #000;
  background: linear-gradient(135deg, #FFE3C7 0%, #FABB75 100%);
}

.car .public-tabs .tabs-list .tabs-li.active {
  color: #000;
  background: linear-gradient(135deg, #FFE3C7 0%, #FABB75 100%);
}

/* overview */
.car .car-content .overview {
  width: 100%;
  height: auto;
  background: #000 url('/assets/img/car/Win_bg_1.png') no-repeat center / cover;
  display: flex;
  flex-direction: column;
}

.car .car-content .overview .overview-top {
  padding-top: 144px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.car .car-content .overview .overview-top .overview-top-left {
  max-width: 536px;
  display: flex;
  flex-direction: column;
}

.car .car-content .overview .overview-top .overview-top-left .overview-logo {
  width: 205px;
  height: 55px;
  margin-bottom: 24px;
}

.car .car-content .overview .overview-top .overview-top-left .overview-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.car .car-content .overview .overview-top .overview-top-left .overview-why {
  font-family: MiSansVF_Bold;
  font-size: 42px;
  line-height: 58px;
  font-style: normal;
  text-align: left;
  margin-bottom: 16px;
}

.car .car-content .overview .overview-top .overview-top-left .overview-answer {
  font-family: MiSansVF_Medium;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  opacity: .8;
  margin-bottom: 48px;
}

.car .car-content .overview .overview-top .overview-top-left .overview-with {
  font-family: MiSansVF_Bold;
  font-size: 20px;
  line-height: 27px;
  text-align: left;
  font-style: normal;
  background: linear-gradient(45deg, #D2D1D2 0%, #ECECEC 40%, #ABABAB 100%);
  margin-bottom: 20px;
}

.car .car-content .overview .overview-top .overview-top-left .overview-edge-box {
  display: flex;
  flex-direction: column;
}

.car .car-content .overview .overview-top .overview-top-left .overview-edge-box .overview-edge-item {
  display: flex;
  align-items: center;
}

.car .car-content .overview .overview-top .overview-top-left .overview-edge-box .overview-edge-item:first-child {
  margin-bottom: 12px;
}

.car .car-content .overview .overview-top .overview-top-left .overview-edge-box .overview-edge-item .edge-item-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.car .car-content .overview .overview-top .overview-top-left .overview-edge-box .overview-edge-item .edge-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.car .car-content .overview .overview-top .overview-top-left .overview-edge-box .overview-edge-item .overview-edge-desc {
  font-family: MiSansVF;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  opacity: .8;
}

.car .car-content .overview .overview-top .overview-top-right {
  width: 600px;
  height: 480px;
}

.car .car-content .overview .overview-top .overview-top-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.car .car-content .overview .overview-bottom {
  margin-top: 120px;
  margin-bottom: 160px
}

.car .car-content .overview .overview-bottom .overview-bottom-tit {
  font-family: MiSansVF_Bold;
  font-size: 42px;
  line-height: 58px;
  text-align: center;
  font-style: normal;
  margin-bottom: 84px;
}

.car .car-content .overview .overview-bottom .overview-bottom-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 29px;
}

.car .car-content .overview .overview-bottom .overview-bottom-box .overview-bottom-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 272px;
}

.car .car-content .overview .overview-bottom .overview-bottom-box .overview-bottom-item .icon {
  position: absolute;
  left: 50%;
  top: -37px;
  transform: translate(-50%);
  z-index: 2;
  width: 74px;
  height: 74px;
}
.car .car-content .overview .overview-bottom .overview-bottom-box .overview-bottom-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.car .car-content .overview .overview-bottom .overview-bottom-box .overview-bottom-item .bottom-item-tit {
  max-width: 316px;
  font-family: MiSansVF_Bold;
  font-size: 24px;
  line-height: 32px;
  font-style: normal;
  background: linear-gradient(45deg, #D2D1D2 0%, #ECECEC 40%, #ABABAB 100%);
  text-align: center;
  position: absolute;
  top: 92px;
}

.car .car-content .overview .overview-bottom .overview-bottom-box .overview-bottom-item .bottom-item-desc {
  max-width: 316px;
  font-family: MiSansVF;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  font-style: normal;
  opacity: .8;
  text-align: center;
  position: absolute;
  top: 144px;
}

.car .car-content .overview .overview-bottom .overview-bottom-box .overview-bottom-item .guan {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
  border-radius: 24px;
  overflow: hidden;
}
.car .car-content .overview .overview-bottom .overview-bottom-box .overview-bottom-item .guan img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* How to Participate */
.car .car-content .participate-prizes {
  display: flex;
  flex-direction: column;
  background: #000 url('/assets/img/car/Win_bg_3.png') no-repeat center / cover;
}

.car .car-content .participate-prizes .participate .participate-tit {
  margin-top: 120px;
  font-family: MiSansVF_Bold;
  font-size: 42px;
  line-height: 58px;
  text-align: center;
  font-style: normal;
  margin-bottom: 16px;
}

.car .car-content .participate-prizes .participate .participate-desc {
  font-family: MiSansVF;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  opacity: .8;
  margin-bottom: 55px;
}

.car .car-content .participate-prizes .participate .participate-step-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 29px;
}

.car .car-content .participate-prizes .participate .participate-step-box .step-box-item {
  height: 442px;
  padding: 49px 41px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.car .car-content .participate-prizes .participate .participate-step-box .step-box-item .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.car .car-content .participate-prizes .participate .participate-step-box .step-box-item .bg img {
  width: 100%;
  height: 100%;object-fit: cover;
}

.car .car-content .participate-prizes .participate .participate-step-box .step-box-item .num-box {
  width: fit-content;
  height: 64px;
  display: inline-block;
  position: relative;
  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;
}

.car .car-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: .8;
}

.car .car-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;
}

.car .car-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;
}

.car .car-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;
  margin-bottom: 0;
  opacity: .8;
}

.car .car-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;
}
.car .car-content .participate-prizes .participate .participate-bottom {
  position: relative;
  margin-top: 30px;
}
.car .car-content .participate-prizes .participate .participate-bottom .txt {
  text-align: center;
  font-family: MiSansVF_Bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
  font-style: normal;
  margin-top: 28px;
  position: relative;
  margin: 0;
  padding: 41px 0;
}


/* prizes */
.car .car-content .participate-prizes .prizes {
  padding: 0;
}
.car .car-content .participate-prizes .prizes .prizes-tit {
  margin-top: 175px;
  font-family: MiSansVF_Bold;
  font-size: 42px;
  color: #FFFFFF;
  line-height: 58px;
  text-align: center;
  font-style: normal;
  margin-bottom: 64px;
}

.car .car-content .participate-prizes .prizes .prizes-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 29px;
  align-items: end;
  margin-bottom: 159px;
}

.car .car-content .participate-prizes .prizes .prizes-box .prizes-item {
  position: relative;
  margin-bottom: 29px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.car .car-content .participate-prizes .prizes .prizes-box .prizes-item:first-child {
  height: 593px;
  /* background: url('/assets/img/car/Win_bg_7.png') no-repeat center / cover; */
}

.car .car-content .participate-prizes .prizes .prizes-box .prizes-item:nth-child(2) {
  width: 422px;
  height: 693px;
  /* background: url('/assets/img/car/Win_bg_8.png') no-repeat center / cover; */
  margin-bottom: 0;
}

.car .car-content .participate-prizes .prizes .prizes-box .prizes-item:nth-child(3) {
  height: 593px;
  /* background: url('/assets/img/car/Win_bg_9.png') no-repeat center / cover; */
}

.car .car-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: 535px;
}

.car .car-content .participate-prizes .prizes .prizes-box .prizes-item:nth-child(2) .prizes-item-tag {
  top: 632px;
}
.car .car-content .participate-prizes .prizes .prizes-box .prizes-item .prizes-item-img {
  width: 274px;
  height: 172px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.car .car-content .participate-prizes .prizes .prizes-box .prizes-item .prizes-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.car .car-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: 96px;
}

.car .car-content .participate-prizes .prizes .prizes-box .prizes-item:nth-child(2) .prizes-item-tit {
  top: 125px;
}

.car .car-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;
  margin-top: 16px;
  background: linear-gradient(45deg, #D2D1D2 0%, #ECECEC 40%, #ABABAB 100%);
}
.car .car-content .participate-prizes .prizes .prizes-box .prizes-item:nth-child(2) .val {
  max-width: 320px;
}
/* submission */
.car .car-content .submission {
  background: #000000 url("/assets/img/car/Win_bg_10.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 144px;
}

.car .car-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;
}

.car .car-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: .8;
  margin-bottom: 40px;
}

.car .car-content .submission .carForm form {
  background: rgba(26, 27, 28, 0.6);
  border-radius: 24px;
}

.car .car-content .submission .carForm form .formContent {
  padding: 80px 64px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 72px;
  justify-content: space-between;
  background-image: linear-gradient(135deg, rgba(126, 124, 134, 1), rgba(113, 158, 227, 1), rgba(72, 70, 78, 1)) 1 1;
}

.car .car-content .submission .carForm form .formContent .formItem {
  /* margin-right: 26px; */
  margin-bottom: 16px;
  width: calc((100% - 52px) / 3);
}

.car .car-content .submission .carForm form .formContent .w100 {
  width: 100%;
}

.car .car-content .submission .carForm form .formContent .formItem .label {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;

}

.car .car-content .submission .carForm form .formContent .formItem .label .txt {
  color: rgba(255, 255, 255, 0.8);
}

.car .car-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;
}

.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: .6;
}

.input select:focus-visible {
  outline: none;
  /* 移除默认轮廓 */
  border-color: rgba(255, 255, 255, 0.3);
  /* 修改边框颜色 */
  box-shadow: none;
  /* 添加阴影 */
}

.input .errorInput {
  border: 1px solid red;
}

.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;
}

.longTip {
  display: flex;
  align-items: center;
}

.longTip .form-check input {
  width: 18px;
  height: 18px;
  margin-bottom: 4px;
}

.longTip .form-check {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.longTip .form-check-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 22px;
}
.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;
}
.upload-file .file-label .iconfont {
  font-size: 20px;
  color: #fff;
  opacity: .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: .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: .8;
  pointer-events: auto;
  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: .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;
}
input[type="file"] {
  opacity: 0;
}

.submit {
  width: 194px;
  height: 54px;
  margin: 0 auto;
  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;
  background: linear-gradient(135deg, #FFE3C7 0%, #FABB75 100%);
  border-radius: 8px;
  border: 1px solid #FFEBD8;
  cursor: pointer;
  margin-top: 48px;
}

.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;
}

.errorMsg font {
  margin-top: 5px;
  display: block;
}

.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;
}

.car .car-content .conditions-box {
  background: #000000;
  padding-top: 120px;
  padding-bottom: 160px;
}

.car .car-content .conditions-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.car .car-content .conditions-box .tit {
  font-family: MiSansVF_Bold;
  font-size: 42px;
  color: #FFFFFF;
  line-height: 58px;
  text-align: center;
  font-style: normal;
  margin-bottom: 48px;
  position: relative;
  background: linear-gradient(45deg, #FFE3C7 0%, #FABB75 100%);
}
.car .car-content .conditions-box .down-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.car .car-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;
}
.car .car-content .conditions-box .down-box .down-item .down-item-left {
  display: flex;
  align-items: center;
  max-width: 88%;
}
.car .car-content .conditions-box .down-box .down-item .down-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 16px;
  display: flex;
  align-items: center;
}
.car .car-content .conditions-box .down-box .down-item .down-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.car .car-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: .8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  pointer-events: auto;
} 
.car .car-content .conditions-box .down-box .down-item .down-name:hover {
  text-decoration-line: underline;
}
.car .car-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;
}
.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%;
}
@media (min-width: 1200px) { 
  .container {
    max-width: 1200px!important;
  }
}
@media (max-width: 768px) { 
  .car .no-search-banner {
    height: 380px;
  }
  .car .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .car .public-tabs .tabs-list {
    white-space: nowrap;
    overflow-x: auto;
  }
  .car .car-content .overview .overview-top {
    padding-top: 80px;
    flex-direction: column;
  }
  .car .car-content .overview .overview-top .overview-top-left {
    max-width: 100%;
  }
  .car .car-content .overview .overview-top .overview-top-right {
    width: 100%;
    height: 360px;
    margin-top: 24px;
  }
  .car .car-content .overview .overview-bottom .overview-bottom-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .car .car-content .overview .overview-bottom .overview-bottom-box .overview-bottom-item .guan {
    width: 100%;
  }
  .car .car-content .overview .overview-bottom .overview-bottom-box .overview-bottom-item {
    margin-bottom: 40px;
  }
  .car .car-content .participate-prizes .participate .participate-step-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .car .car-content .participate-prizes .prizes .prizes-box {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 16px;
    margin-bottom: 80px;
  }
  .car .car-content .participate-prizes .prizes .prizes-box .prizes-item:nth-child(2) {
    width: 100%;
    height: 593px;
  }
  .car .car-content .participate-prizes .prizes .prizes-box .prizes-item:first-child {
    height: 612px;
  }
  .car .car-content .participate-prizes .prizes .prizes-box .prizes-item:first-child .prizes-item-tag {
    top: 540px;
  }
  .car .car-content .participate-prizes .prizes .prizes-box .prizes-item:first-child .prizes-item-tit {
    top: 100px;
  }
  .car .car-content .participate-prizes .prizes .prizes-box .prizes-item:first-child .val {
    max-width: 230px;
  }
  .car .car-content .participate-prizes .prizes .prizes-box .prizes-item:nth-child(2) {
    width: 100%;
    height: 626px;
  }
  .car .car-content .participate-prizes .prizes .prizes-box .prizes-item:nth-child(2) .prizes-item-tit {
    top: 90px;
  }
  .car .car-content .participate-prizes .prizes .prizes-box .prizes-item:nth-child(2) .prizes-item-tag {
    top: 535px;
  }
  .car .car-content .participate-prizes .prizes .prizes-box .prizes-item:nth-child(2) .val {
    max-width: 230px;
    top: 380px;
  }
  .car .car-content .participate-prizes .prizes .prizes-box .prizes-item:nth-child(3) {
    height: 626px;
  }
  .car .car-content .participate-prizes .prizes .prizes-box .prizes-item .prizes-item-tit {
    top: 90px;
  }
  .car .car-content .submission .carForm form .formContent .formItem {
    width: 100%;
  }
  .car .car-content .submission .carForm form .formContent {
    padding: 40px 24px;
  }
  .upload-file .file-label {
    width: 100%;
  }
  .car .car-content .conditions-box {
    padding: 64px 16px;
  }
  .car .car-content .conditions-box .conditions {
    padding: 40px 24px!important;
  }
  .car .car-content .submission {
    padding-bottom: 80px;
  }
  .car .car-content .submission .carForm .formTitle {
    padding-top: 80px;
    font-size: 32px;
  }
  .car .car-content .submission .carForm .desc {
    margin-bottom: 24px;
  }
  .input input {
    font-size: 14px;
  }
  .car .car-content .participate-prizes .prizes .prizes-tit {
    margin-top: 80px;
    margin-bottom: 24px;
  }
  .car .car-content .participate-prizes .participate .participate-bottom .txt {
    max-width: 86%;
    margin: 0 auto;
    font-size: 20px;
    padding: 24px 0;
  }
  .car .car-content .participate-prizes .participate .participate-tit {
    margin-top: 80px;
    font-size: 32px;
    line-height: normal;
  }
  .car .car-content .participate-prizes .participate .participate-desc {
    margin-bottom: 24px;
  }
  .car .car-content .participate-prizes .participate .participate-step-box .step-box-item {
    height: auto;
    padding: 24px;
  }
  .car .car-content .participate-prizes .participate .participate-step-box .step-box-item .num-box .num {
    font-size: 28px;
  }
  .car .car-content .participate-prizes .participate .participate-step-box .step-box-item .box-item-tit {
    font-size: 22px;
  }
  .car .car-content .overview .overview-bottom {
    margin-top: 80px;
    margin-bottom: 80px;
  }
 .car .car-content .overview .overview-top .overview-top-left .overview-why {
  font-size: 32px;
 }
 .car .car-content .overview .overview-top .overview-top-left .overview-answer {
  margin-bottom: 24px;
 }
 .car .car-content .overview .overview-top .overview-top-left .overview-edge-box {
  padding-left: 0;
 }
 .car .car-content .overview .overview-top .overview-top-left .overview-with {
  margin-bottom: 16px;
 }
 .car .car-content .overview .overview-top .overview-top-left .overview-edge-box .overview-edge-item .overview-edge-desc {
  font-size: 14px;
  line-height: normal;
 }
 .car .car-content .overview .overview-bottom .overview-bottom-tit {
  font-size: 32px;
  line-height: normal;
 }
 .car .car-content .conditions-box .conditions .tit {
  font-size: 32px;
  line-height: normal;
  margin-bottom: 24px;
 }
 .car .car-content .conditions-box .conditions .conditions-list .conditions-list-item .item-desc {
  font-size: 14px;
 }
 .car .car-content .conditions-box .conditions .conditions-list {
  gap: 24px;
 }
.car .car-content .conditions-box .down-box .down-item {
  padding: 8px 16px;
}
 .car .car-content .conditions-box .down-box .down-item .down-item-left {
  max-width: 50%;
 }
 .car .car-content .conditions-box .tit {
  margin-bottom: 24px;
 }
 .car .car-content .conditions-box .down-box .down-item .down-btn {
  padding: 8px 16px;
  font-size: 12px;
 }
 .car .car-content .conditions-box .down-box .down-item .down-name {
  max-width: calc(100% - 24px);
 }
 .car .car-content .conditions-box .down-box .down-item .down-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
 }
}