.plug-in-page{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.plug-in-page .plug-in-container{position:relative;width:100%;height:100%;overflow:auto;color:var(--table-tdcolor-primary)}.plug-in-page .plug-type-item{position:relative;height:220px;width:100%;padding:0 32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.plug-in-page .plug-type-item+.plug-type-item:after{content:"";position:absolute;display:block;background-color:#fff;top:0;left:32px;right:32px;height:1px;opacity:1;background:#ebf0f0}.plug-in-page .type-title{height:120px;width:160px;-ms-flex-negative:0;flex-shrink:0;font-size:19px;font-family:Source Han Sans SC,Source Han Sans SC-Medium;font-weight:500;text-align:center;color:var(--table-tdcolor-primary);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.plug-in-page .type-plug-list{width:1px;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;overflow-x:auto}.plug-in-page .type-plug-item,.plug-in-page .type-plug-list{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.plug-in-page .type-plug-item{height:120px;width:360px;background:#fff;border-radius:8px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.08);box-shadow:0 2px 4px 0 rgba(0,0,0,.08);padding:12px;cursor:pointer;-webkit-transition:all .4s;transition:all .4s}.plug-in-page .type-plug-item:not(:first-of-type){margin-left:32px}.plug-in-page .type-plug-item:hover{-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.15);box-shadow:0 2px 10px 0 rgba(0,0,0,.15);-webkit-transition:all .2s;transition:all .2s}.plug-in-page .plug-item-icon{width:96px;height:96px;background:rgba(64,158,255,.2);border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.plug-in-page .plug-item-icon i{font-size:44px;color:#409eff}.plug-in-page .plug-item-icon .qr-img{-o-object-fit:fill;object-fit:fill;cursor:pointer;width:100%;height:100%;border-radius:2px}.plug-in-page .plug-item-icon .qr-img .image-slot{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.plug-in-page .plug-item-icon .qr-img i{color:rgba(64,158,255,.35)}.plug-in-page .plug-item-title{width:calc(100% - 96px);padding:20px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.plug-in-page .plug-item-title.item-title-higher{padding:48px 24px}.plug-in-page .plug-item-title .plug-title{width:100%;height:24px;line-height:24px;font-size:15px;font-family:Source Han Sans SC,Source Han Sans SC-Medium;font-weight:500;text-align:left;color:#222;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.plug-in-page .plug-item-title .plug-btn .el-button{margin-top:24px;padding:8px 16px}.plug-in-page .plug-remark{position:absolute;left:0;right:0;bottom:20px;padding-left:110px;height:60px;font-size:15px;font-family:Source Han Sans SC,Source Han Sans SC-Regular;font-weight:400;text-align:left;color:#409eff}.plug-in-page .plug-remark-set{padding-left:110px;color:#409eff;line-height:30px}