/*导航条*/
.dh > div {
    text-align: center;
    cursor: pointer;
}

/*导航条激活状态*/
.DhActive {
    text-align: center;
    background: #e30002;
    color: white;
    transition: 1s;
}

/*详情展示中的面板*/
.mb {
    width: 84%;
    background: rgba(255, 0, 2, 0.7);
    position: absolute;
    height: 240px;
    overflow: hidden;
    color: white;
    display: none;
    overflow: hidden;
}

.xq {
    margin-top: 1%;
    overflow: hidden;
}

/*版权条*/
p {
    color: white;
}