.cartoon-correlation-title {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.6);
    margin-top: 20px;
}

.cartoon-correlation-title-top {
    border-left: 4px solid red;
    box-sizing: border-box;
}

.cartoon-correlation-title-top > h4 {
    font-size: 24px;
    font-weight: 800;
    margin-left: 10px;
    margin-bottom: 20px;
}

.cartoon-correlation-title-top > p {
    display: block;
    margin-left: 10px;
}

.cartoon-correlation-title > span {
    display: block;
    margin: 20px 10px;
}

.cartoonItem {
    /*padding-bottom: 34px;*/
    margin-top: 20px;
}

.cartoonItem-img:hover + .cartoonItem-name a {
    color: red;
}

.cartoonItem-img {
    width: 164px;
    height: 219px;
    position: relative;
    cursor: pointer;
    background-size: 100% 100%;
    overflow: hidden;
}

.cartoonItem-background-img {
    width: 164px;
    height: 219px;
    position: absolute; /* 有圖片後隱藏 */
    top: 0;
}

.cartoonItem-background-img:hover {
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}

.cartoonItem-name {
    width: 164px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
}

.cartoonItem-count {
    width: 150px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    position: relative;
    z-index: -200;
    color:#999999;
}
