body {
    color: #222;
}

.movie-container {
    margin-top: 5px;
}

a:hover {
    text-decoration: none !important;
    text-shadow: 0px 0px 2px #222;
}

header {
	margin-top:-21px;
    padding: 10px;
    height: 225px;
    background: #000 url(https://98e868.claudeassets.com/20221221233803im_/https://www.rizu-anime.com/wp-content/themes/anime/images/wallpaper.jpg) center center;
    background-size: cover;
}

.zk_ {
    width: 100%;
    height: 255px;
}

.fhx2 {
    font-size: 18px;
}

.fhx3 {
    font-size: 20px;
}

.fhx4 {
    font-size: 22px;
}

.fhx5 {
    font-size: 24px;
}

.zk_col:hover {
    text-decoration: none;
}

.zk_title {
    position: relative;
    margin-top: -34px;
    width: 100%;
    font-size: 12px;
    padding: 0 5px;
    height: 34px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    color: #FFF;
    text-align: center;
    background: rgba(0, 0, 0, 0.83);
}
.zk_col:hover .zk_title {
    background: rgba(0, 0, 0, 0.92);
    text-decoration: none;
}

.ribbon-type {
    position: absolute;
    color: #FFF;
    background: rgba(0, 0, 0, 0.8);
    font-size: 10px;
    float: right;
    clear: both;
    padding: 3px;
    right: 20px;
    top: 5px;
    border-radius: 3px;
    white-space: nowrap;
    display: block;
}

.ribbon-status {
    position: absolute;
    color: #FFF;
    background: rgba(255, 0, 0, 0.8);
    font-size: 10px;
    float: right;
    clear: both;
    padding: 3px;
    right: 20px;
    top: 30px;
    border-radius: 3px;
    white-space: nowrap;
    display: block;
}


.zk-edit {
    position: absolute;
    color: #FFF;
    background: rgba(30,144,255, 0.8);
    font-size: 10px;
    float: right;
    clear: both;
    padding: 3px;
    right: 16px;
    top: 202px;
    border-radius: 0px;
    white-space: nowrap;
    display: block;
}

.view_anime {
    text-align: right;
    font-size: 12px;
}

.read_page {
    text-align: right;
    margin-top: 20px;
}

.anime_sum {
    min-height: 70px;
    max-height: 140px;
    overflow: hidden;
    margin-bottom: 5px;
}

.anime_read_o {
    cursor: pointer;
}

.img-animeview {
    height: 255px;
}

.tag-anime {
    font-size: 11px;
}

.tag-anime-play {
    font-size: 11px;
    margin-top: 30px;
}

.list-group-reruest .list-group-item {
    height: auto;
    padding: 8px 10px;
    margin-bottom: 7px;
}

.list-group-reruest .list-group-item .left {
    float: left;
    font-size: 22px;
    margin-top: -3px;
    margin-right: 20px;
}

.list-group-item {
    height: auto;
    padding: 10px 10px 8px 10px;
    margin-bottom: 7px;
}

.list-group-item h5 {
    line-height: 20px;
}

.list-group-item .left {
    float: left;
    font-size: 22px;
    margin-top: -3px;
    color: #EE4A4A;
    margin-right: 20px;
}

.views,
.list-group-item .right .views {
    font-size: 12px;
    color: #787878;
}

.text-mode {
    text-align: right;
    margin-top: 10px;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
}

.anime_center {
    text-align: center;
    line-height: 25px;
}

.jumbotron-footer {
    color: #ffffff !important;
    margin-top: 30px;
    padding: 20 0 10 0 !important;
    margin-bottom: 0 !important;
}

.text-credit {
    font-size: 12px !important;
    color: #f1f1f1 !important;
}

.zk_grid {
    margin-bottom: 20px;
}

.container-player {
    margin-bottom: 15px;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(255, 140, 0, 0.6) url(https://8f82fd.claudeassets.com/20221221233803im_/https://www.rizu-anime.com/wp-content/themes/anime/images/arrow_up.png) 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;
}

.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 {
    /* the button becomes visible */
    visibility: visible;
    opacity: 0.8;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

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

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

.title-mode-2 {
    background-color: #333;
    color: #FFF;
    text-align: center;
    display: block;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 16px;
}

.btn-download {
    margin-right: 10px !important;
}

.spinner {
    text-align: center;
    margin: 100px 0 100px 0;
}

.alert-success-b {
    background-color: #77b300;
    border-color: #809a00;
    color: #ffffff;
}

.alert-success-b hr {
    border-top-color: #6a8000;
}

.alert-success-b .alert-link {
    color: #e6e6e6;
}

.alert-info-b {
    background-color: #9933cc;
    border-color: #6e2caf;
    color: #ffffff;
}

.alert-info-b hr {
    border-top-color: #61279b;
}

.alert-info-b .alert-link {
    color: #e6e6e6;
}

.alert-warning-b {
    background-color: #ff8800;
    border-color: #f05800;
    color: #ffffff;
}

.alert-warning-b hr {
    border-top-color: #d64f00;
}

.alert-warning-b .alert-link {
    color: #e6e6e6;
}

.alert-danger-b {
    background-color: #cc0000;
    border-color: #bd001f;
    color: #ffffff;
}

.alert-danger-b hr {
    border-top-color: #a3001b;
}

.alert-danger-b .alert-link {
    color: #e6e6e6;
}


#p9fe {
    text-align: center;
    z-index: 9999;
    position: fixed !important;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: block;
    padding: 10% 0
}

#p9fe * {
    text-align: center;
}

.p9fe-title{
    color: #fff;
    margin-top: 50px;
    font-size: 26px;
    letter-spacing: 0;
}

.p9fe-text {
    color: #fff;
    line-height: 1.65;
    margin-bottom: 50px;
}

#p9fe~* {
    display: none
}

.zk_tags>div {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 3px 6px;
    margin: 3px 4px;
    border-radius: 3px;
}

.zk_tags>div>a {
    color: #fff;
    font-weight: normal;
}

.zk_header {
    font-size: 18px;
    color: #FFFFFF;
    border-bottom: 1px solid #CCC;
    margin: 5px 0px 10px 0px;
    font-weight: normal;
}
.zk_font {
    color: #000000;
}

.zk_header-w {
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: 5px 0px 10px 0px;
    font-weight: normal;
}

.fx1 {
    margin-top: 10px;
}

.anime-title {
    font-size: 18px;
    font-weight: normal;
}

.zk-search-container {
    margin-top: -11px;
}
.zk-search {
    margin-top: 40px;
}

.zk-search input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #666;
}

.zk_grid:hover>a>.zk_ {
    opacity: 0.5;
}

.iplay {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 80;
    left: 85;
    color: #fff;
    display: none;
    opacity: 0.8;
}

.zk_grid:hover>a>.iplay {
    display: inline-block;
}

.hilight {
    color: #222;
}

.zk-hilight {
    margin-bottom: 10px;
    margin-top: 20px;
}

.zk-hilight-wrap {
    width: 100%;
    height: 220px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.9;
}

.zk-hilight-content {
    position: absolute;
    z-index: 5;
    top: 30px;
    left: 40px;
}

.img-hilight {
    border: 3px solid #222 !important;
}

.lilight-recom {
    background: #D63C3C;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    padding: 3px;
}

.title-hilight {
    font-weight: bold;
    font-size: 16px;
    padding: 3px;
}

.sum-hilight {
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 20px;
    padding: 3px;
    color: #fff;
    border-radius: 5px;
    height: 80px;
    overflow: hidden;
}
.anime_tags>div {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 3px 6px;
    margin: 3px 4px;
    border-radius: 3px;
}

.anime_tags>div>a {
    color: #fff;
    font-weight: normal;
}
ul.list-ui-anime{
	color: #fff;
	padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.list-ui-anime li{
	height: auto;
    padding: 10px 10px 8px 10px;
    margin-bottom: 7px;
    position: relative;
    display: block;
    background-color: #222222;
    border: 1px solid #282828;
	font-size: 14px;
}

ul.list-ui-anime li:hover{
    background-color: #363636;
}

ul.list-ui-anime li i{
	font-size: 22px;
    margin-top: -3px;
    color: #EE4A4A;
    margin-right: 10px;
}
/*
     FILE ARCHIVED ON 11:04:48 Oct 27, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:31:22 Aug 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.375
  exclusion.robots: 0.047
  exclusion.robots.policy: 0.038
  esindex: 0.007
  cdx.remote: 5.03
  LoadShardBlock: 64.962 (3)
  PetaboxLoader3.resolve: 575.6 (4)
  PetaboxLoader3.datanode: 88.659 (6)
  load_resource: 620.751 (2)
  loaddict: 29.693
*/