﻿.logo-title {
    margin-left: 10px;
    font-size: 32px;
    color: #555;
    font-weight: bold;
}

.menu-label {
    font-size: 12px;
    background-color: red;
    color: gold;
    margin-left: 10px;
    padding: 2px 5px;
}

@media (max-width: 768px) {
    .footer-column.col-sm-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.weui-label {
    margin-bottom: 0;
}

body {
    margin-bottom: 0;
}

.page-banner .inner-container {
    padding: 60px 0px;
}

.chinese-title {
    line-height: 1.2 !important;
}

.slider-image {
    height: 600px;
    max-width: 600px;
    object-fit: contain;
}

@media only screen and (max-width: 1340px) {
    .slider-image {
        height: 500px;
        max-width: 500px;
    }
}

@media only screen and (max-width: 1139px) {
    .slider-image {
        height: 400px;
        max-width: 400px;
    }
}

.owl-carousel .owl-item .right-cards img {
    width: auto;
    height: 250px;
}

.owl-carousel .owl-item .right-cards .card1 {
    z-index: 1;
}

.owl-carousel .owl-item .right-cards .card2 {
    margin-top: -130px;
    margin-left: 180px;
}

.functions-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 5px;
}

    .functions-table td {
        border-width: 1px;
        border-left-width: 0;
        border-style: solid;
        border-color: white;
        padding: 9px 15px;
        text-align: left;
    }

    .functions-table td:first-child {
        border-left-width: 1px;
    }

    .functions-table tr {
        background-color: #00aa55;
        opacity: 0.9;
    }

        .functions-table tr:hover {
            opacity: 1;
        }

    .functions-table tr {
        cursor: pointer;
        margin-top: 10px;
    }

.main-footer .widget-title h4 a {
    position: relative;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0;
}

.page-section {
    position: relative;
    padding: 20px 0px 80px;
    background: #ffffff;
}

.page-front .container {
    padding: 0px;
    margin: 0px;
    max-width: unset;
}

.page-front.page-banner .bread-crumb li a {
    color: #b3b3b3;
}

.page-front.page-banner .bread-crumb li a:hover {
    color: #333;
    font-weight: bold;
}

.page-front.page-banner .bread-crumb li.active {
    color: #333;
}

.page-front.page-banner {
    background: white;
}

.page-front.page-banner .inner-container {
    padding: 30px 0;
}

.page-front.page-banner .page-nav {
    padding-bottom: 5px;
}

.item-category {
    font-weight: bold;
}

.item-kind {
    font-size: 12px;
    color: white;
    padding: 0 3px;
    margin-right: 5px;
}

.kind-row {
    display: -webkit-flex;
    display: flex;
}

.list-search-area {
    position: absolute;
    left: 0;
    top: 0;
    color: #666;
    height: 100%;
    text-align: center;
    cursor: pointer; /* 苹果手机没这句点不动 */
    z-index: 999999;
}

.list-search-btn {
    margin-left: 10px;
    padding: 6px 10px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-radius: 6px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}