.home_live{
    display: none;
    position: absolute;
    background-color: #333;
    width:100%;
    height: 95%;
    z-index: 2;
}
.ext_live{
    float:right;
    margin-right: 7%;
    height:35px;
}

.ext_live img{
    height: 30px;
    width: 48px;
    margin-top: 100%;
}

.Rectangle_play{
    height: 30px;
    width: 48px;
    margin-top: 32%;
    position: absolute;
    margin-left: 47%;
    pointer-events: none;
}
.video{
    margin-left:15%;
    margin-top:2%;
    width:70%;
    height:90%;
    outline: none;
}

.live_title{
    width: 104px;
    height: 34px;
    border-radius: 4px;
    background-color:#03004D;
    border:none;display:block;
    /* margin-left:57%; */
    color: #ffffff;
    margin: auto;
    text-align: center;
    cursor:pointer;
}
/* .live_title:hover {
    background-color:#ffffff;
} */
.live_title div{
    font-size: 14px;
    /* font-family: PingFangSC, PingFangSC-Medium; */
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 35px;margin-left: 10px;
}

.live_title img{
    height:24px;
    width:24px;
    float:right;margin-right: 10px;
    margin-top: 6px;
}