@media (max-width: 1600px) {
  .container {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 80px;
    margin-left: 0px;

    /* 社区详情页面响应式 */
    .detail-container {
      padding: 20px 0;
    }

    .post-detail {
      padding: 20px;
    }

    .post-detail .post-header {
      gap: 12px;
      margin-bottom: 15px;
      padding-bottom: 15px;
    }

    .post-detail .user-avatar img {
      width: 48px;
      height: 48px;
    }

    .post-detail .username {
      font-size: 16px;
    }

    .post-detail .tag {
      font-size: 12px;
      padding: 4px 12px;
    }

    .post-detail .post-content p {
      font-size: 14px;
      line-height: 1.6;
    }

    .post-detail .image-grid {
      gap: 8px;
    }

    .post-video {
      border-radius: 8px;
    }

    .post-video video {
      max-height: 360px;
    }

    .post-detail .post-video video {
      max-height: 420px;
    }

    .post-detail .post-stats {
      gap: 25px;
      padding-top: 15px;
    }

    .post-detail .stat-item {
      font-size: 13px;
    }

  }

  .pro_list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1440px) {

  .container {
    width: auto;
  }

  .nav .nLi h3 a {
    font-size: 14px;
  }

}

@media (max-width: 1260px) {
  .store_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

}

@media (max-width: 960px) {
  body {
    min-width: auto;
  }

  .container {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 30px;
  }

  .top {
    height: 60px;
    top: 0px;
    background: #242520;
  }

  .top_gao {
    height: 60px;
  }

  .top .container {
    height: 100%;
    max-width: 100%;
    padding: 0px 30px;
  }


  .top_r {
    display: none;
  }

  .top .nav {
    display: none;
  }

  .phone_btn {
    display: block;
  }

  .top .phone_btn span {
    width: 20px;
    height: 17px;
    display: inline-block;
    position: relative;
  }

  .top .phone_btn span:before {
    content: "";
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }

  .top .phone_btn span:after {
    content: "";
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .top .phone_btn span i {
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 2px;
    background: #fff;
    margin-top: -1px;
  }

  .top_gao {
    height: 60px;
  }

  .in_banner .swiper-slide .bj .pc_img {
    height: 300px;
  }

  .in_banner .swiper-slide .nr h2 {
    font-size: 26px;
    padding-left: 30px;
  }

  .in_banner .swiper-slide .nr a {
    font-size: 16px;
    margin-top: 30px;
  }

  .in_banner .swiper-slide .nr a span {
    padding: 10px 20px;
    padding-right: 30px;
  }

  .in_banner .swiper-slide .nr a i {
    width: 30px;
    height: 30px;
  }

  .in_banner .swiper-button-next,
  .in_banner .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .in_banner .swiper-button-prev {
    right: 40px;
  }

  .in_box {
    padding: 30px 0px;
  }

  .in_box .hd ul {
    gap: 30px;
  }

  .in_box .hd ul li {
    margin-bottom: -3px;
  }

  .in_box .bd {
    padding-top: 20px;
  }

  .in_box_qh .swiper-slide .swz h2 {
    font-size: 30px;
  }

  .in_box_qh .swiper-slide .img {
    height: 300px;
  }

  .in_box_qh .swiper-slide .wz {
    flex-direction: column;
  }

  .in_box_qh .swiper-slide .wz ul {
    width: 100%;
    padding-bottom: 15px;
  }

  .in_box_qh .swiper-slide .wz .right {
    position: static;
  }

  .in_box_qh .swiper-slide .wz .right a {
    display: inline-block;
    border-radius: 30px;
    padding: 15px 60px;
  }

  .in_box1 {
    height: 40vh;
  }

  .in_box1 h2 {
    font-size: 40px;
  }

  .in_box1 p {
    font-size: 20px;
  }

  .in_box2 {
    height: 50vh;
  }

  .in_box2 h2 {
    width: 150px;
  }

  .in_box2 p {
    font-size: 18px;
  }

  .in_box2 .img {
    top: auto;
    bottom: 0px;
  }

  .in_box3 {
    padding: 40px 0px;
  }

  .in_box3 .container {
    flex-direction: column;
  }

  .in_box3 .left {
    width: 100%;
  }

  .in_box3 .left h2 p {
    font-size: 18px;
  }

  .in_box3 .left h2 b {
    font-size: 50px;
  }

  .in_box3 .left h3 {
    padding-top: 40px;
  }

  .in_box3 .left h3 p {
    font-size: 16px;
  }

  .in_box3_qh {
    width: 100%;
    margin-top: 20px;
  }

  .in_box4 {
    height: 50vh;
  }

  .in_box4::after {
    height: 100%;
  }

  .in_box4 .container h2 {
    padding-top: 10%;
  }

  .in_box4 .img {
    top: 10%;
  }

  .in_box4 .img1 {
    width: 80%;
    bottom: 0px;
  }

  .in_box4 .img1 img {
    width: 100%;
    height: auto;
  }

  .di {
    padding-top: 30px;
  }

  .di2 {
    flex-wrap: wrap;
  }

  .di2 .logo {
    width: 100%;
    padding-bottom: 10px;
  }

  .di2 .logo img {
    width: 200px;
  }

  .di2 .logo p {
    font-size: 20px;
  }

  .di2 .di_dh {
    padding-bottom: 10px;
  }

  .di2 .di_dh a {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
  }

  .di2 .lx {
    width: 100%;
    font-size: 14px;
  }

  .di2 .lx p {
    padding-top: 10px;
  }

  .di2 .dy {
    padding-top: 20px;
    width: 100%;
    min-width: auto;
  }

  .di2 .dy h2 {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .di3 {
    flex-direction: column;
    line-height: 1.6;
    padding: 10px 0px;
  }

  .di4 {
    flex-direction: column;
  }

  .di4 .di_nav {
    width: 100%;
  }

  .di4 .di_nav ul {
    flex-direction: column;
  }

  .di4 .di_nav ul li {
    width: 100%;
  }

  .di4 .di_nav ul h2 a {
    padding-bottom: 6px;
  }

  .di4 .di_nav ul p {
    display: inline-block;
  }

  .di4 .ewm {
    width: 100%;
    padding-top: 20px;
  }

  .di3 .container {
    flex-direction: column;
  }

  .ny_banner {
    height: 40vh;
  }

  .ny_banner h2 {
    font-size: 36px;
  }

  .ny_banner p {
    font-size: 16px;
  }

  .zona_nav .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .zona_nav .left {
    width: 100%;
    padding-bottom: 10px;
    flex-wrap: wrap;
    gap: 20px;
  }

  .zona_nav .right {
    width: 100%;
  }

  .zona_list_r {
    width: 100%;
    padding-top: 30px;
    padding-right: 30px;
  }

  .zona_list_r ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .zona_list_r ul li h2 {
    font-size: 18px;
  }

  .pro_list {
    padding: 30px 0px;
  }

  .pro_list ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .pro_box {
    padding: 40px 0px;
  }

  .pro_box_qh .swiper-slide .video .play {
    width: 50px;
    height: 50px;
  }

  .pro_box_qh .swiper-button-next,
  .pro_box_qh .swiper-button-prev {
    width: 35px;
    height: 35px;
  }

  .pro_bt {
    padding: 20px 0px;
  }

  .pro_bt h2 {
    font-size: 26px;
  }

  .pro_bt p {
    font-size: 14px;
  }

  .pro_box1 {
    padding-bottom: 40px;
  }

  .pro_box1_nr {
    height: auto;
  }

  .pro_box1_nr .hd {
    position: static;
    transform: translate(0, 0%);
  }

  .pro_box1_nr .hd ul li {
    color: #999;
    font-size: 16px;
    margin: 10px 0px;
  }

  .pro_box1_nr .hd ul li.on {
    color: #333;
  }

  .pro_box2 {
    height: 40vh;
  }

  .pro_box2 .nr h2 {
    font-size: 30px;
  }

  .pro_box2 .nr h3 {
    font-size: 26px;
  }

  .pro_box3 {
    padding: 40px 0px;
  }

  .pro_box31 {
    flex-direction: column;
  }

  .pro_box31 .left {
    width: 90%;
  }

  .pro_box31 .left h2 {
    font-size: 26px;
    padding-bottom: 10px;
  }
  
  .pro_box31 .left p{
      font-size: 14px;
  }

  .pro_box31 .right {
    width: 100%;
    margin-top: 20px;
  }

  .pro_box3_qh .swiper-slide .img span {
    font-size: 14px;
  }

  .pro_box4 {
    padding-bottom: 40px;
  }

  .pro_box5 {
    padding-bottom: 40px;
  }

  .pro_box5 .hd {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
  }

  .pro_box5 .hd ul li {
    font-size: 18px;
    line-height: 40px;
  }

  .pro_box5 .bd {
    padding-top: 20px;
  }

  .pro_box5 .bd .jieshao {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
    padding-bottom: 20px;
  }

  .pro_box5 .bd .jieshao p {
    font-size: 14px;
  }

  .pro_box5 .bd .jieshao1_a {
    padding-bottom: 20px;
    flex-direction: column;
  }

  .pro_box5 .bd .jieshao1_a .left {
    width: 100%;
  }

  .pro_box5 .bd .jieshao1_a .right {
    width: 90%;
  }

  .pro_box5 .bd .jieshao1_a .right h2 {
    font-size: 24px;
  }
  
  .pro_box5 .bd .jieshao1_a .right p{
      font-size: 14px;
  }

  .pro_box5 .bd .jieshao1 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .pro_box6 {
    padding-bottom: 40px;
  }

  .pro_box6_nr {
    flex-direction: column;
  }

  .pro_box6_nr_l {
    width: 100%;
  }

  .pro_box6_nr_l .hd ul li {
    font-size: 16px;
  }

  .pro_box6_nr_l .bd ul li {
    font-size: 14px;
    padding: 15px 0px;
  }

  .pro_box6_nr_l .xiazai h2 a {
    font-size: 16px;
  }

  .pro_box6_nr_r {
    width: 100%;
    height: 300px;
  }

  .pro_box7 {
    padding-bottom: 40px;
  }

  .pro_box7_qh .swiper-button-next::after,
  .pro_box7_qh .swiper-button-prev::after {
    font-size: 20px;
  }

  .news_list {
    padding: 40px 0px;
  }

  .news_list_qh .swiper-slide {
    flex-direction: column;
  }

  .news_list_qh .swiper-slide .img {
    width: 100%;
    margin-bottom: 20px;
  }

  .news_list_qh .swiper-slide .nr {
    width: 100%;
    padding: 0px;
  }

  .news_list_qh .swiper-slide .nr h2 {
    font-size: 26px;
  }

  .news_list_qh .swiper-slide .nr span a {
    padding: 10px 30px;
  }
  
  .news_list_qh .swiper-button-next, .news_list_qh .swiper-button-prev{
      top: 20%;
  }
  
  .news_list_qh .swiper-button-next{
      left: auto;
      right: 10px;
  }

  .news_list1 {
    padding-bottom: 40px;
  }

  .news_list1 .news_nav {
    gap: 15px;
    flex-wrap: wrap;
  }

  .news_list1 .news_nav a {
    font-size: 14px;
    padding: 10px 30px;
  }

  .news_list1 ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

  .eventi_xx {
    padding-top: 40px;
  }

  .eventi_xx1 {
    padding: 40px 0px;
  }

  .eventi_xx1 p {
    font-size: 16px;
  }

  .eventi_xx2 ul {
    flex-direction: column;
  }

  .eventi_xx2 ul li .nr {
    flex-direction: column;
  }

  .eventi_xx2 ul li .nr .right span a {
    padding: 10px 15px;
  }

  .store_list {
    flex-direction: column;
    gap: 30px;
  }

  .store_filter {
    width: 100%;
  }

  .store_filter ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .store_items {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .store_list {
    padding: 40px 0px;
  }

  .store_header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .store_detail {
    flex-direction: column;
  }

  .store_detail .detail_left {
    width: 100%;
  }

  .spec_param .spec_content {
    flex-direction: column;
  }

  .spec_param .spec_left {
    width: 100%;
    margin-bottom: 30px;
  }

  .more_recommend ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .store_box {
    padding: 40px 0;
  }

  .store_detail {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .store_detail .detail_right h1 {
    font-size: 20px;
  }

  .spec_param {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .more_recommend ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .dealer {
    flex-direction: column;
  }

  .dealer .left-panel {
    width: 100%;
    height: 50vh;
    min-width: none;
    max-width: none;
  }

  /* about2_box 移动端自适应 */
  .about2_top {
    flex-direction: column;
  }

  .about2_left {
    width: 100%;
    height: 300px;
  }

  .about2_right {
    width: 100%;
    padding: 40px 30px;
  }

  .about2_right h2 {
    font-size: 32px;
  }

  .about2_right .subtitle {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .about2_right .hotline {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .form-row {
    flex-direction: column;
    gap: 15px;
  }

  .form-item {
    width: 100%;
  }

  .form-item input,
  .form-item select {
    height: 45px;
  }

  .agree-row {
    flex-wrap: wrap;
  }

  .submit-btn {
    width: 100%;
    max-width: 200px;
    margin-top: 15px;
  }

  .about2_bottom {
    height: auto;
    padding: 40px 0px;
  }

  .about2_bottom h2 {
    font-size: 28px;
  }

  .about2_bottom p {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .btn-group {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .btn-primary,
  .btn-secondary {
    padding: 15px 30px;
    font-size: 14px;
    width: 100%;
    max-width: 250px;
    text-align: center;
  }

  .about2_contact {
    padding: 40px 30px;
  }

  .about2_contact h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .contact-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .contact-item {
    padding: 30px 20px;
  }

  .contact-item h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .contact-item p {
    font-size: 13px;
  }

  .contact-item .more {
    font-size: 13px;
    margin-top: 15px;
  }

  /* HR招聘模块移动端自适应 */
  .hr_box {
    padding: 40px 0;
  }

  .hr_title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .hr_filter {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }

  .filter-select {
    width: 100%;
    height: 45px;
  }

  .job-header {
    padding: 20px 0;
  }

  .job-title {
    font-size: 16px;
  }

  .job-tags {
    display: none;
  }

  .job-content {
    padding: 20px 0;
  }

  .job-section h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .job-section ul li {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 8px;
  }

  .resume-section {
    position: static;
    margin-top: 40px;
    background: #f5f5f5;
    padding: 20px;
  }

  /* 预约试驾移动端样式 */
  .yuyue {
    flex-direction: column;
    min-height: auto;
  }

  .yuyue_left {
    width: 100%;
    min-height: 40vh;
    padding: 40px 20px;
    box-sizing: border-box;
  }

  .yuyue_left .logo h2 {
    font-size: 36px;
    letter-spacing: 5px;
  }

  .yuyue_left .logo h3 {
    font-size: 18px;
    letter-spacing: 4px;
  }

  .yuyue_left .bg_img {
    height: 100%;
  }

  .yuyue_right {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
  }

  .yuyue_form {
    gap: 20px;
  }

  .form_select,
  .form_input {
    height: 45px;
    font-size: 14px;
  }

  .get_code_btn {
    width: 110px;
    height: 45px;
    font-size: 12px;
  }

  .submit_btn {
    height: 50px;
    font-size: 16px;
  }

  .agree_label {
    font-size: 12px;
  }

  .about_box {
    padding: 40px 0px;
  }

  .about_box h2 {
    font-size: 26px;
    color: #333;
  }

  .about_box p {
    font-size: 14px;
  }

  .about_box1 .container {
    flex-direction: column;
    gap: 40px;
  }

  .about_box1_left .main_title {
    font-size: 36px;
  }

  .about_box1_left .sub_title {
    font-size: 24px;
  }

  .about_box1_right {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #eee;
    padding-top: 40px;
    width: 100%;
  }

  .item_value {
    font-size: 48px;
  }

  .about_box1 {
    padding: 40px 0;
  }


  .about_box1_right .section_title {
    font-size: 20px;
  }

  .item_value {
    font-size: 40px;
  }

  .data_items {
    gap: 30px;
  }

  .data_item {
    padding-bottom: 20px;
  }

  .about_box2_nr {
    padding: 40px 15px;
  }

  .locations-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-header h3 {
    font-size: 16px;
  }

  .location-info {
    padding: 15px;
  }

  .location-info h4 {
    font-size: 18px;
  }

  .about_box2_nr {
    padding: 30px 10px;
  }

  .location-info h4 {
    font-size: 16px;
  }

  .location-info p:first-of-type {
    font-size: 14px;
  }

  .about_box3 {
    padding: 40px 0px;
  }

  .about_box3__title {
    font-size: 24px;
  }

  .about_box3__content {
    grid-template-columns: 1fr;
  }

  .about_box3__text {
    padding: 40px 20px;
    order: 2;
  }

  .about_box3__image-wrapper {
    order: 1;
  }

  .about_box3__image {
    height: 300px;
  }

  .about_box3__highlight {
    font-size: 20px;
  }

  .about_box3__title {
    font-size: 20px;
  }

  .about_box3__highlight {
    font-size: 18px;
  }

  .about_box3__subtitle {
    font-size: 14px;
  }

  .about1_box {
    padding: 40px 0px;
  }

  .about1_box .container {
    flex-direction: column;
  }

  .about1_box .about1_left {
    width: 100%;
    font-size: 30px;
    padding-bottom: 10px;
  }

  .about1_box .about1_right {
    width: 100%;
  }

  .about1_box1 {
    height: 30vh;
  }

  .about1_box2 {
    padding-top: 40px;
  }

  .about1_box2 h2 {
    font-size: 26px;
  }

  .about1_box2 .img {
    box-sizing: border-box;
  }

  .about1_box2 .img span {
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px;
  }

  .about1_box3 {
    padding: 40px 0px;
    grid-template-columns: repeat(1, 1fr);
  }

  .about1_box3 li {
    height: 30vh;
  }

  .serve_box {
    padding: 40px 0px;
  }

  .serve_box .bt h2 {
    font-size: 28px;
  }

  .serve_box .bt p {
    font-size: 16px;
  }

  .serve_box ul {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .serve_box ul li .nr{
      height: auto;
  }

  .serve_box ul li .nr h2 {
    font-size: 20px;
  }

  .serve_box ul li .nr p {
    font-size: 14px;
  }

  .about1_box4 {
    padding: 40px 0px;
  }

  .app_box {
    padding: 40px 0px;
  }

  .app_box .ewm {
    width: 23%;
    right: 15%;
    top: 37%;
  }

  .app_box .video {
    width: 30%;
    max-width: 200px;
  }

  .app_box .video video {
    border-radius: 20px;
    width: calc(100% - 4px);
    height: calc(100% - 5px);
    position: absolute;
    left: 2px;
    top: 2px;
  }

  .service_box {
    padding: 30px 0px;
  }

  .service_box_qh .swiper-wrapper {
    justify-content: flex-start;
  }

  .service_box .nav a {
    font-size: 14px;
    padding: 8px 15px;
  }

  .service_box1 {
    margin: 30px 0px;
  }

  .service_box_nav {
    top: 70px;
  }

  .service_box1 {
    flex-direction: column;
  }

  .service_box1 .hd {
    height: 200px;
    margin-bottom: 15px;
    width: 100%;
  }

  .service_box1 .hd ul li {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  .service_box1 .bd {
    width: 100%;
  }

  .service_box2 ul {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }

  .service_box2 ul li {
    padding: 15px;
  }

  .service_box2 ul li i svg {
    width: 30px;
    height: 30px;
  }

  .service_box2 ul li h2 {
    font-size: 18px;
  }

  .buy_modal .modal_body {
    height: 60vh;
    overflow: auto;
  }
  
  .dingwei{
    scroll-margin-top: 60px;
}

}