body {
    height: 100%;
    overflow: hidden;
    background: url("/ui/books/images/bg_book_content.jpg") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

.page_body {
    padding-top: 50px;
}

.navigator_back {
    background-color: transparent;
}

.navigator_center {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.navigator_center h3 {
    display: block;
    clear: both;
    width: 100%;
    height: 20px;
    overflow: hidden;
    font-size: 16px;
}

.navigator_center .chapter_title {
    display: block;
    clear: both;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #000;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
}

.chapter_content {
    display: block;
    clear: both;
    width: 100%;
    height: calc(100% - 50px);
    overflow: hidden;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px 15px;
    font-size: 16px;
}

.chapter_content p {
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    color: #333333;
}

.navigator_title .title_right_btn {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 5px;
    padding: 0px 5px;
    position: absolute;
    z-index: 5;
    top: 10px;
}

.navigator_title .btn_search {
    background: url(/ui/images/icons/icon_search.png) no-repeat center center;
    background-size: 22px auto;
    right: 35px;
}

.navigator_title .btn_report {
    background: url(/ui/images/icons/icon_report_blue.png) no-repeat center center;
    background-size: 100%;
    right: 5px;
}

.navigator_title .title_right_btn:hover {
    background-color: #ffffff;
}

.chapter_content p.yiwen {
    display: none;
    background-color: rgba(255, 198, 94, 0.2);
    padding: 5px;
    margin: 10px 0px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #b48900;
}

.chapter_content p span.selected {
    padding: 2px 4px;
    border-radius: 30px;
    background-color: #0066ff;
    color: #ffffff;
    vertical-align: middle;
}

.footer_btns {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    clear: both;
    width: 100%;
    height: 45px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0px 15px;
    padding-top: 15px;
    position: fixed;
    z-index: 2;
    left: 0;
    bottom: 10px;
}

.footer_btns .icon {
    flex-shrink: 0;
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
}

.footer_btns .text {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.font_sets {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    float: left;
    width: auto;
    height: 30px;
    line-height: 22px;
    overflow: hidden;
    font-size: 14px;
    color: #ff5900;
}

.font_sets .active {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    background-color: #ff5900;
    border-radius: 25px;
    text-align: center;
    color: #ffffff;
}

.footer_btns .weui-btn_mini {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 30px;
    margin: 0 !important;
    padding: 0px 10px !important;
}

.footer_btns .weui-btn img {
    display: block;
    width: 20px;
    height: auto;
}

.chapter_list {
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 0px 15px;
    padding-bottom: 30px;
}

.chapter_list li {
    display: block;
    clear: both;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    padding: 0px 5px;
    font-size: 15px;
    color: #666666;
}

.chapter_list li.active {
    background-color: #ffc300;
    color: #000000;
}

.chapter_list li:hover {
    background-color: #dddddd;
}

/*译文段落处理-开始*/
.yiwen_btns {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    clear: both;
    width: 120px;
    overflow: hidden;
}

.yiwen_btns li {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    overflow: hidden;
    border-radius: 5px;
    padding: 0px 5px;
    font-size: 1.4rem;
    color: #000000;
    text-align: center;
}

.yiwen_btns li.active {
    background-color: #ffffff;
    color: #0068FF;
}

/*译文段落处理-结束*/

/*底部弹出面板-开始*/
.user_write_avatar {
    display: flex;
    align-items: center;
    gap: 5px;
}

.user_write_avatar .avatar {
    flex-shrink: 0;
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background-color: gray;
    border-radius: 20px;
    padding: 1px;
}

.user_write_avatar .avatar img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.user_write_avatar .nick {
    font-size: 15px;
    color: gray;
}

.js_dialog_wrap .weui-half-screen-dialog__bd {
    padding-bottom: 10px;
}

.js_dialog_wrap .weui-half-screen-dialog__ft {
    padding-bottom: 30px;
}

.write_remark {
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.half_screen_mask {
    display: block;
    clear: both;
    width: 100%;
    height: 80px;
    overflow: hidden;
    background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.8));
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
}

.write_remark p {
    display: block;
    clear: both;
    width: 100%;
    line-height: 20px;
    overflow: hidden;
    font-size: 1.3rem;
    color: gray;
    text-indent: 2.6rem;
}

.report_write_form {
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

.report_write_form .report_title {
    display: block;
    clear: both;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.report_textarea_box {
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    background-color: #eee;
    padding: 10px;
    border-radius: 5px;
}

.report_textarea_box .weui-textarea {
    line-height: 25px;
    font-size: 1.4rem;
    color: #333;
}

.report_textarea_box .report_num {
    display: block;
    clear: both;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: right;
    font-size: 16px;
    color: #666;
}

/*底部弹出面板-结束*/

/*底部弹出的汉字解释面板-开始*/
.chinese_panel_mask {
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
}

.chinese_panel {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 70%;
    overflow: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    padding: 20px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: fixed;
    z-index: 1001;
    left: 0;
    bottom: -100%;
    font-size: 16px;
}

.chinese_panel .btn_close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    z-index: 5;
    right: 15px;
    top: 15px;
}

.chinese_box {
    display: block;
    clear: both;
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.chinese_box dt {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: url("/images/icons/icon_text_bg.png") no-repeat top left;
    background-size: 100%;
    text-align: center;
    font-size: 35px;
}

.chinese_box dd {
    display: block;
    float: right;
    width: calc(100% - 60px);
    height: 100%;
    overflow: hidden;
}

.chinese_remark {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    padding: 10px 0px;
}

/*底部弹出的汉字解释面板-结束*/