p {
    margin-bottom: 0px;
}

/* 小站提示 */
.wayStation {
    text-align: center;
    color: #FEA01C;
    background: #FAFAFA;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    font-size: 18px;
}

.wayStation > .row {
    padding: 13px 0;
}

/* 小站提示結束 */


/* 動畫展示開始 */
.cartoonList {
    margin-top: 20px;
    position: relative;
}

/* 動畫展示結束 */

.cartoon-triangle {
    overflow: visible;
    margin-top: 21px !important;
}

.cartoon-triangle-box {
    position: absolute;
    top: -27px;
    left: -2px;
}

.lookCartoonLabel {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: -40px;
    display: flex;
    align-items: center;
    background: #fafafa;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    /*border-radius: 0 0 10px 0;*/
    cursor: pointer;
}

.lookCartoonLabel a {
    padding: 10px;
    display: flex;
    align-items: center;
}

.lookCartoonLabel div {
    width: 20px;
    height: 20px;
    background-position: -383px -524px;
    margin-left: 20px;
}
