#Ivideo {
    display: none;
    z-index: 100;
    position: fixed;
    right: 0;
    top: 0;
}

.header {
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    display: none;
}

html, body, .player-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.player-box {}

.video-player {
    min-width: 100%;
    min-height: 100%;
    background-color: transparent;
    display: block;
    position: absolute;
    z-index: 1;
}

#vclose {
    display: none;
    z-index: 999;
    position: fixed;
    right: 60px;
    bottom: 10px;
    width: 246px;
    height: 88px;
    background: url(../images/vclose.png) no-repeat center top;
    cursor: pointer;
}

#aload {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    background: url(../images/loading.gif) no-repeat;
}

.main-content {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/main_bg.png) no-repeat center;
    background-size: cover;
}

.bottom-nav {
    position: absolute;
    bottom: -130px;
    width: 100%;
    height: 130px;
    line-height: 130px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), #e0d7d7b6, rgba(255, 255, 255, 0.8));
}

.bottom-nav ul {
    position: absolute;
    font-size: 30px;
    color: #360401;
    width: 1170px;
    left: 50%;
    margin-left: -585px;
}

.bottom-nav ul li {
    float: left;
    margin: 0 35px;
}

.bottom-nav ul li a {
    color: #360401;
    transition: .2s ease all;
}

.bottom-nav ul li a:hover {
    transition: .2s ease all;
    text-shadow: 0px 0px 5px #240201;
}