.pointsMall-head{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.pointsMall-head ul{display:flex}.pointsMall-head ul li{width:100px;height:40px;display:flex;justify-content:center;align-items:center}.pointsMall-head ul li.actived{background:var(--prev-color-primary);color:#fff}.pointsMall-content{margin-top:10px;display:flex;flex-wrap:wrap}.pointsMall-content_item{width:232px;height:340px;padding:5px;box-sizing:border-box;margin-right:10px;margin-bottom:10px;border-radius:10px;cursor:pointer;border:1px solid #fff}.pointsMall-content_item img{height:220px;width:220px;border-radius:10px}.pointsMall-content_item .title{height:46px;color:#000;line-height:24px;font-weight:500}.pointsMall-content_item .points{font-weight:500;display:flex;justify-content:space-between;align-items:center;color:#fb5231;margin-top:10px;font-size:14px}.pointsMall-content_item .points .el-button{color:#fff;border:0;background:radial-gradient(circle at center,#ff5000,#ff7500)}.pointsMall-content_item:hover{border:1px solid #fb5231}.pointsMall-content_item:nth-child(5n){margin-right:0}