#head {
    position: relative;
    width: 100%;
    height: 50vw;
}

#head .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 100% auto !important;
    background-position: center !important;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    z-index: 1;
}

#head .headLB {
    position: absolute;
    height: 25vw;min-width: 5vw;
    left: 18px;
    bottom: 12px;
    overflow: hidden;
    z-index: 99;
}

#head .headLB  .rect {
    position: relative;
    display: inline-block;
    width: 25vw;
    height: 25vw;
}

#head .headLB .box1 .titleImg {
    width: 25vw;
    height: 25vw;
    border-radius: 2vw;
}

#head .headLB .box1  .titlePlayNum {
    position: absolute;
    left: 5vw;
    bottom: 1vw;
    font-size: 12px;
    color: white;
}
#head .headLB .box1  .titlePlayNum img{
    position: relative;
    top: 2px;
    width: 12px;height: 12px;
    margin-right: 2px;
}
#head .headLB .box2{ text-align: center;color: white;width:25vw}

#head .headLB .boxT{ font-size: 16px;}
#head .headLB .boxB{ font-size: 12px;}

.headFixed{
    display: none;
    position: fixed;
    left: 0;top: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    z-index: 99999;
    background: #4888BE;
    color: white;
    /* color: #1E1E1E; */
}
/* .headFixed .hTxt{
    position: absolute;
    top: 0;bottom: 0;left: 0;right: 0;

} */

#mTitle {
    overflow: hidden;
    font-size: 14px;
    color: #1E1E1E;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.frmPlayNum {
    float: right;
    height: 45px;
    line-height: 45px;
    width: 30px;
    font-size: 12px;
    text-align: right;
}

#content li {
    height: 50px;
    padding-top: 9px;
}
/* 返回 */
.back{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;left: 0;
    z-index: 9999;
}
.back img{
    
    width: 100%;
    height: 100%;
    transform: scale(.4);
    top: 0;left: 0;
}