ul.cat li {
    display: inline-block
}

.filter-item {
    display: inline-block;
    margin-top: .05rem;
    margin-bottom: .05rem;
    margin-left: 2px;
    margin-right: 2px
}

.filter-item a {
    font-family: montserrat, sans-serif;
    color: #34495e;
    font-size: 14px;
    padding: .2rem .3rem;
    border-radius: .2rem;
    text-transform: uppercase;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16), 0 1px 2px 0 rgba(0, 0, 0, .12) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16), 0 1px 2px 0 rgba(0, 0, 0, .12) !important
}

div.mform div a.active {
    background: #ff3547;
    color: #eee
}

div.mform div a:hover:not(.active) {
    color: #ff3547
}

div.mcountry div a.active {
    background: #4285f4;
    color: #eee
}

div.mcountry div a:hover:not(.active) {
    color: #4285f4
}

div.mtag div a.active {
    background: #2ecc71;
    color: #eee
}

div.mtag div a:hover:not(.active) {
    color: #2ecc71
}

#scroll div a.active {
    background: #f1c40e;
    color: #eee
}

#scroll div a:hover:not(.active) {
    color: #f1c40e
}

div.mform div:first-child a:not(.active) {
    color: #ff3547;
    border: 1px dashed #ff3547;
    padding: .13rem .23rem
}

div.mcountry div:first-child a:not(.active) {
    color: #4285f4;
    border: 1px dashed #4285f4;
    padding: .13rem .23rem
}

div.mtag div:first-child a:not(.active) {
    color: #2ecc71;
    border: 1px dashed #2ecc71;
    padding: .13rem .23rem
}

div.years div a.active {
    background: #8e44ad;
    color: #eee
}

div.years div:first-child a:not(.active) {
    color: #8e44ad;
    border: 1px dashed #8e44ad;
    padding: .13rem .23rem
}

div.years div a:hover:not(.active) {
    color: #8e44ad
}

div.album div:first-child a:not(.active) {
    color: #1abc9c;
    border: 1px dashed #1abc9c;
    padding: .13rem .23rem
}

div.album {
    overflow: hidden
}

div.album {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    display: flex
}

div.album::-webkit-scrollbar {
    width: .3rem;
    height: .3rem;
    background-color: #f5f5f5
}

div.album::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 15px;
    background-color: #f5f5f5
}

div.album::-webkit-scrollbar-thumb {
    border-radius: 15px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-image: -webkit-linear-gradient(45deg, #ff595e, #ff924c, #ffca3a, #c5ca30, #8ac926, #36949d, #1982c4, #4267ac, #565aa0, #6a4c93);
    background-image: linear-gradient(45deg, #ff595e, #ff924c, #ffca3a, #c5ca30, #8ac926, #36949d, #1982c4, #4267ac, #565aa0, #6a4c93)
}

div.album div {
    margin-left: 4px;
    margin-right: 4px
}

div.album div a.active {
    background: #1abc9c;
    color: #eee
}

div.album div a:hover:not(.active) {
    color: #1abc9c
}

.year-selection-pane {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    padding: .5rem;
    z-index: 10;
    width: 17.5rem;
    height: 14rem;
    background: #fff;
    border-radius: 8px;
    visibility: hidden;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .08), 0 3px 6px -4px rgba(0, 0, 0, .12), 0 9px 28px 8px rgba(0, 0, 0, .05)
}

.year-selection-pane .years-item {
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    height: 1.3rem;
    width: 2.7rem;
    color: #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.year-selection-pane .active {
    color: #fff;
    background-color: #8e44ad
}

.years-item-first {
    border-radius: 7px 0 0 7px
}

.years-item-last {
    border-radius: 0 7px 7px 0
}

.years-item-inrange {
    background-color: #ebc8f9
}

.year-selection-pane .active.years-item-first.years-item-last {
    border-radius: 5px
}

.year-selection-pane .years-item:hover:not(.active) {
    background: #eee
}

.select-time-btn {
    position: relative;
    top: -9px;
    padding: .13rem .23rem;
    background-color: #f5f5f5;
    color: #8e44ad;
    font-size: 14px;
    border-radius: .2rem;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16), 0 1px 2px 0 rgba(0, 0, 0, .12) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16), 0 1px 2px 0 rgba(0, 0, 0, .12) !important;
    margin: 0
}

.select-time-btn.active {
    background-color: #8e44ad;
    color: #f5f5f5
}

.select-time-btn:hover:not(.active) {
    color: #8e44ad
}

.Movie-item {
    text-align: center;
    height: 100%;
    width: 100%;
    margin: 6px 0 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.Movie-item .hover-bg {
    overflow: hidden;
    position: relative;
    border-radius: 2%
}

.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #333;
    background: rgba(255, 255, 255, .55);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .5s;
    z-index: 1
}

.hover-bg .hover-text .overlay-caption {
    display: table;
    height: 100%;
    width: 100%
}

.hover-bg .hover-text .overlay-caption .overlay-content {
    display: table-cell;
    vertical-align: middle
}

.hover-text .overlay-caption .overlay-content i {
    font-size: 45px
}

.hover-bg:hover .hover-text {
    opacity: 1
}

.hover-bg {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .12), 0 4px 4px rgba(0, 0, 0, .12), 0 8px 8px rgba(0, 0, 0, .12), 0 16px 16px rgba(0, 0, 0, .12)
}

.mitme {
    margin-bottom: .3rem
}

.triangle-cornermark {
    height: 0;
    width: 70px;
    border-bottom: 15px solid rgba(0, 181, 29, .7);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    z-index: 2;
    position: absolute;
    left: -6px;
    top: 18px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    line-height: .9rem;
    font-size: 10px;
    white-space: nowrap;
    text-align: center;
    color: #fff
}

.dbadges-box {
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dbadges {
    position: relative;
    width: auto;
    background-color: rgba(52, 152, 219, .8);
    font-size: 10px;
    padding: 0 5px;
}

.nodata {
    display: none;
    text-align: center
}

.nodata .fonts {
    color: #000;
    font-size: 1.5rem;
    position: relative;
    top: 6.3rem
}

#button-search {
    padding: .5rem .8rem
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px
}

.rs-title {
    color: #343a40;
    font-size: .9rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600
}