.goods-list {
    margin: 30px 0;
    display: flex;
}

.list-flex-leftitem {
    margin-left: 40px;
    width: 70%;
}

.list-flex-leftitem {
    margin-left: 40px;
    width: 70%;
}

.list-flex-rightitem {
    width: 30%;
}

.goods-list ul {
    width: 100%;
}

.goods-list ul li {
    margin: 10px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.goods-list ul li .goods-list-item {
    display: flex;
    cursor: pointer;
    padding: 20px;
    align-items: center;
    -webkit-align-items: center;
}

.goods-list-item:hover .f-title {
    color: #630ced;
}

.leftBox {
    margin-right: 20px;
    width: 200px;
    background: #e7e7e7;
    min-width: 200px;
    height: 140px;
    overflow: hidden;
}

.leftBox img {
    width: 100%;
    height: 100%;
    background-size: contain;
    vertical-align: top;
}

.centerBox {
    width: 100%;
    display: flex;
    /*height:140px;*/
    flex-direction: column;
    justify-content: space-between;
}

.f-title {
    width: 100%;
    max-width: 400px;
    font-size: 18px;
    color: rgba(0,0,0,0.8);
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.f-info {
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.f-datainfo {
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.f-datainfo>span {
    margin-right: 5px;
}

.f-name {
    font-weight: bold;
    height: 32px;
    line-height: 32px;
}

.f-time {
    color: rgba(0,0,0,0.6);
}

.nolistinfo {
    margin: 150px auto;
    text-align: center;
    color: rgba(0,0,0,0.6);
    font-size: 20px;
}

.list-content-body {
    width: 1200px;
    margin: 40px auto;
}

/* 相关推荐 */
.recommend-box {
    font-size: 16px;
    background: #fff;
    border-radius: 10px;
}

.rec-title {
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    padding: 20px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #e6e8eb;
}

.rec-list-item {
    padding: 0 10px;
}

.rec-list-item ul li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    color: rgba(0,0,0,0.8);
}

.rec-list-item ul li:hover {
    color: rgba(0,0,0,0.6);
}

.rec-goods-list {
    display: flex;
    display: -webkit-flex;
}

.rec-goods-img {
    width: 120px;
    height: 80px;
    min-width: 120px;
    border: 1px solid #eee;
}

.rec-goods-img img {
    width: 100%;
    height: 80px;
}

.rec-goods-view {
    width: 100%;
    font-size: 14px;
    margin: 0 10px;
    cursor: pointer;
    overflow: hidden;
}

/* .rec-list-tips{display:flex;display:-webkit-flex;justify-content:space-between;} */
.rec-goods-view .rec-list-title {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rec-goods-view .rec-list-info {
    width: 100%;
    font-size: 12px;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px;
}

.rec-goods-view .rec-list-tips .f-price {
    color: #F9874B;
}

.rec-goods-view .rec-list-tips .f-time {
    color: rgba(0,0,0,0.6);
    font-size: 12px;
}

.listright-banner {
    background: #fff;
    margin-bottom: 20px;
}

.banner-img-box {
    width: 100%;
    height: 200px;
    background: #eee;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
}

.banner-img-box img {
    width: 100%;
    height: 200px;
    border: none;
    border-radius: 10px;
}

.banner-img-box .banner-title {
    position: absolute;
    color: #fff;
    background: rgba(0,0,0,.3);
    left: 0;
    bottom: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.banner-view-box {
    padding: 10px;
}

.banner-info {
    font-size: 16px;
    margin-bottom: 10px;
    color: rgba(0,0,0,0.8);
}

.banner-view-tips {
    display: flex;
    justify-content: space-between;
}

.hotlist {
    background: #fff;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
}

.hotlist-title {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.hotlist-goodsview {
    padding: 20px 0;
    display: flex;
}

.hotlist-goods-list {
    width: 25%;
}

.hgl-item {
    margin: 0 10px;
}

.hgl-item .rec-goods-img {
    margin: 0 auto;
}

.hgl-item .rec-goods-view {
    margin: 10px 0;
}

.hgl-item .rec-goods-view .rec-list-title {
    font-size: 14px;
    text-align: center;
}

.hot-price {
    margin: 0 auto;
    text-align: center;
}

.hot-price span {
    color: #f80;
    border: 1px solid #f80;
    height: 24px;
    line-height: 24px;
    padding: 2px 10px;
    width: 100px;
    display: inline-block;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
