#mainWrapper .indexView {
    position: fixed;
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
}

#mainWrapper .kvBg {
    position: absolute;
    width: auto;
    height: 100%;
    right: -100px;
}

#mainWrapper .kvGif {
    position: absolute;
    width: auto;
    height: 100%;
}

#mainWrapper .indexView .sunshine {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../resource/index/sunshine.png?20180308") no-repeat center;
    background-size: cover;
    opacity: 0;
}

#mainWrapper .indexView .catch img {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

#mainWrapper .indexView .catch .watchFilm {
    position: absolute;
    top: 180px;
    left: 16px;
    width: 38%;
    height: auto;
}

#mainWrapper .indexView .catch {
    position: absolute;
    /* width: 28%; */
    /* max-width: 400px; */
    left: 9%;
    top: 50%;
    margin-top: -175px;
    /*
        -webkit-transform: translate(0, -48%);
        transform: translate(0, -60%);*/
    cursor: pointer;
}

#mainWrapper .indexView .video {
    visibility: inherit;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    overflow: hidden;
}

#mainWrapper .showYT .btn-video {
    display: inline-block;
    color: #FFF;
    background: #a58a4a;
    padding: 10px 20px;
    border-radius: 5px;
}

#mainWrapper .indexView .cfa {
    position: absolute;
    color: rgba(0, 0, 0, 0);
    border: none;
    width: 15%;
    max-width: 269px;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    cursor: pointer;
}

#mainWrapper .indexView .cfa img {
    width: 100%;
    height: auto;
}

#mainWrapper .videoJsPlayer {
    position: absolute;
    top: 50%;
    left: 50%;
}

#mainWrapper .videoMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../resource/video/videoMask.png) repeat;
}

.popUpBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.popUpBox .ytBox {
    position: relative;
    width: 80vw;
    height: 45vw;
    left: 50%;
    top: 50%;
    margin-left: -40vw;
    margin-top: -22.5vw;
}

.popUpBox .ytBox .btnClose {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}