﻿.p-searchWrap, .p-searchPanel {
    background: #fff;
}

.c-bread {
   box-sizing: border-box;
}

.p-bread-wrap {
    display: inline-block;
    vertical-align: top;
}

    .p-bread-wrap img {
        vertical-align: top;
        margin-top: 1px;
    }

.p-bread {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

    .p-bread li {
        font-size: 12px;
        color: #333333;
    }

.p-bread-split {
    margin-left: 8px;
    margin-right: 8px;
}

.p-bread-icon {
    margin-right: 8px;
}


.btn-signup {
    border-radius: 60px;
    position: fixed;
    height: 80px;
    width: 80px;
    text-align: center;
    bottom: 100px;
    right: 200px;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0px 0px 8px 0px rgba(218, 22, 23,0.7);
}

    .btn-signup > div {
        border-radius: 60px;
        background: #d91516;
        height: 80px;
        width: 80px;
        color: #fff;
        margin: 0px auto;
        vertical-align: middle;
        display: table-cell;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 5px;
        padding-left: 5px;
    }


.imgPanel {
    display: inline-table;
}

.grid-card {
    display: inline-block;
    width: 294px;
    overflow: hidden;
    vertical-align: top;
    margin-right: 37px;
    cursor: pointer;
    margin-bottom: 40px;
    border-radius: 5px;
    -webkit-transition: all .2s;
    transition: all .2s;
    box-sizing: border-box;
}

    .grid-card:nth-child(4n) {
        margin-right: 0;
    }

    .grid-card:hover {
        box-shadow: 0 0 1rem rgba(0, 0, 0, .3);
    }

    .grid-card .card__thumbnail {
        height: 185px;
        overflow: hidden;
        border-radius: 5px 5px 0 0;
        position: relative;
    }

        .grid-card .card__thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            -webkit-transition: all .2s;
            transition: all .2s;
        }

    .grid-card:hover .card__thumbnail img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .grid-card .card__thumbnail .tab-item {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 9;
    }

        .grid-card .card__thumbnail .tab-item .VS,
        .grid-card .card__thumbnail .tab-item .love {
            font-weight: normal;
            font-size: 14px;
            border: 1px solid #bfbfbf;
            color: #393939;
            line-height: 20px;
            padding: 0 6px;
            border-radius: 5px;
            display: inline-block;
            transition: all .2s;
            cursor: pointer;
            box-sizing: border-box;
            background: #f9f9f9;
        }

            .grid-card .card__thumbnail .tab-item .VS:hover,
            .grid-card .card__thumbnail .tab-item .VS.ratioClick,
            .grid-card .card__thumbnail .tab-item .love:hover,
            .grid-card .card__thumbnail .tab-item .love.favorite {
                background-color: #da1616;
                color: #fff;
                border: 1px solid #da1616;
            }

    .grid-card .card__body {
        background: #fff;
        padding: 5px 10px 10px;
    }

        .grid-card .card__body .title-wrap .title {
            margin: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .grid-card .card__body .title-wrap .subtitle {
            margin: 0;
            color: #555;
            font-weight: normal;
        }
            .grid-card .card__body .title-wrap .subtitle span {
                display:inline-block;
            }
                .grid-card .card__body .title-wrap .subtitle span:after {
                    content: '|';
                    display: inline-block;
                    padding-left: 5px;
                    color: #999;
                }
                .grid-card .card__body .title-wrap .subtitle span:last-child:after {
                    display:none;
                }
                .grid-card .card__detail {
                    margin-top: 10px;
                    height: 25px;
                }

        .grid-card .card__detail .tag-label {
            font-size: 12px;
            font-weight: normal;
            font-style: normal;
            padding: 1px 5px;
            border-radius: 2px;
            margin-right: 8px;
            vertical-align: top;
            height: 25px;
            line-height:24px;
            display: inline-block;
            box-sizing: border-box;
            font-weight: bold;
        }

            .grid-card .card__detail .tag-label.vr {
                background: url(https://hk.centanet.com/info/_nuxt/img/ic_vr.7a8f97e.png) no-repeat;
                width: 52px;
                height: 25px;
                background-size: contain;
            }

    .grid-card .card__footer {
        text-align: left;
        margin-top: 20px;
        color: #d81b22;
        font-weight: bold;
        font-size: 16px;
        height: 24px;
    }


/*分頁*/
.pagination li {
    border: none;
    border-radius: 0px;
    margin-right: 15px;
    display: inline-block;
}

.page-list a {
    display: inline-block;
    line-height: unset;
    padding: 0px;
    font-size: 16px;
    background-color: #f4f4f4;
    padding-left: 13px;
    padding-right: 13px;
    height: 28px;
    line-height: 28px;
}

.page-floor {
    margin-top: 25px;
    text-align: center;
}

.active a {
    background-color: #db292d !important;
    color: white;
}
   