.product-wrapper {
        font-family: 'Oswald', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
        max-width: 1000px;
        border-bottom: #ddd solid 1px;
    }

    .product-family-title {
        display: flex;
        align-items: center;
        border-bottom: #ddd solid 1px;
        font-family: 'Roboto', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
        font-size: 18px;
        line-height: 0.9;
        /* font-weight: bold; */
        /* text-decoration: underline; */
    }

    .product-family-title img {
        padding: 0 10px 0 25px;
    }

    .product-family-title span {
        padding: 7px 25px;
    }

    #product-title-capacitor {
        border-radius: 5px 5px 0px 0px;
        border-top: #7093BA solid 1px;
        border-left: #7093BA solid 1px;
        border-right: #7093BA solid 1px;
        background: linear-gradient(to bottom, #7093BA 0%, #6382A5 100%);
        color: white;
        font-weight: bold;
        cursor: default;
    }

    #product-title-resistor,
    #product-title-inductor,
    #product-title-others,
    #product-title-file {
        border-radius: 5px 5px 0px 0px;
        border-top: #ddd solid 1px;
        border-left: #ddd solid 1px;
        border-right: #ddd solid 1px;
        background: #f0f0f0;
        cursor: pointer;
    }

    #product-family-capacitor,
    #product-family-resistor,
    #product-family-inductor,
    #product-family-others,
    #product-family-file {
        border-left: solid #ddd 1px;
        border-right: solid #ddd 1px;
    }

    #product-family-resistor,
    #product-family-inductor,
    #product-family-others,
    #product-family-file {
        display: none;
    }

    .product-family-item {
        padding: 10px 0;
        line-height: 90px;
        margin: 0 20px;
    }

    .product-family-item~div {
        border-top: #ddd solid 1px;
    }

    .product-item-pic img {
        border: 0;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        max-width: 60px;
        padding-right: 10px;
    }

    .product-item-name {
        display: inline-block;
        vertical-align: middle;
        border-right: #ddd solid 1px;
        font-size: 20px;
        line-height: 1.4;
        width: 185px;
    }

    .product-item-logo {
        display: inline-block;
        vertical-align: middle;
    }

    .product-item-logo img {
        border: 0;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        padding-left: 15px;
        max-width: 110px;
    }

    #product-family-file {
        font-family: 'Roboto', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
        font-size: 16px;
        font-weight: bold;
    }

    #product-family-file img {
        border: 0px;
        margin: 0;
        padding: 0 10px 0 5px;
    }

    @media screen and (max-width: 500px) {
        .product-item-name {
            border-right: 0;
            font-weight: bold;
            text-decoration: underline;
        }

        .product-family-title {
            align-items: stretch;
        }
    }
