* {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
}

.main-all {
    position: relative;
    width: 100%;
    min-width: 1000px;
    height: 10296px;
    background: url(../img/banner.jpg) no-repeat center top, url(../img/bgm1.jpg) no-repeat center 880px, url(../img/bgm2.jpg) no-repeat center 4000px;
}

.main-banner {
    width: 100%;
    min-width: 1000px;
    height: 880px;
    margin: 0 auto;
}

.main-con {
    width: 100%;
    min-width: 1000px;
    height: auto;
    margin: 0 auto;
}

.main-con>div {
    width: 976px;
    height: 842px;
    margin: 0 auto
}

.main-video {
    width: 976px;
    height: 712px;
    padding-top: 65px;
}

.main-video .video-box {
    width: 976px;
    height: 556px;
    background: url(../img/video-bgm1.jpg) no-repeat center top;
}

.main-video .video-box video {
    width: 976px;
    height: 556px;
}

.main-video .video-msg {
    width: 976px;
    height: 156px;
    background: url(../img/video-bgm2.jpg) no-repeat center top;
}


/* 
.main-video .video-msg>div {
    float: left;
} */

.main-video .video-msg .msg-title {
    float: left;
    width: 536px;
    /* height: 156px; */
    padding: 16px 34px;
    color: #fff;
}

.main-video .video-msg .msg-title h3 {
    font-size: 46px;
    line-height: 66px;
}

.main-video .video-msg .msg-title p {
    font-size: 26px;
    line-height: 50px;
}

.main-video .video-msg .msg-count {
    float: right;
    width: 210px;
    height: 100%;
}

.main-video .video-msg .msg-count .like-msg {
    position: absolute;
    top: 74px;
    left: 40px;
    width: 134px;
    height: 50px;
    text-align: center;
    text-indent: 1em;
    font-size: 30px;
    line-height: 50px;
    /* font-weight: bold; */
    color: #fff;
    background-image: linear-gradient(to left, #ff4201, #feac01);
    border-radius: 25px;
}

.feed p {
    font-family: "Microsoft YaHei", 'Georgia', Times, Times New Roman, serif;
    font-size: 25px;
}

.feed {
    /* clear: both;
    margin-bottom: 20px;
    height: 150px; */
    position: relative;
}

.heart {
    background: url(../images/web_heart_animation.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    cursor: pointer;
    position: absolute;
    top: 50px;
    left: 20px;
    background-size: 2900%;
    z-index: 10;
    -webkit-tap-highlight-color:transparent;
}

.heart:hover,
.heart:focus {
    background-position: right;
}

@-webkit-keyframes heartBlast {
    0% {
        background-position: left;
    }
    100% {
        background-position: right;
    }
}

@keyframes heartBlast {
    0% {
        background-position: left;
    }
    100% {
        background-position: right;
    }
}

.heartAnimation {
    display: inline-block;
    -webkit-animation-name: heartBlast;
    animation-name: heartBlast;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: steps(28);
    animation-timing-function: steps(28);
    background-position: right;
}

.likeCount {
    font-family: 'Georgia', Times, Times New Roman, serif;
    margin-top: 22px;
    /* margin-left: 68px; */
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.likeCount::before {
    content: "·";
    display: inline-block;
    width: 20px;
    text-align: center;
}

.likeCount::after {
    content: "·";
    display: inline-block;
    width: 20px;
    text-align: center;
}