.no_scroll {
    overflow: hidden;
}

.head_box {
    padding: 0.8rem 0;
    border-bottom: 1px solid #e2e5ea;
    opacity: 1;
}

.head_box .head_title_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1050px;
    padding: 0 0.8rem;
}

.head_box .head_title_box div:nth-child(1){
    display: flex;
    align-items: center;
}

.head_box .head_title_box div:nth-child(1) img:nth-child(1){
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
}

.head_box .head_title_box div:nth-child(1) img:nth-child(2){
    width: 16px;
    height: 14px;
    margin-right: 0.5rem;
}

.head_box .head_title_box div:nth-child(1) h1{
    font-weight: 700;
    font-size: 15px;
    color: #CFCDE4;
}

.head_box .head_title_box div:nth-child(2){
    white-space: nowrap;
}

.head_box .head_title_box div:nth-child(2) img{
    width: 22px;
    height: 22px;
}

.head_box .head_title_box div:nth-child(2) .avatar{
    border-radius: 50%;
    margin-left: 0.3rem;
}

.head_box .button_box {
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
    font-size: 12px;
    padding: 0.8rem 0.8rem 0 0.8rem;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.head_box .button_box .item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: -webkit-linear-gradient(top, #fff, #f2f2f2);
    border: #e8e8e8 solid 1px;
    color: #6e6e6e;
    border-radius: 8px;
    text-align: center;
    margin-right: .4rem;
    width: 48px;
    padding: 0.2rem 0;
}

.head_box .button_box .item img {
    width: 1.5rem;
}

.head_box .button_box .item span {
    font-size: 12px;
    margin-top: 0.2rem;
}

.main_box {
    max-width: 820px;
    margin: auto;
}

.main_box .chapter_box {
    margin-top: 4rem;
}

.main_box .chapter_box .title_box {
    text-align: center;
}

.main_box .content_box {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 3rem;
}

.main_box .content_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.main_box .chapter_prompt_box {
    position: fixed;
    bottom: 0;
    height: calc(100vh * 0.618);
    width: 100%;
    max-width: 1050px;
    background: #fff;
    overflow: scroll;
    color: #333;
    left: 50%;
    transform: translate(-50%, 0);
}

.main_box .prompt_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem;
    border-bottom: 1px solid #e5e5e5;
}

.main_box .prompt_title span {
    font-size: 14px;
    font-weight: 700;
    margin-right: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_box .prompt_title .active {
    color: #f00
}

.main_box .prompt_title img {
    width: 23px;
    height: auto;
}

.main_box .volume_box {
    padding: 0.4rem 0.8rem;
    font-size: 14px;
}

.main_box .marker_box {
    padding: 0.4rem 0.8rem;
    font-size: 14px;
}

.main_box .catalog_list a {
    color: #333;
    cursor: pointer;
    font-size: 14px;
}

.main_box .volume_box .volume_title_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px dashed #e5e5e5;
}

.main_box .volume_box .volume_title_box img {
    width: 18px;
    height: auto;
}

.main_box .catalog_list li {
    padding: 0.8rem 0;
    border-bottom: 1px dashed #e5e5e5;
    display: flex;
    justify-content: space-between;
}

.main_box .music_list {
    padding: 0 0.8rem;
    font-size: 14px;
}

.main_box .music_list li {
    display: inline-flex;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px dashed #e5e5e5;
    width: 49%;
}

.main_box .music_list li img {
    width: 20px;
    height: 20px;
    margin-right: 0.2rem;
}

.main_box .complain_box {
    margin: 0 0.8rem;
    font-size: 14px;
}

.main_box .complain_box .comic_title {
    font-weight: 500;
    line-height: 2rem;
}

.main_box .complain_box ul li {
    padding: 0.6rem 0;
    border-bottom: dotted #e5e5e5 1px;
    width: 100%;
}

.main_box .complain_box ul li:nth-child(9) {
    border-bottom: none;
}

.main_box .complain_box ul li:last-child {
    border-bottom: none;
}

.main_box .complain_box ul li textarea {
    width: calc(100% - 1.2rem);
    height: 80px;
    border: #d8d8d8 solid 1px;
    resize: none;
    color: #777;
    padding: .5rem .5rem 2rem;
    outline: none;
}

.main_box .complain_box ul li .word_count {
    position: absolute;
    right: 1rem;
    margin-top: -2rem;
    text-align: right;
    padding: .5rem;
    font-size: 13px;
}

.main_box .complain_box ul li .send_btn {
    padding: .5rem 1.5rem;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    background: #f55;
    font-size: 1rem;
    border-radius: 6px;
    display: block;
    width: 6.9rem;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
    font-size: 14px;
}

.main_box .reward_box {
    margin: 0 0.8rem;
    font-size: 14px;
}

.main_box .reward_box .comic_title {
    font-weight: 500;
    line-height: 2rem;
}

.main_box .reward_box .reword_product_box {
    min-width: calc(100vw - 1.6rem);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    width: 100%;
}

.main_box .reward_box .reword_product_box .item {
    place-self: center;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 13px;
}

.main_box .reward_box .reword_product_box .item img {
    width: 28px;
    height: 28px;
}

.main_box .reward_box .reword_product_box .item span {
    display: block;
    margin: 0;
    padding: 0;
}

.main_box .reward_box textarea {
    width: calc(100% - 1.2rem);
    height: 60px;
    border: #d8d8d8 solid 1px;
    resize: none;
    color: #777;
    padding: .5rem .5rem 2rem;
    margin-top: 0.5rem;
    outline: none;
}

.main_box .reward_box .word_count {
    position: absolute;
    right: 1rem;
    margin-top: -2rem;
    padding: 0.5rem;
    font-size: 13px;
    color: #777;
}

.main_box .reward_box .balance_box {
    font-size: 12px;
    text-align: right;
    padding: 1rem 0;
    color: #777;
}

.main_box .reward_box .send_btn {
    padding: .5rem 1.5rem;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    background: #f55;
    font-size: 1rem;
    border-radius: 6px;
    display: block;
    width: 6.9rem;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
}

.main_box .chapter_prompt_box .chapter_comment_box {
    position: fixed;
    bottom: 0;
    padding: 0.8rem;
    width: calc(100% - 1.6rem);
}

.main_box .chapter_prompt_box .chapter_comment_box form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_box .chapter_prompt_box .chapter_comment_box form input {
    border: #d8d8d8 solid 1px;
    resize: none;
    color: #777;
    padding: .3rem;
    outline: none;
    width: 76%;
}

.main_box .chapter_prompt_box .chapter_comment_box form button {
    border: none;
    background: #f55;
    color: #fff;
    padding: 0.25rem 0.8rem;
    border-radius: 6px;
}

.chapter_pay_dialog_box {
    width: 84%;
    max-width: 330px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 9999;
    border-radius: 6px;
    color: #878787;
    font-size: 13px;
    box-shadow: 1px 2px 18px #999;
}

.chapter_pay_dialog_box .close {
    float: right;
    margin-right: 1rem;
    margin-top: 0.8rem;
}

.chapter_pay_dialog_box .close img {
    max-width: 1rem;
    padding-left: 0.8rem;
}

.chapter_pay_dialog_box .chapter_pay_main_box {
    padding: 1.2rem;
}

.chapter_pay_dialog_box .chapter_pay_main_box ul {
    line-height: 2.5rem;
}

.chapter_pay_dialog_box .chapter_pay_main_box ul li {
    width: 100%;
}

.chapter_pay_dialog_box .chapter_pay_main_box ul .title {
    line-height: 1.5rem;
}

.chapter_pay_dialog_box .chapter_pay_main_box ul .title span {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.chapter_pay_dialog_box .chapter_pay_main_box ul .btn_box {
    margin-top: 0.6rem;
    border-radius: 12px;
    border: #333 solid 1px;
    line-height: 2.5rem;
    text-align: center;
    color: #333;
    cursor: pointer;
}

.chapter_pay_dialog_box .chapter_pay_main_box ul .btn_box button {
    border: none;
    background: #fff;
    color: #333;
    font-size: 14px;
}

.chapter_pay_dialog_box .chapter_pay_main_box ul .btn_box img {
    vertical-align: bottom;
    width: 18px;
    padding: 0 0.1rem;
}

.chapter_pay_dialog_box .chapter_pay_main_box ul .btn_box span {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

.chapter_pay_dialog_box .chapter_pay_main_box ul .auto_box{
    text-align: center;
}

.chapter_pay_dialog_box .chapter_pay_main_box ul li .vip_btn {
    margin-top: 0.6rem;
    border-radius: 12px;
    background: #ff5555;
    line-height: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}

.chapter_pay_dialog_box .chapter_pay_main_box ul li .vip_btn a{
    color: #fff;
}

.balance_insufficient_dialog_box {
    width: 86%;
    max-width: 280px;
    height: auto;
    position: fixed;
    text-align: center;
    background-size: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    font-weight: 700;
    color: #333;
    border-radius: 12px;
    z-index: 9999;
}


.balance_insufficient_dialog_box .close {
    float: right;
    margin-right: 1rem;
    margin-top: 0.8rem;
}

.balance_insufficient_dialog_box .close img {
    max-width: 1rem;
    padding-left: 0.8rem;
}

.balance_insufficient_dialog_box .content {
    padding: 1.2rem 1.2rem 0 1.2rem;
    line-height: 2.2rem;
    background: #fff;
    border-radius: 12px;
}

.balance_insufficient_dialog_box .content .title{
    font-size: 16px;
    text-align: center;
}

.balance_insufficient_dialog_box .content .note{
    line-height: 1.5rem;
    text-align: left;
}

.balance_insufficient_dialog_box .content img {
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.balance_insufficient_dialog_box .content .btn_box {
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    width: 80%;
    height: 6.8rem;
}

.balance_insufficient_dialog_box .content .btn_box .coin_btn {
    cursor: pointer;
    line-height: 2.5rem;
    font-weight: 700;
    color: #000;
    background: #fff;
    border: #333 solid 1px;
    border-radius: 12px;
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: center;
    margin-top: 0.5rem;
    margin-right: 0.4rem;
    margin-bottom: 0.5rem;
}

.balance_insufficient_dialog_box .content .btn_box .coin_btn img {
    vertical-align: middle;
    width: 18px;
    padding: 0 0.1rem;
    margin-top: -0.1rem;
}

.balance_insufficient_dialog_box .content .btn_box .vip_btn {
    cursor: pointer;
    line-height: 2.5rem;
    font-weight: 700;
    color: #fff;
    background: #ff5555;
    border-radius: 12px;
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: center;
    margin-top: 0.5rem;
    margin-right: 0.4rem;
    margin-bottom: 0.5rem;
}

.score_dialog_box {
    width: 84%;
    max-width: 460px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2A2E42;
    z-index: 9999;
    border-radius: 6px;
    color: #CFCDE4;
    font-size: 13px;
    box-shadow: 1px 2px 18px #999;
}

.score_dialog_box .close {
    float: right;
    margin-right: 1rem;
    margin-top: 0.8rem;
}

.score_dialog_box .close img {
    max-width: 1rem;
    padding-left: 0.8rem;
}

.score_dialog_box .score_form_box {
    padding: 1.2rem;
}

.score_dialog_box .score_form_box ul {
    line-height: 2.5rem;
}

.score_dialog_box .score_form_box ul li {
    width: 100%;
}

.score_dialog_box .score_form_box ul .title {
    line-height: 1.5rem;
}

.score_dialog_box .score_form_box ul .title span {
    color: #CFCDE4;
    font-size: 14px;
    font-weight: bold;
}

.score_dialog_box .score_form_box ul .rate_box {
    display: flex;
    align-items: center;
}

.score_dialog_box .score_form_box ul .rate_box .avatar {
    max-width: 1.6rem;
    border-radius: 100%;
    margin-right: 0.5rem;
}

.score_dialog_box .score_form_box ul .rate_box .star {
    max-width: 0.9rem;
    padding-right: 0.3rem;
    margin-top: -0.2rem;
}

.score_dialog_box .score_form_box ul li textarea {
    width: -webkit-fill-available;
    height: 180px;
    border: #078AFE solid 1px;
    resize: none;
    color: #CFCDE4;
    padding: 0.5rem;
    margin-top: 1rem;
    padding-bottom: 2rem;
    outline: none;
    background: #2A2E42;
}

.score_dialog_box .score_form_box ul li .word_count {
    width: 93%;
    margin-top: -3.6rem;
    text-align: right;
    padding: 0.5rem;
    font-size: 13px;
    margin-bottom: 0.5rem;
}

.score_dialog_box .score_form_box ul li .send_btn {
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background: -webkit-linear-gradient(left, #8533ED, #008EFE);
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 2.5rem;
    border: 0;
    width: 100%;
}

.main_box .menu_box {
    position: fixed;
    padding: 0 0.8rem;
    margin-top: -0.8rem;
    z-index: 999;
    background: -webkit-linear-gradient(top, #e2e5ea, #F7F8FA);
    opacity: 0.98;
    max-width: 430px;
    height: calc(100vh - 47px);
    overflow: scroll;
}

.main_box .menu_box .menu_item {
    padding: 0.8rem 0;
}

.main_box .menu_box .menu_item .caption_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

.main_box .menu_box .menu_item .caption_box img {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.2rem;
}

.main_box .menu_box .menu_item .caption_box span {
    font-size: 16px;
    font-weight: 700;
}

.main_box .menu_box .menu_item .caption_box a {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.main_box .menu_box .menu_item .links_box {
    padding: 0.4rem 0 1rem 0;
    /*    border-bottom: #b2b2b2 solid 1px;*/
}


.menu_box .menu_item .links_box .highlight{
    color: #ff5555 !important;
}

.main_box .menu_box .menu_item .links_box a {
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    line-height: 2rem;
    margin-right: 0.8rem;
}
