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

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

.yeation .content{background:url("https://rimaotong-cmall.oss-cn-hongkong.aliyuncs.com//image/activity/yeation/background.png")no-repeat;background-position: center 0;overflow: hidden;padding-bottom: 50px}
.yeation .content .shop-out{width: 90%;margin:30px auto;display: inline-block;padding-bottom: 5px}
.yeation .content .shop-out .shop-inter{width: 100%;border:1px solid #d8d8d8;padding: 5px;}
.yeation .content .shop-out .shop-inter:hover{border:1px solid #000;}
.yeation .content .shop-out .shop-inter img{width: 100%;}
.yeation .content .shop-out .shop-inter .shop-name{font-size: 15px;padding: 10px 5px 0;height: 50px}
.yeation .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;
}