.tab_wrap { overflow: hidden; background: #fff; }

.collection_item { overflow: hidden; background: #fff; }
.collection_item .collections { overflow: hidden; }
.collection_item .item + .item { display: none;}
.collection_item .collections a { margin-bottom: 6px; position: relative; display: block; overflow: hidden; }
.collection_item .collections a img { position: relative; z-index: 1; width: 100%; display: block; }
.collection_item .collections a .title { width: 100%; position: absolute; height: 60px; left: 0; bottom: 0; z-index: 2; background: -webkit-linear-gradient(bottom, #000000 0%, transparent 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); background: linear-gradient(to top, #000000 0%, transparent 100%); display: flex; }
.collection_item .collections a .title p { font-size: 16px; color: #fff; font-weight: bold; overflow: hidden; flex: 1; height: 60px; line-height: 60px; margin: 0 12px; }
.collection_item .collections a .title span { height: 60px; line-height: 60px; margin: 0 12px; font-size: 14px; color: #ff9900; font-weight: 600; }

.collection_top { overflow: hidden; background: #fff; margin-bottom: 6px; }
.collection_top .info { margin-bottom: 6px; position: relative; display: block; overflow: hidden; }
.collection_top .info img { position: relative; z-index: 1; width: 100%; display: block; }
.collection_top .info .title { width: 100%; position: absolute; height: 60px; left: 0; bottom: 0; z-index: 2; background: -webkit-linear-gradient(bottom, #000000 0%, transparent 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); background: linear-gradient(to top, #000000 0%, transparent 100%); display: flex; }
.collection_top .info .title p { font-size: 16px; color: #fff; font-weight: bold; overflow: hidden; flex: 1; height: 60px; line-height: 60px; margin: 0 12px; }
.collection_top .info .title span { height: 60px; line-height: 60px; margin: 0 12px; font-size: 14px; color: #ff9900; font-weight: 600; }
.collection_top .text { overflow: hidden; padding: 12px; line-height: 20px; font-size: 12px; color: #666; }
.collection_top .text span { color: #ff9900; }
.more_href{ width: 100%; height: 35px; line-height: 35px;text-align: center;text-decoration: none; color: #969696; outline: 0}
