.education-center-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 20px;
}

.education-center-container .top-content {
    margin: 20px 0;
    border: 1px solid #e8e8e8;
}

.education-center-container .top-content .play-header {
    display: flex;
    flex-direction: column;
    margin: 15px;
}

.play-header .top-info {
    display: flex;
}

.play-header .middle-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.play-header .middle-info .title {
    line-height: 48px;
    font-size: 32px;
}

.play-header .bottom-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.play-header .bottom-info .left-info {
    color: #333;
}

.play-header .bottom-info .left-info .info {
    margin: 4px 0;
    width: 900px;
}

.play-header .left-info .info .avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 6px;
}

.play-header .left-info .info .avatar img {
    width: 100%;
    height: 100%;
}

.play-header .left-info .info .up {
    color: #4a4a4a;
    font-size: 14px;
}

.play-header .right-info .date {
    color: #4a4a4a;
    width: 125px;
    margin-right: 5px;
}

.play-header .right-info .views {
    color: #4a4a4a;
    width: 150px;
}

.play-header .right-info .share {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.play-header .right-info .share .share-wx {
    width: 34px;
    height: 35px;
    display: block;
    margin-left: 5px;
    background-color: #FFF;
    background-image: url('/static/images/news-center/icon_weixin_pressed.png');
}

.education-center-container .top-content .play-header .right-info .share .share-content {
    position: absolute;
    top: 40%;
    left: 50%;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #eee;
    z-index: 2;
    transform: translate(-50%);
}

.education-center-container .top-content .play-header .right-info .share .share-content .share-wx-title {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    position: relative;
}

.education-center-container .top-content .play-header .right-info .share .share-content .share-wx-title span {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    color: #000;
}

.education-center-container .top-content .play-header .right-info .share .share-content .share-wx-title a.close-share-content {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: -3px;
    color: #999;
    text-decoration: none;
    font-size: 20px;
}

.education-center-container .top-content .play-header .right-info .share .share-content .share-wx-qrcode {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    left: 10px;
}

.education-center-container .top-content .play-header .right-info .share .share-content .share-wx-foot {
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
}

.education-center-container .main-content {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

video {
    width: 100%;
    height: 100%;
    border: 1px solid #efefef;
}

/* 左下角播放进度记录 */

.video-play-state {
    position: absolute;
    bottom: 60px;
    left: 10px;
    width: 200px;
    height: 30px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: none;
    border-radius: 3px;
}

.video-play-state i {
    cursor: pointer;
}

.video-play-state a {
    color: #DE688C;
}

.video-play-state a:hover {
    color: #DE688C;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}
