
:root {
    --gold: #e1b355;
}


@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(/static/fonts/MaterialIcons-Regular.woff2) format('woff2'), url(/static/fonts/MaterialIcons-Regular.woff) format('woff'), url(/static/fonts/MaterialIcons-Regular.ttf) format('truetype')
}

.md-icon, .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga'
}


.container-fluid,
.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.common_menu {
    border-radius: 8px;
}


.common_menu .q-item a {
    color: var(--text-color);
}

.common_menu::before {
    content: "";
    display: block;
    width: 0px;
    z-index: 10;
    height: 0px;
    border-width: 10px;
    border-style: solid;
    border-image: initial;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: var(--background-color);
    position: absolute;
    top: -20px;
    left: calc(50% - 10px);
}

.unloaded-mark,
.websites__link,
#cf_alert_div,
[v-cloak],
.none {
    display: none !important;
    opacity: 0;
}

.ui.container.flex {
    display: flex;
}

li, ol, ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#orginal_video_player {
    width: 100% !important;
    height: 100% !important;
}

.cl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cl {
    clear: both;
    zoom: 1;
}


.avdata .title_fanhao {
    position: absolute;
    bottom: .54rem;
    left: .54rem;
    z-index: 2;
}


.title_fanhao {
    background-color: #f00;
    padding: 3px 3px;
    color: #efe8e8;
    line-height: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 65%
}


._limit_watch,
_limit_watch {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 111;
}


.avdata .zh_sub {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #FFF;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: -webkit-linear-gradient(223deg, #bd5aff, #f09);
    background-image: -o-linear-gradient(223deg, #bd5aff 0, #f09 100%);
    background-image: linear-gradient(227deg, #bd5aff, #f09);
    -webkit-box-shadow: 0 3px 6px 0 rgba(215, 0, 255, .46);
    box-shadow: 0 3px 6px 0 rgba(215, 0, 255, .46);
    border-radius: 50%;
}


.mr-auto {
    margin-right: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.one .avdata {
    width: 100%;
}


.loading.lazy,
.loaded.lazy {
    opacity: 1;
}

.lazy {
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    max-width: 100%;
    opacity: 0;
}


.doc-note {
    background-color: #f5f5f5;
    border-color: #eee;
    border-radius: 4px;
    border-style: solid;
    border-width: 0 5px;
    font-family: Avenir, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    font-size: 1em;
    letter-spacing: .5px;
    line-height: 1.35em;
    margin: 16px 0;
    padding: 16px 24px;
}

.doc-note > p {
    margin-bottom: 0;
}


.doc-note--tip {
    background-color: #daf8e1;
    border-color: #9cedaf;
}

.doc-note--tip {
    color: #111;
}

.doc-note--tip p {
    color: #1d1d1d;
}

.doc-note--tip .doc-link {
    color: #15792d;
}

.doc-note__title {
    font-weight: 500;
    padding-bottom: 8px;
}

.q-page-container :target {
    scroll-margin-top: 66px;
}

.doc-page > div {
    margin-bottom: 22px;
}

.doc-link {
    border-bottom: 1px dotted;
    color: #00b4ff;
    font-weight: 500;
    outline: 0;
    text-decoration: none;
    transition: opacity .2s;
    vertical-align: center;
    white-space: nowrap;
}

.doc-link:hover {
    opacity: .8;
}

.doc-note--warning {
    background-color: #fcf2d7;
    border-color: #f9e09b;
}

.q-badge--floating {
    position: absolute;
}

@media (max-width: 640px) {

    .m-100 > .col-2,
    .m-100 > .col-6,
    .m-100 > .col-3,
    .m-100 > .col-9,
    .m-100 > .col-8,
    .m-100 > .col-4,
    .m-100 > .col-10 {
        width: 100% !important;
        flex: 0 0 auto;
        max-width: 100% !important;
    }

    .vip_container.tip-containr {
        position: fixed;
        top: 120px
    }
}

i.icon {
    height: auto;
}


.__link_view a {
    margin-right: 6px;
}

.tpdialog.q-card,
.up-dialog-auto.q-card {
    margin-top: -16.88%;
}


.tab-item.toolbar-gg .ui.button {
    padding-left: .4em;
    padding-right: .4em;
}

.toolbar-gg a {
    font-size: 12px;
    font-weight: bold;
    color: var(--q-color-negative);
}


.vip-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
}

.child,
.vip-container,
.vip-only {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vip-container .desciption,
.vip-only .desciption {
    text-align: center;
    color: #e0e0e0;
}

.cover_image_url {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ui[class*="center aligned"].grid {
    margin: auto;
}


.plr0 {
    padding-left: 0;
    padding-right: 0
}

.pl0 {
    padding-left: 0 !important
}

.pr0 {
    padding-right: 0 !important
}


.ui.gold.button {
    background-color: var(--gold);
    color: #fff;
    text-shadow: none;
    background-image: none;
}

.form-control-ex {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: .04em;
    text-transform: inherit;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    height: 38px;
    padding: 10px 10px;
    color: #000;
}


#collect-link {
    cursor: pointer;
}


#collect-link.active i {
    color: #bd0000;
    font-size: 1.2em;
}


.container.row {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin: auto;
}


.view_count svg {
    margin-right: 4px;
}

.hd-container .high_resolution {
    display: none;
}


.preview-video-container {
    min-height: 80px;
    aspect-ratio: 505 / 259;
    background: #4a4a4a;
}

.preview-video-player {
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    display: none;
    object-fit: fill;
}


.hover .preview-video-player {
    display: block;
    z-index: 899;
}

.load-progress {
    position: absolute !important;
    z-index: 899;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    margin: 0;
    display: none
}

.load-progress .progress {
    background: transparent
}

.vip_container {
    position: absolute;
    z-index: 98;
    top: 10px
}

.__vip_video_container {
    position: relative;
}


.vip_container .tip {
    background: #000000;
    margin-left: 16%;
    color: #fff;
    border-radius: 2px;
    padding: 8px;
}

.video-text-icon {
    position: absolute;
    top: .54rem;
    right: .54rem;
    border: 0;
    background-color: #1894ff;
    color: #fff;
    padding: 2px 4px 0 5px;
    border-radius: 3px;
    z-index: 2;
}

.vip_video_mark {
    position: absolute;
    top: 30px;
    left: 10px;
    background: var(--gold);
    color: #1b1b1b;
    padding: 3px 6px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 4px;
    z-index: 9;
}

.q-img__content .doc-tip-container {
    padding: 0px;
}


.doc-tip-container .doc-note--tip {
    margin-top: -16%;
}

.platform-ios .videojs_player {
    height: 100%;
    position: absolute;
    width: 100%;
}


.like-link.active svg {
    color: #f00;
}

.unlike-link svg,
.like-link svg {
    color: #968f8f;
}

.collect.active svg {
    color: #ff000b;
}

.menu-gg li a:first-child {
    padding-left: 0px !important;
}

.actor_detail p {
    margin: 0 0 8px;
}

.related-posts-bottom button {
    margin: auto;
    text-align: center;
    display: block;
}


.ads-tag {
    position: absolute;
    top: 6px;
    left: 0;
    padding: 8px;
    background: #111111;
    opacity: .8;
    font-size: 12px;
    color: #FFF;
}


.control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

.extend-via-pseudo-elem {
    position: relative;
}

.extend-via-pseudo-elem::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
}


.showingCounter {
    clear: both;
    color: var(--text-color3);
    float: left;
    font-size: 12px;
    width: 100%;
}


#to_top a {
    color: #e86256;
    text-decoration: none
}

.cd-container {
    width: 90%;
    max-width: 768px;
    margin: 2em auto
}

.cd-container::after {
    content: '';
    display: table;
    clear: both
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(/static/img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 9999
}

.cd-top:hover {
    box-shadow: rgba(255, 138, 115, 0.5) 0 5px 25px 0;
    bottom: 30px;
}


.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}

.cd-top.cd-fade-out {
    opacity: .5;
    z-index: 10000
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1
}

.cd-top {
    right: 20px;
    bottom: 20px
}


#video_server_list {
    font-size: 12px;
}

#video_server_list .server_name {
    font-weight: bold;
}


.-section {
    margin-bottom: 12px
}

.avdata .cover-img {
    width: 100%;
    aspect-ratio: 505 / 259;
}

.ads-strong {
    color: #ff6d6d;
}

.email {
    background: #06090f;
    color: #eeeeff;
    padding: 5px 8px;
    border-radius: 4px;
    cursor: pointer;
}

.application-name .logo{
    font-weight: bold;
    font-size: 2.1rem;
    font-family: Times, TimesNR, 'New Century Schoolbook', Georgia, 'New York', serif;
}
