.head-page .item:nth-child(4) span {
    color: #FDA511;
}

.head-page .item:nth-child(4)>a:after {
    transform: scale(1);
}

.product-page01 .list {
    width: 48.19%;
    height: 459px;
}

.product-page01 .list .tit {
    transition: all .4s;
}

.pro-advice {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 70px 78px 0 55px;
    box-sizing: border-box;
}

.desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}

.product-page01 .list .img {
    position: absolute;
    bottom: 0;
    right: 27px;
}

.product-page02 {
    height: 483px;
    display: block;
}

.advice-item {
    max-width: 552px;
}

.product-page02 .advice {
    padding: 65px 190px 0 55px;
}


.product-lists .list {
    background: #FFFFFF;

    width: 30.55%;

    box-sizing: border-box;
    margin-top: 60px;
    margin-right: 4.175%;
    transition: all .4s;
}

.product-lists .list:nth-child(3n) {
    margin-right: 0;
}


.product-lists .list .title {
    padding: 0 20px;
    box-sizing: border-box;
}

.product-lists .list .tit {
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
}

.product-lists .list .img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 278px;
}

.product-lists .list .img img {
    max-height: 100%;
}

.product-lists .list .texts {
    padding: 0 5px 50px 30px;
}

.product-lists .list .text {
    padding-right: 10px;
    box-sizing: border-box;
    max-height: 180px;
    overflow-y: auto;
}


@media only screen and (min-width:960px) {
    .product-page01 .list:hover .img img {
        transform: scale(1.08);
    }

    .product-page01 .list:hover .tit {
        color: #FDA511;
    }

    .product-page01 .list:hover .detail-btn {
        border: 1px solid #FDA511;
    }

    .product-page01 .list:hover .detail-btn::after {
        background: url(../img/detail-hbtn.png) no-repeat center/cover;
    }

    .product-page02:hover .tit {
        color: #FDA511;
    }

    .product-page02:hover .detail-btn {
        border: 1px solid #FDA511;
    }

    .product-page02:hover .detail-btn::after {
        background: url(../img/detail-hbtn.png) no-repeat center/cover;
    }

    .product-lists .list:hover {
        box-shadow: 0px 5px 9px 2px rgb(153 153 153 / 30%);
    }

    .product-lists .list:hover .tit {
        color: #0B3C84;
    }
}


@media only screen and (max-width:1200px) {
    .pro-advice {
        padding: 60px 40px 0 40px;
    }

    .product-lists .list .img {
        height: 218px;
    }

    .product-lists .list .texts {
        padding: 0 5px 35px 20px;
    }
}

@media only screen and (max-width:960px) {
    .pro-advice {
        padding: 40px 20px 0 20px;
    }

    .product-page01 .list {
        height: 409px;
    }

    .advice-item {
        max-width: 50%;
    }

    .product-page02 {
        height: 383px;
    }

    .product-lists .list .text {
        max-height: 140px;
    }

    .product-lists .list .img {
        height: 178px;
    }

}


@media only screen and (max-width:750px) {
    .product-page01 .list {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .product-page01 .list .img {
        position: initial;
    }

    .pro-advice {
        padding: 20px;
    }

    .desc {
        height: auto;
    }

    .advice-item {
        max-width: 100%;
    }

    .detail-btn {
        margin-left: auto;
    }

    .product-page02 {
        height: auto;
        margin-top: 0;
    }

    .product-lists .list {
        margin-top: 15px;
        margin-right: 0;
        width: 100%;
    }

    .product-lists .list:first-child {
        margin-top: 30px;
    }
}