body {
    max-width: 750px;
    overflow: auto;
    margin: 0 auto;
}

.main {
    overflow: hidden;
    background: #0b011c;
}

.main-top {
    width: 100%;
    float: left;
    z-index: 1000;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #333;
}

/*head*/
.head {
    background-image: url(https://imgs.icauto.com.cn/chezhan/gzcz/m_gzczbg.png);
    background-color: #0b011c;
    height: 365px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pc-banner {
    width: 100%;
    margin-bottom: 3px;
    max-height: 230px;
    padding-bottom: 50px;
    float: left;
    margin-top: -120px;
}

.slogen {
    width: 100%;
    height: 200px;
    float: left;
    text-align: center;
    margin: 30px 0;
}

.slogen img {
    width: 50%;

}

/*main-cata*/
.main-cata {
    background-image: url(https://imgs.icauto.com.cn/chezhan/gzcz/catelog.png);
    background-color: #0b011c;
    height: 70px;
    background-size: 19% 55%;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: "Source Han Sans SC", sans-serif;
    color: #ffffff;
    font-size: 26px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
    padding-bottom: 14px;
}

/*main-m*/
.main-m {
    width: 100%;
    float: left;
    background-color: #d9203a;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    height: 45px;
    line-height: 45px;
    padding-left: 5px;
}

.clear {
    clear: both;
}

.more {
    width: 100%;
    text-align: center;
    margin: 20px 0 60px 0;
}

.more a {
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(180deg, #3cabc1, #979c95);
    -webkit-background-clip: text;
    color: transparent;
    border-bottom: 1px solid #3cabc1;
}

.more img {
    width: 115px;
    border-bottom: 1px solid rgb(7 97 110);
    padding-bottom: 5px;
    margin-bottom: 30px;
}

/*list*/
.list {
    width: 98%;
    margin: 0 auto;
}

.list ul {
    padding: 5px;
    overflow: hidden;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.list li {
    list-style: none;
    line-height: 23px;
    float: left;
    margin: 10px 6px;
    width: 46%;
}

.list-img {
    width: 100%;
    float: left;
}

.list-img img {
    width: 100%;
    /*height: 210px;*/
}

.list-text {
    width: 100%;
    float: left;
    padding-top: 5px;
}

.list-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-info {
    width: 100%;
    float: left;
    color: rgba(255, 255, 255, 0.502);
    font-size: 12px;
    text-align: right;
}

/*video-list*/
.video-list {
    width: 98%;
    margin: 0 auto;
}

.video-list ul {
    padding: 5px;
    overflow: hidden;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.video-list li {
    list-style: none;
    line-height: 23px;
    float: left;
    margin: 10px 6px;
    width: 46%;
}

.video-list li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

.video-img {
    width: 100%;
    position: relative;
}

.video-img img {
    width: 100%;
    height: 210px;
}

.video-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#play {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    transform: translate(-50%, -50%);
    background-image: url('https://imgs.icauto.com.cn/chezhan/gzcz/play.png');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
    border-radius: 45px;
    background-size: 70%;
}

.list-report {
    width: 98%;
    margin: 0 auto;
}

.list-report ul {
    padding: 12px;
    overflow: hidden;
    margin-top: 0px;
}

.list-report li {
    list-style: none;
    float: left;
    width: 100%;
    justify-content: space-around;
    display: flex;
    padding: 5px 0;
}

.report-img {
    width: 32%;
    float: left;
    margin-right: 10px;
}

.report-img img {
    width: 100%;
    max-height: 210px;
}

.report-text {
    width: 68%;
    float: left;
    padding-top: 5px;
}

.report-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.report-title a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.report-info {
    width: 100%;
    float: left;
    color: rgba(255, 255, 255, 0.502);
    font-size: 12px;
    margin-top: 20px;
}

/* 车企访谈begin */
.gcft-list {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none; /* 隐藏滚动条 Firefox */
    -ms-overflow-style: none; /* 隐藏滚动条 IE 和 Edge */
    margin-bottom: 40px;
  }

  .gcft-list::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 Chrome 和 Safari */
  }
  .gcft-list ul {
      margin: 0;
      padding: 0 10px;
  }
  .gcft-list li {
    display: inline-block;
    margin-right: 20px;
    width: 34%;
    list-style: none;
    margin: 10px 6px;
    border-radius: 5px;
  }
  .gcft-img img {
      width: 100%;
      border-radius: 5px;
  }
  .gcft-text {
      color: #bdb3b3;
      z-index: 1000;
      position: relative;
      border-radius: 0 0 5px 5px; 
  }
  .gcft-name,.gcft-title {
      width: 100%;
      float: left;
      padding: 6px;
      text-align: center;
      white-space: initial;
  }
  .gcft-title {
      font-size: 1rem;
  }
  .gcft-name a {
      color: #ffffff;
      text-decoration: none;
      font-size: 1.2rem;
  }

.gztzm {
    background-size: 23% 65%!important;
}
.gzt p {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
}
.huaxu {
    width: 95%;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
  }
.huaxu img {
    width: 46%;
    margin: 2%;
    float: left;
    height: 218px;
    display: flex;
    justify-content: center;
}

.pmt {
    width: 100%;
    text-align: center;
}

.pmt img {
    width: 92%;
}

.gcft-img,
.gcft-text {
    float: none;
}

.gcft-img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
/* 车企访谈end */

.txt-wrapper {
    position: relative;
}

.toggle-info {
    font-size: 14px;
    text-decoration: none;
    color: #00a0e9;
}

.exhibition {
    width: 92%;
    margin: 0 auto;
    font-family: "Source Han Sans SC", sans-serif;
}

.exhibition-details {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
}

.exhibition-details b {
    font-weight: 700;
    color: #ffffff;
}

.ticket-info-title {
    margin-top: 15px;
}

.ticket-info {
    list-style-type: none;
    padding: 0;
}

.ticket-info li {
    margin-bottom: 10px;
}

/*footer*/
.footer {
    width: 100%;
    float: left;
    line-height: 16px;
    margin: 22px 0;
    text-align: center;
}

.qrcode {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.qrcode img {
    float: left;
    margin: 10px;
    width: 160px;
    padding-left: 6px;
}

.footer p {
    color: #ffffff;
    font-size: 16px;
}

.f-info {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

@media screen and (max-width: 767px) {

    .main {
        overflow: hidden;
        background: #0b011c;
    }

    .main-top {
        width: 100%;
        float: left;
        z-index: 1000;
        position: fixed;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #333;
    }

    /*head*/
    .head {
        background-image: url(https://imgs.icauto.com.cn/chezhan/gzcz/m_gzczbg.png);
        background-color: #0b011c;
        height: 235px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .pc-banner {
        width: 100%;
        margin-bottom: 3px;
        max-height: 230px;
        padding-bottom: 50px;
        float: left;
        margin-top: -80px;
    }

    .slogen {
        width: 100%;
        height: 200px;
        float: left;
        text-align: center;
        margin: 30px 0;
    }

    .slogen img {
        width: 66%;

    }

    /*main-cata*/
    .main-cata {
        background-image: url(https://imgs.icauto.com.cn/chezhan/gzcz/catelog.png);
        background-color: #0b011c;
        height: 70px;
        background-size: 35% 53%;
        background-repeat: no-repeat;
        background-position: center center;
        font-family: "Source Han Sans SC", sans-serif;
        color: #ffffff;
        font-size: 26px;
        align-items: center;
        display: flex;
        justify-content: center;
        font-weight: bold;
        padding-bottom: 14px;
    }

    /*main-m*/
    .main-m {
        width: 100%;
        float: left;
        background-color: #d9203a;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        height: 45px;
        line-height: 45px;
        padding-left: 5px;
    }

    .clear {
        clear: both;
    }

    .more {
        width: 100%;
        text-align: center;
        margin: 20px 0 60px 0;
    }

    .more a {
        font-size: 16px;
        font-weight: 600;
        background: linear-gradient(180deg, #3cabc1, #979c95);
        -webkit-background-clip: text;
        color: transparent;
        border-bottom: 1px solid #3cabc1;
    }
    
    .more img {
        width: 115px;
        border-bottom: 1px solid rgb(7 97 110);
        padding-bottom: 5px;
        margin-bottom: 30px;
    }

    /*list*/
    .list {
        width: 98%;
        margin: 0 auto;
    }

    .list ul {
        padding: 5px;
        overflow: hidden;
        margin-top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .list li {
        list-style: none;
        line-height: 23px;
        float: left;
        margin: 10px 6px;
        width: 46%;
    }

    .list-img {
        width: 100%;
        float: left;
    }

    .list-img img {
        width: 100%;
        /*height: 100px;*/
    }

    .list-text {
        width: 100%;
        float: left;
        padding-top: 5px;
    }

    .list-title a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-decoration: none;
        font-size: 14px;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .list-info {
        width: 100%;
        float: left;
        color: rgba(255, 255, 255, 0.502);
        font-size: 12px;
        text-align: right;
    }

    /*video-list*/
    .video-list {
        width: 98%;
        margin: 0 auto;
    }

    .video-list ul {
        padding: 5px;
        overflow: hidden;
        margin-top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .video-list li {
        list-style: none;
        line-height: 23px;
        float: left;
        margin: 10px 6px;
        width: 46%;
    }

    .video-list li a {
        text-decoration: none;
        font-size: 14px;
        color: #fff;
    }

    .video-img {
        width: 100%;
        position: relative;
    }

    .video-img img {
        width: 100%;
        height: 100px;
    }

    .video-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #play {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 45px;
        width: 45px;
        transform: translate(-50%, -50%);
        background-image: url('https://imgs.icauto.com.cn/chezhan/gzcz/play.png');
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 10;
        border-radius: 45px;
        background-size: 70%;
    }

    .list-report {
        width: 98%;
        margin: 0 auto;
    }

    .list-report ul {
        padding: 12px;
        overflow: hidden;
        margin-top: 0px;
    }

    .list-report li {
        list-style: none;
        float: left;
        width: 100%;
        justify-content: space-around;
        display: flex;
        padding: 5px 0;
    }

    .report-img {
        width: 42%;
        float: left;
        margin-right: 10px;
    }

    .report-img img {
        width: 100%;
        max-height: 100px;
    }

    .report-text {
        width: 58%;
        float: left;
        padding-top: 5px;
    }

    .report-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .report-title a {
        text-decoration: none;
        font-size: 14px;
        color: #fff;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .report-info {
        width: 100%;
        float: left;
        color: rgba(255, 255, 255, 0.502);
        font-size: 12px;
        margin-top: 20px;
    }

    /* 车企访谈begin */
.gcft-list {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none; /* 隐藏滚动条 Firefox */
    -ms-overflow-style: none; /* 隐藏滚动条 IE 和 Edge */
    margin-bottom: 40px;
  }

  .gcft-list::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 Chrome 和 Safari */
  }
  .gcft-list ul {
      margin: 0;
      padding: 0 10px;
  }
  .gcft-list li {
    display: inline-block;
    margin-right: 20px;
    width: 33%;
    list-style: none;
    margin: 10px 6px;
    border-radius: 5px;
  }
  .gcft-img img {
      width: 100%;
      border-radius: 5px;
  }
  .gcft-text {
      color: #bdb3b3;
      z-index: 1000;
      position: relative;
      border-radius: 0 0 5px 5px; 
  }
  .gcft-name,.gcft-title {
      width: 100%;
      float: left;
      padding: 6px;
      text-align: center;
      white-space: initial;
  }
  .gcft-title {
      font-size: 14px;
  }
  .gcft-name a {
      color: #ffffff;
      text-decoration: none;
      font-size: 16px;
  }

  .gcft-list {
    scroll-behavior: smooth;
  }
  .scroll-container {
      position: relative;
    }
  .prev-button, .next-button {
      position: relative;
      width: 30px;
      height: 30px;
      background-color: #ddd;
      cursor: pointer;
    }
    .prev-button {
      float: left;
    }
    .next-button {
      float: right;
    }
    .scroll-btn {
      position: absolute;
      top: 32%;
      transform: translateY(-50%);
      width: 35px;
      height: 35px;
      background-color: rgb(155 148 148 / 50%);
      color: #fff;
      text-align: center;
      line-height: 35px;
      cursor: pointer;
      z-index: 10;
      border-radius: 50%;
    }
  
    .prev-button {
      left: 0;
    }
    
    .next-button {
      right: 0;
    }

    .gztzm {
        background-size: 41% 59%!important;
    }
    .huaxu img {
        height: 120px;
    }
    .pmt {
        width: 100%;
        text-align: center;
    }

    .pmt img {
        width: 92%;
    }

    .txt-wrapper {
        position: relative;
    }

    .toggle-info {
        font-size: 14px;
        text-decoration: none;
        color: #00a0e9;
    }

    .exhibition {
        width: 92%;
        margin: 0 auto;
        font-family: "Source Han Sans SC", sans-serif;
    }

    .exhibition-details {
        color: #ffffff;
        font-weight: 300;
        font-size: 16px;
    }

    .exhibition-details b {
        font-weight: 700;
        color: #ffffff;
    }

    .ticket-info-title {
        margin-top: 15px;
    }

    .ticket-info {
        list-style-type: none;
        padding: 0;
    }

    .ticket-info li {
        margin-bottom: 10px;
    }

    /*footer*/
    .footer {
        width: 100%;
        float: left;
        line-height: 16px;
        margin: 22px 0;
        text-align: center;
    }

    .qrcode {
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .qrcode img {
        float: left;
        margin: 10px;
        width: 160px;
        padding-left: 6px;
    }

    .footer p {
        color: #ffffff;
        font-size: 16px;
    }

    .f-info {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
    }

}

.swiper-container {
    width: 92%;
    height: 270px;
  }

  .swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  @media screen and (max-width: 750px; ) {
    .swiper-slide {
      -webkit-transform: scale(0.97);
      transform: scale(0.97);
    }
  }

  .swiper-slide-active,
  .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  @media screen and (max-width: 750px; ) {

    .swiper-slide-active,
    .swiper-slide-duplicate-active {
      -webkit-transform: scale(0.97);
      transform: scale(0.97);
    }
  }

  .none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
  }

  .swiper-slide a {
    display: block;
    border-radius: 14px;
    text-decoration: none;
    color: #fff;
  }

  .swiper-slide span {
    margin-top: -36px;
    float: left;
    line-height: 36px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
    font-weight: bold;
    text-indent: 6px;
  }

  @media screen and (min-width: 750px; ) {
    .swiper-slide a:after {
      position: absolute;
      left: 0;
      display: block;
      box-sizing: border-box;
      content: "";
      width: 100%;
      height: 100%;
    }
  }

  .swiper-slide-active a:after {
    background: none;
  }

  @media screen and (max-width: 750px; ) {
    .swiper-slide a {
      padding: 5px;
    }
  }

  .swiper-slide img {
    display: block;
    float: left;
    /*height: 230px;*/
    width: 100%;
  }

  .swiper-pagination {
    position: relative!important;
    margin-top: -60px;
    /*float:right;
    margin-right: 20px;*/
  }

  .swiper-pagination-bullet {
    margin-left: 4px;
    margin-right: 4px;
    width: 8px;
    height: 8px;
    opacity: 0.8;
    background: #FFF!important;
  }

  .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: #FFF!important;
    margin-bottom: 0;
  }

  @media screen and (max-width: 750px; ) {
    .swiper-pagination-bullet {
      margin-left: 2px;
      margin-right: 2px;
      width: 8px;
      height: 8px;
      margin-bottom: 2px;
    }

    .swiper-pagination-bullet-active {
      width: 8px;
      height: 8px;
      background: #FFF!important;
      margin-bottom: 0;
    }
  }

  .button {
    margin: 0 auto;
    bottom: 10px;
    position: relative;
  }

  @media screen and (max-width: 750px; ) {
    .button {
      width: 70%;
      bottom: 4px;
    }
  }

  .button div:hover {
    background-color: #2f4798;
  }

  .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0.7;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #8c8c8c center 50%/50% 50% no-repeat;
  }

  .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0.7;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #8c8c8c center 50%/50% 50% no-repeat;
  }

  @media screen and (max-width: 750px; ) {
    .button div {
      width: 28px;
      height: 28px;
    }
  }