.epgDetailPage {
    font-family: arial;
    position: absolute;
    left: 108px;
    width: 1710px;
    top: 210px;
    height: 750px;
    overflow: hidden;
    display: none;
}

.epgDetailPage span {
    display: inline-block;
    width: 1700px;
}

.epgDetailPanel {
    width: 1700px;
    display: inline-block;
    transition: margin-top 0.5s ease-in-out;
}

.epgDetailTitle {
    font-size: 36px;
    color: #fff;
    margin-top: 12px;
    height: 40px;
}

.epgDetailContent {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 40px;
}

.epgDetailScroll {
    position: absolute;
    top: 0;
    left: 1706px;
    width: 10px;
    height: 0;
    background-color: rgba(200, 255, 255, 0.5);
    border-radius: 5px;
    display: inline-block;
    transition: margin-top 0.5s ease-in-out;
}