@charset "utf-8";

.web {
  display: none !important;
}
/* .pc {
  display: none !important
} */

/* @media screen and (max-width: 980px) {
  .web {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .table-container .fixed-top.fixed {
    top: 60px;
  }
} */

/*手机样式*/
@media screen and (max-width: 900px) {
  .web {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .table-container .fixed-top.fixed {
    top: 60px;
  }
  .imglist-pop {
    background: rgba(0, 0, 0, 0.8);
  }

  .imglist-pop .box {
    width: 100%;
  }

  .imglist-pop .box .swiper-button-next,
  .imglist-pop .box .swiper-button-prev {
    display: none;
  }

  .imglist-pop .box .close {
    right: 44%;
    transform: translateX(-50%);
    top: auto;
    bottom: -0.8rem;
  }

  .video-list-show {
    width: 6.8rem;
  }

  .video-ul-show {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }

  .video-ul-show li,
  .video-ul-show.s3 li {
    float: none;
    width: 100%;
    padding-bottom: 0.3rem;
  }

  .video-ul-show li.video2,
  .video-ul-show li.video3 {
    width: 3.275rem;
    height: 1.96rem;
    margin-bottom: 0.25rem;
    float: left;
  }

  .video-ul-show li.video2 {
    margin-right: 0.25rem;
  }

  .video-ul-show li .box {
    position: relative;
    overflow: hidden;
    margin-left: 0;
    cursor: pointer;
  }

  .video-ul-show li .box img {
    width: 100%;
    float: left;
    height: auto;
    object-fit: cover;
  }

  .video-ul-show li .box:after {
    width: 0.8rem;
    height: 0.8rem;
    background-size: 100% !important;
  }

  .videolist-pop {
    background: rgba(0, 0, 0, 0.8);
  }

  .videolist-pop .box {
    width: 100%;
  }

  .videolist-pop .box .close {
    right: 44%;
    transform: translateX(-50%);
    top: auto;
    bottom: -0.8rem;
  }

  body {
    min-width: 315px;
    /* max-width: 750px; */ /* 如果开启，750～900之间，整体内容只有750，右侧多处很多 */
    /* background: #001444 */
  }

  .content-title {
    padding: 0.9rem 0 0.6rem 0;
    font-size: 0.42rem;
    line-height: 0.5rem;
  }

  .mySwiper-imgs {
    width: 6.8rem;
  }

  .mySwiper-imgs .swiper-slide img {
    width: 3.275rem;
    height: 1.96rem;
    margin-left: 0.23rem;
    margin-bottom: 0.25rem;
  }

  .mySwiper-imgs .swiper-slide img:nth-child(1),
  .mySwiper-imgs .swiper-slide img:nth-child(2) {
    margin-left: 0;
  }

  .mySwiper-imgs .swiper-slide img:nth-child(1) {
    width: 100%;
    height: auto;
  }

  .video-show {
    width: 6.8rem;
  }

  .video-show video,
  .video-show img {
    height: 3.14rem;
  }

  .video-show .play {
    width: 0.8rem;
    height: 0.8rem;
    background: url(../../image/common/play.png) no-repeat;
    background-size: 100%;
  }

  /* 公共 - 预约试驾按钮 */
  .allScreenBanner .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    margin-top: 20%;
    width: 90%;
  }
  .allScreenBanner .title h1 {
    font-size: 0.50rem;
    color: #fff;
    font-family: NotoSansHansMedium;
    padding-bottom: 0.1rem;
  }
  .allScreenBanner .title p {
    display: inline-block;
    font-size: 0.24rem;
    line-height: 0.33rem;
    color: #ffffff;
    /* padding: 0 0.85rem; */
    box-sizing: border-box;
    text-align: center;
  }
  .allScreenBanner .bookingBtn {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translate(-50%);
    line-height: 0.8rem;
    text-align: center;
    width: 4rem;
    height: 0.8rem;
    border-radius: 0.06rem;
    border: 0.02rem solid #ffffff;
    font-size: 0.32rem;
    color: #ffffff;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
  }
  .bookingBtn:hover {
    background: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
  }
  .allScreenBanner .allBlack {
    color: #000 !important;
  }
  /* 一屏样式 */
  #targetDiv1 {
    position: relative;
  }
  #targetDiv1 #screen1 .kv .fixDataApp {
    position: absolute;
    top: 20%;
    left: 0.8rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    text-align: left;
  }
  #targetDiv1 #screen1 .kv .fixDataApp h1 {
    line-height: 0.8rem;
    font-size: 0.56rem;
    color: #fff;
  }
  #targetDiv1 .appbtnBox {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%);
    z-index: 10;
    display: flex;
  }
  #targetDiv1 .appbtnBox .btn {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
    /* color: #ffffff; */
    box-sizing: border-box;
    /* color: #1d1d20 !important; */
  }
  #targetDiv1 .appbtnBox .btn:nth-child(1){
    margin-right: 0.3rem;

  }
  #targetDiv1 .phone-logo {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0.9rem;
    display: flex;
  }
  #targetDiv1 .phone-logo img {
    width: 6.9rem;
    height: auto;
  }
  #targetDiv1 .swiper-pagination .swiper-pagination-bullet {
    width: 30px !important;
    height: 6px !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    opacity: 1 !important;
  }

  /* 预售政策 */
  .pre-sale{
    background-image: url(../../image/screen-phone/pre-sale/bg.jpg);
  }

  .tab1 {
    background-image: url(../../image/screen-phone/tab1/bg.jpg);
  }

  .bg-black {
    background-color: #000;
  }
  .autoScreenBanner {
    position: relative;
    /* aspect-ratio: 19/6; */
    /* height: 100dvh; */
    background-color: #000;
  }
  .video_tab {
  }
  .video_tab .video {
    /* aspect-ratio: 6/19; */
  }
  .tab12 {
    background-image: url(../../image/screen-phone/tab12/bg.jpg);
  }
  .tab13 {
    background-image: url(../../image/screen-phone/tab13/bg.jpg);
  }
  .tab14 {
    background-image: url(../../image/screen-phone/tab14/bg.jpg);
  }
  .tab15 {
    background-image: url(../../image/screen-phone/tab15/bg.jpg);
  }
  .tab16 {
    background-image: url(../../image/screen-phone/tab16/bg.jpg);
  }
  .tab17 {
    background-image: url(../../image/screen-phone/tab17/bg.jpg);
  }
  .tab18 {
    background-image: url(../../image/screen-phone/tab18/bg.jpg);
  }

  /* 3屏样式 */
  .tab1-1 {
    display: flex;
    justify-content: center;
    background: url(../../image/screen-phone/tab1-1/bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .tab1-1 ul {
    display: flex !important;
    flex-wrap: wrap;
    width: 80%;
    padding: 0;
  }
  .tab1-1 ul li {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin-top: 0.2rem;
    margin-right: 0;
  }
  .tab1-1 ul li h3 {
    display: inline-block;
    padding: 0.2rem 0;
    color: #fff;
    font-size: 0.56rem;
    font-family: MazdaTypeBold;
  }
  .tab1-1 ul li p {
    font-size: 0.32rem;
  }
  .tab1-1 .startBox {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -0.75rem;
    left: 50%;
    transform: translate(-50%);
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
  }

  /* 车型换色 */
  .tab1-3 .title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    padding-top: 2rem;
  }
  .tab1-3 .title-box h1 {
    font-size: 0.50rem;
    color: #000000;
    font-family: NotoSansHansMedium;
    line-height: 0.7rem;
    text-align: center;
  }
  .tab1-3 .title-box p {
    font-size: 0.24rem;
    color: rgba(29, 29, 32, 0.6) !important;
    line-height: 0.33rem;
    text-align: center;
  }
  .tab1-3 .color-box{
    overflow: hidden;
  }
  .tab1-3 .color-box .car-img-box {
    flex-direction: row;
  }
  .tab1-3 .color-box .small-icon-box .icon-box{
    padding: 10px 0px;
    min-width: 1.32rem !important;
  }
  .tab1-3 .color-box .small-icon-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /* gap: 0.3rem; */
    position: relative;
    margin-bottom: 1rem;
    z-index: 8;
    overflow-x: scroll;
    /* padding-left: 3.2rem; */
    box-sizing: border-box;
    /* padding-right: 0.14rem; */
    padding-left: 3.3rem;
  }
  .tab1-3 .color-box .car-img-box {
    width: 100% !important;
  }
  .tab1-3 .small-icon-box .icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tab1-3 .small-icon-box .icon-box .icon-div {
    width: 0.48rem !important;
    height: 0.48rem !important;
    border-radius: 50%;
  }
  .tab1-3 .color-box .car-img-box-h5 .car-color {
    margin-top: 2rem;
  }
  .tab1-3 .color-box .small-icon-box .icon-box span {
    padding-top: 0.14rem !important;
    font-size: 0.20rem;
    color: rgba(29, 29, 32, 0.4);
    white-space: nowrap;
    text-align: center;
  }
  .tab1-3 .color-box .car-img-box-h5 .car-color {
    left: 50%;
    transform: translate(-50%) scale(1.4);
  }
  .tab1-3 .color-box .small-icon-box .icon-box .icon-div::before {
    content: "";
    position: absolute;
    top: -0.1rem;
    left: -24%;
    border: 0.04rem solid transparent;
    pointer-events: none;
    transition: border-color 0.3s ease;
    height: 0.7rem;
    width: 0.7rem;
    border-radius: 50%;
    z-index: 1;
    box-sizing: border-box;
  }
  .tab1-3 .small-icon-box .active span {
    color: #000000 !important;
    font-weight: 600;
  }
  .tab1-3 .color-box .small-icon-box .icon-box em{
    font-size: 0.24rem;
    color: rgba(165, 26, 14, 1);
  }
  .tab1-3 .btnBox {
    position: relative;
    margin-bottom: 2.4rem;
    display: flex;
  }
  .tab1-3 .btnBox .btn {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    border: 0.02rem solid #000;
    margin-right: 0.1rem;
    font-size: 0.32rem;
    color: #1d1d20;
  }
  .tab1-3 .btnBox .btn:hover {
    color: #1d1d20 !important;
    border: 0.02rem solid #000 !important;
    background-color: #fff !important;
  }

  .tab1-4 {
    background-image: url(../../image/screen-phone/tab1-4/bg.jpg);
  }

  .tab1-6  {
    background-image: url(../../image/screen-phone/tab1-6/bg.jpg);
  }

  .tab1-91  {
    background-image: url(../../image/screen-phone/tab1-91/bg.jpg);
  }
  .tab1-92  {
    background-image: url(../../image/screen-phone/tab1-92/bg.jpg);
  }
  .tab1-93  {
    background-image: url(../../image/screen-phone/tab1-93/bg.jpg);
  }
  
  .tab2 {
    background-image: url(../../image/screen-phone/tab2/bg.jpg);
  }

  .tab3 {
    background-image: url(../../image/screen-phone/tab3/bg.jpg);
  }

   /* 十七屏样式 */
  .shop-service-phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .shop-service-phone .title h1 {
    display: inline-block;
    font-size: 0.58rem;
    color: #1d1d20;
    font-family: NotoSansHansMedium;
    padding: 1.4rem 0 0 0;
  }
  .shop-service-phone .title p {
    font-size: 0.24rem;
    text-align: center;
    color: #1d1d20;
    padding-top: 0.4rem;
  }
  .shop-service-phone .box {
    position: relative;
    width: 6.64rem;
  }
  .shop-service-phone .box1 {
    background: url(../../image/screen-phone/shop-service/bg1.png) no-repeat center
      center;
    background-size: cover;
    height: 5.78rem;
    margin-top: 0.75rem;
  }
  .shop-service-phone .text {
    position: absolute;
    bottom: 0.3rem;
    left: 50%;
    /* transform: translate(-50%); */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .shop-service-phone .text h2 {
    display: inline-block;
    font-size: 0.32rem;
    text-align: center;
    color: #ffffff;
    padding-bottom: 0.4rem;
    margin: 0 auto;
  }
  .shop-service-phone .box2 {
    background: url(../../image/screen-phone/shop-service/bg2.png) no-repeat center
      center;
    height: 3.34rem;
    margin-top: 0.69rem;
    margin-bottom: 1.6rem;
    background-size: cover;
  }

  .go-app {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .go-app .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .go-app .content .leftBox {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
  }
  .go-app .content .leftBox .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.57rem;
    line-height: 0.6rem;
    text-align: center;
  }
  .go-app .content .leftBox .title h1 {
    font-size: 0.58rem;
    color: #1d1d20;
    font-family: NotoSansHansMedium;
    padding-bottom: 0.1rem;
  }
  .go-app .content .leftBox .title p {
    font-size: 0.24rem;
    color: rgba(29, 29, 32, 0.6);
  }
  .go-app .content .leftBox .ewmBox .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.32rem;
    color: #1d1d20;
  }
  .go-app .content .leftBox .ewmBox img {
    width: 1.86rem;
    height: 1.86rem;
    margin-right: 0;
  }
  .go-app .content .leftBox .ewmBox .li1 {
    margin-right: 1rem;
  }
  .go-app .content .rightBox .imgBox {
    position: static;
    width: 5.82rem;
    height: 8rem;
    margin-top: 0.6rem;
  }
  .go-app .carList {
    padding: 0 0.2rem;
    overflow-x: scroll;
    display: flex;
  }
  .go-app .carList img:hover {
    transform: scale(1); /* 鼠标移入时图片放大到原来的1.1倍 */
  }

  /* footer */
  .footer_1 {
    position: relative;
    z-index: 66;
    font-size: 0.22rem;
    padding: 0 0.2rem !important;
    box-sizing: border-box;
    height: 130px !important;
  }
  .footer_1 .footer_con {
    display: block;
  }
  .footer_1 .site-phone {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    padding: 10px 0 !important;
    box-sizing: border-box;
    height: 130px !important;
    width: 100%;
  }

  .modalBox {
    position: fixed;
    bottom: 0.5rem;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 666;
    background-color: #fff;
    height: 1.4rem;
    border: 0.02rem solid #ccc;
    padding: 0.3rem;
    box-sizing: border-box;
    border-radius: 0.06rem;
    width: 90%;
    font-size: 0.18rem;
    line-height: 0.24rem;
    text-align: justify;
  }
  .modalBox .btn {
    text-align: center;
    line-height: 0.36rem;
    width: 2.4rem;
    height: 0.36rem;
    background-color: black;
    color: #fff;
    margin-left: 0.24rem;
    cursor: pointer;
    border-radius: 0.04rem;
    font-size: 0.18rem;
  }

  /* 底部滚动 */
  .app-pagination .app-pagination-title {
    display: flex;
    flex-direction: column;
  }
  .app-pagination-title {
    position: absolute;
    color: #fff;
    z-index: 999;
    bottom: 1.8rem;
    left: 0.6rem;
  }
  .app-pagination-title h1 {
    color: #fff;
    font-size: 0.36rem;
    /* font-weight: bold; */
    padding-bottom: 0.27rem;
  }
  .app-pagination-title p {
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 0.33rem;
    width: 5.85rem;
    white-space: pre-wrap;
    min-height: 1rem;
  }
  .special-wrapper-box .special-pagination {
    width: 100% !important;
  }
  .special-pagination {
    width: 100%;
    background: transparent;
    background-size: cover;
    transform: inherit;
    position: absolute;
    width: auto;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* padding: 0 2rem; */
    padding: 0 !important;
    margin-left: 0.6rem !important;
  }

  .special-pagination-box {
    height: 0.75rem;
    overflow: hidden;
    white-space: nowrap;
  }

  .special-pagination .li {
    /* width: 20vw; */
    width: 0.7rem;
    font-size: 0.16rem;
    color: #6e7072;
    text-align: center;
    background: none;
    /* height: 1.30rem; */
    margin: 0 !important;
    opacity: 1;
    margin-right: 0.17rem !important;
  }

  .special-pagination .li .span {
    display: block;
    padding: 0.1rem 0.2rem;
    padding-left: 0;
    font-size: 0.2rem;
    position: relative;
    text-align: left;
  }

  ::v-deep .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: cell !important;
  }
  .special-pagination .li em {
    display: inline-block;
    text-align: left;
    font-size: 0.18rem;
    text-align: center;
    display: none;
    position: absolute;
    left: 0rem;
  }

  .special-pagination .li i {
    display: block;
    width: 0.72rem;
    height: 0.08rem;
    /* background: #FFFFFF; */
    border-radius: 0.06rem;
  }

  .special-pagination .swiper-pagination-bullet-active {
    background: none;
  }

  .special-pagination .swiper-pagination-bullet-active .span {
    color: #fff;
    border-color: #fff;
  }

  .special-pagination .swiper-pagination-bullet-active em {
    color: #fff;
    border-color: #fff;
    text-align: left;
    display: block;
  }

  .special-pagination .swiper-pagination-bullet-active i {
    background: #fff;
    /* height: 0.03rem; */
    position: relative;
    /* top: -.01rem; */
  }

  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: none;
  }

  .allVideo{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 400px) {
  .pre-book-box .title {
    top: -1.1rem;
  }

  .pre-book-box {
    margin: 2rem 0 0 0;
  }

  .pre-book-box .img {
    width: 90%;
  }

  .short-phone-slide4 .pre-book-box .img {
    width: 80%;
  }

  .news-list li {
    padding-bottom: 0;
  }

  .slide5 .news {
    padding-top: 1.2rem;
  }

  .short-phone-slide5 .news {
    padding-top: 9vh;
  }

  .news-list {
    grid-row-gap: 6px;
  }

  .news-list li a .p3 {
    top: 0;
  }

  .news-list li a .p1 .news-title {
    line-height: 0.28rem;
  }

  .news-list li a .p1 .date {
    margin-bottom: 0;
  }

  .news-list li a .p2 .sub-title {
    line-height: 0.28rem;
  }

  .slide5 .news .left {
    margin-bottom: 0.2rem;
  }

  .slide3-1 .box img {
    width: 95%;
  }

  .news-list li a .p2 {
    margin-bottom: 0.1rem;
  }
}
