body{font-family: 'Meiryo UI';}

.w1200{width: 1200px;margin: auto}
.popular{overflow: hidden;}
.popular .banner{width: 100%}
.popular .banner img{width: 100%}

.popular .content{background:url("https://rimaotong-cmall.oss-cn-hongkong.aliyuncs.com//image/activity/popularity/background.png")no-repeat;background-position: center 0;overflow: hidden;padding-bottom: 50px}
.popular .content .shop-out{width: 90%;margin:30px auto;display: inline-block;padding-bottom: 5px;border:3px solid #BE0000;background: #fff}
.popular .content .shop-out:hover{border:3px solid #ff8706;}
.popular .content .shop-out .shop-inter{width: 100%;padding: 5px;}
.popular .content .shop-out .shop-inter img{width: 100%;}
.popular .content .shop-out .shop-inter .shop-name{font-size: 15px;padding: 10px 5px 0;height: 50px;font-weight: bold;color: #000}
.popular .content .shop-out .shop-inter .shop-price{font-size: 18px;font-weight: bold;color: #BE0000;text-align: center;margin-top: 10px}
.ellipsis_2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: run-in;
}