.tab-href {
    background: #588528;
}

.tab-href a {
    display: inline-block;
    padding: 10px 10px;
    color: #fff;
    font-size: 18px;
}

.tab-href a:hover {
    color: #6eff00;
    transition: .3s;
}

.tab-href .active {
    background: #294e00;
    color: #6eff00;
}

.top-title {
    font-size: 18px;
    color: #333333;
    padding: 10px 0;
    border-bottom: solid 1px #cccccc;
    font-weight: 600;
}

.movie-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.movie-list .movie-items {
    margin: 18px 0;
}

.movie-list .movie-items:not(:nth-child(4n)) {
    margin-right: 70px !important;
}

.movie-list .movie-items .play {
    position: absolute;
}

.movie-list .movie-items .play img {
    width: 55px;
    height: 55px;
    position: relative;
    left: 97px;
    top: 70px;
}

.movie-list .movie-items img {
    width: 247px;
    height: 185px;
}

.movie-list .movie-items .title {
    font-size: 20px;
    color: #333333;
    margin: 8px 0 18px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.movie-list .movie-items .msg {
    display: flex;
    align-items: center;
}

.movie-list .movie-items .msg img {
    width: 14px;
    height: 14px;
    margin-right: 7px;
}

.movie-list .movie-items .msg .view {
    display: flex;
    align-items: center;
    color: #676767;
}

.movie-list .movie-items .msg .view:first-child {
    margin-right: 20px;
}

.purchase-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.purchase-list .purchase-items {
    display: inline-block;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 220px;
    margin: 15px 0;
}

.purchase-list .purchase-items img {
    width: 100%;
}

.purchase-list .purchase-items div:nth-child(2) {
    margin: 7px 4px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 212px;
    word-break: break-all;
    word-wrap: break-word;
}

.purchase-list .purchase-items div:nth-child(3) {
    font-size: 14px;
    padding: 0 4px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
    color: #808080;
}

.purchase-list .purchase-items div:nth-child(4) {
    color: #ff0000;
    font-size: 18px;
    padding: 0 4px 8px;
}