.main {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.pc{
    display: block !important;
}
.mob{
    display: none !important;
}
.bgimg {
    display: block;
    width: 100%;
}
.mobbg{
    width: 100%;
    display: block;
    display: none;
}
.bot-icon {
    width: .44rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 9.45rem;
    animation-name: beat; /*动画名称*/
            animation-duration: 1.4s; /*设置秒数*/
            animation-timing-function: linear;/*速度曲线*/
            animation-iteration-count: infinite;/*播放次数*/
            animation-direction: alternate;/*逆向播放*/
            animation-play-state: running;/*正在运行*/
}

@keyframes beat {
    0% {
        top: 9.45rem;
    }

    25% {
        top: 9.35rem;
    }

    50% {
        top: 9.25rem;
    }

    75% {
        top: 9.35rem;
    }

    100% {
        top: 9.45rem;
    }
}

.mian2-icon {
    position: absolute;
    right: 2.89rem;
    top: 10.69rem;
    width: 3.04rem;
}

.mian2-img {
    width: 14.37rem;
    position: absolute;
    left: 2.89rem;
    top: 11.27rem;
}

.mian3-icon {
    position: absolute;
    left: 2.89rem;
    top: 29.74rem;
    width: 3.07rem;
}

.mian4-icon {
    position: absolute;
    left: 13.25rem;
    top: 40.33rem;
    width: 3.08rem;
}

.mian5-icon {
    position: absolute;
    left: 2.89rem;
    top: 52.50rem;
    width: 3.09rem;
}

.mian6-icon {
    position: absolute;
    left: 13.26rem;
    top: 64.32rem;
    width: 3.08rem;
}

.show-swiper {
    width: 13.39rem;
    height: 8.10rem;
    position: absolute;
    top: 42.4rem;
    left: 0;
    right: 0;
    margin: auto;
}
.show-swiper .img-box{
    width: 13.39rem;
    height: 8.10rem;
    overflow: hidden;
}
.show-swiper .img-box img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.show-swiper-btn .btn {
    position: absolute;
    width: .52rem;
    height: 1rem;
    top: 3.56rem;
    background-size: 100% 100%;
    cursor: pointer;
}

.show-swiper-btn .btn.left {
    left: -1.3rem;
    background-image: url("../img/1_7_1.png");
}

.show-swiper-btn .btn.right {
    right: -1.3rem;
    background-image: url("../img/1_7_2.png");
}

.news-view {
    width: 13.39rem;
    height: 7.4rem;
    position: absolute;
    top: 54.68rem;
    left: 0;
    right: 0;
    margin: auto;
}

.new-list {
    width: 13.39rem;
    height: 7.4rem;
}

.news-item {
    width: 100%;
    height: 2.36rem;
    display: flex;
    margin-bottom: .15rem;
    background: #fff;
}
.new-list .news-item:last-child{
    margin-bottom: 0;
}
.news-item .img {
    width: 4.2rem;
    height: 2.36rem;
    flex: none;
    position: relative;
    overflow: hidden;
}
.news-item .img img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.news-item .cent {
    width: 9.18rem;
    box-sizing: border-box;
    padding: .32rem .53rem 0 .36rem;
}

.news-item .cent .title {
    line-height: 1.2;
    font-size: .32rem;
    color: #131313;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.news-item .cent .date {
    margin: .3rem 0;
    font-size: .22rem;
    color: #8D8D8D;
}

.news-item .cent .txt {
    font-size: .22rem;
    color: #141414;
    line-height: 1.4;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
}

.news-swiper-btn .btn {
    position: absolute;
    width: .52rem;
    height: 1rem;
    top: 3.2rem;
    background-size: 100% 100%;
    cursor: pointer;
}

.news-swiper-btn .btn.left {
    left: -1.3rem;
    background-image: url("../img/1_7_1.png");
}

.news-swiper-btn .btn.right {
    right: -1.3rem;
    background-image: url("../img/1_7_2.png");
}

.more-view {
    box-sizing: border-box;
    width: 100%;
    padding: 0 4.76rem;
    position: absolute;
    top: 66.77rem;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.more-view img {
    width: 1.96rem;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.18rem;
}

.footer a {
    color: #fff;
}

.car-swiper{
    position: absolute;
    top: 32.86rem;
    left: 0;
    right: 0;
}
.carimg{
    display: block;
      height: 3.57rem;
      width: auto;
      margin: 0 auto;  
}
.car_name{
    height: 1.38rem;
    position: absolute;
    top: 37.1rem;
    right: 9.12rem;
    
}
/* .car-swiper-btn{
    position: absolute;
    width: 12rem;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(50% - .5rem);
    display: flex;
    justify-content: space-between;
    z-index: 9;
} */

.car-swiper-btn .btn {
    position: absolute;
    top: calc(50% - .5rem);
    z-index: 9;
    width: .52rem;
    height: 1rem;
    background-size: 100% 100%;
    cursor: pointer;
}

.car-swiper-btn .btn.left {
    left: 5rem;
    background-image: url("../img/1_7_1.png");
}

.car-swiper-btn .btn.right {
    right: 5rem;
    background-image: url("../img/1_7_2.png");
}
.cs_btn{
    width: 1.55rem;
    height: .42rem;
    position: absolute;
    top: 37.52rem;
    left: 10.55rem;
    cursor: pointer;
}

.cs_pop{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.8);
    z-index: 99;
    padding-top: 2.5rem;
    padding-bottom: .41rem;
    overflow-y: auto;
    display: none;
    box-sizing: border-box;
}
.close_btn{
    width: .56rem;
    height: .56rem;
    position: fixed;
    top: .43rem;
    right: 1.8rem;
    cursor: pointer;
}
.close_btn img{
    width: 100%;
}
.pop_item{
    display: none;
}
.cs_tit{
    width: 14rem;
    margin: 0 auto;
}
.cs_tit img{
    width: 100%;
}
.cs_box{
    width: 14rem;
    height: 7.5rem;
    margin: 0 auto;
    overflow-y: auto;
}
.cs_box img{
    width: 100%;
}
.pop_car_swiper{
    width: 14rem;
    /* width: 10.76rem; */
    padding: .81rem 1.62rem .84rem;
    box-sizing: border-box;
    margin:0 auto 0;
    background: rgb(37, 91, 148);
    position: relative;
}
.popswiper{
    margin-top: .2rem;
    margin-left: 1rem;
    margin-right: 1rem;
}
.pop_car_img{
    width: 100%;
}
.pop_car_img img{
    width: 100%;
}
.pop_car_swiper img{
    width: 100%;
}
.pop_car_swiper_btn .btn {
    position: absolute;
    width: .52rem;
    height: 1rem;
    bottom: 1.3rem;
    background-size: 100% 100%;
    cursor: pointer;
}

.pop_car_swiper_btn .btn.left {
    left: 1.6rem;
    background-image: url("../img/1_7_1.png");
}

.pop_car_swiper_btn .btn.right {
    right: 1.6rem;
    background-image: url("../img/1_7_2.png");
}
.tips{
    width: 14rem;
    margin: 1.24rem auto 0;
    font-size: .24rem;
    color: #fff;
    text-align: right;
}


/* .main{
    height: 43rem;
}
.mian6-icon{
    top: 38rem;
}
.more-view{
    top: 40rem;
} */
@media screen and (max-width:750px) {
   

    .pc{
        display: none !important;
    }
    .mob{
        display: block !important;
    }
    .bgimg{
        display: none;
    }
    .mobbg{
        display: block;
    }
    .mob2-img{
        width: 100%;
        position: absolute;
        left: 0;
        top: 8.4rem;
    }
    .mian2-icon {
        right: .18rem;
        top: 6.32rem;
    }
    .mian3-icon {
        left: .31rem;
        top: 30.92rem;
    }
    .mian4-icon {
        left: 4.1rem;
        top: 40rem;
    }
    .mian5-icon {
        left: .33rem;
        top: 47.4rem;
    }
    .mian6-icon {
        left: 4.1rem;
        top: 60.4rem;
    }
    .show-swiper {
        width: 5.65rem;
        height: 3.42rem;
        position: absolute;
        top: 42.58rem;
        left: 0;
        right: 0;
        margin: auto;
    }
    .show-swiper .img-box{
        width: 5.65rem;
        height: 3.42rem;
    }
    .show-swiper-btn .btn {
        width: .33rem;
        height: .65rem;
        top: 1.4rem;
    }
    .show-swiper-btn .btn.left{
        left: -.7rem;
    }
    .show-swiper-btn .btn.right{
        right: -.7rem;
    }
    .news-view {
        width: 5.69rem;
        height: 7.4rem;
        position: absolute;
        top: 50rem;
        left: 0;
        right: 0;
        margin: auto;
    }
    .more-view {
        box-sizing: border-box;
        width: 2.37rem;
        padding: 0;
        top: 63rem;
        left: 2.36rem;
        display: block;
    }
    .footer{
        height: 1rem;
    }
    .more-view img{
        width: 100%;
        margin-bottom: .95rem;
    }
    .car-swiper {
        top: 33.97rem;
        left: 0;
        right: 0;
    }
    .cs_tit{
        width: 7.17rem;
    }
    .cs_box{
        width: 7.17rem;
        height: 9.86rem;
    }
    .pop_car_swiper{
        width: 7.2rem;
        padding: .42rem .83rem;
    }
    .pop_car_swiper_btn .btn {
        width: .33rem;
        height: .65rem;
    }
    .pop_car_swiper_btn .btn.left{
        left: 1.2rem;
        bottom: .48rem;
    }
    .pop_car_swiper_btn .btn.right{
        right: 1.2rem;
        bottom: .48rem;
    }
    .tips{
        width: 7rem;
        margin: 1.12rem auto 0;
    }
    .car-swiper-btn .btn {
        top: calc(50% - .32rem);
        width: .33rem;
        height: .65rem;
    }
    
    .car-swiper-btn .btn.left {
        left: .7rem;
    }
    
    .car-swiper-btn .btn.right {
        right: .7rem;
    }
    .car_name {
        height: 1.38rem;
        position: absolute;
        top: 35.9rem;
        right:3.27rem;
    }
    .cs_btn {
        width: 1.55rem;
        height: .42rem;
        position: absolute;
        top: 36.4rem;
        left: 4.7rem;
        cursor: pointer;
    }
    .carimg{
        height: 2.27rem;
    }
    .close_btn{
        right: .8rem;
    }
    /* .main{
        height: 50rem;
    }
    .mian6-icon{
        top: 35rem;
    }
    .more-view{
        top: 37.6rem;
    } */
    .cs_pop{
        padding-top: 1.4rem;
    }
    .mob .new-list{
        width: 100%;
        height: 100%;
    }
    .mob .news-item{
        height: auto;
        display: block;
    }
    .mob .swiper3 {
        height: 100%;
        margin-bottom: 0;
    }
    .news-item .img{
        width: 100%;
        height: auto;
    }
    .news-item .cent{
        width: 100%;
        padding: .32rem .53rem;
    }
    .news-item .cent .title{
        overflow: hidden; 
        text-overflow: ellipsis; 
        display: -webkit-box;
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical; 
        white-space: normal;
    }
    .news-item .cent .txt{
        -webkit-line-clamp: 3;
    }

    .news-swiper-btn .btn.left {
        left: -.8rem;
    }
    
    .news-swiper-btn .btn.right {
        right: -.8rem;
    }
    .news-swiper-btn .btn{
        width: .4rem;
        height: .8rem;
    }
}