.main_box {
    margin-top: 3.6rem;
}

.theme_1 {
    background: #fff;
    color: #333 !important;
}

.theme_2 {
    background: #f6ead2;
    color: #333 !important;
}

.theme_3 {
    background: #eaf0e7;
    color: #333 !important;
}

.theme_4 {
    background: #e8eff3;
    color: #333 !important;
}

.theme_5 {
    background: #f5e4e4;
    color: #333 !important;
}

.theme_6 {
    background: #e5e5e5;
    color: #333 !important;
}

.theme_7 {
    background: #000;
    color: #fff !important;
}

.theme_7 .main_box a {
    color: #fff !important;
}

.no_scroll {
    overflow: hidden;
}

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

.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-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    max-width: calc(100vw * 0.6);
    text-overflow: ellipsis;
}

.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;
    cursor: pointer;
}

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

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

.head_box .button_box .item .active {
    color: #f55;
}

.main_box .chapter_box {
    padding: 0 0.8rem;
    font-size: 15px;
    line-height: 1.5rem;
}

.main_box .chapter_box .title_box {
    color: #333;
}

.main_box .chapter_box .title_box a{
    color: #333;
    font-size: 16px;
    font-weight: 700;
}


.main_box .chapter_box .title_box h2 {
    font-size: 14px;
    font-weight: 700;
}

.main_box .chapter_box .title_box p {
    font-size: 14px;
    font-weight: 700;
}

.main_box .chapter_box .title_box div {
    display: flex;
    font-size: 13px;
}

.main_box .chapter_box .title_box div span {
    margin-right: 1rem;
}

.main_box .chapter_box .article {
    line-height: 2rem;
    /*font-family: DNMrHsV173Pd4pgy, -apple-system, Microsoft YaHei, LiHei Pro Medium;*/
    font-family: Microsoft YaHei, LiHei Pro Medium;
}

.main_box .chapter_box .line {
    margin: .85rem 0;
    text-indent: 2em;
    cursor: pointer;
    font-size: 16px;
    border-bottom: none;
    box-sizing: border-box;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    unicode-bidi: isolate;
    text-align: justify;
    line-break: anywhere;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main_box .chapter_box .line img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-left: -2rem;
}

.main_box .chapter_box .line .login_click{
    padding: 0.4rem 1rem;
    background: #ff5555;
    color: #FFFFFF;
    border-radius: 6px;
    font-weight: bold;
    white-space: nowrap;
}

.main_box .chapter_box .dizhi{
    text-align: center;
    margin-bottom: 0.8rem;
}

.main_box .chapter_box .dizhi a{
    white-space: nowrap;

}

.main_box .chapter_box .comment_icon:before {
    content: "";
    position: absolute;
    left: -.2rem;
    top: .3rem;
    width: 4px;
    height: 4px;
    border-right: 1px solid #bdbbbe;
    border-bottom: 1px solid #bdbbbe;
    transform: rotate(135deg);
    background: #f8f3e9;
    word-wrap: break-word;
    white-space: normal;
}

.main_box .chapter_box .comment_icon {
    background: #f8f3e9;
    border: solid #bdbbbe 1px;
    padding: 0 .4rem;
    color: #bdbbbe;
    font-size: 12px;
    position: relative;
    border-radius: 3px;
    word-wrap: break-word;
    white-space: nowrap;
    display: inline;
    min-width: 2%;
    line-height: 18px;
    vertical-align: text-bottom;
    text-indent: 0;
    vertical-align: middle;
}

.main_box .chapter_box .bottom_box {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 3rem;
}

.main_box .chapter_box .bottom_box .novel_title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 180px;
    text-align: center;
}

.main_box .chapter_box .bottom_box a {
    color: #333;
    cursor: pointer;
    align-items: center;
}

.main_box .chapter_box .bottom_box a img {
    width: 0.8rem;
    height: auto;
    margin: 0 0.2rem;
}

.main_box .chapter_prompt_box {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 1050px;
    background: #fff;
    color: #333;
}

.main_box .prompt_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem;
    border-bottom: 1px solid #e5e5e5;
    /*font-family: DNMrHsV173Pd4pgy, Microsoft YaHei, LiHei Pro Medium;*/
}

.main_box .prompt_title div span {
    cursor: pointer;
}

.main_box .chapter_prompt_box .prompt_catalog_box {
    height: calc(100vh * 0.618);
    overflow: scroll;
}


.main_box .chapter_prompt_box .prompt_catalog_box .highlight{
    color: #ff5555;
}


.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 0.8rem;
    font-size: 14px;
}

.main_box .marker_box {
    height: calc(100vh * 0.618);
    overflow: scroll;
}

.main_box .catalog_list {
    font-size: 14px;
    /*padding: 0.4rem 0.8rem;*/
}

.main_box .catalog_list a {
    color: #333 !important;
    cursor: pointer;
}

.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;
    cursor: pointer;
}

.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 .catalog_list li span {
    white-space: nowrap;
}

.main_box .catalog_list li div {
    display: flex;
    align-items: center;
}

.main_box .catalog_list li div img {
    margin-left: 0.6rem;
    width: 1.2rem;
    height: auto;
}

.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 .replace_box {
    padding-bottom: 2rem;
}

.main_box .replace_box .item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding-top: 1.2rem;
}

.main_box .replace_box .item img {
    width: 20px;
    height: 20px;
}

.main_box .replace_box .item input {
    padding: .3rem;
    border: #ced4da solid 1px;
    border-radius: 6px;
    width: 4.5rem;
    outline: none;
    margin: 0 0.3rem;
}

.main_box .replace_box .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.main_box .replace_box .btns span {
    padding: .5rem .9rem;
    border-radius: 6px;
    background: #a5a2a2;
    color: #fff;
    margin: 0 0.5rem;
    border: #a5a2a2 solid 1px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
}

.main_box .replace_box .btns .active {
    background: #f55;
    border: #f55 solid 1px;
}

.main_box .replace_box p {
    padding-top: 1rem;
    text-align: center;
    font-size: 12px;
    color: #a5a2a2;
}

.main_box .auto_scroll_box {
    margin-left: 0.8rem;
}

.main_box .auto_scroll_box .item {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 14px;
    padding-top: 1.2rem;
}


.main_box .auto_scroll_box .item img {
    width: 45px;
    height: auto;
}

.main_box .auto_scroll_box .item .speed {
    padding: 0 0.5rem;
}

.main_box .auto_scroll_box .item .speed_btn {
    background: #fff;
    border-radius: 6px;
    border: #969696 solid 1px;
    padding: .3rem 1rem;
    cursor: pointer;
}


.main_box .highlight_box {
    margin: 0 0.8rem;
    padding-bottom: 2rem;
}

.main_box .highlight_box .item {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 14px;
    padding-top: 1.2rem;
}

/*.main_box .highlight_box .item:nth-child(2) {*/
/*    align-items: start;*/
/*}*/

/*.main_box .highlight_box .item:nth-child(4) {*/
/*    align-items: start;*/
/*}*/

.main_box .highlight_box .item span {
    white-space: nowrap;
}

.main_box .highlight_box .item label {
    white-space: nowrap;
    line-height: 2rem;
}

.main_box .highlight_box .item li {
    white-space: nowrap;
    line-height: 2rem;
}


.main_box .highlight_box .item img {
    width: 45px;
    height: auto;
}

.main_box .highlight_box .item .right_box {
    margin-top: -0.5rem;
}

.main_box .highlight_box .item:nth-child(3) input {
    padding: .3rem;
    border: #ced4da solid 1px;
    border-radius: 6px;
    width: 8rem;
    outline: none;
    margin: 0 0.3rem;
}


.main_box .highlight_box .item ul {
    width: 60%;
}

.main_box .highlight_box .item li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #969696;
    width: 100%;
}

.main_box .highlight_box .item li img {
    width: 12px;
    height: 12px;
}

.main_box .highlight_box .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.main_box .highlight_box .btns span {
    padding: .5rem .9rem;
    border-radius: 6px;
    background: #a5a2a2;
    color: #fff;
    margin: 0 0.5rem;
    border: #a5a2a2 solid 1px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
}

.main_box .highlight_box .btns .active {
    background: #f55;
    border: #f55 solid 1px;
}

.main_box .setting_box {
    margin-left: 0.8rem;
    padding-bottom: 2rem;
}

.main_box .setting_box .item {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 14px;
    padding-top: 1.2rem;
}

.main_box .setting_box .item ul {
    display: inline-flex;
    align-items: center;
}

.main_box .setting_box .item ul li {
    margin-right: 0.5rem;
}

.main_box .setting_box .item .theme_1 {
    width: 20px;
    height: 20px;
    background: #fff;
    border: #fb6b84 solid 1px;
    display: block;
    border-radius: 50%;
    cursor: pointer;
}

.main_box .setting_box .item .theme_2 {
    width: 20px;
    height: 20px;
    background: #f6ead2;
    border: #ddd solid 1px;
    display: block;
    border-radius: 50%;
    cursor: pointer;
}

.main_box .setting_box .item .theme_3 {
    width: 20px;
    height: 20px;
    background: #eaf0e7;
    border: #ddd solid 1px;
    display: block;
    border-radius: 50%;
    cursor: pointer;
}

.main_box .setting_box .item .theme_4 {
    width: 20px;
    height: 20px;
    background: #e8eff3;
    border: #ddd solid 1px;
    display: block;
    border-radius: 50%;
    cursor: pointer;
}

.main_box .setting_box .item .theme_5 {
    width: 20px;
    height: 20px;
    background: #f5e4e4;
    border: #ddd solid 1px;
    display: block;
    border-radius: 50%;
    cursor: pointer;
}

.main_box .setting_box .item .theme_6 {
    width: 20px;
    height: 20px;
    background: #e5e5e5;
    border: #ddd solid 1px;
    display: block;
    border-radius: 50%;
    cursor: pointer;
}

.main_box .setting_box .item .theme_7 {
    width: 20px;
    height: 20px;
    background: #000;
    border: #ddd solid 1px;
    display: block;
    border-radius: 50%;
    cursor: pointer;
}

.main_box .setting_box .item .theme_check {
    margin-top: .1rem;
    max-width: 1.1rem;
    padding-left: .1rem;
}


.main_box .setting_box .item .font {
    padding: 0 0.5rem;
}

.main_box .setting_box .item .font_btn {
    background: #fff;
    border-radius: 6px;
    border: #969696 solid 1px;
    padding: .3rem 1rem;
    cursor: pointer;
}

.main_box .setting_box .item select {
    border: #e8e8e8 solid 1px;
    border-radius: 6px;
    padding: 0.25em 0.5em;
    cursor: pointer;
    margin-right: 0.5rem;
}

.main_box .setting_box .item .switch_btn {
    width: 45px;
    height: auto;
}

.main_box .setting_box .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.main_box .setting_box .btns span {
    padding: .5rem .9rem;
    border-radius: 6px;
    background: #a5a2a2;
    color: #fff;
    margin: 0 0.5rem;
    border: #a5a2a2 solid 1px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
}

.main_box .setting_box .btns .active {
    background: #f55;
    border: #f55 solid 1px;
}


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

.main_box .complain_box .novel_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;
    border: none;
}

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

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

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

.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;
    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;
    border: none;
}

.main_box .chapter_prompt_box .chapter_comment_box {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 1050px;
}

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

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

.main_box .reward_box .note_box {
    display: flex;
    justify-content: space-between;
    margin: 0.8rem 0;
    color: #777777;
}

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

.main_box .comment_list_box {
    margin: 1rem 0.8rem 0 0.8rem;
    line-height: 1.2rem;
    text-align: justify;
    font-size: 13px;
    height: calc(100vh * 0.618);
    overflow: scroll;
}

.main_box .comment_list_box .title_box {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    display: flex;
    justify-content: space-between;
}

.main_box .comment_list_box .title_box .title_info {
    display: flex;
    align-items: center;
}

.main_box .comment_list_box .title_box .vip {
    width: 16px;
    height: auto;
    vertical-align: sub;
}

.main_box .comment_list_box .score_box {
    display: flex;
    color: #989898;
}

.main_box .comment_list_box .score_box .star_box {
    display: flex;
    align-items: center;
    margin-left: 0.2rem;
}

.main_box .comment_list_box .score_box .star_box img {
    width: 1rem;
    height: auto;
}

.main_box .comment_list_box .title_box .tabs {
    font-size: 12px;
}

.main_box .comment_list_box .title_box .tabs span {
    color: #999;
    padding-bottom: 0.2rem;
    cursor: pointer;
}

.main_box .comment_list_box .title_box .tabs .active {
    color: #078AFE;
    border-bottom: #078AFE solid 2px;
    padding-bottom: 0.2rem;
    font-weight: 700;
}

.main_box .comment_list_box .comment_box {
    padding: 1rem 0 0.5rem 0;
    display: flex;
    justify-content: flex-start;
    color: #9191A8;
}

.main_box .comment_list_box .comment_box .avatar_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main_box .comment_list_box .comment_box .avatar {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    vertical-align: super;
}

.main_box .comment_list_box .comment_box a {
    color: #989898;
    font-size: 12px;
    line-height: 1.5rem
}

.main_box .comment_list_box .comment_box .level {
    width: 25px;
    height: auto;
}

.main_box .comment_list_box .comment_box .content_info {
    width: 100%;
    line-height: 1.6rem;
    margin-left: 0.8rem;
}

.main_box .comment_list_box .comment_box .content_info .title_box {
    display: flex;
    justify-content: space-between;
}

.main_box .comment_list_box .comment_box .content_info .awesome span {
    font-weight: normal;
    padding: 0 0.1rem;
}

.main_box .comment_list_box .comment_box .content_info .awesome img {
    vertical-align: middle;
    width: 18px;
    padding: 0.1rem;
    margin-top: -0.1rem;
    cursor: pointer;
}

.main_box .comment_list_box .comment_box .content_info .content {
    width: 90%;
    line-height: 1.4rem;
    color: #9191A8;
}

.main_box .comment_list_box .comment_box .content_info .submore {
    display: flex;
    align-items: center;
}

.main_box .comment_list_box .comment_box .content_info .submore img {
    width: .8rem;
    margin-left: .2rem;
}

.main_box .comment_list_box .comment_box .content_info .reply_btn {
    cursor: pointer;
    color: #989898;
}

.main_box .comment_list_box .comment_box .content_info .expend  span img{
    width: 18px;
    vertical-align: sub;
}

.main_box .comment_list_box .comment_box .reply_form {
    padding: 0.5rem 0;
}

.main_box .comment_list_box .comment_box .reply_form form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.main_box .comment_list_box .comment_box .reply_form button {
    border: none;
    background: #f55;
    color: #fff;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

.main_box .comment_list_box .comment_box .content_info .reply_box {
    border-top: #2A2E42 solid 1px;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
}

.main_box .comment_list_box .comment_box .content_info .reply_box .reply_info {
    width: 100%;
    line-height: 1.6rem;
    margin-left: 0.6rem;
}

.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%;
}

.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 .content{
    line-height: 1.5rem;
    color: #333;
    padding: 0.8rem 0;
}

.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;
}

.main_box .menu_box {
    position: fixed;
    padding: 0 0.8rem;
    margin-top: -0.5rem;
    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;
}

.main_box .button_box {
    margin: 2rem 0;
    text-align: center;
}

.main_box .button_box .reminder_btn {
    background: #ff5555;
    color: #fff;
    padding: 0.4rem 1.6rem;
    border-radius: 12px;
    cursor: pointer;
}


.limit_code_box {
    width: 87%;
    max-width: 340px;
    height: 25.3rem;
    background: -webkit-linear-gradient(top, #fff, #fff);
    z-index: 9999;
    border-radius: 6px;
    text-align: center;
    box-shadow: 1px 2px 18px #0c0b19;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.limit_code_box .main_box {
    margin-top: 2rem;
    line-height: 1.2rem;
}

.limit_code_box .main_box .close_box {
    margin-top: -1.7rem;
    padding: 0.5rem;
    position: absolute;
    right: 0;
}

.limit_code_box .main_box .close_box img {
    width: 1rem;
    vertical-align: text-bottom;
    padding-right: 0.2rem;
}

.limit_code_box .main_box .logo_box img {
    width: 10rem;
}

.limit_code_box .main_box .form_box {
    line-height: 2rem;
    padding: 0 1.2rem 1.2rem 1.2rem;
    font-size: 9pt;
}

.limit_code_box .main_box .form_box .captcha_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.limit_code_box .main_box .form_box .captcha_box span {
    margin-left: 1rem;
    cursor: pointer;
}

.limit_code_box .main_box .form_box .form_item {
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    height: 45px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.limit_code_box .main_box .form_box .form_item input {
    width: 16rem;
    outline: none;
    font-size: 13px;
    background: #fff;
    margin-left: 0.5rem;
    border: none;
    color: #333;
}


.limit_code_box .main_box .form_box .button_box {
    color: #333;
}

.limit_code_box .main_box .form_box .button_box .limit_code_btn {
    cursor: pointer;
    line-height: 3rem;
    font-weight: 700;
    color: #fff;
    background: #ff5555;
    border-radius: 6px;
    display: block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-top: 0.5rem;
    margin-right: 0.4rem;
    margin-bottom: 0.5rem;
    border: none;
}

.s_external:nth-child(2) {
    /*display: none !important;*/
}
