#mainContain {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0px;
}

.labelColor {
    color: purple;
    font-weight: 1000;
    text-align: center;
}

.posToCenter {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.rateLabel{
    position: absolute;
}

.topContain {
    width: 100%;
    height: 350px;
    position: relative;
    border-bottom: 2PX solid #F4F2F6;
}

.topLogo {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
}

.topImg {
    max-width: 100%;
    /* 适应容器宽度 */
    max-height: 100%;
    /* 适应容器高度 */
}

.topLabel {
    width: 400px;
    height: 100px;
    background-color: #EAF7FE;

    top: 190px;

}

.topLabel h1 {
    font-size: 22px;
margin-top: 20px;
}

.topLabel span {
    font-size: 18px;
    color: #56B230;
    font-weight: 1000;
    position: absolute;
    left: 100px;
    top:60px
}

.topLabel img {
    position: absolute;
    left: 200px;
    top: 60px
}

.topPeople {
    width: 116pX;
    height: 32pX;
    position: absolute;
    left: 0;
    right: 0;
    top: 300px;
    margin: auto;
}

.centerContain {
    width: 100%;
    height: 500px;
    margin-top: 20px;
    position: relative;
}

.contentLabel {
    width: 400px;
}

.contentLabel span {
    vertical-align: middle;
    display: table-cell
}

.centerContain video {
    top: 60px
}

.bottomContain {
    width: 100%;
    height: 150px;
    box-shadow: darkgrey 10px 0px 10px -2px;
    position: fixed;
    bottom: 0px;
    z-index: 100;
}

.progress {
    width: 100%;
    height: 10px;
    position: absolute;
    top: 30px
}

.progress progress {
    width: 100%;
}

.bottomLabel {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 45px
}

.bottomLabel>span:first-child {
    color: #978BA1;
    text-align: center;
    display: block;
    font-size: 12px;
    line-height: 30px;
    font-weight: 1000;
    vertical-align: middle;
}

.bottomBtn {
    width: 80%;
    height: 60px;
    position: absolute;
    vertical-align: middle;
    left: 0;
    right: 0;
    top: 80px;
    margin: auto;
}

.bottomBtn .btn_border {
    border-radius: 100px;
    height: 60px;
    background: #99f551 !important;
    border: 2px solid #6ceb47 !important;
    box-shadow: 0 0 10px 2px rgba(25, 190, 0, 0.6);
}

.btn_border span {
    color: #2D751D;
    text-align: center;
    display: block;
    font-size: 28px;
    line-height: 60px;
    font-weight: 1000;
    vertical-align: middle;
}

#videoMain {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.videoContainer {
    background-color: #200643;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}

#video {
    /* object-position: center;
    object-fit: cover; */
    width: 100%;
    height: 100%;
    position: relative;
}

.closeBtn {
    /* float: right; */
    position: absolute;
    top: 50px;
    right: 50px;
    margin: auto;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 100px;
}

.closeBtn img {
    vertical-align: middle;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}