.commercial_video_banner{
    width: 100%;
    padding: 32px 0 0;
}


.commercial_video_view{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.commercial_video_list{
    width: 285px;
    height: 252px;
    overflow: hidden;
    margin-top: 32px;
    margin-right: 20px;
}
.commercial_video_list:hover .commercial_video_img{
    transform: scale(1.1);
}
.commercial_video_view>a:nth-child(4n + 4) .commercial_video_list{
    margin-right: 0;
}
.commercial_video_img_out{
    width: 100%;
    height: 177px;
}

.commercial_video_img{
    width: 100%;
    height: 100%;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    object-fit: cover;
    transition: 0.3s all ease-in-out;
}
.commercial_video_list p{
    padding: 13px 0;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.commercial_video_bottom{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.commercial_video_head{
    width: auto;
    max-width: 160px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.commercial_video_head strong{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0 0 5px;
}
.video_head_img{
    width: 28px;
    height: 28px;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.commercial_video_number{
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.video_play_num{
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video_play_num img{
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.video_play_num span{
    display: block;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #999999;
    margin-left: 5px;
}
.commercial_video_number .video_play_num:nth-child(2) img{
    margin-left: 16px;
}



.video_bottom_height{
    width: 100%;
    height: 68px;
}



/*商用车直播banner swiper*/
.commercial_live_banner{
    width: 100%;
    height: auto;
    margin: 32px 0 0;
    display: flex;
    justify-content: space-between;

    background: #111221;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
}
.live_banner_left{
    width: 1008px;
    height: auto;
}
#live_banner_weiper{
    width: 100%;
    height: 400px;
    box-sizing: border-box;
}
#live_banner_weiper .live_banner_slide_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.live_banner_right{
    width: calc(100% - 1008px);
    height: auto;
    padding: 24px 0 0;
}
.live_banner_img_list{
    width: 100%;
    height: auto;
    padding: 0px 18px 10px 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.live_banner_pointer_img{
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    border: 2px solid rgba(255,255,255,0);
}
.live_banner_selected{
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    border: 2px solid #536DFE;
    position: relative;
}
.live_banner_selected:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid rgba(255,255,255,0);
    border-top: 12px solid rgba(255,255,255,0);
    border-bottom: 12px solid rgba(255,255,255,0);
    border-right: 12px solid #536DFE;
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);

}
.live_banner_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.live_banner_img_list:hover .live_banner_pointer_img{
    border: 2px solid #7ca2e8;
}


