﻿/* 颜色 *//* 颜色 *//* 字体大小 *//* 字体大小 *//* 像素大小 *//* 像素大小 */
#index-video .video-body video
{
    outline: none;
}
#index-video ul
{
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 40px;
    padding-left: 0;
}
#index-video ul li
{
    list-style: none;
    width: 100px;
    height: 8px;
    background-color: #e0e0e0;
    margin: 0 10px;
    cursor: pointer;
}
#index-video ul li.active
{
    background-color: #339763;
}/*# sourceMappingURL=video.css.map */