﻿.cd-popup-video h3 {
    text-align: center;
    margin: 20px 0;
    font-size: 24px;
    font-weight: 500
}

.cd-popup-video {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 20000;
}


/*大背景*/

.cd-popup-video.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-video .w1 {
    width: 915px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
    padding: 0;
    position: relative;
}

.cd-popup-video-container {
    position: absolute;
    background: #FFF;
    border: #f9f9f9 3px solid;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 0;
}


/* --白色内容*/

.cd-popup-video-container p {
    line-height: 36px;
    margin-top: 40px;
}

.cd-popup-video-container span {
    color: #38ae00;
}

.cd-popup-video-container .logo {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: #f9f9f9;
}

.cd-popup-video-container .logo img {
    width: 110px;
    height: auto;
    float: left;
    margin: 0 20px;
}

.jump-btn {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 30px;
    height: 30px;
    display: block;
}

.jump-btn::before,
.jump-btn::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #666;
}

.jump-btn::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.jump-btn::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

a.jump-btn {
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -o-transition: -o-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out;
}

a.jump-btn:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.enterBtn {
    border-radius: 0;
    background: #FFF;
    color: #666;
    text-decoration: none;
}

.enterBtn a.colsebtn:hover {
    background: #F00;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
    width: 160px;
    height: 36px;
    display: block;
}

.enterBtn a.colsebtn {
    background: #df0716;
    color: #fff;
    transition: all 0.2s;
    width: 160px;
    height: 36px;
    display: block;
    line-height: 36px;
    text-align: center;
    margin: 20px auto;
}

.videocon1 {
    background: #FFF;
    padding: 20px 30px;
}

.videocon2 {
    background: #FFF;
    padding: 20px 30px;
}

.videocon3 {
    background: #FFF;
    padding: 20px 30px;
}

.videocon4 {
    background: #FFF;
    padding: 20px 30px;
}

.videocon5 {
    background: #FFF;
    padding: 20px 30px;
}

#v01 {
    width: 100%;
    height: auto;
}

#v01 video {
    width: 100%;
    height: auto;
}

#v02 {
    width: 100%;
    height: auto;
}

#v02 video {
    width: 100%;
    height: auto;
}

#v03 {
    width: 100%;
    height: auto;
}

#v03 video {
    width: 100%;
    height: auto;
}

#v04 {
    width: 100%;
    height: auto;
}

#v04 video {
    width: 100%;
    height: auto;
}

#v05 {
    width: 100%;
    height: auto;
}

#v05 video {
    width: 100%;
    height: auto;
}

@media (max-width:768px) {
    .cd-popup-video-container {
        margin: 0 auto;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .cd-popup-video .w1 {
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        margin-top: 0;
        padding: 0;
        position: relative;
    }
    .cd-popup-video-container .logo {
        width: 100%;
        height: auto;
        padding: 10px 0;
        background: #f9f9f9;
    }
    .cd-popup-video-container .logo img {
        width: 80px;
        height: auto;
    }
    .jump-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        width: 30px;
        height: 30px;
        display: none;
    }
    .videocon1,
    .videocon2,
    .videocon3,
    .videocon4,
    .videocon5 {
        background: #FFF;
        padding: 10px 20px;
        overflow: hidden;
    }
    .cd-popup-video h3 {
        text-align: center;
        margin: 10px 0;
        font-size: 16px
    }
    .setH {
        height: 30%;
    }
    .pdf {
        height: 70%;
        padding: 0 20px 0 20px;
        Overflow-y: scroll;
    }
    .pdf p {
        margin: 0;
        padding: 0;
        font-size: 12px;
        line-height: 30px;
    }
    .pdf h4 {
        margin: 10px 0;
        padding: 0;
        line-height: 24px;
    }
    .enterBtn a.btn:hover {
        background: #F00;
        color: #fff;
        cursor: pointer;
        transition: all 0.2s;
        width: 150px;
        height: 30px;
        display: block;
    }
    .enterBtn a.btn {
        background: #df0716;
        color: #fff;
        transition: all 0.2s;
        width: 150px;
        height: 30px;
        display: block;
        line-height: 30px;
        text-align: center;
        margin: 20px auto;
    }
}