/*.product-box .recommend-products {*/
/*    padding-top: 30px;*/
/*}*/

.product-box .recommend-products .th1 {
    display: flex;
    align-items: center;
}

.product-box .recommend-products .th1 .tit {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    flex: 1 1 auto;
}

.product-box .recommend-products .th1 .more {
    flex: 0 0 auto;
    width: 80px;
    text-align: right;
}

.product-box .recommend-products .th1 .more a {
    width: 75px;
    height: 35px;
    border: 1px solid #e5e5e5;
    line-height: 35px;
    font-size: 14px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    color: #222;
    display: inline-block;
    transition: all ease-in-out 0.3s;
}

.product-box .recommend-products .th1 .more a:hover {
    background: #FF9933;
    color: #fff;
    border-color: #FF9933;
}

.product-box .recommend-products .list {
    padding: 15px 0;
}

.product-box .recommend-products .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    background-color: #F4F4F4;
    height: 210px;
}

.product-box .recommend-products .list ul li {
    width: 33%;
    padding: 10px;
}

.product-box .recommend-products .list .item {
    background: #fff;
    height: 150px;
    transition: all ease-in-out 0.3s;
}

.product-box .recommend-products .list ul li:hover {
    background: #FF9933;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.product-box .recommend-products .list .item:hover .txt:after {
    background: rgba(255, 255, 255, 0.2);
}

.product-box .recommend-products .list .item:hover .txt .tit {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.product-box .recommend-products .list .item:hover .txt .company {
    color: #fff;
}

.product-box .recommend-products .list .item a {
    display: block;
    padding: 10px;
    /*position: relative;*/
    display: flex;
    height: 100%;
}

.product-box .recommend-products .list .item .txt {
    width: 50%;
    flex: 1 1 auto;
    padding: 0 10px;
    height: 100%;
    /*position: relative;*/
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-box .recommend-products .list .item .txt:after {
    position: absolute;
    content: '';
    width: 1px;
    top: -10px;
    bottom: -10px;
    background: #F0F0F0;
    right: 0;
    transition: all ease-in-out 0.3s;
}

.product-box .recommend-products .list .item .txt .tit {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    /*border-bottom: 1px solid #F0F0F0;*/
    height: 50%;
    display: flex;
    align-items: center;
    transition: all ease-in-out 0.3s;
}

.product-box .recommend-products .list .item .txt .tit p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
    word-break: break-all;
    padding-top: 10px;
}

.product-box .recommend-products .list .item .txt .company {
    height: 50%;
    display: flex;
    align-items: center;
    color: #444;
    transition: all ease-in-out 0.3s;
}

.product-box .recommend-products .list .item .txt .company p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 2;
}

.product-box .recommend-products .list .item .img {
    flex: 1 1 auto;
    /*padding-left: 10px;*/
    overflow: hidden;
    width: 193px;
    height: 126px;
}

.product-box .recommend-products .list .item .img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: initial;
}
