.manga__body{
    padding: 30px 0px;
}
.content-left{
    width: calc(100% - 370px);
    float: left;
    margin-right: 20px;
}
.order-section h1{
    font-size: 18px;
    margin: 0;
    float: left;
}
.order-nav-tabs{
    float: right;
    line-height: 30px;
}
.order-nav-tabs span{
    float: right;
    padding-right: 10px;
    color: #913fe2;
}
.c-tabs-content{
    float: right;
}
.c-tabs-content li{
    display: inline-block;
}
.c-tabs-content li a{
    text-decoration: none;
    padding: 8px 10px 9px;
    color: #ccc;
}
.c-tabs-content li a:hover{
    color: #913fe2;
}
.c-tabs-content li a.active{
    color: #913fe2;
    font-weight: bold;
}
.c-tabs-content li:last-child a{
    padding-right: 0px;
}
.manga-lists{
    width: calc(100% + 20px);
    float: left;
    margin-left: -10px;
}
.list-item{
    width: calc(50% - 20px);
    float: left;
    padding: 10px;
}
.mn-item .item-thumb{
    display: table-cell;
    vertical-align: middle;
}
.mn-item .item-thumb a{
    display: block;
}
.mn-item .item-thumb img{
    width: 105px;
    height: 140px;
    object-fit: cover;
    padding-right: 10px;
}
.mn-item .item-data{
    display: table-cell;
    vertical-align: middle;
}
.mn-item .item-data h3{
    font-size: 13px;
    margin: 0px 0px 5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 700;
}
.mn-item .item-data h3 a{
    text-decoration: none;
    color: white;
}
.mn-item .item-data h3 a:hover{
    color: #913fe2;
}
.content-sidebar{
    width: 335px;
    float: left;
    padding-left: 15px;
}
.sidebar-title{
    width: calc(100% - 40px);
    float: left;
    display: inline-block;
    color: #fff;
    padding: 0 20px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    background: #913fe2;
}
.sidebar-title h2{
    color: #ccc;
    font-size: 14px;
    margin: 7px 0;
}
.sidebar-title h2:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #913fe2;;
    position: absolute;
    top: 100%;
    left: 15px;
}
.sl-item{
    margin-bottom: 10px;
    border-bottom: 1px solid #383838;
    padding-bottom: 10px;
}
.profile-manga{
    padding-bottom: 20px;
}
.sl-item .item-thumb img{
    width: 85px !important;
    height: auto !important;
}
.section-breadcrumb{
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 12px;
}
.section-breadcrumb .breadcrumb{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.section-breadcrumb .breadcrumb li{
    display: inline-block;
}
.section-breadcrumb .breadcrumb li+li:before{
    content: "/";
    padding: 0 4px;
    float: left;
    margin-top: 1px;
    color: #ccc;
}
.section-breadcrumb .breadcrumb li a{
    text-decoration: none;
    color: #ccc;
}
.section-breadcrumb .breadcrumb li a.active{
    color: #913fe2;
    font-weight: bold;
}
.section-breadcrumb .breadcrumb li a:hover{
    color: #913fe2;
}
.post-title h1{
    font-size: 20px;
    color: white;
}
.manga-summary .tab-summary{
    display: table;
    width: 100%;
    background-color: rgba(34,34,34,.7);
}
.manga-summary .tab-summary .summary_image{
    width: 225px;
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
}
.manga-summary .tab-summary .summary_image img{
    width: 100%;
    height: auto;
}
.manga-summary .tab-summary .summary_content_wrap{
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    position: relative;
}
.summary_content_wrap .summary_content{
    top: 0;
    bottom: 0;
    left: 30px;
    right: 0;
    padding: 20px 30px 30px;
    font-size: 0;
}
.summary_content_wrap .summary_content .post_content{
    width: 70%;
    position: relative;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.summary_content .post-rating{
    margin-bottom: 15px;
}
.summary_content .post-rating span.avgrate{
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
}
.summary_content .post-content_item{
    margin-bottom: 10px;
}
.summary_content .post-content_item .summary-heading{
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    width: 106px;
    float: left;
}
.summary_content .post-content_item .summary-heading h5{
    font-size: 14px;
    margin: 0px;
    font-weight: 600;
}
.summary_content .post-content_item .summary-content{
    width: calc(100% - 106px);
    word-break: break-word;
    float: left;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
.summary_content .post-content_item .rate-title{
    display: none;
}
.summary_content .post-content_item .summary-content .href-content{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(3em);
}
.summary_content .post-content_item .summary-content .href-content a{
    color: white;
    text-decoration: none;
    display: inline-block;
}
.summary_content .post-content_item .summary-content .href-content a:hover{
    color: #913fe2;
}
.summary_content .post-content_item .summary-content .href-content a+a:before{
    content: ",";
    padding: 0 4px;
    float: left;
    margin-top: -1px;
    color: #888;
}
.summary_content .post-content_item .summary-content .href-content a+a:before:hover{
    color: #888;
}
.summary_content_wrap .summary_content .post_status{
    width: calc(30% - 15px);
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}
.summary_content_wrap .summary_content .post_status .bookmark-btn{
    text-align: center;
}
.summary_content_wrap .summary_content .post_status .bookmark-btn .b_btn{
    background: #913fe2;
    color: white;
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 10px;
}
.summary_content_wrap .summary_content .post_status .bookmark-btn .b_btn:hover{
    background: #4a138d;
    cursor: pointer;
}
.summary_content_wrap .summary_content .post_status .readbtn{
    margin-top: 20px;
}
.summary_content_wrap .summary_content .post_status .readbtn a{
    width: calc(50% - 10px);
    float: left;
    background: #913fe2;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 5px 0px;
}
.summary_content_wrap .summary_content .post_status .readbtn a:hover{
    background: #4a138d;
}
.summary_content_wrap .summary_content .post_status .readbtn a.rfirst{
    margin-right: 10px;
}
.summary_content_wrap .summary_content .post_status .readbtn a.rlast{
    margin-left: 10px;
}
.panel-story-description{
    margin-bottom: 35px;
}
.panel-manga-chapter{
    margin-bottom: 35px;
}
ul.row-content-chapter{
    max-height: 470px;
    overflow: hidden;
}
.row-content-chapter li{
    padding: 10px 0px;
    border-bottom: 1px solid #383838;
}
.row-content-chapter li a.chapter-name{
    float: left;
    margin-right: 20px;
    width: calc(100% - 110px);
    line-height: 26px;
    color: white;
    text-decoration: none;
}
.row-content-chapter li a.chapter-name:hover{
    color: #913fe2;
}
.row-content-chapter li span.chapter-time{
    float: left;
    width: 90px;
    font-size: 14px;
    line-height: 26px;
    color: #888888;
    text-align: right;
}
.row-content-chapter li span.chapter-time img{
    float: right;
    margin-top: 5px;
}
.text-nowrap{
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.more__chapters{
    text-align: center;
    padding: 20px 0px;
}
.more__chapters span{
    font-weight: bold;
}
.more__chapters span:hover{
    cursor: pointer;
}
.comment-box{
    margin-bottom: 30px;
}
.manga-keys{
    margin-bottom: 30px;
}
.manga-keys h5{
    margin-bottom: 10px;
    color: #ccc;
}
.manga-keys .tags_list{
    width: calc(100% + 10px);
    float: left;
    margin-left: -5px;
}
.manga-keys a{
    display: inline-block;
    text-decoration: none;
    color: #383838;
    margin-bottom: 2px;
    padding: 0px 5px;
}
.manga-keys a:hover{
    color: #913fe2;
}
.relation-content{
    width: calc(100% + 10px);
    float: left;
    margin-left: -5px;
}
.relation-content .sl-item{
    width: calc(25% - 10px);
    padding: 5px;
}
.relation-content  .sl-item .item-thumb img{
    width: 70px !important;
    height: 95px !important;
}
.relation-content .sl-item .mn-item .item-data h3{
    font-size: 12px;
}
.headpost{
    margin-bottom: 20px;
}
.headpost h1{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    color: white;
}
.read-manga{
    margin: 20px 0px;
}
.chapchange{
    text-align: center;
}
.chapchange select{
    float: left;
    margin: 0;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    width: 150px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    box-sizing: border-box;
    height: 40px;
    color: black;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    background: url(../images/select-arrows.svg) no-repeat #ebebeb;
    background-position-x: calc(100% - 15px);
    background-position-y: center;
    border: 0;
    outline: none !important;
}
.navi-change-chapter-btn{
    float: right;
}
.navi-change-chapter-btn a{
    height: 40px;
    background: #913fe2;
    display: inline-block;
    color: white;
    line-height: 40px;
    text-decoration: none;
    padding: 0px 15px;
    border-radius: 5px;
}
.navi-change-chapter-btn a:hover{
    background: #4a138d;
}
.navi-change-chapter-btn a:last-child{
    margin-left: 10px;
}
.read-content{
    text-align: center;
    padding: 30px 0px;
}
.read-content img{
    height: auto;
    width: 100%;
    max-width: 720px;
    margin-top: -6px;
}
.chapter-sumary{
    margin: 20px 0px;
}
.chapter-sumary h2{
    font-size: 15px;
}
.chapter-sumary a{
    text-decoration: none;
    color: #913fe2;
    font-weight: bold;
}

.mycontent{
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0px;
    display: block !important;
}
.mycontent .mycontentitem{
    width: calc(50% - 20px);
    float: left;
    text-align: center;
    padding: 0 10px;
}

.exo-native-widget-item-title{
    color: white !important;
}
.exo-native-widget-item-title:hover{
    color: #913fe2 !important;
}

@media(max-width: 1100px) {
    .content-left{
        width: calc(100% - 315px);
        margin-right: 0px;
    }
    .content-sidebar{
        width: 300px;
    }
    .relation-content .sl-item{
        width: calc(50% - 10px);
    }
    .relation-content .sl-item{
        border-bottom: 1px solid #383838;
    }
}

@media(max-width: 1000px){
    .summary_content_wrap .summary_content .post_content{
        width: 100%;
    }
    .summary_content_wrap .summary_content .post_status{
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
}

@media(max-width: 900px){
    .content-left{
        width: 100%;
    }
    .content-sidebar{
        display: none;
    }
}

@media(max-width: 768px){
    .manga-summary .tab-summary .summary_image{
        width: auto;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding: 0;
        padding-top: 20px;
        background: none;
    }
    .manga-summary .tab-summary .summary_image img{
        max-width: 225px;
    }
    .manga-summary .tab-summary .summary_content_wrap{
        display: block;
        position: unset;
        padding-left: 0px;
    }

    .mycontent .mycontentitem{
        width: 100%;
    }
}

@media(max-width: 500px){
    .summary_content .post-content_item .summary-content{
        width: 100%;
        margin-top: 5px;
    }
    .relation-content .sl-item{
        width: calc(100% - 10px);
        border-bottom: 1px solid #383838;
    }
    .chapchange select{
        width: 80%;
        margin-left: 10%;
        /*background-position-x: calc(100% - 20px);*/
    }
    .navi-change-chapter-btn{
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 20px;
    }
}

@media(max-width: 450px){
    .order-nav-tabs{
        width: 100%;
        margin-top: 10px;
    }
}

@media(max-width: 400px){
    .chapchange select{
        width: 100%;
        margin-left: 0px;
    }
}

@media(max-width: 350px){
    .order-nav-tabs span{
        display: none;
    }
}