ï»¿/* ç¬¬ä¸é¨åæ ·å¼ */
.trial-section1 {
    background-image: url("/static/images/trial/head.jpg");
    background-size: cover;
    background-position: center;
    padding: 70px 0px;
    display: flex;
    align-items: center;
}

.trial-section2 {
    background-image: url("/static/images/trial/bg.jpg");
    background-size: cover;
    background-position: center;
    padding: 10px 0px;
    display: flex;
    align-items: center;
}


.product-card2 {
    box-sizing: border-box;
    position: relative;
    border-radius: 15px;
    background: #f4f5f7;
    transition: transform 0.3s;
    border: solid 2px transparent;
}

    .product-card2:hover {
        background: #f4f5f7;
        box-shadow: 0 1px 2px -2px rgba(0,0,0,.15),0 3px 6px rgba(0,0,0,.12),0 5px 12px 4px rgba(0,0,0,.1);
        transform: translate3d(0,-5px,0);
        -webkit-transform: translate3d(0,-5px,0);
        transition: all .3s ease;
    }

        .product-card2:hover .product-image {
            -webkit-transform: translateY(-5px);
        }

    .product-card2
    .product-image-wrapper {
        padding: 15px;
        border-radius: 8px;
        margin-top: -80px;
        text-align: center;
    }

    .product-card2
    .product-image {
        width: 165px;
        height: 165px;
        transition: transform .5s;
    }

    .product-card2
    .product-info {
        padding: 15px 20px;
        height: 170px;
    }

    .product-card2
    .product-category {
        font-size: 16px;
        color: #666;
        margin-bottom: 8px;
    }

    .product-card2
    .product-name {
        color: #000;
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        margin-bottom: 10px;
        text-align: center;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    /*.product-card2
        .product-name:hover {
            color: var(--accent-bg);
        }*/

    .product-card2
    .product-desc {
        color: #666;
        font-size: 14px;
        line-height: 26px;
        font-weight: 500;
        margin-bottom: 10px;
        text-align: left;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .product-card2
    .new-label {
        width: 100px;
        background: linear-gradient(280deg, #1e67ac 0%, #4795df 100%);
        color: #fff;
        padding: 4px 10px;
        font-size: 16px;
        text-align: center;
        margin: 10px auto 25px auto;
        border-radius: 10px 0px 10px 0px;
    }


/*ä¿®æ­£*/
.flexlist3 li {
    margin: 70px 15px;
    background: none;
    transition: transform 0.3s ease;
    position: relative;
    width: calc(33.333% - 30px);
    box-sizing: border-box;
    border: none;
}
