.result {
    text-align: center;
}

.result .note {
    margin: 30px auto;
    font-size: 28px;
}

.result .result-block .single-result {
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: #f9f9f9;
    /*    grid-template-rows: 50% 50%;*/
    margin: 15px auto;
    position: relative;
}

.result .result-block .single-result.new:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url("../img/new.png");
    background-size: contain;
    width: 78px;
    height: 78px;
    position: absolute;
    left: -5px;
    top: -5px;
}

.result .result-block a:hover {
    color: black;
}

.result .result-block .pro-name {
    -ms-flex-item-align: end;
    align-self: end;
    text-align: left;
    margin-top: -7px;
    margin-left: 23px;
}

.result .result-block .pro-name img {
    height: 50px;

}

.result .result-block .pro-img {
    grid-column: 2 / 4;
    grid-row: 1 / 3;
    overflow: hidden;
}

.result .result-block .pro-img img {
    width: 138px;
    position: relative;
    top: 25px;
    /*    left:13px;*/
}

.result .result-block .pro-slogan h4 {
    font-size: 20px;
    color: #27509b;
    text-align: left;
    font-weight: bold;
    margin-top: -8px;
    margin-bottom: 10px;
    margin-left: 23px;
}

.result .result-block .pro-slogan .icon {
    position: absolute;
    top: 30px;
    left: 166px;
    width: 22px;
    height: auto;
    /*
    margin-top: 10px;
    margin-right: 10px;
*/
}


.result .result-block .pro-slogan ul {

    list-style-type: disc;
    font-size: 12px;
    line-height: 1.7;
    /*    margin-right: 20px;*/
    color: #0e5099 !important;
    margin-left: 23px;
}


.result .result-block .pro-slogan ul li {
    list-style-position: inside;
    /* 項目符號顯示在內部，避免跑出畫面 */
    text-align: left;
    list-style-type: none;
}

.result .result-block .pro-slogan ul li span {
    color: black;
}



@media (min-width: 992px) {
    .result .result-block .single-result {
        grid-template-rows: 100%;
    }




    .result .result-block .single-result.new:before {
        width: 169px;
        height: 169px;
        left: -12px;
        top: -12px;
    }

    .result .result-block .single-result:hover .pro-img img {
        top: 10px;
    }

    .result .result-block .pro-name {

        margin-top: inherit;
        margin-left: inherit;

        align-self: end;
        text-align: right;

        -ms-flex-item-align: center;
        align-self: center;

    }

    .result .result-block .pro-name img {
        height: 67px;
    }

    .result .result-block .pro-img {
        grid-column: 2/3;
        grid-row: 1/3;
    }

    .result .result-block .pro-img img {
        width: 220px;
        top: 40px;
        -webkit-transition: all .3s;
        transition: all .3s;

        margin-top: -10px;
    }

    .result .result-block .pro-slogan {
        text-align: left;
        -ms-flex-item-align: center;
        align-self: center;
        font-size: 21px;
        padding-top: 13px;

    }

    .result .result-block .pro-slogan h4 {
        font-size: 28px;
        color: #27509b;
        text-align: left;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 5px;
    }


    .result .result-block .pro-slogan ul {
        font-size: 20px;
        line-height: 1.5;
        margin-right: inherit;
    }

    .result .result-block .pro-slogan ul li {
        list-style-position: inside;
        /* 項目符號顯示在內部，避免跑出畫面 */
        text-align: left;
        list-style-type: disc;
    }



    /*
    .result .result-block .pro-slogan .icon {
        width: 26px;
        height: auto;

    }
*/

    .line-and-icon {
        margin-top: 10px;
        display: inline-block;
        /* 用于调试边框 */
        vertical-align: middle;
        /* 确保整个容器与其他元素垂直居中对齐 */
        white-space: nowrap;
        /* 防止换行 */
        margin-left: 23px;
    }

    .result-block .line {
        display: inline-block;
        width: 326px;
        height: 3px;
        background-color: #dcdcdc;
        /* 线条颜色 */
        vertical-align: middle;
        /* 确保线条与图标在垂直方向居中 */
        margin-right: 10px;
        /* 线条和图标之间的间距 */
    }

    .icon2 {
        /* 更新后的类名 */
        display: inline-block;
        width: 26px;
        height: auto;
        vertical-align: middle;
        /* 确保图标与线条在垂直方向居中 */
    }



    /*
        margin-top: 10px;
        display: inherit;
        width: 25px;
        -webkit-transition: all .3s;
        transition: all .3s;
*/

}


.result .heading .en-mi {
    font-family: "michelin", "Noto Sans TC";
}














/* 20240809新增 */

.selectAllTires {
    margin-top: 15px;
    margin-bottom: 20px;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    padding: 15px 15px;
    /*    border:1px solid red;*/

}

.selectAllTires h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #666666;
}

.selectAllTires .oneTire {
    /*
    font-size: 19px;
    font-weight: bold;
*/
    /* 調整字體大小 */
    color: #325096;
    /* 使用上面出現過的藍色 */
    margin-bottom: 15px;
    margin-right: 15px;
    /* padding-top: -5px;*/
    padding: 10px 15px;

    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}


.selectAllTires .oneTire:hover,
.selectAllTires .oneTire.focus {
    border-color: #325096;
    background-color: #325096;
    color: #fff;
}

.selectAllTires .oneTire.focus:hover {
    opacity: 0.9;
}
