.book_detail_mod{display:flex;flex-direction:column;align-items:center}
.book_detail_mod .cover_img{width:214px;height:285px;border-radius:var(--radius_l);margin-top:-68px}
.book_detail_mod .title{margin-top:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;font-weight:700;color:var(--bwg2);line-height:30px;font-size:20px}
.book_detail_mod .text{max-width:100%;color:var(--bwg4);line-height:20px;font-size:16px;margin-top:16px;font-weight:300}
.book_detail_mod .adron_box{width:100%;height:auto;display:flex;align-items:center;gap:12px;margin-top:36px}
.book_detail_mod .adron_box .com_icon{flex:0 0 auto;font-size:24px;color:var(--bwg6)}
.book_detail_mod .adron_box:after,.book_detail_mod .adron_box:before{content:"";display:block;background-color:var(--bwg6);height:2px;width:1px;flex:1 1 auto}
@media screen and (max-width:768px){
.book_detail_mod .cover_img{width:105px;height:140px;margin-top:0}
.book_detail_mod .title{margin-top:16px;max-width:100%;line-height:27px;font-size:18px}
.book_detail_mod .text{margin-top:8px;line-height:12px;font-size:10px}
.book_detail_mod .adron_box{margin-top:16px}
}
.locked_chapter_mod{display:flex;flex-direction:column;align-items:stretch}
.locked_chapter_mod .shadow_box{height:68px;background:linear-gradient(to bottom,transparent,#fff)}
.locked_chapter_mod .body{padding:48px 0;width:100%;display:flex;flex-direction:column;align-items:center}
.locked_chapter_mod .text{font-size:18px;line-height:26px;color:var(--bwg4)}
.locked_chapter_mod .up_btn_box{display:flex;flex-direction:column;gap:24px;width:365px;margin-top:16px}
.locked_chapter_mod .up_btn_box>*{display:block;line-height:48px;border-radius:var(--radius_s);text-align:center;cursor:pointer;font-weight:700;font-size:16px}
.locked_chapter_mod .up_btn_box .main_btn{color:var(--bwg9);background-color:var(--main)}
.locked_chapter_mod .up_btn_box .minor_btn{color:var(--r_another);background-color:var(--another)}
.locked_chapter_mod .down_btn_box{display:flex;gap:16px;padding-top:16px;border-top:1px solid var(--bwg7);margin-top:48px;width:100%}
.locked_chapter_mod .down_btn_box>*{flex:1 1 auto;line-height:48px;color:var(--bwg9);background-color:var(--main);display:inline-flex;align-items:center;justify-content:center;font-size:16px;border-radius:var(--radius_s);gap:4px;cursor:pointer;}
.locked_chapter_mod .down_btn_box>.is_disabled{cursor: no-drop;opacity: 0.3}
.locked_chapter_mod .down_btn_box .prev_btn .com_icon{transform:rotate(90deg)}
.locked_chapter_mod .down_btn_box .next_btn .com_icon{transform:rotate(-90deg)}
@media screen and (max-width:768px){
.locked_chapter_mod .body{padding:24px 0}
.locked_chapter_mod .text{font-size:14px;line-height:22px;color:var(--bwg4)}
.locked_chapter_mod .up_btn_box{gap:16px;max-width:365px;width:100%}
.locked_chapter_mod .up_btn_box>*{font-size:14px;cursor:default}
.locked_chapter_mod .up_btn_box+.down_btn_box{margin-top:24px}
.locked_chapter_mod .down_btn_box{gap:16px;padding-top:24px;margin-top:0}
.locked_chapter_mod .down_btn_box>*{font-size:12px;cursor:default}
.locked_chapter_mod .down_btn_box>* .com_icon{font-size:12px}
}
.chapter_detail_mod{padding-top:24px}
.chapter_detail_mod .chapter_title{font-size:32px;line-height:48px;color:var(--bwg3);font-weight:700}
.chapter_detail_mod .chapter_info{display:flex;margin-top:12px;gap:24px;align-items:center;color:var(--bwg4);font-size:16px;line-height:24px;font-weight:300}
.chapter_detail_mod .chapter_bd{margin-top:32px;color:var(--bwg2);line-height:2;font-size:20px;font-weight:300;white-space:break-spaces}
@media screen and (max-width:768px){
.chapter_detail_mod{padding-top:16px}
.chapter_detail_mod .chapter_title{font-size:18px;line-height:27px}
.chapter_detail_mod .chapter_info{margin-top:8px;font-size:10px;line-height:15px}
.chapter_detail_mod .chapter_bd{margin-top:16px;font-size:16px}
}
.read_page{position:relative;overflow:auto;width:100%;padding:108px 0 0;background-color:var(--bwg8)}
.read_page_body{width:1220px;margin:0 auto;height:auto;background-color:var(--bwg9);padding:0 48px;box-sizing:border-box;overflow:visible}
.read_page_side{position:absolute;left:50%;transform:translate(442px);height:200px;top:108px;width:100px}
.read_page_side .icon_mune{background-color:var(--bwg9);padding:12px;display:flex;flex-direction:column;gap:12px}
.read_page_side .icon_mune_item{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:var(--trs);color:var(--bwg3);overflow:visible}
.read_page_side .icon_mune_item .com_icon{font-size:24px;line-height:1}
.read_page_side .icon_mune_item .name{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:24px;margin-top:4px;text-align:center}
.read_page_side .share_box{background-color:var(--bwg9);padding:12px;display:flex;flex-direction:column;align-items:center;margin-top:16px;gap:16px}
.read_page_side .share_box .text{font-size:14px;color:var(--bwg2);line-height:22px}
.read_page_side .share_box .share_img{width:34px;height:34px}
.read_page_side .float_layer_box{position:absolute;width:400px;top:-68px;background-color:var(--bwg9);right:calc(100% + 16px);box-shadow:var(--shadow);display:none}
.read_page_side .float_layer_box .mask{display:none}
.read_page_side .float_layer_hd{display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;padding:18px 16px;font-size:20px;font-weight:700;line-height:1.5;color:var(--bwg2);background-color:var(--bwg7)}
.read_page_side .float_layer_hd .com_icon_sort_a.is_active{transform:rotateX(180deg)}
.read_page_side .float_layer_hd .com_icon{font-size:24px;transition:var(--trs)}
.read_page_side .float_layer_bd{max-height:580px;overflow:auto;box-sizing:border-box;padding:16px}
.read_page_side .chapter_list{display:flex;flex-direction:column;width:100%}
.read_page_side .chapter_list .chapter_pop{display:none;order:0}
.read_page_side .chapter_list .chapter_item{width:100%;padding:16px 0;display:flex;gap:16px;align-items:center;border-bottom:1px solid var(--bwg6);position:relative;order:1}
.read_page_side .chapter_list .chapter_item.is_active .name{color:var(--main)}
.read_page_side .chapter_list .chapter_item:after{content:"";width:0;height:1px;position:absolute;left:0;bottom:-1px;background-color:var(--main);transition:var(--trs)}
.read_page_side .chapter_list .chapter_item .info_box{flex:1 1 auto;width:1px;display:inline-flex;flex-direction:column}
.read_page_side .chapter_list .chapter_item .name{font-size:16px;line-height:24px;color:var(--bwg2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:var(--trs);text-align:left}
.read_page_side .chapter_list .chapter_item .time{font-size:12px;line-height:18px;color:var(--bwg4);margin-top:8px}
.read_page_side .chapter_list .chapter_item .status_box{flex:0 0 auto;font-size:24px;color:var(--bwg4);transition:var(--trs)}
.read_page_side .bg_list_box .bg_name{font-size:16px;font-weight:700;line-height:24px;color:var(--bwg2)}
.read_page_side .bg_list_box .bg_list{margin-top:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.read_page_side .bg_list_box .bg_item{border:2px solid transparent;border-radius:var(--radius_m);line-height:54px;text-align:center;font-size:20px;font-weight:700;transition:var(--trs)}
.read_page_side .bg_list_box .bg_item.is_active{border-color:var(--main)}
.read_page_side .set_font{margin-top:24px}
.read_page_side .set_font .set_font_text{font-size:16px;font-weight:700;line-height:24px;color:var(--bwg2)}
.read_page_side .set_font .set_font_box{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:4px;background:var(--bwg7);border-radius:var(--radius_m)}
.read_page_side .set_font .btn,.read_page_side .set_font .font_size{border:none;text-align:center;line-height:54px;background-color:var(--bwg9);color:var(--bwg2);font-weight:700;border-radius:var(--radius_m)}
.read_page_side .set_font .btn{background:0 0}
.com_header_layout .header_left .header_navbox{gap:4px}
.com_header_layout .header_left .header_navbox .com_icon_direction{font-size:24px;transform:rotate(90deg);cursor:pointer}
.com_header_layout .header_left .header_navbox .book_name{font-size:16px;color:var(--bwg2);line-height:24px}
@media screen and (min-width:767px){
.read_page_side .icon_mune_item:hover{color:var(--main)}
.read_page_side .icon_mune_item:hover:after{content:"";width:50px;height:100%;right:calc(100% - 12px);top:0;position:absolute;display:block}
.read_page_side .icon_mune_item:hover .float_layer_box{display:block}
.read_page_side .chapter_list .chapter_item:hover .name{color:var(--main)}
}
.com_layout.theme_b .com_footer,.com_layout.theme_b .com_header,.com_layout.theme_b .read_page_body,.com_layout.theme_b .read_page_side .float_layer_bd,.com_layout.theme_b .read_page_side .icon_mune,.com_layout.theme_b .read_page_side .share_box{background-color:var(--theme2_f)}
.com_layout.theme_b .locked_chapter_mod .shadow_box{background:linear-gradient(to bottom,transparent,var(--theme2_f))}
.com_layout.theme_b .read_page,.com_layout.theme_b .read_page_side .float_layer_hd{background-color:var(--theme2_b)}
.com_layout.theme_c{--bwg9:#242528;--bwg8:#55575d;--bwg7:#878a92;--bwg6:#bcbec2;--bwg5:#d7d8db;--bwg4:#f2f2f3;--bwg3:#f8f8f9;--bwg2:#ffffff}
.com_layout.theme_c .com_footer,.com_layout.theme_c .com_header,.com_layout.theme_c .read_page_body,.com_layout.theme_c .read_page_side .float_layer_bd,.com_layout.theme_c .read_page_side .icon_mune,.com_layout.theme_c .read_page_side .share_box{background-color:var(--theme3_f)}
.com_layout.theme_c .locked_chapter_mod .shadow_box{background:linear-gradient(to bottom,transparent,var(--theme3_f))}
.com_layout.theme_c .read_page,.com_layout.theme_c .read_page_side .float_layer_hd{background-color:var(--theme3_b)}
@media screen and (max-width:768px){
.com_layout .com_footer,.com_layout .com_header{height:0;padding:0;overflow:hidden}
.com_layout.is_active .com_header{height:auto;position:sticky;top:0;z-index:5}
.com_layout.is_active .com_footer{height:auto;padding:24px 0 104px}
.com_layout.is_active .read_page_side{transform:translateY(0)}
.com_header_layout .header_left .header_navbox{display:none}
.read_page{padding:8px 0 0;background-color:transparent}
.read_page_body{width:100%;padding:0 16px}
.read_page_side{position:fixed;left:0;transform:translateY(100%);z-index:5;height:80px;top:auto;bottom:0;width:100%;display:flex;transition:var(--trs)}
.read_page_side .icon_mune{flex-direction:row;justify-content:space-around;width:100%;align-items:center}
.read_page_side .icon_mune_item{width:72px;cursor:default}
.read_page_side .icon_mune_item::selection{background:0 0}
.read_page_side .icon_mune_item.is_show_float .float_layer_box{display:flex}
.read_page_side .icon_mune_item .com_icon{font-size:24px;line-height:1}
.read_page_side .icon_mune_item .name{font-size:14px;line-height:16px;margin-top:4px}
.read_page_side .share_box{display:none}
.read_page_side .float_layer_box{position:fixed;width:100%;top:0;right:0;z-index:6;box-shadow:none;height:100vh;display:none;flex-direction:column;transform:translateY(calc(-100vh + 80px));padding-top:20vh;background-color:transparent;box-sizing:border-box}
.read_page_side .float_layer_box .mask{position:fixed;top:0;left:0;height:22vh;width:100%;display:block;background-color:var(--bwg2);opacity:.5;z-index:4}
.read_page_side .float_layer_hd{padding:16px;font-size:18px;font-weight:700;line-height:26px;flex:0 0 auto;position:relative;z-index:5;border-top-left-radius:var(--radius_m);border-top-right-radius:var(--radius_m)}
.read_page_side .float_layer_hd .com_icon{font-size:18px}
.read_page_side .float_layer_bd{max-height:none;box-sizing:border-box;padding:30px 16px;flex:1 1 auto;height:1px;overflow:auto;background-color:var(--bwg9)}
.read_page_side .chapter_list{margin-top:-30px}
.read_page_side .chapter_list .chapter_pop{display:flex;align-items:center;gap:8px;width:100%;padding-top:8px}
.read_page_side .chapter_list .chapter_pop_cover{height:64px;width:48px;border-radius:var(--radius_s);flex:0 0 auto}
.read_page_side .chapter_list .chapter_pop_info{flex:1 1 auto;width:1px}
.read_page_side .chapter_list .chapter_pop_info>*{display:block;width:100%;text-align:left}
.read_page_side .chapter_list .chapter_pop .title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:700;font-size:16px;line-height:24px;color:var(--bwg2)}
.read_page_side .chapter_list .chapter_pop .author{font-size:10px;line-height:15px;margin-top:4px;color:var(--bwg4)}
.read_page_side .chapter_list .chapter_item .name{font-size:12px;line-height:18px}
.read_page_side .chapter_list .chapter_item .time{font-size:10px;line-height:15px}
.read_page_side .bg_list_box .bg_list{margin-top:16px;gap:14px}
}
.read_page_dialog_layout{display:none}
.com_dialog.download_dialog .com_dialog_main{width:480px;border-radius:var(--radius_l);padding:16px 24px;background:url(../img/public/down_bg.png) no-repeat center;background-size:cover}
.download_dialog .com_dialog_title{color:var(--bwg2);font-size:20px;line-height:30px;font-weight:600}
.download_dialog .com_dialog_close{background:url(../img/public/down_close.png) no-repeat center;background-size:contain}
.download_dialog .com_dialog_close::after,.download_dialog .com_dialog_close::before{display:none}
.download_dialog .column_list{padding:0 80px;height:284px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;gap:24px}
.download_dialog .link_item{display:flex;align-items:center;width:100%;height:48px;justify-content:center;gap:4px;background-color:var(--bwg2);border-radius:var(--radius_s)}
.download_dialog .link_item img{aspect-ratio:1;width:24px;height:auto}
.download_dialog .link_text{font-size:16px;color:var(--bwg9);transition:var(--trs)}
@media screen and (min-width:767px){
.download_dialog .link_item:hover .link_text{color:var(--minor)}
}
@media screen and (max-width:768px){
.com_dialog.download_dialog .com_dialog_main{width:calc(100% - 48px);padding:18px 24px}
.download_dialog .com_dialog_title{font-size:18px;line-height:27px}
.download_dialog .column_list{padding:0;height:300px}
.download_dialog .link_text{font-size:14px}
}


.page_mod_comment .mod_comment_stats{display:flex;align-items:center;justify-content:space-between;border-radius:var(--radius_l);background-color:var(--bwg8);box-sizing:border-box;padding:24px}
.page_mod_comment .mod_comment_stats .info_box{display:flex;flex-direction:column}
.page_mod_comment .mod_comment_stats .point{line-height:72px;font-weight:700;color:var(--bwg2);font-size:48px}
.page_mod_comment .mod_comment_stats .all_point{font-size:16px;color:var(--bwg4);line-height:24px}
.page_mod_comment .mod_comment_stats .com_start_box{font-size:32px}
.page_mod_comment .mod_comment_stats .go_comment_btn{display:inline-flex;align-items:center;line-height:56px;color:var(--bwg9);background-color:var(--main);font-size:16px;padding:0 20px;border-radius:var(--radius_lr);cursor:pointer}
.page_mod_comment .mod_comment_stats .comment_icon{aspect-ratio:1;width:24px;height:auto}
.page_mod_comment .mod_comment_list{margin-top:32px;display:flex;flex-direction:column;gap:16px}
.page_mod_comment .mod_comment_list .comment_item{border-bottom:1px solid var(--bwg7);padding-bottom:18px;display:flex;align-items:flex-start;gap:16px}
.page_mod_comment .mod_comment_list .user_avatar{flex:0 0 auto;width:48px;aspect-ratio:1;border-radius:var(--radius_r);height:auto}
.page_mod_comment .mod_comment_list .info_box{flex:1 1 auto;display:flex;flex-direction:column;width:1px;gap:10px}
.page_mod_comment .mod_comment_list .name_and_point{display:flex;align-items:center;gap:8px}
.page_mod_comment .mod_comment_list .user_name{flex:0 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:16px;color:var(--bwg2);line-height:24px}
.page_mod_comment .mod_comment_list .com_start_box{font-size:18px;flex:0 0 auto}
.page_mod_comment .mod_comment_list .content{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-weight:300;color:var(--bwg3);font-size:16px;line-height:24px}
.page_mod_comment .mod_comment_list .time{margin-top:6px;font-size:14px;line-height:21px;color:var(--bwg4)}
.page_mod_comment .load_more_btn{text-align:center;line-height:22px;font-size:20px;padding:32px 0;color:var(--bwg2);cursor:pointer}
.page_mod_comment .load_more_btn.is_hide{display:none}
@media screen and (max-width:768px){
    .page_mod_comment .mod_comment_stats{padding:12px 16px}
    .page_mod_comment .mod_comment_stats .point{line-height:45px;font-size:30px}
    .page_mod_comment .mod_comment_stats .all_point{font-size:10px;line-height:15px}
    .page_mod_comment .mod_comment_stats .com_start_box{font-size:16px}
    .page_mod_comment .mod_comment_stats .go_comment_btn{line-height:36px;font-size:14px;padding:0 16px}
    .page_mod_comment .mod_comment_stats .comment_icon{width:20px}
    .page_mod_comment .mod_comment_list{margin-top:16px}
    .page_mod_comment .mod_comment_list .comment_item{padding-bottom:16px;gap:8px}
    .page_mod_comment .mod_comment_list .user_avatar{width:36px}
    .page_mod_comment .mod_comment_list .info_box{gap:12px}
    .page_mod_comment .mod_comment_list .name_and_point{gap:4px}
    .page_mod_comment .mod_comment_list .user_name{font-size:12px;line-height:18px}
    .page_mod_comment .mod_comment_list .com_start_box{font-size:14px}
    .page_mod_comment .mod_comment_list .content{font-size:12px;line-height:18px}
    .page_mod_comment .mod_comment_list .time{margin-top:4px;font-size:10px;line-height:15px}
    .page_mod_comment .load_more_btn{line-height:22px;font-size:14px;padding:16px 0}
}
.dialog_comment_mod .com_dialog_title{font-size:20px}
.dialog_comment_mod .com_dialog_main{width:480px}
.dialog_comment_mod .com_dialog_body{padding:32px 0 20px;border-top:1px solid var(--bwg6);display:flex;flex-direction:column;gap:16px;align-items:center}
.dialog_comment_mod .point_select{font-size:32px;position: relative}
.dialog_comment_mod .comment_box{box-sizing:border-box;padding:16px;border-radius:var(--radius_m);background-color:var(--bwg8);display:flex;flex-direction:column;gap:12px;align-items:flex-end;width:100%}
.dialog_comment_mod .comment_input{border:none;resize:none;height:130px;width:100%;font-size:16px;color:var(--bwg3);line-height:26px;background-color:transparent}
.dialog_comment_mod .text_nums{line-height:17px;font-size:11px;color:var(--bwg4)}
.dialog_comment_mod .submit_btn{width:320px;line-height:48px;margin-top:8px;border-radius:var(--radius_s);background-color:var(--main);color:var(--bwg2);font-size:16px;text-align:center;transition:var(--trs);cursor:pointer}
@media screen and (min-width:767px){
    .dialog_comment_mod .submit_btn:hover{background-color:var(--r_another)}
}
@media screen and (max-width:768px){
    .dialog_comment_mod .com_dialog_title{font-size:18px}
    .dialog_comment_mod .com_dialog_main{width:327px}
    .dialog_comment_mod .com_dialog_body{padding:24px 0 8px;gap:12px}
    .dialog_comment_mod .point_select{font-size:22px}
    .dialog_comment_mod .comment_box{padding:8px;gap:6px}
    .dialog_comment_mod .comment_input{height:92px;width:100%;font-size:12px;line-height:22px}
    .dialog_comment_mod .text_nums{line-height:15px;font-size:10px}
    .dialog_comment_mod .submit_btn{width:280px;line-height:45px;margin-top:4px;font-size:14px}
}