body {
  --next-box-height: 30vw;
  --next-box-title-width: 15.625vw;
  --next-box-title-height: 6vw;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制在两行 */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  /* 防止长单词或URL地址不会换行 */
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  /* 防止长单词或URL地址不会换行 */
}
.section-gap {
  margin-top: 200px;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
@media (max-width: 1536) {
  .section-gap {
    margin-top: 170px;
  }
}
@media (max-width: 1280px) {
  .section-gap {
    margin-top: 140px;
  }
}
@media (max-width: 1024px) {
  .section-gap {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .section-gap {
    margin-top: 20px;
  }
}
.section-l-margin {
  padding-left: 8.33vw;
}
@media (max-width: 1536) {
  .section-l-margin {
    padding-left: 5.33vw;
  }
}
@media (max-width: 1280px) {
  .section-l-margin {
    padding-left: 40px;
  }
}
.button-action {
  width: fit-content;
  position: relative;
  margin: 0;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-weight: 400;
  font-family: inherit;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.button-action a {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.button-action:hover a {
  animation-delay: 0.06s;
}
@keyframes rotate624 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes storm1261 {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
.company-box {
  /*将轨道改为蓝色，并设置圆形边框*/
  /* 将滚动条设置为灰色并将其设置为圆形*/
}
.company-box ::-webkit-scrollbar {
  width: 6px;
}
.company-box ::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 6px;
}
.company-box ::-webkit-scrollbar-thumb {
  background: #b4b4b4;
  border-radius: 10px;
}
/*悬停时呈深灰色*/
.button-action {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.button-action a {
  width: 258px;
  height: 50px;
  line-height: 50px;
  z-index: 20;
  display: block;
}
.button-action:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.4;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.button-action:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 767px) {
  .button-action a {
    width: 130px;
    height: 30px;
    line-height: 30px;
    z-index: 20;
    font-size: 14px;
    display: block;
  }
}
.button-action2 {
  background: transparent;
  position: relative;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 25px;
  outline: none;
  overflow: hidden;
  color: #fff;
  transition: color 0.3s 0.1s ease-out;
  text-align: center;
}
.button-action2 span {
  margin: 10px;
}
.button-action2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center;
  transition: box-shadow 0.4s ease-out;
  z-index: -1;
}
.button-action2:hover {
  color: #000;
  border: 1px solid #fff;
}
.button-action2:hover::before {
  box-shadow: inset 0 0 0 10em #fff;
}
.animate__delay-005s {
  animation-delay: 0.05s;
}
.animate__delay-01s {
  animation-delay: 0.1s;
}
.animate__delay-02s {
  animation-delay: 0.2s;
}
.animate__delay-03s {
  animation-delay: 0.3s;
}
.animate__delay-04s {
  animation-delay: 0.4s;
}
.animate__duration-2s {
  animation-duration: 2s;
}
.animate__duration-15s {
  animation-duration: 1.5s;
}
.animate__duration-13s {
  animation-duration: 1.3s;
}
@media (max-width: 767px) {
  .animate__delay-005s {
    animation-delay: 0s;
  }
  .animate__delay-01s {
    animation-delay: 0s;
  }
  .animate__delay-02s {
    animation-delay: 0s;
  }
  .animate__delay-03s {
    animation-delay: 0s;
  }
  .animate__delay-04s {
    animation-delay: 0s;
  }
  .animate__duration-2s {
    animation-duration: 0s;
  }
  .animate__duration-15s {
    animation-duration: 0s;
  }
  .animate__duration-13s {
    animation-duration: 0s;
  }
}
.button-hover {
  background: transparent;
  position: relative;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 25px;
  outline: none;
  overflow: hidden;
  color: #fff;
  transition: all 0.3s 0.1s ease-out;
  text-align: center;
}
.button-hover:hover {
  color: #000;
  background: #fff;
}
.button-hover2 {
  background: transparent;
  position: relative;
  padding: 0.78vw 4.68vw;
  display: flex;
  align-items: center;
  font-size: calc(12px + 0.2vw);
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 8px;
  outline: none;
  overflow: hidden;
  color: #fff;
  transition: all 0.3s 0.1s ease-out;
  text-align: center;
}
.button-hover2:hover {
  color: #000;
  background: #fff;
}
header {
  width: 100%;
  overflow: hidden;
  position: relative;
}
header .headerSwiper {
  height: 100%;
}
header .headerSwiper .swiper-slide .swiper-slide-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .headerSwiper .swiper-slide .swiper-slide-banner.pc {
  display: block;
}
header .headerSwiper .swiper-slide .swiper-slide-banner.wap {
  display: none;
}
header .headerSwiper .swiper-slide .slide-text-box {
  width: fit-content;
  position: absolute;
  bottom: 37%;
  color: #fff;
}
header .headerSwiper .swiper-slide .slide-text-box .slide-text {
  font-size: 0.24rem;
  line-height: 1;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s;
  letter-spacing: 5px;
}
header .headerSwiper .swiper-slide .slide-text-box .slide-text-second {
  font-size: 0.5rem;
  line-height: 1;
  padding: 0.46rem 0 10px 0;
  letter-spacing: 13px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s 0.1s;
}
header .headerSwiper .swiper-slide .slide-text-box .slide-text-third {
  font-size: 18px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s 0.2s;
}
header .headerSwiper .swiper-slide.swiper-slide-active .slide-text-box .slide-text {
  transform: translateY(0%);
  opacity: 1;
}
header .headerSwiper .swiper-slide.swiper-slide-active .slide-text-box .slide-text-second {
  transform: translateY(0%);
  opacity: 1;
}
header .headerSwiper .swiper-slide.swiper-slide-active .slide-text-box .slide-text-third {
  transform: translateY(0%);
  opacity: 0.8;
}
@media (max-width: 767px) {
  header .headerSwiper .swiper-slide .slide-text-box {
    top: 18vh;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 20px !important;
    padding-right: 20px;
    width: 100%;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text {
    font-size: 16px;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text-second {
    font-size: 24px;
    padding: 20px 0 8px 0;
    letter-spacing: 2px;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s 0.1s;
  }
  header .headerSwiper .swiper-slide .slide-text-box .slide-text-third {
    font-size: 14px;
  }
  header .headerSwiper .swiper-slide .slide-text-box .header-more {
    width: 143px !important;
    height: 32px !important;
    line-height: 32px !important;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s 0.3s;
  }
}
header .headerSwiper .swiper-scrollbar {
  width: 196px !important;
  background-color: #fff;
  bottom: 44px;
  left: 40px;
  height: 2px;
}
header .headerSwiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #30c6d1;
}
@media (max-width: 767px) {
  header .headerSwiper .swiper-slide .swiper-slide-banner.pc {
    display: none;
  }
  header .headerSwiper .swiper-slide .swiper-slide-banner.wap {
    display: block;
  }
}
header .header-arrow {
  width: 100%;
  position: absolute;
  bottom: 54px;
  display: flex;
  justify-content: center;
  z-index: 2;
  animation: 2s linear infinite headerArrow;
}
@media (max-width: 767px) {
  header .header-arrow {
    display: none;
  }
  header .headerSwiper {
    height: 100vh;
  }
  header .headerSwiper .swiper-scrollbar {
    width: 196px !important;
    background-color: #fff;
    bottom: 44px;
    left: calc((100vw - 196px) / 2);
    height: 2px;
  }
}
header .sidebar {
  position: fixed;
  bottom: 44px;
  z-index: 20;
  right: 40px;
  opacity: 0;
  transition: all 0.5s;
}
header .sidebar .sidebar-continer {
  background-color: #ffffffcc;
  backdrop-filter: blur(4px);
  padding: 2px;
  border-radius: 2px;
  margin-bottom: 10px;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box img {
  filter: brightness(0);
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box:hover {
  background: #333333;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box:hover img {
  filter: none;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img {
  width: 24px;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img2 {
  width: 26px;
}
header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img3 {
  width: 20px;
}
header .sidebar .sidebar-go-top {
  cursor: pointer;
  padding: 2px;
  border-radius: 2px;
  background-color: #ffffffee;
  backdrop-filter: blur(4px);
  height: 54px;
  transition: height 0.5s;
}
header .sidebar .sidebar-go-top div {
  width: 50px;
  height: 50px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .sidebar .sidebar-go-top div img {
  width: 26px;
  filter: brightness(0);
}
header .sidebar .sidebar-go-top div:hover {
  background: #333333;
}
header .sidebar .sidebar-go-top div:hover img {
  filter: none;
}
header .sidebar .sidebar-go-top.sidebar-go-top-active {
  opacity: 1;
  height: 54px;
}
@media (max-width: 767px) {
  header .sidebar {
    right: 20px;
  }
  header .sidebar .sidebar-continer {
    background-color: #ffffffad;
    padding: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
  }
  header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box {
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
  header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img {
    width: 22px;
  }
  header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img2 {
    width: 24px;
  }
  header .sidebar .sidebar-continer .sidebar-contact .sidebar-contact-box .header-img3 {
    width: 18px;
  }
  header .sidebar .sidebar-go-top {
    height: 44px;
  }
  header .sidebar .sidebar-go-top div {
    width: 40px;
    height: 40px;
  }
  header .sidebar .sidebar-go-top div img {
    width: 22px;
  }
  header .sidebar .sidebar-go-top.sidebar-go-top-active {
    opacity: 1;
    height: 44px;
  }
}
@keyframes headerArrow {
  from {
    transform: translateY(0%);
    opacity: 1;
  }
  to {
    transform: translateY(24px);
    opacity: 0.5;
  }
}
.second-screen {
  width: 100%;
  padding-bottom: 1rem;
}
.second-screen .reason-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
.second-screen .reason-box .reason-left .reason-ul .reason-li {
  padding: 2.5vw 3vw;
  position: relative;
  border-bottom: 1px solid #00000017;
}
.second-screen .reason-box .reason-left .reason-ul .reason-li::before {
  content: '';
  width: 0%;
  height: 1px;
  background: #30C6D1;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.second-screen .reason-box .reason-left .reason-ul .reason-li .reason-num {
  font-size: 0.34rem;
  line-height: 1;
  color: #30C6D1;
  padding-bottom: 0.14rem;
  transition: all 0.3s;
}
.second-screen .reason-box .reason-left .reason-ul .reason-li .reason-title {
  font-size: 0.24rem;
  line-height: 1;
  color: #000000;
}
.second-screen .reason-box .reason-left .reason-ul .reason-li .reason-contract {
  display: none;
  padding-top: 0.22rem;
}
.second-screen .reason-box .reason-left .reason-ul .reason-li .reason-contract .reason-border {
  width: 0px;
  height: 2px;
  background: #30C6D1;
  margin-bottom: 1.3vw;
  transition: width 0.3s;
}
.second-screen .reason-box .reason-left .reason-ul .reason-li .reason-contract .reason-details {
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.24rem;
}
.second-screen .reason-box .reason-left .reason-ul .reason-li.active::before {
  width: 100%;
}
.second-screen .reason-box .reason-left .reason-ul .reason-li.active {
  background: #F9F9F9;
}
.second-screen .reason-box .reason-left .reason-ul .reason-li.active .reason-num {
  font-size: 0.48rem;
}
.second-screen .reason-box .reason-left .reason-ul .reason-li.active .reason-title {
  font-size: 0.24rem;
}
.second-screen .reason-box .reason-left .reason-ul .reason-li.active .reason-contract {
  display: block;
}
.second-screen .reason-box .reason-left .reason-ul .reason-li.active .reason-contract .reason-border {
  width: 40px;
}
.second-screen .reason-box .reason-right {
  overflow: hidden;
}
.second-screen .reason-box .reason-right .reasonSwiper {
  height: 100%;
}
.second-screen .reason-box .reason-right .reasonSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .second-screen .third-screen-title {
    padding: 50px 0 50px 0;
  }
  .second-screen .reason-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .second-screen .reason-box .reason-right {
    width: 100%;
    height: 230px;
  }
  .second-screen .reason-box .reason-left .reason-ul .reason-li {
    padding: 22px 12px;
  }
  .second-screen .reason-box .reason-left .reason-ul .reason-li .reason-num {
    font-size: 22px;
    padding-bottom: 8px;
  }
  .second-screen .reason-box .reason-left .reason-ul .reason-li .reason-title {
    font-size: 14px;
  }
  .second-screen .reason-box .reason-left .reason-ul .reason-li .reason-contract {
    padding-top: 10px;
  }
  .second-screen .reason-box .reason-left .reason-ul .reason-li .reason-contract .reason-details {
    font-size: 12px;
    line-height: 18px;
  }
  .second-screen .reason-box .reason-left .reason-ul .reason-li .reason-contract .reason-border {
    margin-bottom: 18px;
  }
  .second-screen .reason-box .reason-left .reason-ul .reason-li.active .reason-num {
    font-size: 26px;
  }
  .second-screen .reason-box .reason-left .reason-ul .reason-li.active .reason-title {
    font-size: 16px;
  }
  .second-screen .reason-box .reason-left .reason-ul .reason-li::before {
    background: unset;
  }
}
.third-screen {
  background-color: #F9F9F9;
}
.third-screen .form-title {
  font-size: 0.44rem;
  line-height: 1;
  padding-bottom: 0.34rem;
  text-align: center;
  color: #212121;
}
.third-screen .form-dec {
  font-size: 0.28rem;
  line-height: 1;
  margin-bottom: 0.9rem;
  text-align: center;
  color: #212121;
}
.third-screen #predetermine input {
  border: 1px solid #ccc;
  font-size: 0.18rem;
  border-radius: 0.1rem;
}
.third-screen #predetermine .basic-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.2rem;
  gap: 0.38rem;
}
.third-screen #predetermine .basic-info .input-type {
  width: 4rem;
  height: 0.78rem;
  padding-left: 0.3rem;
  background: #f9f9f9;
}
.third-screen #predetermine .basic-info .male-box {
  font-size: 0.18rem;
  display: flex;
  gap: 0.5rem;
  width: 4rem;
}
.third-screen #predetermine .basic-info .male-box .male-select {
  /* 当radio被选中时，改变自定义radio的颜色 */
}
.third-screen #predetermine .basic-info .male-box .male-select input {
  margin-right: 0.2rem;
}
.third-screen #predetermine .basic-info .male-box .male-select .custom-radio {
  display: none;
  /* 隐藏原生的radio */
}
.third-screen #predetermine .basic-info .male-box .male-select .custom-radio-label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.third-screen #predetermine .basic-info .male-box .male-select .custom-radio-label .custom-radio-dot {
  width: 0.2rem;
  height: 0.2rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 0.2rem;
}
.third-screen #predetermine .basic-info .male-box .male-select .custom-radio-label .custom-radio-text {
  color: #999999;
}
.third-screen #predetermine .basic-info .male-box .male-select .custom-radio:checked + .custom-radio-label .custom-radio-dot {
  background-color: #30C6D1;
  /* 自定义选中颜色 */
  border-color: #30C6D1;
}
.third-screen #predetermine .basic-info .male-box .male-select .custom-radio:checked + .custom-radio-label .custom-radio-text {
  color: #252525;
}
.third-screen #predetermine .basic-info .verify-box {
  width: 4rem;
  position: relative;
}
.third-screen #predetermine .basic-info .verify-box .input-type {
  display: block;
}
.third-screen #predetermine .basic-info .verify-box .send-code {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1.6rem;
  height: 0.78rem;
  line-height: 0.78rem;
  text-align: center;
  border: 2px solid #000;
  border-radius: 0.1rem;
  cursor: pointer;
}
.third-screen #predetermine .basic-info .address-box {
  width: 8.42rem;
  height: 0.78rem;
  border-radius: 0.1rem;
  border: 1px solid #CCCCCC;
  font-size: 0.18rem;
}
.third-screen #predetermine .basic-info .address-box .contetn {
  height: 100%;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.third-screen #predetermine .basic-info .address-box .contetn .form-type-box {
  width: 100%;
  padding: 0 0.3rem;
}
.third-screen #predetermine .basic-info .address-box .contetn .form-type-box .car-type {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../assets/arrow-down.png) no-repeat right center;
  padding-right: 20px;
  /* 为箭头留出空间 */
}
.third-screen #predetermine .basic-info .address-box .contetn .form-type-box .car-type option:hover {
  background-color: #f0f0f0;
  /* 鼠标悬停时的背景色 */
  color: #000;
  /* 鼠标悬停时的文字颜色 */
}
.third-screen #predetermine .form-radio {
  font-size: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.third-screen #predetermine .form-radio .form-type-radio {
  width: 8.42rem;
  display: flex;
  align-items: center;
}
.third-screen #predetermine .form-radio .form-type-radio input[type="radio"]:checked {
  background-color: #4caf50;
  /* 修改为你想要的颜色 */
  border: 2px solid #4caf50;
  /* 修改为你想要的颜色 */
}
.third-screen #predetermine .form-radio .form-type-radio .type-authorization {
  font-size: 15px;
  padding-left: 10px;
}
.third-screen #predetermine .submit {
  display: flex;
  justify-content: center;
}
.third-screen #predetermine .submit .button-book {
  border-radius: 8px;
  width: 4rem;
  height: 0.78rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.2rem;
  background-color: #181818;
  color: #fff;
  margin-top: 0.6rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .third-screen {
    padding-top: 0;
  }
  .third-screen .third-title {
    display: flex;
    flex-direction: column;
  }
  .third-screen .form-title {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .third-screen .form-dec {
    line-height: unset;
    padding: 0 20px;
    font-size: 12px;
  }
  .third-screen #predetermine .basic-info {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
  }
  .third-screen #predetermine .basic-info .input-type {
    width: 44vw;
    height: 38px;
    font-size: 12px;
  }
  .third-screen #predetermine .basic-info .male-box {
    font-size: 12px;
    width: 44vw;
  }
  .third-screen #predetermine .basic-info .male-box .male-select .custom-radio-label .custom-radio-dot {
    width: 9px;
    height: 9px;
  }
  .third-screen #predetermine .basic-info .verify-box {
    width: 44vw;
  }
  .third-screen #predetermine .basic-info .verify-box .send-code {
    font-size: 12px;
    width: 80px;
    height: 38px;
    line-height: 38px;
  }
  .third-screen #predetermine .basic-info .address-box {
    width: 90.5vw;
    height: 38px;
    font-size: 12px;
  }
  .third-screen #predetermine .basic-info .address-box .contetn {
    gap: 0px;
  }
  .third-screen #predetermine .basic-info .address-box .contetn .form-type-box .car-type {
    background-size: 12px;
  }
  .third-screen #predetermine .form-radio .form-type-radio {
    width: 90.5vw;
  }
  .third-screen #predetermine .form-radio .form-type-radio .type-authorization {
    font-size: 12px;
  }
  .third-screen #predetermine .submit .button-book {
    width: 65vw;
    height: 38px;
    font-size: 12px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.map-screen {
  display: flex;
  gap: 0.37rem;
  height: 100vh;
  max-height: 100vh;
}
.map-screen .map-left {
  padding-top: 1.5rem;
  width: 40%;
}
.map-screen .map-left .retail-store {
  font-size: 0.44rem;
  line-height: 1;
  padding-bottom: 0.4rem;
  color: #000;
}
.map-screen .map-left #retailStore {
  font-size: 0.18rem;
  margin-bottom: 0.5rem;
}
.map-screen .map-left #retailStore .choose-address {
  display: flex;
  gap: 0.19rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0.3rem;
}
.map-screen .map-left #retailStore .choose-address .form-type-box.province {
  width: 3.25rem;
  background: #F9F9F9;
  height: 0.78rem;
  line-height: 0.78rem;
  display: flex;
  border-radius: 0.1rem;
  border: 1px solid #CCCCCC;
}
.map-screen .map-left #retailStore .choose-address .form-type-box.city {
  width: 2.18rem;
  background: #F9F9F9;
  height: 0.78rem;
  line-height: 0.78rem;
  display: flex;
  border-radius: 0.1rem;
  border: 1px solid #CCCCCC;
}
.map-screen .map-left #retailStore .choose-address .form-type-box .car-type {
  border-radius: 0.1rem;
  background: #F9F9F9;
}
.map-screen .map-left #retailStore .address-current {
  display: flex;
  gap: 0.14rem;
  align-items: center;
}
.map-screen .map-left #retailStore .address-current img {
  width: 13px;
  height: 18px;
}
.map-screen .map-left #retailStore .line {
  width: 100%;
  height: 1px;
  background: #cccccc48;
  margin-top: 0.3rem;
}
.map-screen .map-left #retailStore .company-box {
  height: 27vw;
  overflow-y: auto;
}
.map-screen .map-left #retailStore .company-box .no-data {
  font-size: 0.24rem;
  color: #000;
  padding-top: 80px;
  text-align: center;
}
.map-screen .map-left #retailStore .company .company-name {
  line-height: 1;
  font-size: 0.24rem;
  color: #000;
  margin-bottom: 0.2rem;
  margin-top: 0.38rem;
}
.map-screen .map-left #retailStore .company:hover .company-name {
  color: #33CCCC;
}
.map-screen .map-left #retailStore .company .company-info {
  font-size: 0.16rem;
  color: #666;
}
.map-screen .map-left #retailStore .company .distance {
  width: fit-content;
  font-size: 0.14rem;
  color: #000;
  border-bottom: 1px solid #000;
  margin-bottom: 0.42rem;
}
.map-screen .map-left #retailStore .company .action-btn {
  display: flex;
  gap: 0.18rem;
  text-align: center;
  font-size: 0.16rem;
  padding-bottom: 0.44rem;
  border-bottom: 1px solid #cccccc48;
}
.map-screen .map-left #retailStore .company .action-btn .reservation {
  width: 1.58rem;
  height: 0.49rem;
  line-height: 0.49rem;
  color: #252525;
  border: 1px solid #252525;
  transition: all 0.3s;
}
.map-screen .map-left #retailStore .company .action-btn .reservation:hover {
  background: #252525;
  color: #fff;
}
.map-screen .map-left #retailStore .company .action-btn .navgation {
  width: 1.58rem;
  height: 0.49rem;
  line-height: 0.49rem;
  color: #ccc;
  border: 1px solid #ccc;
}
.map-screen .map-left #retailStore .company .action-btn .navgation:hover {
  border: 1px solid #252525;
  background: #252525;
  color: #fff;
}
.map-screen .map-right {
  flex: 1;
}
.map-screen .map-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1920px) {
  .map-screen {
    height: 100vh;
  }
  .map-screen .map-left #retailStore .company-box {
    height: 24vw;
  }
}
@media (max-width: 1536px) {
  .map-screen {
    height: fit-content;
    max-height: 100vh;
  }
  .map-screen .map-left {
    width: 50%;
  }
  .map-screen .map-left #retailStore .company-box {
    height: 15.5vw;
  }
}
@media (max-width: 1200px) {
  .map-screen .map-left {
    width: 50%;
  }
  .map-screen .map-left #retailStore .company-box {
    height: 35vw;
  }
  .map-screen .map-left #retailStore .choose-address .form-type-box.province {
    width: 2.6rem;
  }
  .map-screen .map-left #retailStore .choose-address .form-type-box.city {
    width: 2.1rem;
  }
}
@media (max-width: 767px) {
  .map-screen {
    height: fit-content;
    max-height: unset;
    flex-direction: column-reverse;
  }
  .map-screen .map-left {
    width: 100%;
    padding-top: 25px;
  }
  .map-screen .map-left .retail-store {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .map-screen .map-left #retailStore {
    font-size: 12px;
  }
  .map-screen .map-left #retailStore .choose-address {
    margin-bottom: 12px;
  }
  .map-screen .map-left #retailStore .choose-address .form-type-box.province {
    width: 170px;
    height: 38px;
  }
  .map-screen .map-left #retailStore .choose-address .form-type-box.city {
    width: 140px;
    height: 38px;
  }
  .map-screen .map-left #retailStore .company-box {
    height: auto;
  }
  .map-screen .map-left #retailStore .company .company-name {
    font-size: 16px;
    margin-bottom: 18px;
    margin-top: 25px;
  }
  .map-screen .map-left #retailStore .company .company-info {
    font-size: 12px;
  }
  .map-screen .map-left #retailStore .company .distance {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .map-screen .map-left #retailStore .company .action-btn {
    font-size: 14px;
  }
  .map-screen .map-left #retailStore .company .action-btn .reservation {
    width: 130px;
    height: 35px;
    line-height: 35px;
  }
  .map-screen .map-left #retailStore .company .action-btn .navgation {
    width: 130px;
    height: 35px;
    line-height: 35px;
  }
  .map-screen .map-right {
    flex: none;
    width: 100%;
    height: 500px;
  }
  .map-screen .map-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .section-l-margin {
    padding-left: 20px;
  }
}
.select-box {
  width: 100%;
  position: relative;
}
.select-box .m-select {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
.select-box .m-select .select-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.select-box .option-box {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 9999;
  width: 100%;
  display: none;
}
.select-box .option-box .tab {
  background: #fff;
  border: 1px #eee solid;
  max-height: 30vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 0px;
}
.select-box .option-box .tab li {
  border-bottom: 1px solid #f6f6f6;
  padding: 10px 10px;
  color: #666;
  cursor: pointer;
  line-height: 1;
  font-size: 15px;
}
.select-box .option-box .tab li:last-child {
  border-bottom: 0px solid #f6f6f6;
}
.select-box .option-box .tab li.active {
  background: #2fc6d1;
  color: #fff;
}
@media (max-width: 1024px) {
  .select-box {
    width: 100%;
    position: relative;
  }
  .select-box .m-select {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  .select-box .m-select .select-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .select-box {
    width: 100%;
    position: relative;
  }
  .select-box .m-select {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  .select-box .m-select .select-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
}
.tab-suppler::-webkit-scrollbar,
.tab::-webkit-scrollbar {
  width: 5px;
  background-color: #f6f6f6;
}
.tab-suppler::-webkit-scrollbar-thumb,
.tab::-webkit-scrollbar-thumb {
  background-color: #b6b6b6;
  border-radius: 10px;
  transition: background-color 0.2s ease;
}
.company-box {
  height: 40vw;
  overflow-y: auto;
}
.company-box .no-data {
  font-size: 0.24rem;
  color: #000;
  padding-top: 80px;
  text-align: center;
}
