.banner-bg {
    height: 480px;
  }

  .banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .popular-main {
    padding: 78px 0 150px;
  }

  .popular-main .vertical-nav-container {
    padding: 30px 21px;
    border-radius: 26px;
    background-color: #FAF6F0;
  }

  .popular-main .vertical-title {
    font-size: 24px;
    line-height: 29px;
    color: #272727;
  }

  .popular-main .vertical-title::after {
    content: '';
    display: block;
    margin-top: 5px;
    width: 42px;
    height: 3px;
    background-color: #FC800A;
  }

  .popular-main .vertical-list {
    padding: 0;
    margin-top: 20px;
  }

  .vertical-list .vertical-list-item {
    margin-bottom: 12px;
  }

  .vertical-list .vertical-list-item>a {
    display: flex;
    background-color: #FFFFFF;
    padding: 13px 19px;
    justify-content: space-between;
    align-items: center;
    border-radius: 25px;
  }

  .vertical-list .vertical-list-item .vertical-list-item-icon {
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    background-color: #8BC53E;
  }

  .vertical-list .vertical-list-item.active .vertical-list-item-icon {
    background-color: #fff;
  }

  .vertical-list .vertical-list-item.active>a {
    background-color: #8BC53E;
  }

  .vertical-list .vertical-list-item.active>a span {
    color: #fff;
  }

  .vertical-list .vertical-list-item>a span {
    font-size: 22px;
    line-height: 26px;
    color: #505050;
  }

  .popular-main-content {
    /* padding: 0 20px; */
  }

  /* 步骤流程图 */
  #step-container {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }

  #step-container .step {
    flex: 1;
  }

  #step-container .step-progress {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #step-container .step-text {
    font-size: 25px;
    line-height: 30px;
    color: #B2B2B2;
  }

  #step-container .step.active .step-text {
    color: #505050;
  }

  #step-container .step-line {
    width: 100%;
    height: 3px;
    background-color: #D7D7D7;
  }

  #step-container .step-num {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #D7D7D7;
    position: absolute;
  }

  #step-container .step.active .step-num {
    background-color: #fff;
    border-color: #7DBE48;
    border: 1px solid #7DBE48;
    width: 30px;
    height: 30px;
    padding: 6px;
  }

  #step-container .step.active .step-num::after {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background-color: #7DBE48;
    border-radius: 50%;
  }

  #step-container .step.complete .step-num {
    background-color: #7DBE48;
  }

  #step-container .step:first-child .step-line {
    background: transparent;
  }

  #step-container .step:last-child .step-line {
    background: linear-gradient(to right, #D7D7D7 0%, #D7D7D7 50%, transparent 51%, transparent 100%);
  }

  #step-container .step.active .step-line {
    background: linear-gradient(to right, #7DBE48 0%, #7DBE48 50%, #D7D7D7 51%, #D7D7D7 100%);
  }

  #step-container .step.active:last-child .step-line {
    background: linear-gradient(to right, #7DBE48 0%, #7DBE48 50%, transparent 51%, transparent 100%);
  }

  #step-container .step.complete .step-line {
    background: linear-gradient(to left, #7DBE48 0%, #7DBE48 50%, transparent 51%, transparent 100%);
  }

  #step-container .step.complete:not(:first-child) .step-line {
    background: #7DBE48;
  }

  #step-container .step.active:first-child .step-line {
    background: linear-gradient(to left, #D7D7D7 0%, #D7D7D7 50%, transparent 51%, transparent 100%);
  }

  #next-btn {
    margin-top: 56px;
    text-align: center;
  }

  #next-btn button {
    padding: 16px 113px;
    border-radius: 12px;
    background-color: #7DBE48;
    color: #fff;
    font-size: 26px;
    line-height: 31px;
  }


  /* 内容 */
  .step-main-content .content-title {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 56px;
    color: #212529;
    text-align: center;
  }

  .step-main-content {
    max-width: 85%;
    padding: 40px 0 0;
    margin: 0 auto;
  }

  .step-main-content .select-row button,
  .step-main-content .select-row ul {
    width: 100%;
  }

  .step-main-content .select-row {
    margin-bottom: 24px;
  }

  .step-main-content .select-row>button {
    font-size: 20px;
    line-height: 24px;
    position: relative;
    padding: 20px 0 20px 50px;
    text-align: left;
    background-color: #F1F3F4;
    border-radius: 11px;
    border: 1px solid #DFDFDF;
  }

  .step-main-content .select-row .dropdown-toggle::after,
  .step-main-content .select-row .select-icon {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }

  .step-main-content .select-row .select-icon img {
    width: 20px;
  }

  .step-main-content .select-row .select-icon {
    left: 20px;
  }

  .step-main-content .select-row .dropdown-toggle::after {
    right: 26px;
  }

  .step-main-content .submit-btn {
    padding-top: 10px;
    text-align: center;
  }

  .step-main-content .submit-btn>button {
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    background-color: #7DBE48;
    border-radius: 11px;
    padding: 15px 55px 20px 55px;
  }

  .select-row .select-title {
    font-size: 22px;
    line-height: 26px;
    color: #505050;
  }

  .step-main-content .form-control {
    border: 1px solid #DFDFDF;
    border-radius: 12px;
    background-color: #F1F3F4;
    padding: 22px 28px;
    color: #505050;
    font-size: 22px;
    line-height: 26px;
  }

  .step-main-content .form-box {
    margin-bottom: 34px;
  }

  .step-main-content input::placeholder {
    color: #505050;
  }

  .popular-main-content .think-message {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    color: #505050;
    margin-top: 45px;
  }

  .step-main-content .step-item-content {
    display: none;
  }

  .step-main-content .step-item-content.acive {
    display: block;
  }

  @media(max-width:1024px) {
    #step-container .step-text {
      display: none;
    }
  }

  @media(max-width:465px) {
    .main-body .banner-bg {
      height: 300px;
    }

    .step-main-content .select-row .select-icon img {
      width: 18px;
    }

    .select-row .select-title {
      font-size: 18px;
    }

    .step-main-content .content-title {
      font-size: 30px;
      line-height: 38px;
    }

    #next-btn button {
      font-size: 22px;
    }

    .step-main-content .form-control {
      font-size: 18px;
    }

    .popular-main-content .think-message {
      font-size: 20px;
    }
  }


  .vertical-list .dropdown-conainer {
    background-color: rgba(125, 190, 72, 0.1);
    margin-top: -25px;
    padding: 45px 22px 22px;
    border-radius: 12px;
  }

  .dropdown-conainer .dropdown-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
  }

  .dropdown-conainer .dropdown-title span {
    font-size: 22px;
    line-height: 26px;
    color: #505050;
  }

  .dropdown-conainer .dropdown-group:not(:first-child) .dropdown-title {
    margin: 0;
  }

  .dropdown-conainer .dropdown-group:not(:first-child) {
    border-top: 2px solid #fff;
    padding: 20px 0;
  }

  .dropdown-conainer .nav-item {
    padding: 10px 0;
  }

  .dropdown-conainer .nav-item.active .nav-link {
    color: #57A21B;
  }

  .dropdown-conainer .nav-link {
    font-size: 22px;
    line-height: 26px;
    color: #505050;
    padding: 0;
  }

  .search-main {
    padding: 78px 0 150px;
  }

  .search-main .vertical-nav-container {
    padding: 30px 21px;
    border-radius: 26px;
    background-color: #FAF6F0;
  }

  .search-main .vertical-title {
    font-size: 24px;
    line-height: 29px;
    color: #272727;
  }

  .search-main .vertical-title::after {
    content: '';
    display: block;
    margin-top: 5px;
    width: 42px;
    height: 3px;
    background-color: #FC800A;
  }

  .search-main .vertical-list {
    padding: 0;
    margin-top: 20px;
  }

  .search-main-content {
    padding: 0 30px;
  }

  .search-main-content .content-title {
    font-size: 36px;
    line-height: 43px;
    color: #212529;
    text-align: center;
    margin-bottom: 48px;
  }
  .form-box .form-control {
    border: 1px solid #DFDFDF;
    border-radius: 12px;
    background-color: #F1F3F4;
    padding: 22px 28px;
    color: #505050;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
  }

  .search-main-content .form-box {
    margin-bottom: 26px;
  }
  .search-main-content .message{
    font-size: 22px;
    line-height: 26px;
    color: #212529;
    text-align: center;
    margin-top: 88px;
  }
  .search-main-content .message a{
    color: #FC800A;
  }

  #carouselExampleRide {
    margin-bottom: 24px;
  }

  #carouselExampleRide .carousel-control-prev {
    justify-content: start;
    transform: translateX(-20px);
  }

  #carouselExampleRide .carousel-control-next {
    justify-content: end;
    transform: translateX(20px);
  }

  #carouselExampleRide .carousel-control-prev span,
  #carouselExampleRide .carousel-control-next span {
    display: inline-block;
    color: #CBCBCB;
    font-size: 30px;
    line-height: 30px;
    border: 2px solid #CBCBCB;
    border-radius: 50%;
    padding: 5px;

  }

  #carouselExampleRide .carousel-control-prev:active span,
  #carouselExampleRide .carousel-control-next:active span {
    color: #FC800A;
    border-color: #FC800A;
  }

  .search-main-content .info div {
    color: #505050;
    font-size: 24px;
    line-height: 29px;
  }

  .search-main-content .info .other-info {
    color: #505050;
    font-size: 22px;
    line-height: 42px;
  }

  .dropdown-header {
    font-size: 1.175rem;
    color: #0d6efd;
  }   
  
  @media(max-width:465px) {

    .search-main-content {
      padding: 0 10px;
    }
    .search-main-content .content-title {
        font-size: 30px;
        line-height: 40px;
      }

      .search-main-content .info div {
        font-size: 22px;
        line-height: 30px;
      }

      .search-main-content .info .other-info {
        font-size: 20px;
        line-height: 30px;
      }
      
    .form-box .form-control {
      font-size: 18px;
      line-height: 24px;
    }
    .search-main-content .message {
      margin-top: 50px;
    }
  }


  .search-results {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .result-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .result-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .result-header h4 {
    font-size: 20px;
    color: #333;
  }
  
  .result-body p {
    margin: 5px 0;
    font-size: 16px;
    color: #555;
  }
  
  .result-footer {
    margin-top: 15px;
    display: flex;
    gap: 10px;
  }
  
  .result-footer .btn {
    padding: 8px 15px;
    font-size: 16px;
  }