﻿body {
    background: #fff !important;
    padding-bottom: 40px;
}
body::after {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(http://file.pmddw.com/course/images/course/course_tweenty_back.png) no-repeat bottom;
    content: "";
    position: absolute;
    z-index: 0;
}
.live {
    position:relative;
    z-index:1;
    opacity:0.85;
}
.live .container {
    margin-top: 40px;
}

.live .container .live_room {
    border-radius: 6px;
    flex: 1;
}

.live .container .live_room .title {
    padding: 0 27px;
    color: #fff;
    background-color: #2d2d2d;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 62px;
}

.live .container .live_room .title h1 {
    font-weight: normal;
    font-size: 18px;
}

.live .container .live_room .title > div {
    cursor: pointer;
    position: relative;
}

.live .container .live_room .title > div:hover .phone {
    display: flex;
}

.live .container .live_room .title > div span {
    margin-left: 10px;
}

.live .container .live_room .title > div .phone {
    position: absolute;
    left: -55px;
    top: 40px;
    width: 350px;
    height: 210px;
    background: #fff;
    z-index: 100;
    color: #333;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
    display: none;
}

.live .container .live_room .title > div .phone:before {
    border: 10px solid;
    border-color: transparent transparent #fff;
    display: block;
    content: '';
    position: absolute;
    top: -20px;
    left: 90px;
}

.live .container .live_room .title > div .phone img {
    width: 146px;
}

.live .container .live_room .title > div .phone #m_play_code img, .live .container .live_room .title > div .phone canvas {
    width: 137px;
}

.live .container .live_room .title > div .phone p {
    margin-top: 10px;
}

.live .container .live_room .live_detail {
    height: 526px;
    background-color: #000;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.live .container .live_room .live_detail.active {
    height: 731px
}

.live .container .live_room .live_detail .video {
    width: 100%;
    height: 100%;
}

.live .container .live_room .live_detail .video .zi {
    height: 100%;
}

.live .container .live_room .live_detail .video .zi p {
    cursor: pointer;
    font-size:16px;
    color: #fff;
}
.live .container .live_room .live_detail .video .zi a{
    color:#fff;
    text-decoration:underline;
    cursor:pointer;
}
.live .container .chat_room {
    margin-left: 25px;
}

.live .container .share {
    margin-top: 10px;
    background-color: #2d2d2d;
    height: 50px;
    border-radius: 6px;
    padding: 0 27px;
    color: #ababab;
}

.live .container .share > div {
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.live .container .share > div:nth-child(1) {
    margin-right: 15px;
}

.live .container .share > div:before {
    position: absolute;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    left: 0;
    top: 3px;
}

.live .container .share > div:nth-child(1):before {
    background: url(http://file.pmddw.com/images/check.png) no-repeat center;
}

.live .container .share > div:nth-child(2):before {
    background: url(http://file.pmddw.com/images/share_chat_room.png) no-repeat center;
}

.live .container .share > div:hover {
    color: #f6ac19;
}

.live .container .share > div:nth-child(1):hover:before {
    background: url(http://file.pmddw.com/images/check_active.png) no-repeat center;
}

.live .container .share > div:nth-child(2):hover:before {
    background: url(http://file.pmddw.com/images/share_active.png) no-repeat center;
}

.live .container .share > div#share:hover .phone {
    display: flex;
}

.live .container .share > div span {
    margin-left: 10px;
}

.live .container .share > div .phone {
    position: absolute;
    left: -55px;
    top: -225px;
    width: 350px;
    height: 210px;
    background: #fff;
    z-index: 100;
    color: #333;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
    display: none;
}

.live .container .share > div .phone:before {
    border: 10px solid;
    border-color: #fff transparent transparent;
    display: block;
    content: '';
    position: absolute;
    bottom: -20px;
    left: 90px;
}

.live .container .share > div .phone img {
    width: 146px;
}

.live .container .share > div .phone #m_play_code1 img, .live .container .share > div .phone canvas {
    width: 137px;
}

.live .container .share > div .phone p {
    margin-top: 10px;
}

.introduce {
    background: #fcfcfc;
    font-size: 14px;
}

.introduce .container img {
    max-width: 1300px;
    display: block;
}
#mps-danmu {
    height:100px !important;
}
#mps-danmu span {
    background: rgba(0,0,0,0.5) !important;
    padding: 0 10px
}