﻿.products-list .title {
    border-bottom: 3px solid #d7dc10;
}

.products-list .title h4 {
    display: inline-block;
    height: 57px;
    line-height: 57px;
    margin: 0;
    text-align: center;
    font-size: 25px;
    padding: 0 30px
}

.products-list .title h4 a {
    color: #000;
    display: inline-block;
    width: 100%;
    height: 100%
}

.products-list .title h4.active {
    background-color: #d7dc10;
}

.products-list .title h4.active a {
    color: #fff
}

.items {
    margin-bottom: 45px;
    padding-top: 40px;
    margin-left: -30px;
    margin-right: -30px
}

.items > div a {
    display: block;
    color: #000;
    box-shadow: 0px 2px 16.49px 0.51px rgba(31, 35, 33, 0.21)
}

.items > div a .item-title {
    background-color: #ccc;
    padding: 15px 20px;
    font-size: 24px;
    margin-bottom: 0
}

.items > div a .item-title .iconfont {
    float: right;
    transform: rotateZ(90deg)
}

.items > div a:hover .item-title {
    background-color: #1d2089;
    color: #fff
}

.lubes {
    padding: 20px 45px;
    margin-bottom: 35px;
    box-shadow: 0px 2px 16.49px 0.51px rgba(31, 35, 33, 0.21)
}

.lubes h3 {
    padding: 25px 0;
    border-bottom: 3px solid #1d2089;
    font-size: 25px;
    margin-bottom: 20px
}

.lubes ul {
    padding: 0
}

.lubes ul li {
    line-height: 54px;
    border: 1px solid #999;
    margin-bottom: 8px
}

.lubes ul li p.bt {
    padding: 0 28px;
    font-size: 18px;
    margin: 0
}

.lubes ul li p .iconfont {
    float: right;
    font-size: 24px
}

.lubes ul li .table-responsive {
    display: none;
    padding: 20px 13px 34px
}

.lubes ul li .table-responsive .table {
    margin-bottom: 0;
    font-size: 13.6px
}

.lubes ul li .table-responsive .table thead th {
    text-align: center;
    background-color: #ccc;
    font-weight: bold;
    font-size: 14.5px
}

.lubes ul li .table-responsive .table th, .lubes ul li .table-responsive .table td {
    padding: 15px 20px;
    line-height: initial;
    vertical-align: middle;
    border: 1px solid #9a9a9a
}

.lubes ul li .table-responsive .table th .iconfont, .lubes ul li .table-responsive .table td .iconfont {
    color: #d8052e;
    font-size: 30px
}

.lubes ul li .table-responsive .table th:nth-child(1) {
    width: 30%
}

.lubes ul li .table-responsive .table th:nth-child(2), .lubes ul li .table-responsive .table th:nth-child(5) {
    width: 8%
}

.lubes ul li .table-responsive .table th:nth-child(3) {
    width: 10%
}

.lubes ul li.active {
    border-color: #1d2089;
}

.lubes ul li.active p.bt {
    background-color: #1d2089;
    color: #fff;
    font-size: 18px;
}

.lubes ul li.active p .iconfont:before {
    content: '\e620'
}

@media (max-width: 991px) {
    .products-list {
        padding: 3vw
    }

    .products-list .title h4 {
        height: 10vw;
        line-height: 10vw;
        font-size: 5vw
    }

    .items {
        margin-bottom: 3vw;
        padding-top: 0;
        margin-left: -15px;
        margin-right: -15px
    }

    .items > div {
        padding: 3vw
    }

    .items > div a {
        width: 100%
    }

    .items > div a .item-title {
        padding: 2vw 3vw;
        font-size: 3.4vw
    }

    .items > div:first-child {
        padding-left: 3vw
    }

    .items > div:last-child {
        padding-right: 3vw
    }

    .lubes {
        padding: 3vw;
        margin-bottom: 5vw
    }

    .lubes h3 {
        padding: 0 0 3vw;
        font-size: 5vw;
        margin: 3vw 0
    }

    .lubes ul li {
        line-height: 10vw;
        margin-bottom: 3vw
    }

    .lubes ul li p {
        padding: 0 3vw;
        font-size: 4vw
    }

    .lubes ul li p .iconfont {
        font-size: 5vw
    }

    .lubes ul li .table-responsive {
        padding: 3vw 2vw 5vw;
        border: none
    }

    .lubes ul li .table-responsive .table {
        font-size: 3vw;
        table-layout: fixed
    }

    .lubes ul li .table-responsive .table thead th {
        font-size: 3.4vw
    }

    .lubes ul li .table-responsive .table thead th:nth-child(1) {
        width: 60vw
    }

    .lubes ul li .table-responsive .table thead th:nth-child(2), .lubes ul li .table-responsive .table thead th:nth-child(5) {
        width: 20vw
    }

    .lubes ul li .table-responsive .table thead th:nth-child(3) {
        width: 40vw
    }

    .lubes ul li .table-responsive .table thead th:nth-child(4) {
        width: 90vw
    }

    .lubes ul li .table-responsive .table th, .lubes ul li .table-responsive .table td {
        padding: 3vw;
        white-space: inherit
    }

    .lubes ul li .table-responsive .table th .iconfont, .lubes ul li .table-responsive .table td .iconfont {
        font-size: 6vw
    }
}
