.comicParticulars-title {
    margin-top: 20px;
    border: 1px solid rgba(230, 230, 230, 1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    background: #fafafa;
}

.comicParticulars-title > .row {
    padding: 20px;
}

.comicParticulars-title-left {
    /* margin-right:47px; */
}

.comicParticulars-left-img {
    position: relative;
    z-index: 1;
    width: 165px;
    height: 213px;
    background-size: 100% 100%;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.comicParticulars-left-theme {
    position: relative;
    z-index: 0;
    background: rgba(250, 250, 250, 1);
    border-radius: 0px 0px 10px 0px;
    padding: 10px 3px 10px 10px;
}

.comicParticulars-left-theme-all {
    width: 153px;
    max-height: 39px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    color: #999999;
}

.comicParticulars-left-theme-all a {
    color: green;
    font-size: 12px;
    margin-right: 5px;
}

.comicParticulars-left-theme-all a:nth-of-type(2n) {
    color: #9A8CF3;
}

.comicParticulars-left-theme-all a:nth-of-type(3n) {
    color: lightsalmon;
}

.comicParticulars-title-right li {
    margin-bottom: 10px;
    display: flex;
    color: #999;
}

.comicParticulars-title-right h6 {
    width: 40em;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    color: #000;
}

.comicParticulars-title-right span {
    display: inline-block;
}

.comicParticulars-right-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: inherit;
    display: flex;
    flex:1;
    align-items: center;
    margin-left: 20px;
}

.comicParticulars-right-txt img {
    width: 12px;
    height: 15px;
    margin-right: 5px;
}

.comicParticulars-right-txt a {
    color: #1790E6;
    margin-right: 10px;
}

.comicParticulars-sigezi {
    margin-left: -2em;
}

.comicParticulars-tag {
    width: 432px;
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
}

.comicParticulars-tag a {
    display: inline-block;
    margin-right: 10px;
    color: rgba(174, 0, 255, 1);
}

.comicParticulars-tag a:nth-of-type(2n) {
    color: blue;
}

.comicParticulars-tag a:nth-of-type(3n) {
    color: purple;
}

.comicParticulars-tag a:nth-of-type(5n) {
    color: green;
}

.comicParticulars-botton {
    margin-top: 17px;
    width: 80px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    margin-right: 20px;
    cursor: pointer;
}

.comicParticulars-botton.jinzhi {
    background: rgba(248, 248, 248, 1) !important;
    color: rgba(0, 0, 0, 0.6);
}

.comicParticulars-botton:nth-of-type(1) {
    background: rgba(255, 192, 75, 1);
}

.comicParticulars-botton:nth-of-type(1):hover {
    background: #e5ac43;
}

.comicParticulars-botton:nth-of-type(2) {
    background: rgba(255, 90, 73, 1);
}

.comicParticulars-botton:nth-of-type(2):hover {
    background: #e55343;
}

.comicParticulars-botton:nth-of-type(3) {
    background: rgba(189, 203, 71, 1);
}

.comicParticulars-botton:nth-of-type(3):hover {
    background: #a7b33e;
}

.comicParticulars-botton:hover {
    color: #fff;
}

/* 漫畫詳情標題結束 */
/* 漫畫詳情簡介開始 */
.comicParticulars-synopsis {
    margin-top: 20px;
}

.comicParticulars-synopsis > p {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
    font-size: 12px;
}

.comicParticulars-synopsis > .upLoop > span {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}

.table-default {
    min-height: 300px;
    border: 1px solid rgba(230, 230, 230, 1);
    margin-bottom: 20px;
    position: relative;
}

.comic-detail-page {
    position: absolute;
    bottom: 0;
    left: 30px;
}

.table-default-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.table-default-title .nav-tabs {
    border: none;
}

.table-default-title .nav-item {
    width: 90px;
    height: 41px;
    text-align: center;
    line-height: 41px;
}

.table-default-title .nav-link {
    padding: 0;
    margin: 0;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-sizing: border-box;
    border-radius: 0;
}

.table-default-title .nav-link.disabled {
    opacity: 0.5;
}

.table-default-title .nav-link.active {
    color: #fff !important;
    background: #1790E6;
}

.table-default-title .nav-link:hover {
    color: #1790E6;
    border-bottom: 1px solid #1790E6 !important;
}

.table-default-right {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.table-default-right a {
    display: inline-block;
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1790E6;
    margin-right: 30px;
}

.tab-pane.fade>ul:nth-of-type(1) {
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.tab-pane.fade>ul:nth-of-type(1) > a {
    margin-top: 10px;
    margin-right: 20px;
    display: block;
}

.tab-pane.fade>ul:nth-of-type(1) li {
    width: 90px;
    overflow: hidden;
    height: 25.74px;
    text-align: center;
    line-height: 24px;
    font-size: 10px;
    font-weight: bold;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.tab-pane.fade>ul:nth-of-type(1) li:hover {
    border-color: #1790E6;
}

.table-default .fenyeqiall li {
    transform: scale(0.8);
}

.theBoxModel-comic-detail-box {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
}

.theBoxModel-comic-detail-box-v2 {
    font-size: 22px;
    font-weight: 800;
}

.theBoxModel-comic-detail {
    bottom: 0px;
    border-color: rgba(149, 142, 247, 1);
    width: 42px;
    margin-top: 10px;
    left: 6px;
}

.theBoxModel-comic-detail-v2 {
    bottom: 3px;
    width: 97px;
}

.theBoxModel-comic-detail-content {
    background: rgba(149, 142, 247, 1) !important;
    width: auto !important;
    transform: translate(-2px, 1px) !important;
}

.disposableData {
    display: none;
}

.disposablePass {
    display: none;
}
