.main-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    line-height: 1.75;
}

.page-title {
    color: #e83e8c;
    font-size: 2rem;
}

.page-title span {
    font-size: 14px;
    color: #333;
    margin-left: 40px;
}

/****** video *******/

.vbox-content {
    display: flex;
    flex-wrap: wrap;
}

.vbox {
    width: 256px;
    margin: 10px;
}

.vbox a {
    color: #212529;
}

.vbox a:hover {
    color: #fe104c;
    text-decoration: none
}

.vbox-img {
    position: relative;
}

.vbox-img img {
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.vbox-time {
    font-family: Roboto-Regular;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 40px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .4));
    border-radius: 4px;
    padding-top: 10px;
    padding-right: 10px;
    text-align: right;
    user-select: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, .4)));
    background-image: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .4));
}

.vbox-time span {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

/* log */
.log-table {
    width: 100%;
}
.log-table th {
    width: 8rem;
}
.log-table th, .log-table td {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}
.log-table th {
    padding-left: 1rem;
}