@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
img {
    border: 0;
    text-decoration: none;
}

body {
    color: #000;
    font: 16px;
    font-family: "微软雅黑"
}

body {
    background-repeat: no-repeat;
    background-color: #EFE7D2;
}




#container {
    margin: 100px auto;
    width: 800px;
    z-index: 10;
}

.section {
    display: none;
    padding: 20px;
    text-align: center;
}

.section p {
    padding: 20px;
   text-align: center;
}

.videoDiv{
    display: none;
    z-index: 9;
}

.videoBG{
	background: url(../video/bg.jpg) center;
    position: absolute;
    z-index: 8889;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.closeV {
    font-size: 18px;
    line-height: 36px;
    position: fixed;
    z-index: 8999;
    top: 100px;
    right: 100px;
    width: 124px;
    height: 36px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.playBtn {
    position: fixed;
    z-index: 8999;
    top: 50%;
    right: 50%;
    width: 64px;
    height: 64px;
    cursor: pointer;
    background: url("../video/playbtn.png");
    transform: translate(-50%,-50%);
    display: none;
}

.playBtn p{
    font-size: 18px;
    color: #000;
    width: 343px;
    text-align: center;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -44px;
}

video {
    position: absolute;
    z-index: 8888;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
