.ad-hard[data-v-29f029ee] {
  margin-top: 20px;
  min-height: calc(100vh - 92px);
  display: flex;
  flex-direction: column;
}
.ad-hard .ad-hard-content[data-v-29f029ee] {
  background: #fff;
  border-radius: 8px;
  flex: 1;
}
.ad-hard .ad-hard-banner[data-v-29f029ee] {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}
.ad-hard .ad-hard-banner.ad-hard-banner[data-v-29f029ee] {
  margin-bottom: 10px;
}
.ad-hard .recommend-line-content[data-v-29f029ee] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ad-hard .recommend-line-content .recommend-line[data-v-29f029ee] {
  background: linear-gradient(to left, #d3d9e500, #d3d9e5);
  height: 1px;
  border-radius: 2px;
  width: 201px;
}
.ad-hard .recommend-line-content .recommend-text[data-v-29f029ee] {
  padding: 0 13px;
  color: #848B99;
}
.ad-hard .recommend-line-content .recommend-line-left[data-v-29f029ee] {
  transform: rotate(180deg);
}
.ad-hard .series[data-v-29f029ee] {
  display: flex;
  margin-bottom: 8px;
}
.ad-hard .series .series-img[data-v-29f029ee] {
  width: 120px;
  height: 80px;
  background-size: 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.ad-hard .series .series-description[data-v-29f029ee] {
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ad-hard .series .series-description .series-name[data-v-29f029ee] {
  font-size: 20px;
  font-family: PingFang SC;
  color: #232A34;
  position: relative;
}
.ad-hard .series .series-description .series-name .arrow-icon[data-v-29f029ee] {
  margin-left: 4px;
  line-height: 1;
}
.ad-hard .series .series-description .series-name .model-popup[data-v-29f029ee] {
  position: absolute;
  top: 100%;
  z-index: 1;
  left: 0;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 432px;
  height: 218px;
  overflow: scroll;
}
.ad-hard .series .series-description .series-name .model-popup ul[data-v-29f029ee] {
  padding-top: 6px;
}
.ad-hard .series .series-description .series-name .model-popup ul li[data-v-29f029ee] {
  display: flex;
  justify-content: space-between;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #232A34;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  cursor: pointer;
}
.ad-hard .series .series-description .series-name .model-popup ul li .price[data-v-29f029ee] {
  flex-shrink: 0;
}
.ad-hard .series .series-description .series-name .model-popup ul li[data-v-29f029ee]:hover {
  background: #F5F6F8;
}
.ad-hard .series .series-description .series-price[data-v-29f029ee] {
  font-size: 14px;
  color: #4E535E;
  margin-top: 8px;
}
.ad-hard .form-content[data-v-29f029ee] {
  width: 641px;
  margin: 40px auto 0;
}
.ad-hard .form-item[data-v-29f029ee] {
  margin-bottom: 12px;
}
.ad-hard .form-item .form-input[data-v-29f029ee] {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  height: 40px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  position: relative;
  color: #232A34;
}
.ad-hard .form-item .form-input input[data-v-29f029ee] {
  flex: 1;
  font-size: 14px;
}
.ad-hard .form-item .form-input input[data-v-29f029ee]::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.ad-hard .form-item .form-input .label-name[data-v-29f029ee] {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #232A34;
  margin-right: 24px;
  min-width: 57px;
  display: flex;
  justify-content: space-between;
}
.ad-hard .form-item .form-input .clear-button[data-v-29f029ee] {
  padding-left: 5px;
  color: #ccc;
  cursor: pointer;
}
.ad-hard .form-item .form-input .city-selector-wrapper[data-v-29f029ee] {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 450px;
}
.ad-hard .form-item .form-input .city-selector-wrapper[data-v-29f029ee] .container {
  height: 218px;
}
.ad-hard .form-item .form-input .select-city[data-v-29f029ee] {
  position: relative;
  flex: 1;
  line-height: 21px;
  cursor: pointer;
}
.ad-hard .form-item .form-input .select-city .down-arrow-icon[data-v-29f029ee] {
  float: right;
}
.ad-hard .form-item .form-input .select-dealer[data-v-29f029ee] {
  flex: 1;
  height: 21px;
  cursor: pointer;
}
.ad-hard .form-item .form-input .select-dealer .down-arrow-icon[data-v-29f029ee] {
  float: right;
}
.ad-hard .form-item .isActive[data-v-29f029ee] {
  border-color: #00cecf;
}
.ad-hard .form-item .isActive .down-arrow-icon[data-v-29f029ee] {
  transform: rotate(-180deg);
}
.ad-hard .form-item .error-text[data-v-29f029ee] {
  font-size: 13px;
  color: red;
  margin-top: 12px;
}
.ad-hard .get-price[data-v-29f029ee] {
  background: #00CECF;
  border-radius: 4px;
  height: 42px;
  line-height: 42px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  margin-top: 24px;
  cursor: pointer;
}
.ad-hard .statement[data-v-29f029ee] {
  padding: 6px 0 40px;
}
.ad-hard .dealer[data-v-29f029ee] {
  font-size: 12px;
  color: #848E99;
  text-align: center;
  padding: 24px 0px;
}
.ad-hard .list[data-v-29f029ee] {
  width: 642px;
  margin: 0 auto;
}
.ad-hard .list .list-item[data-v-29f029ee] {
  display: flex;
  align-items: center;
  height: 90px;
}
.ad-hard .list .list-item img[data-v-29f029ee] {
  width: 100px;
  margin-right: 14px;
}
.ad-hard .list .list-item .price-info[data-v-29f029ee] {
  flex: 1;
  font-family: PingFang SC;
}
.ad-hard .list .list-item .price-info .series-name[data-v-29f029ee] {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #232A34;
}
.ad-hard .list .list-item .price-info .price[data-v-29f029ee] {
  margin-bottom: 11px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #FF4556;
}
.ad-hard .list .list-item .price-info .discount[data-v-29f029ee] {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #00CECF;
}
.ad-hard .list .list-item .price-info .discount .arrow-icon[data-v-29f029ee] {
  font-size: 13px;
  font-weight: bold;
  transform: rotateZ(180deg);
  display: inline-block;
}
.ad-hard .list .list-item .get-price[data-v-29f029ee] {
  background: #00CECF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 87px;
  height: 36px;
  box-sizing: border-box;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
  cursor: pointer;
}
.ad-hard .list .list-item .disable-btn[data-v-29f029ee] {
  background: #F6F7F8;
  color: #ABB3BC;
}

