.video-wrap {
    padding-top: 120px;
    height: 720px;
}
.aboutus-item.section-1 {
    padding-top: 120px;
}

.video-wrap .video-el {
    width: 100%;
    height: 600px;
    background-color: #000;
    object-fit: cover;
}
#full-img img{
    width:100%;
}
section.aboutus-item {
    width: 100%;
    background-color: #000;
    position: relative;
}

footer {
    position: static;
    margin-top: 0px !important;
}

.aboutus-item .image-wrap {
    height: 100%;
    width: 60%;
    float: left;
}

.aboutus-item .image-wrap-full {
    height: 100%;
    width: 100%;
    float: left;
}
.image-wrap img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.section-2 .image-wrap {
    float: right;
}

.aboutus-item .txtcontent {
    width: 40%;
    float: left;
    color: #fff;
    font-size: 18px;
    font-family: PingFangSC;
    padding: 20px 20px;
}

.aboutus-item .txtcontent .txtcontent-title {
    font-size: 40px;
    margin-bottom: 5px;
    font-family: monospace;
}

.aboutus-item .txtcontent .txtcontent-subtitle {
    margin-bottom: 35px;
    letter-spacing: 2px;
}

.aboutus-item .txtcontent p {
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.fa-plus {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.lean-more {
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
    margin-top: 30px;
}

.lean-more:hover .fa-plus {
    background: #777;
}

.lean-more:hover {
    color: #fff;
}

.video-bgimg {
    display: block;
    /*object-fit: cover;*/
    width: 100%;
    height: 100%;
}

#vedio-mobile {
    display: none;
    /*z-index: 9999999;*/
    position: relative;
}
.mb-comments{
    padding: 0 24px 24px 24px;

}
.mb-comments p{
    color: #999999;
    font-size: 10px;
}
.txtcontent .mobile-show img{
    max-width: 250px;
    max-height: 80px;
}
.txtcontent .insurence img{
    max-height: 35px;
}
.txtcontent .pc-show img{
    min-width: 250px;
    max-width: 450px;
}
.txtcontent .mobile-show{
    margin-bottom: 32px;
}

@media (max-width:767px) {
    .video-wraps{
        width: 100%;
        height: 600px;
    }
    #pc-lean-more-about{
        display: none;
    }
    .video-title {
        width: 96px;
        height: 24px;
        font-family: HYZhongSong;
        font-size: 24px;
        font-weight: normal;
        position: absolute;
        left: 50%;
        top: 150px;
        transform: translate(-50%, -50%);
        color: #fff;
    }
    .video-pc{
        display: none !important;
    }
    #vedio-mobile {
        display: block;
    }

    .pc-show{
        display: none;
    }
    .mobile-show{
        display: block;
    }
    .mobile-about-more-cars{
        margin-top: 32px;
    }
    .mobile-about-more-cars a{
        text-decoration: none;
        display: block;
        max-width: 400px;
        min-width: 200px;
        font-family: PingFangSC;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 40px;
        letter-spacing: normal;
        color: #fff !important;
        text-align: center;
    }
    .mobile-more-dialog .ussliderimg{
        height: auto;
    }

}
@media (min-width:768px) {
    #video-pc {
        display: block;
        position: relative;
    }
    button.play-btn-pc {
        display: none;
    }
    #mobile-lean-more-about{
        display: none;
    }

    .pc-show{
        display: block;
    }
    .mobile-show{
        display: none;
    }
    .pc-position{
        position: relative;
    }
    .pc-about-more-cars{
        position: absolute;
        left: 4%;
        bottom: 25%;
        z-index: 1009;
    }
    .pc-about-more-cars a{
        text-decoration: none;
        display: block;
        max-width: 400px;
        min-width: 220px;
        height: 40px;
        border-radius: 2px;
        border: solid 1px #666;
        background-color: #000;
        font-family: PingFangSC;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 40px;
        letter-spacing: normal;
        color: #fff !important;
        text-align: center;
    }
}

@media screen and (min-width:768px) and  (max-width:1199px) {
    .video-title {
        display: none !important;
    }

    #vedio-mobile {
        display: none !important;
    }

    .video-wrap, .video-wrap .video-el {
        min-height: 500px;
        height: auto !important;
        margin-bottom: 10px;
        padding-top: 0px !important;
    }

    button.play-btn-pc {
        /*display: block !important;
        position: absolute;
        left: 45%;
        top: 20%;
        width: 64px;
        height: 64px;
        border-radius: 52px;
        border: none;*/
        display: none;
    }
}

/*
@media screen and (min-width:768px) and  (max-width:1199px) {
    .video-title {
        display: none;
    }

    #vedio-mobile {
        display: block;
    }

    #vedio-pc {
        display: none;
    }
}*/

@media (min-width:1200px) {

    /*PC*/
    .swiper-pagination2.swiper-pagination-clickable.swiper-pagination-bullets {
        text-align: center;
        position: relative;
        bottom: 10px;
        z-index: 1000;
    }
    .play-btn-pc i.fa.fa-play {
        font-size: 45px;
        margin-left: 10px;
    }
    button.play-btn-pc {
        position: absolute;
        left: 49%;
        width: 104px;
        height: 104px;
        border-radius: 52px;
        border: none;
    }
    .ussliderimg{
        /*height: 100%;*/
        width: 100%;
        overflow: hidden;
    }

}
.swiper-slide{
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:1200px) {
    .aboutus-item.section-1 {
        padding-top: 64px;
    }
    #vedio-el {
        display: none;
    }

    .swiper-pagination-bullet-active {
        background: white !important;
    }
    section.aboutus-item{
        flex-wrap: wrap;
    }
    .video-wrap {
        padding-top: 60px;
        height: calc(100vh - 160px);
    }
    .image-wrap img {
        width: 100%;
    }
    .swiper-pagination1.swiper-pagination-clickable.swiper-pagination-bullets {
        text-align: center;
        position: fixed;
        bottom: 10px;
    }

    .video-wrap .video-el {
        height: calc(100vh - 160px);
        width: 100%;
       /* pointer-events: none;*/
    }

    .section.aboutus-item {
        height: auto;
    }

    .aboutus-item .image-wrap {
        /*height: 240px;*/
        /*flex: 1 1 100%;*/
        width: 100%;
    }

    .swiper-slide{
        /*height: 600px;*/
    }
    .aboutus-item .txtcontent {
        /*flex: 1 1 100%;*/
        width: 100%;
        color: #fff;
        font-size: 14px;
        font-family: PingFangSC;
        padding: 24px;
    }

    .aboutus-item .txtcontent .txtcontent-title {
        font-size: 24px;

    }

    .section-2 .image-wrap {
        order: -1;
    }

    section.aboutus-item {
        height: auto;
        padding-bottom: 36px;
    }
    .txtcontent-subtitle-mb{
        font-size: 14px !important;
    }
}

.info {
    position: relative;
    font-size: 18px;
}

.info .lean-more {
    position: absolute;
    top: 25%;
    left: 4%;
}

@media screen and (min-width:768px) and  (max-width:1199px) {
    .info {
        font-size: 14px;
    }
    .info .lean-more {
        top: 20%;
    }
    .fa-plus {
        width: 30px;
        height: 30px;
    }
}

:root {
    --swiper-pagination-bullet-inactive-color: rgb(147, 148, 148); /* 自定义未激活状态下指示器的颜色 */
}
