.black-mark {
    background-color: rgba(0,0,0,0.8) !important;
}
.video-panel{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1240px;
    height: 720px
    /*background: greenyellow;*/
    /*display: flex;*/
    /*align-items: center;*/
}
.video-panel video{
    width: 100%;
    height: 100%;
}
.video-panel source{
    border: 1px solid seagreen;
}
.p2-img-cont {
    position: relative;
    line-height: 0;
    width: 100%;
    height: 100%;
    /*border: 1px solid red;*/
}
.p2-img-cont>canvas {
    width: 100vw;
    /*height: 56.25vw;*/
    height: 99.5vh;
}
.p2-img-cont picture img {
    width: 100%;
}
.p2-cvs-mask {
    position: absolute;left: 0;top: 0;
    width: 100%;
    height: 100%;
    /*display: none;*/
}
.bgImage{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.play-cont {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    flex-direction: column;
    /*background: yellow;*/
}
.play-cont:hover {
    cursor: pointer;
}
.play-cont span {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.play-cont .text{
    font-size: 25px;
    margin-bottom: 25px;
}
.play-cont img {
    height: 35px;
    width: 35px;
    padding-top: 10px;
}
.p2-web-video {
    width: 100%;
}
.p2-m-video {
    display: none;
}
button.close.rect {
    height: 2rem;
    width: 2rem;
    background-color: rgba(255,255,255,0.7);
    top: 15px;
    right: 0;
}
.close {
    float: right;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .5;
}

.mobile-show {
    display: none !important;
    /*display: block;*/
}
.mobile-hide {
    display: flex !important;
}
.video-canvas{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.videoToTop{
    transform: translateY(100%);
}
.wordToTopActiveLeave{
    transform: translateY(-100%);
}
.videoToTopShow{
    transform: translateY(0);
}
.videoToTopHide{
    transform: translateY(-100%);
}
.panelUP{
    position: absolute;
    left: 50%;
    /*top: 50%;*/
    transform: translateX(-50%);
    opacity: 1;
    /*top: 50%;*/
    top: 100%;
}

.rightLightWord .item{
    margin-bottom: 40px;
}
.rightLightWord span{
    font-size: 25px;
}
.rightLightWord .title{
    font-size: 48px;
    font-weight: bold;
}

/*.changeImage{*/
    /*!*opacity: 1;*!*/
    /*opacity: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%,-50%);*/
/*}*/
/*.changeImage{*/
    /*width: 100vw;*/
    /*height: 100vh;*/
/*}*/
.hidden-animate-image{
    height: 676px;
}
.section-picture-mask-wrap.videoToTop{
    /*height: auto;*/
    /*border: 3px solid red;*/
    /*height: 56.25vw;*/
    /*bottom: -200px;*/
}
.text-second{
    display: flex;
    align-items: center;
}
.text-second > span {
    font-size: 48px;
}
@media screen and (max-width: 576px)  {
    .text-second > span {
        font-size: 36px;
    }
    .videoInfo{
        position: absolute;
        top: 70%;
    }
    .watchVideo{
        position: absolute;
        top: 15%;
        text-align: center;
        width: 100%;
    }
    .p2-img-cont,.video-panel{
        height: 56.25vw;
        /*border: 1px solid yellow;*/
        height: 100vh;
    }
    .section-picture-mask-wrap.videoToTop{
        /*height: auto;*/
        /*border: 3px solid red;*/
        /*height: 56.25vw;*/
        /*bottom: -200px;*/
    }
    .rightLightWord .title{
        font-size: 30px;
    }
    .rightLightWord span{
        font-size: 16px;
    }
    .fingerprint img,.brokenScreen img{
        width: 220px;
    }

    .hidden-animate-image {
        height: 464px;
    }

    .mobile-show {
        display: flex !important;
    }
    .mobile-hide {
        display: none !important;
    }
    .play-cont img {
        height: 30px;
        width: 30px;
        padding-top: 8px;
    }
}


@media screen and (max-width: 1366px) and (min-width: 578px) {
    .hidden-animate-image {
        height: 464px;
    }
    .fingerprint img, .brokenScreen img{
        width: 220px;
    }
}
