body {
    /* font-family: 400 .875em/1.8 Lato,PingFang SC,Lantinghei SC,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif; */
    font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, "PingFang SC","SF Pro SC","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    /* font-family: 'PingFang-SC-medium', Helvetica, Tahoma, Arial, 'Microsoft YaHei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif; */
    /* font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, 'PingFang SC', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
    -webkit-font-smoothing: antialiased;
    background-color: #606061;
}
.xcontainer {
    width: 1140px;
    max-width: 1140px;
}
.search-form .form-control, textarea{
    border:0;
    box-shadow: none;
    outline: none;
}
.form-control:focus, textarea:focus{
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}
.body_content_wrapper {
    margin-top: 1rem;
}
/* @media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
} */

/* common empty data */
.common-empty {
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.common-empty__image {
    width: 160px;
    height: 160px;
}
.common-empty__image img {
    width: 100%;
    height: 100%;
}
.common-empty__description {
    margin-top: 16px;
    padding: 0 60px;
    color: #969799;
    font-size: 14px;
    line-height: 20px;
}

.loader_play,
.loader_play:before,
.loader_play:after {
    background: rgb(221, 221, 221);
    -webkit-animation: load_play 1s infinite ease-in-out;
    animation: load_play 1s infinite ease-in-out;
    width: 5px;
    height: 10px;
}
.loader_play {
    color: rgb(221, 221, 221);
    text-indent: -9999em;
    margin: 0 auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader_play:before,
.loader_play:after {
    position: absolute;
    top: 0;
    content: '';
}
.loader_play:before {
    left: -10px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader_play:after {
    left: 10px;
}
@-webkit-keyframes load_play {
    0%,80%,100% {
        box-shadow: 0 0;
        height: 5px;
    }
    40% {
        box-shadow: 0 -10px;
        height: 10px;
    }
}
@keyframes load_play {
    0%,80%,100% {
        box-shadow: 0 0;
        height: 5px;
    }
    40% {
        box-shadow: 0 -10px;
        height: 10px;
    }
}
.bd-callout {
    padding: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: var(--bd-callout-color, inherit);
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}
.bd-callout-warning {
    --bd-callout-color: var(--bs-warning-text);
    --bd-callout-bg: var(--bs-warning-bg-subtle);
    --bd-callout-border: var(--bs-warning-border-subtle);
}
.login_modal {
    margin-top: 100px;
}
.login_modal #btnLogin .spinner-border{
    vertical-align: -3px;
}
.login_modal input{
    -webkit-box-shadow:none;
    box-shadow:none;
}
.login_modal .input-group-text,
.login_modal .form-control {
    font-size: 14px;
}
.login_modal .input-group-text {
    width: 82px;
}
.login_modal .modal-title{
    font-size: 20px;
}
.login_modal .modal-title .line {
    width: 1px;
    display: inline-block;
    height: 20px;
    padding: 5px 0;
    margin: 0 10px;
}
.login_modal .modal-title .line span {
    width: 1px;
    display: inline-block;
    height: 20px;
    background-color: #e7e7e7;
}

.login_modal .modal-title .switch-btn {
    line-height: 0;
    color: #6c757d;
    vertical-align: 2px;
    cursor: pointer;
    user-select: none;
}
.login_modal .modal-title .switch-btn.active {
    color: #0a58ca;
    border-bottom: 1px solid #0a58ca;
}
.login_modal .captcha-image {
    visibility: hidden;
    width: 100px;
    cursor: pointer;
}

#notice_box {
    font-size: 14px;
}
#notice_box .alert-danger {
    color: #E00;
    border: 1px solid #000000;
    background-color: #202020;
}

#index_carousel, #index_carousel .carousel-item{
    width: 400px;
    height: 200px;
}
#index_carousel .carousel-item {
    background-size: cover;
}
#index_carousel .carousel-inner{
    overflow: hidden;
}

.carousel-caption {
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0, .6);
    text-shadow: rgb(0 0 0 / 90%) 0 2px 2px;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0;
}
#index_recommend_video_box .recommend_video_box_item_wrapper {
    flex: 1;
    height: 100px;
    width: 161px;
    background-color: #000;
    box-sizing: border-box;
    padding-left: 10px;
}
#index_recommend_video_box .recommend_video_box_item_wrapper.top-item{
    padding-top: 0;
    padding-bottom: 10px;
}
#index_recommend_video_box .recommend_video_box_item_wrapper.bottom-item{
    padding-top: 10px;
    padding-bottom: 0;
}
#index_recommend_video_box .recommend_video_box_item_wrapper .recommend_video_box_item {
    overflow: hidden;
    position: relative;
}
#index_recommend_video_box .recommend_video_box_item img {
    width: 100%;
    height: 90px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
#index_recommend_video_box .recommend_video_box_item:hover img {
    transform: scale(1.1);
}
#index_recommend_video_box .recommend_video_box_item p{
    position: absolute;
    margin-bottom: 0;
    font-size: 12px;
    color: #FFF;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent,rgba(0,0,0,.5));
    text-align: center;
    height: 40px;
    line-height: 60px;
    padding: 0 5px;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    text-shadow: rgb(0 0 0 / 90%) 0 1px 1px;
}

.emoji-box .emoji-wrap .emoji-small img {
    margin: 4px;
    width: 24px;
    height: 24px;
}
#btnLogAndReg span {
    color: rgba(255, 255, 255, 0.2);
}

/* common pagination */
.common_pagination .pagination{
    justify-content: center;
    margin-bottom: 0;
}
.common_pagination .pagination .page-link {
    border: 1px solid #505051;
    background-color: transparent;
    color: #e8e8e9;
    font-size: 14px !important;
    padding: .375rem 1rem;
}
.common_pagination .pagination .page-item.active .page-link,
.common_pagination .pagination .page-item:hover .page-link{
    background-color: #313132;
}

.common_pagination .pagination .page-item.disabled .page-link {
    background-color: transparent !important;
}

a.common_alink, a.common_alink:link {
    color: #d0e0f0;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
a.common_alink:hover{
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
}


.head_content_wrapper {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%), inset 0 -1px 0 rgb(255 255 255 / 15%);
}
.head_content_wrapper .head-nav {
    margin-left: 1rem;
}
.head-nav .nav-link {
    position: relative;
    margin-left: 1rem;
    margin-right: 1rem;
    color: #E8E8E8;
    padding-left: 0;
    padding-right: 0;
}
.head-nav .nav-link:hover,
.head-nav .nav-link.active {
    color: #E00 !important;
}
.head-nav .nav-link.active::after {
    position: absolute;
    right: 0;
    bottom: -16px;
    left: 0;
    width: 100%;
    z-index: 1;
    content: "";
    height: 2px;
    background-color:#E00;
}

.head-nav .nav-link.nav-download-link {
    color: #FFFFFF !important;
}
.head-nav .nav-link.nav-download-link:hover {
    font-weight: normal;
    color: #FFFFFF !important;
}

.user_avatar {
    height: 31px;
    width: 31px;
}
.history_link.dropdown-toggle::after {
    display: none;
}
.history_link_wrapper .history_link_item,
.history_link_wrapper .history_list_clear {
    width: 240px;
    font-size: 13px;
    line-height: 29px;
    padding: 2px 10px;
}
.history_link_wrapper .history_list_clear {
    text-align: center;
}
.history_link_wrapper .history_link_item .history_link_item_eposide{
    line-height: 29px;
    min-width: fit-content;
    padding-left: 5px;
    color: #E00 !important;
}
.user_avatar_link {
    display: none;
    margin-left: 10px;
}
.hr-gray {
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255, .1);
    opacity: .1;
}
.extra-box {
    margin: 1.5rem 0;
}
.extra-box.index-app-dl img{
    width: 100%;
    max-width: 100%;
}

.video_thumbs {
    transition: all linear 0.3s;
}
.video_list_box .video_list_box--hd {
    border-bottom: 1px solid rgba(255,255,255, .125);
}
.video_list_box .video_list_box--hd .sub-button {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-weight: normal;
    background-color: rgba(255, 255, 255, .2) !important;
    border-radius: 2px;
    color: #FFF !important;
    border: 1px solid rgba(255, 255, 255, .3);
}
.video_list_box .video_list_box--hd .title-desc {
    font-size: 14px;
}
.video_list_box .video_list_box--hd .title-more i{
    vertical-align: -1px;
}
.video_list_box .video_list_box--bd {
    padding-top: 10px;
}
.video_list_box .video_list_box--bd .video_item-title {
    font-size: 14px;
}
.video_list_box .video_list_box--bd  .video_item--image {
    cursor: pointer;
    overflow: hidden;
}
.video_list_box .video_list_box--bd .video_item--info {
    max-width: 70%;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0,0,0, .8);
    padding: 4px 6px;
}
.video_list_box .video_list_box--bd .video_item .video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease-out;
    opacity: 0;
    background: #000;
    filter: alpha(opacity=0);
}
.video_list_box .video_list_box--bd .video_item:hover .video_thumbs {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.video_list_box .video_list_box--bd .video_item .video-player-icon {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background: url(https://a.msstatic.com/huya/main3/widget/game-live-item/img/play-icon_fbf7f.png) no-repeat;
    transform: scale(1.5);
    backface-visibility: hidden;
    transition: all .25s ease-out;
    z-index: 900;
    pointer-events: none;
}
.video_list_box .video_list_box--bd .video_item .video-item-cancel-fav {
    display: none;
}
.video_list_box .video_list_box--bd .video_item:hover .video-mask {
    opacity: .5;
    background: #000;
    filter: alpha(opacity=50);
}
.video_list_box .video_list_box--bd .video_item:hover .video-player-icon{
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
}
.video_list_box .video_list_box--bd .video_item:hover .video-item-cancel-fav{
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1000;
    font-size: 12px;
}

#week_list_btn {
    cursor: pointer;
}

.text_list_box .text_list_box--hd{
    border-bottom: 1px solid rgba(255,255,255, .125);
}
.text_list_box .text_list_box--bd {
    padding-top: 10px;
}
.text_list_box .text_list_box--bd .nav-tabs {
    border-bottom: 1px solid rgba(255,255,255, .125)
}
.text_list_box .text_list_box--bd .nav-item {
    width: 47.6px;
    font-size: 14px;
    margin-right: 2px;
}
.text_list_box .text_list_box--bd .nav-item:last-of-type {
    margin-right: 0;
}
.text_list_box .text_list_box--bd .nav-link {
    width: 100%;
    color: #d0e0f0;
    padding: .5rem 0;
}
.text_list_box .text_list_box--bd .nav-link:hover,
.text_list_box .text_list_box--bd .nav-link.active {
    border-width: 1px;
    border-color: #404041;
    background-color: #282828;
    border-style: solid;
    border-bottom: 1px solid #282828;
    font-weight: bold;
}
.text_list_box .text_list_box--bd .text_list_item {
    font-size: 14px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.text_list_box .text_list_box--bd .text_list_item li {
    border-bottom: 1px dashed #3c3f42;
    padding: 10px 0 !important;
    line-height: 150%;
    font-size: 14px;
}
.text_list_box .text_list_box--bd .text_list_item li.episode_end{
    background: url(../images/end.png);
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: center right;
}
.text_list_box .text_list_box--bd .text_list_item li:last-of-type {
    border-bottom: 0 none;
}
.text_list_box .text_list_box--bd .text_list_item li .title_sub {
    color: #d0e0f0;
    min-width: fit-content;
    font-size: 12px;
    padding-left: 5px;
}
.text_list_box .text_list_box--bd .text_list_item li.episode_end .title_sub {
    visibility: hidden;
}
.text_list_box .text_list_box--bd .text_list_item li .title_new{
    color: #fe0101;
    padding: 0 2px;
}
.text_list_box .text_list_box--bd .tab-content {
    background-color: #282828;
    border-width: 0 1px 1px;
    border-color:#404041;
    border-style: solid;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0 5px;
}
.text_list_box .text_list_box--bd .text_list_box_wrapper {
    background-color: #282828;
    border: 1px solid#404041;
    border-radius: 4px;
    padding: 0 5px;
}

/* catalog */

/*.filter_type_list button {*/
/*    margin-bottom: 3px;*/
/*    cursor: pointer;*/
/*}*/
/*.filter_type_list button:hover,*/
/*.filter_type_list button.active {*/
/*    color: #FFFFFF !important;*/
/*    background-color: #5c636a;*/
/*    border-color: #565e64;*/
/*}*/
/*.filter_type .filter_type_name {*/
/*    width: 70px;*/
/*}*/
/*.filter_type_list .filter_list_item {*/
/*    padding-left: .75rem;*/
/*    padding-right: .75rem;*/
/*}*/

.filter_field .filter_type_name {
    width: 75px;
}
.filter_field .filter_type_name,
.filter_field .filter_list_item {
    color: #FFFFFF;
    margin-bottom: 3px;
    cursor: pointer;
}
.filter_field .filter_type_name.active,
.filter_field .filter_list_item.active {
    background-color: #dc3545;
    border-color: #dc3545;
}
.filter_field .filter_type_name:hover,
.filter_field .filter_list_item:hover
{
    background-color: #bb2d3b;
    border-color: #b02a37;
}
.filter_type_list .filter_list_item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-right: .5rem;
}

.card.cata_video_item {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255, .1);
    padding-bottom: 1rem;
}

.card.cata_video_item .video_cover_wrapper {
    position: relative;
    overflow: hidden;
}
.card.cata_video_item .video_cover_wrapper span.video_play_status {
    font-size: 12px;
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, .8);
    max-width: 80%;
}
.card.cata_video_item .video_cover_wrapper:hover .video_thumbs {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.card.cata_video_item .video_cover_wrapper .video_thumbs {
    width: 172px;
}

.card.cata_video_item .card-body {
    padding: 0 0 0 1rem;
}
.card.cata_video_item .card-title {
    font-size: 18px;
    color: #d0e0f0;
}
.card.cata_video_item .card-title a {
    color: #d0e0f0;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.card.cata_video_item .card-title a:hover {
    border-bottom: 1px solid #d0e0f0;
}
.card.cata_video_item .video_detail_info {
    font-size: 14px;
    padding-bottom: 5px;
    display: inline-block;
    min-width: 50%;
    line-height: 1.8;
}
.card.cata_video_item .video_detail_info span {
    color: #808081;
}
.card.cata_video_item .video_detail_info.desc {
    padding-bottom: 0;
    margin-bottom: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



/* update */
.recent_update .progress{
    background-color: rgba(255,255,255, .2);
}
.foot_content_wrapper {
    font-size: 14px;
    text-align: center;
    color: #DDD;
}
.foot_content_wrapper p {
    margin-bottom: 0;
    padding: 5px 0;
}

/* rank */
.rank_list_box--bd .title {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 10px;
}
.rank_list_box--hd {
    margin-bottom: .5rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.rank_list_box--hd .rank_list_select {
    width: 140px;
    font-size: 14px;
}

.rank_list_item {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #3c3f42;
}
.rank_list_item_no {
    font-size: 13px;
    width: 36px;
    text-align: left;
    font-style: italic;
    color: #989898;
}
.rank_list_item_title {
    font-size: 13px;
}
.rank_list_item_views {
    font-size: 12px;
    width: 60px;
    text-align: right;
    color: #989898;
}

/* detail */
.video_detail_wrapper .video_detail_left {
    width: 256px;
}
.video_detail_wrapper .video_detail_title {
    font-size: 1.4rem;
    color: #d0e0f0;
    padding-bottom: .5rem;
}
.video_detail_wrapper .video_detail_desc {
    font-size: 14px;
    line-height: 180%;
}

.video_detail_box_title {
    font-size: 1rem;
}
.video_detail_box_title span {
    display: inline-block;
}
.video_detail_box_title small {
    margin-top: 2px;
}
.video_detail_wrapper .nav-link{
    font-size: 14px;
    color: rgba(255,255,255,.55);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.video_detail_wrapper .nav-link:hover {
    color: #FFF;
}
.video_detail_wrapper .nav-pills .nav-link.active,
.video_detail_wrapper .nav-pills .show > .nav-link{
    color:#FFF;
    background-color: #373738;
    font-weight: bold;
}
.video_detail_wrapper .tab-pane {
    background-color: #373738;
    padding: 8px;
    padding-bottom: 5px;
    border-radius: 4px;
}
.video_detail_wrapper .tab-pane .video_detail_episode {
    margin: 0;
    padding: 0;
}
.video_detail_wrapper .video_detail_episode li {
    text-align: center;
    display: inline-block;
    width: 16.66%;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 0px 2px;
    position: relative;
}
.video_detail_wrapper .video_detail_episode li a {
    display: block;
    border: 1px solid rgba(255, 255, 255, .2);
    height: 40px;
    line-height: 40px;
    color: #d0e0f0;
    text-decoration: none;
    border-radius: 4px;
}
.video_detail_wrapper .video_detail_episode li a:hover,
.video_detail_wrapper .video_detail_episode li a.active {
    background-color: rgba(255,255,255, .2);
}
.video_detail_wrapper .video_detail_episode li a span {
    padding: 0 2px;
}
.video_detail_wrapper .video_detail_episode .video_detail_spisode_playing {
    position: absolute;
    left: 3px;
    top: 1px;
    right: 3px;
    bottom: 1px;
    background-color: rgba(0,0,0, .6);
    border-radius: 4px;
}
.video_detail_wrapper .video_detail_episode .video_detail_spisode_playing .loader_play {
    margin-top: 20px;
}
.video_detail_wrapper .video_detail_feedback {
    font-size: 14px;
}
.video_detail_wrapper .video_detail_feedback .form-check {
    margin: 10px 15px 10px 0;
}
.video_detail_wrapper #video_feedback_other_text {
    resize: none;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #d0e0f0;
    font-size: 14px;
}
.video_detail_wrapper .video_detail_cover {
    position: relative;
}
.video_detail_wrapper .video_detail_cover .video_detail_collect {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.video_detail_wrapper .video_detail_extra {
    background-color: #202020;
}
.video_detail_wrapper .video_detail_extra .video_detail_extra_item i {
    vertical-align: -1px;
}
.video_detail_wrapper .video_detail_extra .video_detail_extra_item {
    border: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    font-size: 12px;
    border-left: 0 none;
    padding: 8px 0;
}
.video_detail_wrapper .video_detail_extra .video_detail_extra_item:first-of-type {
    border-left: 1px solid rgba(255, 255, 255, .1);
}
.video_detail_box {
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: #202020;
}
.video_detail_box .card {
    background-color: transparent;
}
.video_detail_box .card .card-title {
    font-size: 16px;
}
.video_detail_box .card .card-body {
    padding: 8px;
}
.video_detail_box ul {
    font-size: 14px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.video_detail_box ul li {
    padding: 4px 0;
}
.video_detail_box ul li .detail_imform_tag {
    display: inline-block;
    width: 75px;
    color: #808081;
}

.detail_related_list li{
    border-bottom: 1px dashed #3c3f42;
    padding: 8px 0 !important;
}


/* play */
.video_play_wrapper {
    background-color: #000000;
    position: relative;
}
.video_play_wrapper .video-switch-icon {
    display: none;
    width: 4rem;
    height: 4rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    top: 50%;
    margin-top: -2rem;
    z-index: 1;
    color: #000000;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .1;
    transition: opacity .15s ease;
}
.video_play_wrapper .video-switch-icon a {
    display: block;
    height: 100%;
}
.video_play_wrapper .video-switch-icon:hover {
    opacity: .5;
}
.video_play_wrapper .video-switch-icon.prev-icon {
    left: -4rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.video_play_wrapper .video-switch-icon.next-icon {
    right: -4rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.video_detail_meta {
    color: #d0e0f0;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
}
.video_detail_meta i {
    margin-right: 5px;
    vertical-align: -1px;
}

.video_play_detail .title {
    color: #d0e0f0;
}
.video_play_detail .title span {
    color: #dc3545;
}
.video_play_control_btns {
    text-align: center;
    background-color: #000;
    overflow: hidden;
    font-size: 14px;
}
.video_play_control_btns .play_control_item:first-of-type {
    border-left: 0;
}
.video_play_control_btns .play_control_item {
    border: 1px solid rgba(255, 255, 255, .1);
    border-right: 0;
}
.video_play_control_btns .play_control_item a {
    display: block;
    text-decoration: none;
    color: #FFF;
    padding: 10px 0;
}
.video_play_control_btns .play_control_item a:hover {
    font-weight: bold;
}
.video_play_control_btns .play_control_item a i {
    vertical-align: -1px;
}
.video_play_list_wrapper .video_detail_episode li {
    width: 11.111%;
}
.video_play_list_wrapper .btn-playlist-order {
    margin-top: 4px;
    font-size: 12px;
    border: 1px solid rgba(255,255,255, .1);
}
.video_play_list_wrapper .tab-content {
    max-height: 323px;
    overflow-y: auto;
}
.video_play_detail_wrapper .card.cata_video_item .video_detail_info.desc{
    -webkit-line-clamp: inherit;
}
.video_play_detail_wrapper .card.cata_video_item {
    border: 0 none;
    padding-bottom: 0;
}
#feedbackModal {
    margin-top: 150px;
}
#feedbackModal .form-check {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    border-bottom: 1px solid #EFEFEF;
    cursor: pointer;
}
#feedbackModal .modal-body {
    font-size: 14px;
}
#feedbackModal .modal-body textarea {
    font-size: 14px;
    resize: none;
}
#feedbackModal .form-textarea {
    padding: 0;
}
#feedbackModal .feedback_result {
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    font-size: 12px;
}
#feedbackModal .feedback_result.success {
    color: #146c43;
    background-color: #d1e7dd;
    border: 1px solid #a3cfbb;
}
#feedbackModal .feedback_result.failed {
    color: #b02a37;
    background-color: #f8d7da;
    border: 1px solid #f1aeb5;
}
.emoji-popover-wrapper {
    width: 100%;
    height: 200px;
    overflow-y: auto;
}
.emoji-popover-wrapper .emoji-list {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}
.emoji-popover-wrapper .emoji-list:hover {
    background-color: #ddd;
    transition: background 0.2s;
}
.emoji-popover-wrapper .small {
    width: 24px;
    height: 24px;
}
.emoji-popover {
    --bs-popover-max-width: 360px;
    --bs-popover-body-padding-x: 10px;
    --bs-popover-body-padding-y: 10px;
}

/* comments */
.comment-box-wrapper {
    position: relative;
}
.comment-box-cover {
    top: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, .6);
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.btn-need-login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.comment-content-wrapper {
    height: 68px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}
.comment_textarea {
    resize: none;
    box-sizing: border-box;
    width: 100%;
    height: 68px;
    padding: 5px 8px;
    font-size: 14px;
    outline: none;
    color: #444444;
}
.comment-function-wrapper {
    position: relative;
    border: 1px solid rgba(255,255,255, .1);
    border-bottom-width: 2px;
    background-color: #373738;
    height: 35px;
}
.comment-function-wrapper .comment_function {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}
.comment-function-wrapper .comment_submit_btn {
    position: absolute;
    width: 70px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #dc3545;
    vertical-align: middle;
    border: 0;
    top: -1px;
    right: -1px;
}

.comment-list-wrapper .comment-list-loading {
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
}
.comment-list-title {
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255, .1);
    margin-top: 1rem;
    padding-bottom: .5rem;
    font-size: 14px;
}
.comment-list .comment-list-item {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px dashed rgba(255,255,255, .1);
}
.comment-list .comment-username {
    color: #a0a0a0;
    padding: 5px 0;
}
.comment-list .comment-date {
    font-size: 13px;
    margin-left: 5px;
}
.comment-list .comment-list-item:nth-child(even) {
    background-color: #26292c;
}
.comment-list .comment-list-item .comment-content {
    font-size: 13px;
    line-height: 180%;
    color: #d0e0f0;
    padding-top: 10px;
}
.comment-list .comment-list-item .comment-content img.small{
    width: 20px;
    height: 20px;
    vertical-align: -4px;
    margin: 0 2px;
}
.comment-list .comment-list-item .comment-content.comment-status-0 span{
    color: #ffc107;
}
.comment-list .comment-list-item .comment-content.comment-status-2 span{
    color: #868686;
}

/* search */
.search-notice p{
    font-size: 14px;
    color: #d0e0f0;
}
.search-notice p mark {
    margin: 0 3px;
    padding: 0 4px;
}
.search_keywords {
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(255,255,255, .1);
}

/* profile */
.profile_list {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.collect_list_tips {
    margin-bottom: 0;
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255, .1);
    padding-top: 10px;
    margin-top: 10px;
    color: #999;
}
.collect_list {
    margin-top: 0;
}
.comment_list .card-header {
    background-color: #373738;
    font-size: 14px;
}
.comment_list .card-body {
    font-size: 13px;
    color: #212529;
}
.comment_list .card-body .card-text {
    border-bottom: 1px dashed #d4d4d4;
    padding-bottom: 6px;
    line-height: 180%;
}
.comment_list .card-body .card-text .badge {
    margin-right: 5px;
}
.comment_list .card-body img.small {
    width: 20px;
    height: 20px;
    vertical-align: -4px;
    margin: 0 2px;
}
.comment-status {
    padding: 0 3px;
    border-radius: 2px;
    margin-right: 5px;
}

.reset_password_form {
    font-size: 14px;
    width: 240px;
}
.reset_password_form .tips,
.login_form .tips {
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 7px;
    font-size: 13px;
    border-radius: 6px;
}
.reset_password_form .tips.success,
.login_form .tips.success {
    color: #146c43;
    background-color: #d1e7dd;
    border: 1px solid #a3cfbb;
}
.reset_password_form .tips.failed,
.login_form .tips.failed {
    color: #b02a37;
    background-color: #f8d7da;
    border: 1px solid #f1aeb5;
}

.side-tools {
    position: fixed;
    bottom: 116px;
    left: 50%;
    margin-left: 570px;
}
.side-tools-item {
    cursor: pointer;
    width: 52px;
    height: 52px;
}
.side-tools-gototop {
    display: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAMAAADypuvZAAAAS1BMVEUAAACXl5erq6ufn5+kpKSYmJiZmZmXl5eYmJiYmJiYmJiZmZnDw8OampqXl5eYmJiXl5eXl5eYmJiXl5eZmZmampqampqYmJiXl5dij/bHAAAAGHRSTlMA8wcYDsM8u+PQlXgCKOXZs5aRgmRJR2iRZvG6AAABI0lEQVRIx9XWS26EMBAE0PYPiGPzh8z9TxoKyDTSRHhql9TCeNFPFi0aEI1dY+jM4408iRuOegLZCYRDLhDkRLnZ901cspdCfpDbTTsn0ZSQDdj0XoRAE65jEgY5g3OSUGjA/XihkMVBs3BoRa8TieK2RCER+r2wqNuWzCL0wZPoWP4hqmpPo8o8gidRha4GyyAYpLYEglFVRmpaVQWk5tN9qLpHakRUlZAaVSWk5qpu0ItRdY9qNRf1dY98eBpVo9wiqNOoGsvde3kG/J8cwt/jt3LDoryVdyxaMJskOt7iJEr40q4kmtEHyyGPaR6EQqnHQY5CaUTxJAzyPWqDJVCaW5Q2Tt5EPi/x/BPKsiMmwQmLzGSFRGZwIgQyXYjrZaK/AdMPS66WoPL6AAAAAElFTkSuQmCC) no-repeat;
    background-size: 100%;
}
.side-tools-gototop:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFGmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjEtMDctMjJUMTU6MzE6MzErMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIxLTA3LTIyVDE1OjMxOjU0KzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIxLTA3LTIyVDE1OjMxOjU0KzA4OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc0MzhiZTJlLTY1NjctNGRhMy1hZGIwLTg2OWNlMTkwYmY5YyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3NDM4YmUyZS02NTY3LTRkYTMtYWRiMC04NjljZTE5MGJmOWMiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3NDM4YmUyZS02NTY3LTRkYTMtYWRiMC04NjljZTE5MGJmOWMiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjc0MzhiZTJlLTY1NjctNGRhMy1hZGIwLTg2OWNlMTkwYmY5YyIgc3RFdnQ6d2hlbj0iMjAyMS0wNy0yMlQxNTozMTozMSswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+fKnMGQAAAppJREFUaIHt2j9oE1EcwPFPr0KXbC5BHLrp5OxQiH9wEVE6dtBBcBWdRAqlVAQ3hY6Ci4NjsdY6iBTEoatjtw6hdHHL0kHr8Hp6uSTtJblL70G/S/K7yx2/b96733vv7qYOWy0FmcF13MUlXMQFNIqeYBKcK/CbJpZwX82S78dxQjNYxFMRiKQMEmpiDVcnmEsp9BO6jK/CNZKnLYhuYvco7lSVXEEOs0FeqKm/zB6W8Q6/q8qsDLJCM8K/n5fZwILTb4lCJJnvi3qvmVXcE4kM/4WaQjXLsoEn+DPJhMYlFVrSXZr3hG4WlQxBaEYYNLMsi6ibZUmE6Uy2ddpCNYuSRJibZVlT89J8HIkw0cyyeRqJlEWid9zZPYU8SiMRlgBZ2qeRSFkkemfSUVa3lOTkn8TFmdCIzOGTCSwUJyE0hy+4c/RZqVTVQqlMY0BcOlUKDUp+Dh+FOWTpVCV0UkvcEGYkpUtVITRIZi8XVyJVttAgmee4gp+57aVLlSl0nMwr/MJNFUuVJXSSTErlUmUIFZVJqVRqXKFhZVIqkxpX6JnhZVKOk3owakLjCi3gRyYuKpPST2oVb0dNaOqw1TrMbxvyHA2h2302nEyW8/iG73g85LFd+ZchROjzByMcl6VhtMVlV/5lle1xZShppXy2wKsZPfdDYhfqeY4Vu9BsLm7HLnQ7F+/ELDSN+dy29ZiFHuq+hjrYilWoITzDyvIeBzEKJfig+558ByvpzphI8Ea4x5flNfYp9q5PXWgILZOX2cbLNIihhabxCDt6ZdpCpfs3l6xjCzWE6jUrjDPzBr+mc8tRV0vpJ5RfTtSRbUF0P78jhi6XpYMXuKaPDPXscv3oCOPMigEiKXUU6gi3jdtCIVjHloKLyL9/0YaVSF/iIgAAAABJRU5ErkJggg==) no-repeat;
}

/* foot */
.link-item {
    font-size: 14px;
    margin-right: 10px;
}
