.main_box {
    margin-top: 7.6rem;
}

.main_box .content_box {
    display: flex;
    justify-content: space-between;
}

.main_box .content_box .left_box {
    flex: 7;
}

.main_box .content_box .right_box {
    flex: 3;
    overflow-y: scroll;
}

.main_box .content_box .right_box .recommend_box {
    margin: 0 0.8rem;
}

.main_box .content_box .right_box .recommend_box h2 {
    font-weight: 700;
    color: #CFCDE4;
}

.main_box .content_box .right_box .recommend_box .recommend_item {
    display: flex;
    border: #e8e8e8 solid 1px;
    border-radius: 12px;
    height: 115px;
    padding: 1rem;
    margin-top: 1rem;
}

.main_box .content_box .right_box .recommend_box .recommend_item img {
    width: 75px;
    border-radius: 6px;
}

.main_box .content_box .right_box .recommend_box .recommend_item .desc_box {
    margin-left: 0.8rem;
    max-width: 180px;
    overflow: hidden;
}

.main_box .content_box .right_box .recommend_box .recommend_item .desc_box .title {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    max-width: 168px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #9191A8;
}

.main_box .content_box .right_box .recommend_box .recommend_item .desc_box p {
    color: #a7a7a7;
    font-size: 12px;
    margin: 0.6rem 0;
    max-height: 3rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main_box .content_box .right_box .recommend_box .recommend_item .desc_box .more {
    border-radius: 12px;
    border: #e8e8e8 solid 1px;
    color: #a7a7a7;
    padding: .4rem 1rem;
    font-size: 12px;
}

.main_box .audio_box {
    margin: 0.8rem;
    display: flex;
}

.main_box .audio_box .cover {
    width: 36%;
    height: auto;
    border: #e8e8e8 solid 1px;
    border-radius: 6px;
    max-width: 166px;
}

.main_box .audio_box .info_box {
    width: 100%;
    height: auto;
    line-height: 1.6rem;
    margin-left: 0.8rem;
    text-align: left;
    font-size: 14px;
    color: #333;
}

.main_box .audio_box .info_box .update_state_box {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_box .audio_box .info_box .update_state_box span:nth-child(1) {
    color: #ff5555;
    font-weight: bold;
    margin-right: 0.4rem;
}

.main_box .audio_box .info_box a {
    color: #9191A8;
    cursor: pointer;
}

.main_box .audio_box .info_box h1 {
    font-size: 16px;
    font-weight: bold;
    padding: 0.4rem 0;
    color: #CFCDE4;
}


.main_box .audio_box .info_box .item {
    color: #9191A8;
}

.main_box .audio_box .info_box .score_box {
    display: flex;
    align-items: center;
    color: #9191A8;
}

.main_box .audio_box .info_box .score_box span {
    font-weight: 700;
    font-size: 14px;
}

.main_box .audio_box .info_box .score_box .star_box {
    display: flex;
    align-items: center;
    margin-left: 0.4rem;
}

.main_box .audio_box .info_box .score_box #comment_count{
    color: #9191A8;
    font-size: 11px;
    font-weight: 400;
}

.main_box .audio_box .info_box .score_box .star_box img {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
}

.main_box .detail_box {
    margin: 0.8rem;
}

.main_box .detail_box .play_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_box .detail_box .play_box img{
    width: 1rem;
    height: 1rem;
}

.main_box .detail_box .play_box audio{
    height: 2.6rem;
    width: 80%;
}

.main_box .detail_box .play_option_box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 14px;
    padding: 0.8rem 0;
}

.main_box .detail_box .play_option_box label{
    display: flex;
    align-items: end;
}

.main_box .detail_box .play_option_box img{
    width: 1.6rem;
    height: 1.6rem;
    cursor: pointer;
}

.main_box .detail_box .brief_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: justify;
    line-height: 1rem;
    font-size: 12px;
    color: #9191A8;
}

/*.main_box .detail_box .brief_box div {*/
/*    line-height: 1.2rem;*/
/*    font-size: 13px;*/
/*    white-space: pre-line;*/
/*}*/

/*.main_box .detail_box .brief_box img {*/
/*    width: 1rem;*/
/*    height: auto;*/
/*    cursor: pointer;*/
/*}*/

.main_box .detail_box .brief_box .txt {
    line-height: 1.2rem;
    margin-bottom: 1rem;
    text-align: justify;
    white-space: pre-line;
    font-size: 13px;
    width: 90%;
    float: left;
}

.main_box .detail_box .brief_box .ellipsis {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.main_box .detail_box .brief_box .arrow {
    float: right;
    text-align: left;
}

.main_box .detail_box .brief_box .arrow img {
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    padding-right: 0.2rem;
}

.main_box .detail_box .read_btn {
    cursor: pointer;
    line-height: 2.4rem;
    font-weight: 400;
    color: #fff;
    background: #ff5656;
    border-radius: 6px;
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-top: 0.8rem;
}

.main_box .tag_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.6rem;
    font-size: 14px;
    line-height: 1.4rem;
}

.main_box .tag_box li {
    margin-right: 0.4rem;
}

.main_box .tag_box li a {
    color: #9191A8;
}

.main_box .tag_box li a b {
    color: #ff5555;
    font-weight: 700;
}


.main_box .detail_box .actress_box {
    margin-top: 0.8rem;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main_box .detail_box .actress_box .item {
    margin-right: 0.4rem;
    display: flex;
    align-items: center;
}

.main_box .detail_box .actress_box .item .avatar {
    border-radius: 100%;
    color: #fff;
    text-align: center;
    border: #fff solid 1px;
    font-size: 9px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #ff5b7e;
    padding: 2px;
    font-size: 13px;
}

.main_box .detail_box .actress_box .item img {
    border-radius: 100%;
    color: #fff;
    text-align: center;
    border: #fff solid 1px;
    font-size: 9px;
    width: 24px;
    height: 24px;
    line-height: 20px;
}

.main_box .detail_box .actress_box .item a {
    margin-left: 0.1rem;
    color: #9191A8;
}


.main_box .detail_box .actress_box .item .avatar a {
    color: #fff;
    cursor: pointer;
    margin-left: 0;
}


.main_box .props_box ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.main_box .props_box ul li {
    display: flex;
    align-items: center;
}


.main_box .props_box ul li img {
    width: 0.8rem;
    height: auto;
    margin-right: 0.1rem;
}

.main_box .props_box ul li:nth-child(3) img {
    width: 1.1rem;
    height: auto;
}


.main_box .option_box {
    margin: 1rem 1rem 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_box .option_box div {
    text-align: center;
    font-size: 13px;
    line-height: 1.2rem;
    cursor: pointer;
}

.main_box .option_box div img {
    max-width: 1.3rem;
}

.main_box .catalog_box {
    margin: 1.4rem 0.8rem;
}

.main_box .catalog_box .title_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_box .catalog_box .title_box div:nth-child(1) {
    font-size: 14px;
    font-weight: 700;
}

.main_box .catalog_box .title_box div:nth-child(1) span {
    margin-left: .6rem;
    font-size: 12px;
    font-weight: 400;
    color: #9c9c9c;
    border: #9c9c9c solid 1px;
    padding: .2rem .4rem;
    border-radius: 6px;
    cursor: pointer;
}

.main_box .catalog_box .title_box div:nth-child(2) {
    font-size: 12px;
    display: flex;
    align-items: center;
}

.main_box .catalog_box .title_box div:nth-child(2) img {
    width: 1rem;
    margin-right: 0.2rem;
}

.main_box .catalog_box ul {
    font-size: 14px;
    color: #9191A8;
    display: flex;
    flex-direction: column;
}

.main_box .content_box .catalog_ul {
    margin-top: 1rem;
}

.main_box .content_box .catalog_ul a {
    color: #9191A8;
    cursor: pointer;
}

.main_box .catalog_box ul li {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0;
    border-bottom: #2A2E42 solid 1px;
    cursor: pointer;
}

.main_box .catalog_box ul li div img{
    width: 15px;
    height: 15px;
    vertical-align: bottom;
    padding-right: .2rem;
}

.main_box .catalog_box ul li span:nth-child(2) {
    color: #9191A8;
}

.main_box .content_box ul .volume {
    display: block;
}

.main_box .content_box ul .volume span {
    float: left;
}

.main_box .content_box ul .volume img {
    float: right;
    width: 1rem;
    height: auto;
    cursor: pointer;
}

.main_box .content_box ul .volume ul {
    clear: both;
    margin-top: 1.4rem;
}

.main_box .catalog_box ul .child {
    padding-left: 1rem;
}

.main_box .award_box {
    margin: 0.8rem 0.8rem 0 0.8rem;
    font-size: 13px;
    color: #333;
}

.main_box .award_box .title_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_box .award_box .title_box .title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.main_box .award_box .title_box label {
    cursor: pointer;
}

.main_box .award_box .award_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.8rem;
}

.main_box .award_box .award_item div {
    display: flex;
    align-items: center;
}

.main_box .award_box .award_item div span {
    margin: 0 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_box .award_box .award_item div .nick_name {
    font-size: 14px;
    font-weight: 700;
}

.main_box .award_box .award_item div .model {
    width: 30px;
    height: auto;
}

.main_box .award_box .award_item div .avatar {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin: 0 .2rem;
}

.main_box .award_box .award_item div .holder {
    margin-left: 2.1rem;
}

.main_box .award_box .award_item div .level {
    width: 22px;
    height: auto;
}

.main_box .award_box .award_item b {
    color: #078AFE;
    font-weight: 700;
    margin-right: 0.2rem;
    font-size: 16px;
}

.main_box .line {
    border-bottom: #2A2E42 solid 1px;
}


.main_box .comment_list_box {
    margin: 1rem 0.8rem 0 0.8rem;
    line-height: 1.2rem;
    text-align: justify;
    font-size: 13px;
}

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

.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 .title_box .nick_name{
    display: flex;
    align-content: center;
    font-weight: normal;
}

.main_box .comment_list_box .title_box .nick_name img{
    margin: 0 0.3rem;
    width: 0.8rem;
    height: auto;
}

.main_box .comment_list_box .title_box a{
    margin-left: 1rem;
    color: #078AFE;
}

.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 .time{
    color: #989898;
    font-weight: normal;
    font-size: 12px;
    margin-left: 0.5rem;
}

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

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

.main_box .comment_list_box .expend {
    border-top: #2A2E42 solid 1px;
    margin-top: 1rem;
    padding-top: 1rem;
    width: 100%;
}

.main_box .comment_list_box .expend span {
    color: #9191A8;
    cursor: pointer;
    text-decoration: none;
}

.main_box .comment_list_box .expend span img {
    max-width: 1.1rem;
    padding-left: 0.5rem;
    vertical-align: middle;
    width: 15px;
    height: 15px;
}

.main_box .comment_list_box .comment_btn {
    cursor: pointer;
    line-height: 2.4rem;
    font-weight: 400;
    color: #fff;
    background: #ff5555;
    border-radius: 6px;
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: center;
    margin-top: 1rem;
    margin-right: .4rem;
    margin-bottom: 1rem;
}

.main_box .dmca_box {
    width: 100%;
    padding-top: 0.8rem;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #9191A8;
}

.main_box .dmca_box span {
    color: #078AFE;
}


.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 h1 {
    font-size: 18px;
    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: Microsoft YaHei, LiHei Pro Medium;
}

.main_box .chapter_box .line {
    margin: .85rem 0;
    text-indent: 2em;
    cursor: pointer;
    font-size: 17px;
    border-bottom: none;
}

.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 a {
    color: #333;
    cursor: pointer;
}

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

.bulk_order_dialog_box {
    width: 84%;
    max-width: 520px;
    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;

}

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

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

.bulk_order_dialog_box .bulk_order_form_box {
    padding: 1.2rem;
}

.bulk_order_dialog_box .bulk_order_form_box ul {
    line-height: 2.5rem;
}

.bulk_order_dialog_box .bulk_order_form_box ul li {
    width: 100%;
}

.bulk_order_dialog_box .bulk_order_form_box ul .title {
    line-height: 1.5rem;
}

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

.bulk_order_dialog_box .bulk_order_form_box ul .menu_box {
    max-height: 280px;
    overflow: scroll;
}

.bulk_order_dialog_box .bulk_order_form_box ul .menu_box .volume {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bulk_order_dialog_box .bulk_order_form_box ul .menu_box .volume img {
    width: 1rem;
}

.bulk_order_dialog_box .bulk_order_form_box ul .menu_box .chapter_item_box {
    margin-left: 1.6rem;
}

.bulk_order_dialog_box .bulk_order_form_box ul .chapter_item_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bulk_order_dialog_box .bulk_order_form_box ul li label {
    display: block;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bulk_order_dialog_box .bulk_order_form_box ul .note_box {
    text-align: right;
}

.bulk_order_dialog_box .bulk_order_form_box ul .note_box a {
    color: #878787;
}

.bulk_order_dialog_box .bulk_order_form_box ul .note_box .vip_box img {
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-right: .2rem;
}

.bulk_order_dialog_box .bulk_order_form_box ul li .send_btn {
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    background: #ff5656;
    font-size: 14px;
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 2.5rem;
    border: 0;
    width: 100%;
}

@media (max-width: 768px) {
    .main_box {
        margin-top: 4.2rem
    }

    .main_box .content_box {
        display: block;
        justify-content: normal;
    }

    .main_box .content_box .right_box {
        display: none;
    }

    .main_box .audio_box .info_box {
        width: 60%;
    }

    .main_box .audio_box .info_box .props_box {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {


}