.api-card{width:300px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 225ms cubic-bezier(0,0,.2,1);transition:all 225ms cubic-bezier(0,0,.2,1);border-radius:4px;position:relative;overflow:hidden;border:1px solid #ebeef5;padding:20px 15px 15px 15px}.api-card:hover{-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.28);box-shadow:0 2px 10px 0 rgba(0,0,0,.28);-webkit-transform:scale(1.02);transform:scale(1.02);z-index:2;border-color:#2c62ff}.api-card:hover .api-card_btn{bottom:-1px}.api-card-operation{position:absolute;top:-1px;right:-1px;left:-1px;height:20px;line-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;cursor:pointer;font-size:12px;border-top-right-radius:4px;text-align:center}.api-card-operation :first-child{border-bottom-left-radius:4px}.api-card-operation-imgTop{width:45px;height:20px;background-image:url(../../static/img/isTop.ab37d926.png);background-size:contain;background-repeat:no-repeat}.api-card-operation-apply{padding:0 5px}.api-card-operation-collect{padding:0 5px;background-color:#f2f6ff}.api-card-operation-collect svg{color:#2c62ff}.api-card-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;line-height:1;color:#303133;cursor:pointer;margin-bottom:10px}.api-card-title b{max-width:calc(100% - 50px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:5px}.api-card_desc{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:12px;line-height:16px;color:#606266;height:32px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-bottom:10px}.api-card_divider{width:100%;height:1px;background-color:#ebeef5;margin-bottom:10px}.api-card_details p{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;line-height:1;color:#909399;overflow:hidden}.api-card_details p:not(:last-child){margin-bottom:5px}.api-card_details p span:first-child{width:56px;-moz-text-align-last:justify;text-align-last:justify}.api-card_details p span:nth-child(3){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.api-card_btn{height:40px;background-color:rgba(44,98,255,.9);position:absolute;bottom:-41px;left:-1px;right:-1px;color:#fff;line-height:40px;text-align:center;border-bottom-left-radius:4px;border-bottom-right-radius:4px;font-size:12px;cursor:pointer;-webkit-transition:all .4s;transition:all .4s}