/*历史记录列表*/
.model {width: 100%;height: 100%;border-radius: 8px;position: relative;overflow: hidden;display: flex}
.model ._content_n3a20_8 {width: 100%;height: 100%;display: flex}
.infinite-scroll-component__outerdiv{background-color: #fff;width: 100%;height: 100%;border-radius: 10px;padding:20px;}
.infinite-scroll-component .ant-space{display: grid;grid-template-columns: repeat(5, 1fr);gap: 15px;}
.infinite-scroll-component .Item_1dw43_372{position: relative;cursor: pointer;}
.infinite-scroll-component .ant-space-item{display: flex;justify-content: center;align-items: center;background-color: #f5f5f5;position: relative;border-radius: 15px;min-height: 322px}
.infinite-scroll-component .ant-space-item .item_mask{display:none;z-index:1;padding:10px;background-color: #000;height: 100%;width: 100%;position: absolute;opacity: 0.3;cursor: pointer;}
.infinite-scroll-component .ant-space-item .item_mask_sub{display:none;z-index:2;padding:10px;height: 100%;width: 100%;position: absolute;cursor: pointer;}
.infinite-scroll-component .ant-space-item .item_mask_sub .mask_top{display: flex;justify-content: right;}
.infinite-scroll-component .ant-space-item .item_mask_sub .mask_top button{z-index:2;min-width:60px;display:flex;justify-content:center;align-items:center;background-color: #fff;padding:5px;border-radius: 5px;border: 1px solid #ccc;color: #333;}
.infinite-scroll-component .ant-space-item .item_mask_sub .mask_top button:hover{border: 1px solid #4c48ff;color: #4c48ff;}
.infinite-scroll-component .ant-space-item .item_mask_sub .mask_bottom{position: absolute;bottom: 10px;right: 10px;}
.infinite-scroll-component .ant-space-item .item_mask_sub .download{border-radius:5px;border:1px solid #fff;padding:5px 10px;color: #fff;}
.infinite-scroll-component .ant-space-item .item_mask_sub .download i{font-size: 18px;}
.infinite-scroll-component .ant-space-item .item_mask_sub .mask_middle{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.infinite-scroll-component .ant-space-item img{max-height: 330px;}
._createBtn_n3a20_257 {display: flex;align-items: center;padding: 8px 16px;justify-content: center;}
._createBtn_n3a20_257 .ant-btn {height: 40px;width: 28%;color: #fff;background-image: linear-gradient(45deg, #1890FF 0%, #723CF9 100%) !important;border: none !important;border-radius: 6px;box-shadow: 0 1px 2px #0000001a;display: inline-flex;align-items: center;justify-content: center;position: relative;}
._createBtn_n3a20_257 .ant-btn:hover{color: #fff !important;}
.search_box .layui-form-select dl dd.layui-this{color: var(--primary-color);}
.infinite-scroll-component .ant-space-item .Item_1dw43_372 .generating{text-align: center;min-height: 256px;display: flex;justify-content: center;align-items: center;flex-direction: column;position: relative;}
.infinite-scroll-component .ant-space-item .Item_1dw43_372 .generating .loading_draw{width:110px;}
.infinite-scroll-component .ant-space-item .Item_1dw43_372 .generating span{line-height: 20px;}
/*思维导图记录*/
.infinite-scroll-component .xmind_item{border-radius: 10px;border:1px solid #ebedf280;cursor: pointer;overflow: hidden;}
.infinite-scroll-component .xmind_item:hover{border:1px solid #1980FA80;}
.infinite-scroll-component .xmind_item:hover .title{color: var(--primary-color);}
.infinite-scroll-component .xmind_item:hover .snapshot img{transform: scale(1.16) perspective(1000px) rotate(0deg);}
.infinite-scroll-component .xmind_item .snapshot{overflow: hidden;}
.infinite-scroll-component .xmind_item .snapshot img{transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);border-radius: 10px 10px 0 0;height: 120px;width: 100%;object-fit: cover;}
.infinite-scroll-component .xmind_item .bottom{padding:8px 12px;}
.infinite-scroll-component .xmind_item .bottom .title{display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.infinite-scroll-component .xmind_item .bottom .sub_box{margin-top:5px;color:#aeabab;font-size: 12px;}
