.goodsNoteWrap{padding: 20px 10px 0;background-color: #fff;}
.goodsNoteWrap .info{display: flex;margin-bottom: 20px;}
.goodsNoteWrap .info .imga{overflow: hidden;width: 75px;margin-right: 20px;border-radius: 50%;}
.goodsNoteWrap .info .subscribe{display: flex;flex-direction: column;justify-content: center;}
.goodsNoteWrap .info .subscribe a{display: inline-block;width: 70px;height: 25px;line-height: 23px;text-align: center;border: 1px solid #333;color: #333;background-color: #fff;border-radius: 4px;}
.goodsNoteWrap .info .subscribe p{margin-top: 5px;font-size: 12px;color: #999;}
.goodsNoteWrap .note{position: relative;margin-bottom: 20px;}
.goodsNoteWrap .note p{overflow: hidden;max-height: 50px;line-height: 25px;color: #333;font-size: 14px;}
.goodsNoteWrap .note p.opened{max-height: none;}
.goodsNoteWrap .note a{height: 25px;line-height: 25px;font-size: 14px;color: #5a7ab6;background-color: #EDEDEF;}
.goodsNoteWrap .note.hided a{position: absolute;bottom: 0;right: 0;}
.goodsNoteWrap .note.noMore a{display: none;}
.goodsNoteWrap .cate ul{display: flex;flex-wrap: wrap;}
.goodsNoteWrap .cate ul li{margin: 0 5px 10px;}
.goodsNoteWrap .cate ul li a{display: block;padding: 3px 10px;background-color: #fff;background-color: #f2f2f2;border-radius: 4px;}