/* 猜你喜欢及为你推荐 */
.vendor_like {
    width: 100%;
    background-color: #f5f5f5;
}

.recommend {

}

.recommend_like {
    text-align: center;
    padding-top: 55px;
}

.recommend_tit {
    font-size: 26px;
    color: #222;
    display: inline-block;
    position: relative;
}

.recommend_tit::before {
    position: absolute;
    width: 51px;
    height: 3px;
    background-color: #222;
    font-size: 0;
    content: "";
    transform: translateY(-50%);
    top: 50%;
    left: -75px;
}

.recommend_tit::after {
    position: absolute;
    width: 51px;
    height: 3px;
    background-color: #222;
    font-size: 0;
    content: "";
    transform: translateY(-50%);
    top: 50%;
    right: -75px;
}

.swiper-container_like {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #fff;
    margin-top: 35px;
    margin-bottom: 55px;
}

.swiper-container_like .swiper-button-next {
    position: absolute;
    width: 26px;
    height: 52px;
    left: 0px;
    top: 50%;
    background: url(../img/guess_like/swi_l.png) no-repeat 50% 5%;
}
.swiper-container_like .swiper-slide{
    /*width: 191.667px !important;*/
    /*margin-right: 10px;*/
}
.swiper-container_like .swiper-button-prev {
    position: absolute;
    width: 26px;
    height: 52px;
    left: 1174px;
    top: 50%;
    background: url(../img/guess_like/swi_r.png) no-repeat 50% 5%;
}

.like_box {
    height: 225px;
    position: relative;
}

.like_box a img {
    width: 185px;
    height: 178px;
}

.like_box p {
    font-size: 14px;
    color: #333333;
    padding: 0 15px;
    line-height: 20px;
    margin-top: 10px;
    position: absolute;
    width: calc(100% - 30px);
    display: block;
}

.like_box div {
    background-color: #fdbf23;
    height: 40px;
    display: none;
    margin-top: 7px;
}

.like_box div h2 {
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: relative;
    display: inline-block;
    padding-left: 23px;
    cursor: default;
}

.like_box div h2 img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.like_box:hover {
    box-shadow: 0px 0px 10px 2px #f2f2f2;
}

.like_box:hover p {
    display: none;
}

.like_box:hover div {
    display: block;
}

.recommend_recom {
    text-align: center;
    padding-bottom: 60px;
}

.recommend_recom_cont {
    padding-top: 30px;
}

.recommend_recom_left {
    float: left;
    width: 865px;
}

.recommend_recom_left_item .label:hover{
    background-color: #d9d9d9;
    color: #414141;
}

.recommend_recom_left_item .label {
    position: absolute;
    z-index: 8;
    right: 16px;
    top: 16px;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #0a0a0a;
    line-height: 28px;
    display: none;
}
.recommend_recom_left_item .label:hover i {
    color: #414141;
}

.recommend_recom_left_item:hover {
    box-shadow: 0 0 10px 3px #ececec;
    margin-top: -5px;
}
.recommend_recom_left_item:hover .label {
    display: inline-block;
}

.recommend_recom_left_item {
    background-color: #fff;
    float: left;
    display: inline-block;
    width: 175px;
    padding: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 20px;
    height: 258px;
    position: relative;
    box-sizing: content-box;
}

.recommend_recom_left_item:nth-child(4n) {
    margin-right: 0;
}

.recommend_recom_left_item img {

}

.recommend_recom_left_item h2 {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.recommend_recom_left_item:hover h2 {
    color: #456598;
}

.recommend_recom_left_item img {
    width: 172px;
    height: 172px;
    object-fit: cover;
}



.recommend_recom_right {
    float: right;
    text-align: left;
}

.swiper-container_recom {
    width: 100%;
    overflow: hidden;
    height: 110px;
    background: #f8f3e5;
}

.swiper-container_recom .swiper-pagination {
    position: relative;
}

.swiper-container_recom .swiper-pagination-bullets {
    bottom: 25px;
    left: 0;
    width: 100%;
}

.swiper-container_recom .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 0px !important;
    border-radius: 50%;
    background: url(/static/lamp/images/upload/swiper_icon.png) no-repeat 50% 50%;
}

.swiper-container_recom .swiper-pagination-bullet-active {
    background: url(/static/lamp/images/upload/swiper_icon_on.png) no-repeat 50% 50%;
}
.tab_bottom_right_top {
    /*width: calc(100% - 40px);*/
    height: 142px;
    background-color: #f8f3e5;
    padding: 17px 20px;
}
.tab_bottom_right_top a {
    font-size: 14px;
    color: #999999;
    width: 30%;
    float: left;
    margin-right: 5%;
    line-height: 25px;
    margin-bottom: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.tab_bottom_right_top a:nth-child(3n) {
    margin-right: 0;
}
.tab_bottom_right_top a:hover {
    color: #456598;
}
.swiper-container_recom .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 0px !important;
    border-radius: 50%;
    background: url(../img/guess_like/swiper_icon.png) no-repeat 50% 50%;
}
.swiper-container_recom .swiper-pagination-bullet-active {
    background: url(../img/guess_like/swiper_icon_on.png) no-repeat 50% 50%;
}
.tab_bottom_right {
    float: right;
    margin-left: 13px;
    width: 320px;
}
.tab_bottom_right_bottom {
    /* border: 1px solid #e5e5e5; */
    box-sizing: border-box;
    border-top: none;
    background-color: #fff;
    position: relative;
    margin-top: 15px;
}

.tab_bottom_right_bottom h2 {
    position: relative;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding-top: 8px;
    padding-left: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.tab_bottom_right_bottom h2::after {
    position: absolute;
    font-size: 0;
    content: "";
    background-color: #f49e15;
    width: 4px;
    height: 13px;
    left: 10px;
    top: 17px;
}

.tab_bottom_right_bottom_list {
    padding: 0 10px;
    margin-top: 15px;
}

.tab_bottom_right_bottom_list a {
    width: 100%;
    border-bottom: 1px dotted #d2d2d2;
    display: inline-block;
    padding-bottom: 15px;
}

.tab_bottom_right_bottom_list_right {
    float: right;
    width: 175px;
    padding: 5px 0;
}

.tab_bottom_right_bottom_list_right span {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
}

.tab_bottom_right_bottom_name {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    width: calc(100% - 20px);
    padding: 0 10px;
    line-height: 25px;
    margin: 10px 0;
}

.tab_bottom_right_bottom_name_line {
    width: calc(100% - 20px);
    position: absolute;
    left: 10px;
    bottom: 45px;
    border-bottom: 1px dotted #d2d2d2;
}

.tab_bottom_right_bottom_list_left {
    float: left;
    width: 110px;
    height: 83px;
    border: 1px solid #ccc;
    position: relative;
}

.tab_bottom_right_bottom_list .tab_bottom_right_bottom_list_left img {
    zoom: 1;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 90%;
    max-width: 90%;
}

.tab_bottom_right_bottom_list:hover .tab_bottom_right_bottom_list_left img {
    opacity: 0.8;
}

.tab_bottom_right_bottom_list:hover .tab_bottom_right_bottom_list_right span {
    color: #456598;
}

.tab_bottom_right_bottom_name:hover {
    color: #456598;
}


/**
推荐文字
 */
.vendor_like {
    width: 100%;
    background-color: #f5f5f5;
}
.last_seo_seac {
    width: 1160px;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: white;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #7D7D7D;
}
