@charset "utf-8";
.dark_mode{
	filter: invert(100%) hue-rotate(0.5turn) !important
}
.chapter_nav_head_hover{
	position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 0.8rem;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0.1rem 0.1rem rgb(34 34 34 / 5%);
}
.chapter_nav_head_hover .toolbar .title{
	font-size: 0.3rem;
    color: #000000;
    display: grid;
    justify-items: center;
    width: 3rem;
    overflow: hidden;
    white-space: nowrap;
}
.chapter_nav_head_hover .toolbar img{
	width:0.3rem;
}
.chapter_content_hover{
	padding:0.36rem;
}
.chapter_content_hover h2{
	padding-top: 0.6rem;
	font-size:0.3rem;
	font-weight: bold;
	color:#000000;
}
.chapter_content{
	padding-top: 0.4rem;
	font-size:0.27rem;
	color:#222;
	line-height: 0.46rem;
	width: 100%;
    word-break: break-word;
    position: relative;
}
.chapter_content p{
	padding-top: 0.3rem;
}
.unlock_button_hover{
	margin: 0 auto;
	padding-top: 0.2rem;
}
.unlock_button_hover .unlock_button{
    background-color:#ff4a11;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    box-shadow: 0rem 0.03rem 0.09rem 0.019rem #dfdfdf;
    color: #fff;
}
.chapter_nav_hover{
    bottom: 0;
    display: flex;
    width: 100%;
    height: 0.8rem;
    font-size: 0.28rem;
    justify-content: space-between;
    padding-top: 0.6rem;
}
.chapter_nav_hover .chapter_nav_pre_text{
    background-color:#efefef;
    height: 0.8rem;
}
.chapter_nav_hover .chapter_nav_pre_text span{
    line-height: 0.76rem;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    color:#cdcdcd;
    font-size: 0.26rem;
}
.chapter_nav_hover .chapter_nav_pre_text span.active_chapter{
    color:#666666;
}
.chapter_nav_hover .chapter_nav_next_text{
    background-color: #efefef;
    height: 0.8rem;
}
.chapter_nav_hover .chapter_nav_next_text span{
    margin-left: 0.7rem;
    margin-right: 0.3rem;
    font-weight: 600;
    line-height: 0.76rem;
    color: #cdcdcd;
    font-size: 0.33rem;
}
.chapter_nav_hover .chapter_nav_next_text span.active_chapter{
    color: #ff2327;
}

.chapter_nav_foot_hover{
	position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 1rem;
    background: #fff;
    box-shadow: 0 -0.1rem 0.1rem rgb(34 34 34 / 5%);
}
.chapter_nav_foot_hover .toolbar{
    display: grid;
    justify-items: center;
}
.chapter_nav_foot_hover .toolbar img{
	width:0.26rem;
}
.chapter_nav_foot_hover .toolbar .icon_text{
	padding-top: 0.1rem;
	font-size: 0.22rem;
	color:#000000;
}
.chapter_list_container .chapter_list_mask{
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 999;
    background-color: rgba(98, 98, 98, 0.6);
}
.chapter_list_container .chapter_list_hover{
	position: fixed;
    overflow: auto;
    overscroll-behavior: contain;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 76%;
    z-index: 999;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(1px);
    background-color: #ffffff;
}
.chapter_list_container .chapter_list_hover .book_info{
    outline: 0;
    display: flex;
	padding-top:0.5rem;
	padding-bottom:0.2rem;
	padding-left:0.3rem;
	padding-right:0;
}
.chapter_list_container .chapter_list_hover .book_info .book_cover{
    width: 50%;
    overflow: hidden;
    border-radius: 0.08rem;
    box-shadow: 0 0.1rem 0.2rem 0 rgb(34 34 34 / 22%);
}
.chapter_list_container .chapter_list_hover .book_info .book_cover img{
	width:100%;
}
.chapter_list_container .chapter_list_hover .book_info .book_title{
    margin: 0 0.16rem;
    font-size: 0.26rem;
    line-height: 0.3rem;
    color:#000000;
}
.chapter_list_container .chapter_list_hover .book_info .book_author{
    padding-top:0.5rem;
    font-size: 0.22rem;
    line-height: 0.3rem;
    color:#000000;
}
.chapter_list_container .chapter_list_hover .chapter_num_info{
	display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.9rem;
    padding: 0 0.27rem;
}
.chapter_list_container .chapter_list_hover .chapter_num_info .chapter_num{
    color: #000000;
    font-size: 0.25rem;
}
.chapter_list_container .chapter_list_hover .chapter_num_info .chapter_sort img{
	width:70%;
}
.chapter_list_container .chapter_list_hover .chapter_list_info{
	display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.9rem;
    padding: 0 0.27rem;
}
.chapter_list_container .chapter_list_hover .chapter_list_info .chapter_name{
    color: #000000;
    font-size: 0.25rem;
    width: 80%;
    word-break: break-word;
}
.chapter_list_container .chapter_list_hover .chapter_list_info .chapter_name{
    color: #000000;
    font-size: 0.25rem;
}
#chapter_list_menu .active .chapter_name{
    color: #5233d6 !important;
    font-size: 0.25rem;
}
.chapter_list_container .chapter_list_hover .chapter_list_info .chapter_lock img{
	width:68%;
}
.font_size_container .font_size_hover{
	position: fixed;
    overflow: hidden;
    overscroll-behavior: contain;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1rem;
    z-index: 999;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(1px);
    background-color: #ffffff;
    box-shadow: 0 -0.1rem 0.1rem rgb(34 34 34 / 5%);
}
.font_size_container .font_size_hover .line_height_hover{
    overflow: hidden;
    margin-top: 0.1rem;
    float: left;
    width: 50%;
}
.font_size_container .font_size_hover .line_height_hover span{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.5rem;
    line-height: 0.8rem;
}
.font_size_container .font_size_hover .line_height_hover span img{
	width: 10%;
}
.font_size_container .font_size_hover .slider_hover{
	float: left;
    border: 0.01rem solid #dee7ec;
    border-radius: 0.5rem;
    margin-top: 0.15rem;
	padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    text-align: center;
    font-size: 0.32rem;
    font-weight: 500;
    color: #000000;
    width: 42%;
    line-height: 0.3rem;
}
.font_size_container .font_size_hover .slider_hover .a1{
    float: left;
    width: 13%; 
    padding-left: 0.3rem;
}
.font_size_container .font_size_hover .slider_hover .a2{
    float: right;
    width: 13%; 
    padding-right: 0.3rem;
}
.scroller-pullDown{
    text-align: center;
    margin-top: 0.3rem;
    font-size: 0.26rem;
}
.scroller-pullUp{
    text-align: center;
    margin-top: 0.4rem;
    font-size: 0.26rem;
}