<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    min-width: 375px;
    background-color: #f5f5f5;
    font-family: "å¾®è½¯é›…é»‘"
}

a {
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    color: #333;
    cursor: pointer;
    outline: 0 none;
    text-decoration: none;
    transition: all .2s linear
}

a:focus,a:hover {
    color: #cd2407;
    text-decoration: none
}
 .img-fluid {
  max-width: 90%;
  height: auto;
  border: 5px solid #f5f5f5;
}


.zoomimg {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.zoomimg:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.text-muted {
    color: #6c757d !important
}

.videoinfo {
    border-radius: .35rem;
    background: #fff;
    display: block;
    position: relative;
    overflow: hidden
}

.videolist .card,.imglist .card {
    border: none;
    border-radius: .25rem;
    margin-bottom: 5px
}

.videoinfo .video-name {
    height: 2.9em;
    padding: 0 2px;
    border-top: 1px solid #eceff1
}

.pr1 {
    padding: 1px
}

.logo {
    font: lighter 12em Impact;
    text-transform: uppercase;
    color: #6c757d !important;
    font-size: 1.4em
}

.card {
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 0;
    position: relative;
    width: 100%;
    box-shadow: none;
    background: transparent
}

.card .body {
    font-weight: 400;
    border-radius: .35rem;
    background: #fff;
    font-size: 14px;
    color: #222;
    padding: 10px
}

.videolist .body {
    border-radius: 0 0 .35rem .35rem
}

.card-header {
    background-color: #fff;
    border-radius: .35rem .35rem 0 0 !important;
    border-bottom: none
}

.img-tag {
    bottom: 20%;
    color: #fff;
    display: block;
    opacity: .7;
    position: absolute;
    z-index: 105;
    background: #000;
    border-radius: 12px;
    font: 12px/14px å®‹ä½“;
    padding: 5px 10px
}

.row {
    margin-left: 0;
    margin-right: 0
}

.business img {
    width: 100%;
    height: 120px
}
@media screen and (max-width:805px) {
    .business img {
    width: 100%;
    height: 60px
}
   
}
.topbusiness img {
    width: 100%;
    max-height: 120px
}
.vod img {
    width: 100%;
    max-height: 120px
}
.play img {
    width: 100%;
    max-height: 150px
}
.noveltext {
    font-size: 1.5em
}

.noveltext .bage {
    font-size: 100%
}

@media(min-width: 1200px) {
    .btnfix .btn-primary {
        min-width:112px;
        max-width: 112px
    }
}

.videoinfo .image img {
    height: 210px;
    width: 100%
}
.pagination {
    text-align: center;
    height: 32px;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 10px}
.pagination span {
    float: right;
    margin-right: 1px;
    cursor: pointer;
    font-size: 20px;
    color: #0eec6d;
    overflow: hidden
}
.pagination a {
	border-radius: 3px;
    display: inline-block;
    background-color: #f1f1f1;
    margin-right: 1%;
    color:#ec0b71
}
.pagination em {
	border-radius: 3px;
    display: inline-block;
    background-color: #f1f1f1;
    margin-right: 1%;
    color:#ec0b71
}</pre></body></html>