﻿body{
    padding-top: 0px;
}
.end-tips {
    padding: 16px 0px 32px 0px;
}

.end-tips:before {
    content: "";
    display: block;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0597.png) center center no-repeat;
    background-size: auto 30px;
    height: 30px;
}

.recommend {
    background: #ffffff;
    padding: 10px 16px;
    max-width: 800px;
    margin: 0px auto;
    box-sizing: border-box;
}

.recommend .recommend-title {
    position: relative;
    padding: 5px 5px 5px 0px;
    line-height: 30px;
    font-size: 15px;
    display: none;
}

.recommend .recommend-title .title-text {
    font-size: 18px;
    font-weight: bold;
}

.recommend .recommend-item {
    overflow: hidden;
    position: relative;
}

.recommend .recommend-item .item-inner {
    display: block;
    padding: 8px 0px;
}

.recommend .recommend-item .item-inner::after {
    content: "";
    display: block;
    clear: both;
}

.recommend .recommend-item .item-img-box {
    width: 40%;
    float: left;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.recommend .recommend-item .item-img-box::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.recommend .recommend-item .item-img-box img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.recommend .recommend-item .item-img-box .place-holder-img {
    position: absolute;
    top: 0px;
    left: 0px;
}
.recommend .recommend-item .item-img-box::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}


.recommend .recommend-item .item-des {
    margin-left: 40%;
    padding-left: 10px;
}

.recommend .recommend-item .item-des .item-title {
    margin-bottom: 10px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recommend .recommend-item .item-sellpoint{
    color: #cc6600;
    font-size: 12px;
    margin-bottom: 10px;
}

.recommend .recommend-item .item-des .item-price {
    float: left;
    font-family: 'Roboto', sans-serif;
    color: #e53737;
}

.recommend .recommend-item .item-info {
    overflow: hidden;
    zoom: 1;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    margin-bottom: 10px;
}

.recommend .recommend-item .item-des .item-price .price-int {
    font-size: 20px;
}

.recommend .recommend-item .item-des .item-hot {
    float: right;
    padding-left: 16px;
    background: url(/images/Mobile_bg0690.png) left center no-repeat;
    background-size: auto 12px;
}

.recommend .recommend-item .item-other {
    overflow: hidden;
    zoom: 1;
}

.recommend .recommend-item .item-other .item-user-head {
    width: 28px;
    height: 28px;
    background: #f5f5f5;
    border-radius: 100%;
    overflow: hidden;
    float: left;
}

.recommend .recommend-item .item-other .item-user-head img {
    width: 100%;
    height: 100%;
}

.recommend .recommend-item .item-other .item-user-name {
    margin-left: 30px;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #888888;
}

.recommend .recommend-item .item-other .item-user-name .place-holder-text {
    margin: 7px 0px;
}