#footer{
	width: 100%;
    height: 1.5rem;
    background: #3c3c3c;
    position: fixed !important;
    bottom: 0 !important;
}
.vplay{
    width:100%;
    float:left;
    margin-top:.8rem;
    height:4.2rem;
}
.detail{
    width:100%;
    margin-top:.3rem;
    padding-top:.3rem;
    padding-bottom:.3rem;
    background:#fff;
    float:left;
    margin-bottom:2.3rem;
}
.detail div{
    margin-left:5%;
    width:90%;
    padding-bottom:.3rem;
    float:left;
}
.detail div span:nth-child(1){
    display:inline-block;
    float:left;
    width:1.5rem;
    font-size:.3rem;
    color:#333;
    font-weight:bold;
    line-height:.4rem;
}
.detail div span:nth-child(2){
    font-size: .3rem;
    color: #666666;
    width: 77%;
    display: block !important;
    float: right;
    line-height: .4rem;
    display: flex;
    white-space: pre-wrap;
    word-break: break-all;
}