/* 公共樣式 */
* {
    font-family: "Microsoft YaHei";
}

body, html {
    width: 100%;
    height: 100%;
    font-size: 14px;
}

img {
    width: 100%;
    height: 100%;
}

a {
    color: #000;
    outline: none;
    text-decoration: none !important;
}


.content-box {
    min-height: 80%;
}

/* 前三名 */
.yi {
    background: red !important;
}

.er {
    background: rgb(255, 96, 0) !important;
}

.san {
    background: rgba(255, 180, 0, 1) !important;
}

ul {
    list-style: none;
}

/* 超出兩行部分為三個點 */
.oneLines {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

p.twoLines {
    white-space: inherit;
    overflow: hidden;
    max-height: 41px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

p.threeLines {
    white-space: inherit;
    overflow: hidden;
    max-height: 67px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

a:hover {
    color: #1480CC;
}

/* 初始化container */
.container {
    padding: 0 !important;
    font-family: Microsoft YaHei !important;
    max-width: 1200px !important;
    min-width: 1200px !important;
}

.header {
    background: rgba(12, 11, 16, 0.01);
    box-shadow: 0px 5px 5px 0px rgba(12, 11, 16, 0.1);
}

/* 主頁巨幕頭部 */
.header-jum {
    text-align: center;
    background-color: #F7A000;
}

.header-jum .header-jum-text {
    width: 680px;
    margin: 0 auto;
    height: auto;
    padding: 20px 0px 20px 0px;
    font-weight: bold;
    /* display: none; */
    /* 為了讓巨幕頭部看上去更(就是說背景圖)一點,所以暫時先隱藏掉，以後再解除封印 */
}

.header-jum .header-jum-text p {
    overflow: initial;
    text-align: center;
    margin-bottom: 5px;
}

/* 主頁巨幕結束 */
/* 頭部開始 */
.log {
    width: 68px;
    height: 67px;
    background-repeat: no-repeat;
    background-position: -34px -590px;
    margin: 20px 0px;
}


.log-txt {
    height: 107px;
    line-height: 107px;
    font-size: 14px;
    /* border-radius: 40px 40px 0px 0px; 鬼畜的手指按壓效果(ps:網頁模擬展示) */
    text-align: center;
    position: relative;
    cursor: pointer;
}

.log-txt a {
    display: block;
    width: 100%;
    font-weight: bold;
    height: 100%;
}


.log-txt.active a {
    color: #1790E6;
}


.log-txt:hover > a {
    color: #1790E6;
}


/* 頭部列表的右側輸入框 */
.header-input {
    text-align: right;
    height: 107px;
}

.header-input .username {
    display: inline-block;
    width: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-input a {
    color: #999999;
}

.header-input a:hover {
    color: red;
}

.header-input p {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-input span {
    margin: 0 10px;
}

.header-input-input {
    width: 196px;
    height: 31px;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    background: #F2F2F2;
    border-radius: 20px;
}

.header-input-input > div {
    height: 27px;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 1px;
}

.header-input-input input {
    border: none;
    outline: none;
    flex: 1;
    height: 100%;
    text-indent: 1em;
    background: #F2F2F2;
}

.header-input-input-icon {
    width: 41px;
    height: 29px;
    /*position: absolute;*/
    top: -2px;
    right: 0;
    border-radius: 0px 16px 16px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-position: -324px -64px;
}

.header-input-input-icon > img {
    width: 19px;
    height: 19px;
}

/* 頭部結束 */
/* 頁腳開始 */
.footer {

}

.footer .row {
    padding: 40px 0;
    background: rgba(250, 250, 250, 1);
    margin-top: 176px;
    text-align: center;
    font-size: 16px;
    z-index: -1;
    display: flex;
    flex-wrap: wrap;
    color: #999999;
}

.footer .row a {
    font-size: 16px;
    display: inline-block;
    margin: 0 10px;
    color: #999999;
}

.footer p:nth-of-type(1) {
    margin-bottom: 30px;
}

.footer .row a:hover {
    color: #999999;
    text-decoration: underline !important;
}

/* 頁腳結束 */
/* 三角組件樣式 */
.triangle-top {
    background: #0365C4;
    font-size: 18px;
    width: 92px;
    text-align: center;
    position: relative;
    border-radius: 5px 5px 0px 0px;
    border: 0.5px solid #0365C4;
    color: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.triangle {
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 9px solid transparent;
    border-top-color: #044685;
    border-bottom-width: 0;
    transform: rotate(-135deg);
    position: absolute;
    bottom: -8.1px;
    left: 0;
}

/* 三角組件樣式結束 */
/* 分页器样式 */
.page-all {
    margin-top: 50px;
    display: flex;
    padding: 0;
}

.page-all > li {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(230, 230, 230, 1);
    margin-right: 10px;
    cursor: pointer;
}

.page-all > li:hover {
    border: 1px solid #1480CC;
}

.page-all a {
    display: block;
    padding: 10px;
    text-align: center;
}

.page-all > li:hover a {
    color: #1480CC;
}


.page-total {
    border: none !important;
    font-size: 16px;
}

.page-go-skip {
    margin: 0 10px 0px 10px
}

.next-box,
.prev-box,
.next-all-box,
.prev-all-box {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.next-box {
    background-position: -125px -82px;
}

.next:hover .next-box {
    background-position: -125px -112px;
}

.prev-box {
    background-position: -81px -82px;
}

.prev:hover .prev-box {
    background-position: -81px -112px;
}

.next-all-box {
    background-position: -177px -82px;
}

.next-all:hover .next-all-box {
    background-position: -177px -112px;
}

.prev-all-box {
    background-position: -31px -82px;
}

.prev-all:hover .prev-all-box {
    background-position: -31px -112px;
}

.page-all-item.active {
    background: #1480CC !important;
}

.page-all-item.active a {
    color: #fff !important;
}

.page-skip {
    width: auto;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.page-skip span {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
}

.page-skip input {
    margin-left: 6px;
    width: 40px;
    height: 40px;
    outline: none;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(230, 230, 230, 1);
    text-align: center;
    /*border-radius: 6px;*/
}

.pageDisabled {
    cursor: not-allowed !important;
}

.go {
    font-weight: 500;
}

/* 分页器样式结束 */
/* 盒子底部样式 */
.style {
    position: relative;
    font-size: 22px;
    margin-bottom: 20px;
}


.theBoxModel-box {
    position: relative;
    font-size: 22px;
    margin-bottom: 20px;
}

.theBoxModel {
    width: 96px;
    height: 9px;
    border: 1px solid rgba(3, 101, 196, 1);
    transform: translate(-4px, -4px);
    position: absolute;
    bottom: -2px;
    left: 7px;
    z-index: -10;
}

.theBoxModel > div {
    width: 96px;
    height: 9px;
    background: rgba(3, 101, 196, 1);
    transform: translate(-4px, -4px);
}

/* 盒子向左上方平移樣式結束 */
/* 每日推薦開始 */
.dailyRecommendation {
    background: rgba(250, 250, 250, 1);
    box-shadow: 0px 5px 5px 0px rgba(4, 0, 0, 0.1);
    font-size: 12px;
    padding-bottom: 10px;
}

.dailyRecommendation-box:nth-of-type(1) {
    padding-top: 10px;
}

.dailyRecommendation-img {
    width: 98px;
    height: 130px;
    margin: auto;
    margin-bottom: 10px;
    background-size: 100% 100%;
    cursor: pointer;
}

.dailyRecommendation-img img {
    width: 100%;
}

.dailyRecommendation-img:hover {
    box-shadow: 0px 5px 5px 0px rgba(4, 0, 0, 0.1);
}

.dailyRecommendation-img:hover + .dailyRecommendation-txt a {
    color: #1480CC;
}

.dailyRecommendation-txt {
    width: 130px;
    font-weight: bold;
    margin: auto;
    text-align: center;
}

.dailyRecommendation-span {
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
    text-align: center;
    color: #999;
    overflow: hidden;
}

.dailyRecommendation-span a {
    color: #999;
}

.dailyRecommendation-span a:hover {
    color: #1480CC;
}

/* 動畫分類開始 */
.cartoonClassify-content {
    margin-top: 20px;
}

.cartoon-classify {
    background: rgba(250, 250, 250, 1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 0px 15px 0px;
}

.classify-txt {
    margin-left: 14px;
}

.classify-txt-all {
    display: flex;
}

.classify-txt-all dt {
    color: #999999;
}

.classify-txt-all a {
    color: #666666;
}

dl {
    padding: 0;
    margin: 0;
}

.classify-txt-all dt, .classify-txt-all dd {
    margin-right: 25px;
    margin-bottom: 10px;
}

.classify-txt-all dd {
    color: #999;
    cursor: pointer;
}

.classify-txt-all dd.active {
    color: #1790E6;
}

.classify-txt-all dd:hover {
    color: #1790E6;
}

.classify-right {
    width: 950px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

/* 動畫分類結束 */
/* 陰影 */
.box-shadow {
    background: rgba(250, 250, 250, 1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 10px 0px;
}

/*筛选页面查找无结果*/
.error {
    width: 100%;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
}

/*分享二维码弹出*/
.modal-content {
    margin-top: 200px;
}

.alert-header {
    position: relative;
}

.alert-header-h {
    width: 100%;
    text-align: center;
    color: #1790E6;
    font-weight: 800;
}

.alert-header-h > span {
    display: inline-block;
    margin: 0 10px;
}

.alert-header-X {
    position: absolute;
    margin: 0 !important;
    top: 0;
    right: 0;
}

.alert-body {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.alert-body-text {
    width: 100%;
    text-align: center
}

.alert-body-text > p {
    margin: 20px 0px;
    font-size: 12px;
    color: #ccc;
}

.alert-body-input-box {
    width: 302px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: auto;
    position: relative;;
}

.alert-body-input {
    width: 300px;
    border: none;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    outline: none;
}

.alert-box-input-box-copy {
    display: inline-block;
    padding: 0 6px;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    right: -50px;
    cursor: pointer;
}

.alert-box-input-box-copy.active {
    border: red;
    background: red;
    color: #fff !important;
}

.alert-box-input-box-copy:hover {
    border-color: red;
    color: red;
}

.alert-footer {
    font-size: 22px;
    font-weight: bold;
    text-align: right;
}

.alert-footer span {
    color: red;
}

/*简介*/
.intro {
    overflow: initial;
    height: auto;
    text-overflow: initial;
    display: inline-block;
    white-space: initial;
    margin-bottom: 20px;
    font-size: 12px;
}

/*火苗icon*/
.flameIcon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-position: -338px -29px;
}

/*新版ICON*/
/*.allIcon {*/
/*    background-image: url("../jpg/all20190911.png") !important;*/
/*}*/
.allIconMAX {
    background-image: url("../jpg/allIcon.png") !important;
}

.shadowBackground {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

/* 编辑推荐以及搜索结果页复用样式*/
.searchResult-txt,
.searchResult-tabs {
    margin-bottom: 20px;
    display: flex;
}

.searchResult-tabs {
    border: 1px solid rgba(230, 230, 230, 1);
}

.searchResult-tabs li {
    display: flex;
    align-items: center;
    background: rgba(250, 250, 250, 1);
}

.searchResult-tabs .nav-tabs > .nav-item {
    flex: 1;
    justify-content: center;
}

.searchResult-tabs .nav-tabs {
    width: 100%;
    display: flex;
    justify-content: center;
}

.searchResult-tabs .nav-link {
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
    font-size: 18px;
}

.searchResult-tabs .nav-link.active {
    background: rgba(250, 250, 250, 1);
    color: #1790E6;
    font-weight: 800;
}

/*篩選頁每日推薦*/
.filtrateRecommend {
    width: 100%;
    color: #fff;
    font-size: 19px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 11px;

}

.headerUpLoad {
    background: #EC6941;
    color: #fff;
    font-weight: 800;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    width: 128px;
    height: 85px;
    border-radius: 15px;
}

.headerUpLoad span {
    width: 100%;
    display: block;
    line-height: 35px;
}

.btn.headerUpLoad:hover {
    color: #fff !important;
    box-shadow: 1px 1px 15px rgba(236, 105, 65, 0.6);
}

.indexAds {
    width: 262px;
    height: 152px;
    position: relative;
}

.comicDetailAds {
    width: 220px;
    height: 100px;
    position: relative;
}

.comicContainerAds {
    width: 800px;
    height: 200px;
    position: relative;
    margin: 100px auto;
}
