.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: hsla(0, 0%, 100%, .5)
}

.header .header-box {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0
}

.header .header-box .logo {
    display: inline-block
}

.header .header-box .nav {
    display: inline-block;
    float: right
}

.header .header-box .nav a {
    color: #000;
    line-height: 39px;
    padding: 0 0 0 50px
}

.main-content {
    width: 100%;
    padding-bottom: 20px;
    overflow: hidden;
    background: url("/images/star/0517b3f662ec8cf49f1fde67763a89cf.png"
            
        )
}

.main-content .player {
    position: relative;
    width: 1000px;
    height: 675.25px;
    margin: 100px auto 0;
    background: url("/images/star/fd25bb1d8d6b5927897b9a0863dee300.png"
            
        );
    background-size: 1000px;
    background-repeat: no-repeat
}

.main-content .player .play-btn {
    width: 45px;
    height: 40px;
    position: absolute;
    bottom: 195px;
    left: 450px;
    cursor: pointer
}

.main-content .video-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: none
}

.main-content .video-mask .video {
    width: 1000px;
    display: block;
    margin: 0 auto
}

.main-content .manifesto {
    display: block;
    margin: 20px auto
}

.wx-code {
    position: absolute;
    top: -130px;
    right: -45px;
    width: 122px;
    display: none;
    z-index: 100;
    background-color: white;
    padding: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.img-a {
    position: relative;
}

.img-a:hover .wx-code {
    display: block !important;
}

.img-a:hover .img-aa {
    display: none;
}

.img-bb {
    display: none;
}

.img-a:hover .img-bb {
    display: block;
}

.footer-two-img a img {
    margin-right: 0 !important
}