﻿.newServiceItem {
    width: 81vw;
    margin-left: 9.5vw;
    margin-right: 9.5vw;
    margin-top: 7vw;
    min-height: 30vw;
}

.serviceMainVideoPlane {
    width: 81vw;
    padding: 0.5vw;
    height: 33.75vw;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.serviceMainVideoPlane .videoPlaneVideo {
    float: left;
    width: 60vw;
}

.newServiceItem .mainVideoTextPlane {
    position: absolute;
    display: flex;
    height: 33.75vw;
    right: .5vw;
    top: .5vw;
    width: 21vw;
    color: #fff;
    background-color: #333;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.newServiceItem .mainVideoTextPlane .mainText {
    padding-top: 6vw;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.newServiceItem .mainVideoTextPlane .serviceTitle {
    padding-top: 3vw;
    padding-bottom: 1vw;
    font-weight: 600;
    font-size: 40px;
}

.mainVideoItemPlane {
    width: 80vw;
    min-height: 24vw;
    margin: 1vw;
}

.mainVideoItemPlaneOneRow {
    width: 80vw;
    min-height: 12vw;
    margin: 1vw;
}

.mainVideoItemPlane .mainVideoRow {
    width: 80vw;
    min-height: 0;
}

.mainVideoEachItem {
    width: 25vw;
    float: left;
    margin: 0.5vw;
}

.serviceVideoItemImage {
    position: relative;
    overflow: hidden;
}

.videoPoster {
    width: 100% !important;
    height: 14.06vw;
}

.playBtn {
    position: absolute;
    pointer-events: none;
    width: 3vw !important;
    height: 3vw !important;
    left: 11vw;
    top: 6vw;
}

.videoTitleSmall {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2vw;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1vw;
    display: flex;
    align-items: center;
    padding-left: 1vw;
}