.dealer_row {
  display: flex;
}
.dealer_left {
  padding-right: 30px;
}
.dealer_main {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.dealer_section {
  min-width: 80px;
}
.dealer_title {
  width: fit-content;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  position: relative;
}
.dealer_title::after {
  position: absolute;
  top: 2px;
  right: -8px;
  content: "*";
  color: red;
  font-size: 13px;
}
.dealer_entry {
}
.entry_card {
  width: 325px;
  height: 48px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #bcbcbc;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.entry_input {
  width: 100%;
  height: 80%;
  font-size: 13px;
}
.city_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  width: 100%;
  cursor: pointer;
}
.selt_icon {
  width: 16px;
  height: 11px;
}
.dealer_guide {
  padding: 30px 0 0 85px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.guide_checkbox {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-right: 8px;
}
.dealer_link {
  font-weight: 400;
  font-size: 14px;
  color: #0066cc;
  cursor: pointer;
  margin-left: 5px;
}
.dealer_button {
  width: 214px;
  height: 48px;
  background: #c9151e;
  border-radius: 5px 5px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.upload_main {
  margin-top: 30px;
}
.upload_title {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  width: fit-content;
  position: relative;
}
.upload_title::after {
  position: absolute;
  top: 8px;
  left: -50px;
  background-image: url("../static/lins.png");
  width: 30px;
  height: 5px;
  background-size: 100% 100%;
  content: "";
}
.upload_title::before {
  position: absolute;
  top: 8px;
  right: -50px;
  background-image: url("../static/lins.png");
  width: 30px;
  height: 5px;
  background-size: 100% 100%;
  content: "";
  transform: rotate(180deg);
}
.upload_head {
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload_img {
  width: 226px;
  height: 153px;
  margin-top: 20px;
  display: block;
  cursor: pointer;
}
.dealer_service {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.result_pages {
  display: none;
}
.service_icon {
  width: 118px;
  height: 118px;
}
.service_text {
  font-weight: 500;
  font-size: 32px;
  color: #000000;
}
.service_tips {
  font-weight: 500;
  font-size: 16px;
  color: #666666;
}
.service_text {
  margin: 10px 0 15px 0;
}
.service_button {
  width: 214px;
  height: 48px;
  background: #c9151e;
  border-radius: 5px 5px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-top: 72px;
  cursor: pointer;
}
.upload_box {
  width: 110px;
  height: 110px;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #bcbcbc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-sizing: border-box;
  cursor: pointer;
}
.upload_image {
  width: 50px;
  height: 50px;
}
.preview_image {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
}
.width_120 {
  width: 120px;
}
.pl_120 {
  padding-left: 120px;
}
.realtime_row {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #c9151e;
  margin-top: 30px;
}
.realtime_icon{
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
.prompt{
  background: #f90;
  padding:5px 8px;
  box-sizing: border-box;
  font-size: 13px;
  color: #FFF;
  margin-top: 20px;
  border-radius: 2px;
}
