* {
    margin: 0;
    padding: 0;
}


.spdetail-box {
    width: 12rem;
    margin: 0 auto;
    padding-top: 0.6rem;
    min-height: 54vh;
}

.spdetail-dingwei {
    font-size: 0.16rem;
    color: #999;
    margin: 0.6rem 0 0.3rem 0;
}

.spdetail-box span {
    color: #B3216F;
}
/* 视频详情 */
.spd-box{
    height: 6.75rem;
}
.spd-box .art-video{
    width: 100%;
    height: 100%;
    display: block;
}
.spd-title{
    font-size: 0.26rem;
    font-weight: bold;
    color: #111111;
    margin: 0.3rem 0 0.2rem 0;
}
.spd-text{
    font-size: 0.18rem;
    color: #999;
    padding-bottom: 0.25rem;
    border-bottom: 0.01rem solid #E5E5E5;
}
.spd-type-box{
    margin-top: 0.25rem;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
}
.spd-type-box p{
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    color: #111111;
    margin-right: 0.25rem;
}

.spd-type-box p span{
    width: 0.27rem;
    height: 0.27rem;
    margin-right: 0.05rem;
    cursor: pointer;
    position: relative;
}
.span-qrcode:hover .qrcode{
    display: block;
}
 .qrcode {
    display: none;
    position: absolute;
    top: -2.2rem;
    left: -0.6rem;
    width: 1.5rem !important;
    height: 1.5rem !important;
    background-color: red;
}
.spd-type-box p span img{
    width: 100%;
    height: 100%;
    display: block;
}