.exemptComic {
    position: relative;
    margin-top: 20px;
    z-index: 10;
}

.exemptComic p {
    margin: 0;
    color: #000;
}

.select, .allCategories {
    width:200px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.select a, .allCategories a {
    display: flex;
    align-items: center;
}
.allCategories a:hover p{
    color:red;
}
.select {
    left: 13px;
}

.select div, .allCategories div {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.select div {
    background-position: -352px -524px;
}

.select span {
    display: inline-block;
    margin: 0 16px;
}

.select font {
    margin-right: 11px;
}

.allCategories {
    right: 0;
}

.allCategories div {
    background-position: -383px -524px;
}

.allCategories p {
    margin-right: 20px;
}

.allCategories a:nth-of-type(2) {
    margin-right: 30px;
}

/* 免費漫畫主體內容開始 */
.exemptComicList {
    margin-top: 20px;
}


/*免费漫画*/
.triangle-free-comic {
    background: rgba(149, 142, 247, 1);
    border: 1px solid rgba(149, 142, 247, 1);
}

.triangle-free-comic-box {
    border-top-color: rgba(97, 91, 170, 1);
}

.comic-free-shadow {
    z-index: 15;
    position: relative;
}