/* HTML5 display-role reset for older browsers */


/****套餐区域****/

/**正常活动**/
 .meal-wrap{width: 1200px;margin: 0 auto;padding-top: 1px;height: 564px;}

/*套餐列表*/
 .meal-list{margin-top: 51px;margin-right: -2px;}
.list-item{box-sizing: border-box;padding-bottom: 15px;top: 0;float: left;border: 1px solid #e2e2e2;width: 198px;min-height: 370px;position: relative;background: #fff;}
.list-item:hover{border: 2px solid #5072fe;top: -1px;left: -1px;z-index: 10;}
.list-item:first-child:hover{left: 0;}
.list-item.hover{left: -1px;}
.meal-slogan{position: absolute;width: 34px;height: 44px;line-height: 20px;padding: 6px 8px 0 8px;font-size: 14px;color: #fff;text-align: center;word-break: break-all;right: 3px;top: 5px;background: url(../images/index/banner_1.png) no-repeat center;}
.meal-title{text-align: center;font-size: 14px;color: #161c3b;font-weight: bold;margin-top: 54px;}
.meal-detail{padding-top: 14px;text-align: center;}
.meal-detail .old-price{color: #888;font-size: 14px;margin-top: 10px;}
.meal-detail .old-price .txt{padding: 0 3px;background: url(../images/index/line_through.png) repeat-x left center;}
.meal-detail .new-price{color: #161c3b;font-size: 40px;font-weight: bold;}
.meal-detail .new-price .txt{font-size: 20px;font-weight: normal;margin-top: 4px;margin-right: 2px;}
.meal-detail .btn-buy{display: block;width: 120px;height: 30px;margin: 18px auto 0;line-height: 30px;font-size: 12px;color: #161c3b;border-radius: 15px;background: #ffe06d;}
.promotion-slogan-wrap{position: absolute;background: #fe3557;padding: 0 15px;line-height: 20px;color: #fff;font-size: 12px;border-radius: 4px;top: 200px;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%)}
.promotion-slogan-wrap .slogan-txt{white-space: nowrap;}
.promotion-slogan-wrap .triangle{position: absolute;width: 0;height: 0;left: 50%;margin-left: -4px;bottom: 20px;border: 4px solid transparent;border-bottom-color: #fe3557;}

/*优势列表*/
/*优势列表*/
 .advantage-list{margin-top: 33px;padding-left: 26px;text-align: left;}
 .advantage-list-item{font-size: 0;line-height: 14px;margin-top: 19px;}
 .advantage-list-item:first-child{margin-top: 0;}
 .img-hook{margin-right: 8px;float: left;}
 .img-hook-hover{display: none;margin-right: 8px;}
 .advantage-list-item .txt{font-size: 12px;color: #000;width: 140px;display: inline-block;}

