.follow-record{height:100%;box-sizing:border-box;padding:0 0 20px;display:flex;flex-direction:column}.follow-record .head{width:100%;height:40px;display:flex;align-items:center;justify-content:space-between;margin:20px 0}.follow-record .head>.title{font-size:12px;text-indent:10px;color:#666;font-weight:700;position:relative}.follow-record .head>.title:after{content:"";position:absolute;left:0;top:0;height:100%;width:2px;background:#409eff}.follow-record .head>.title>span{color:#409eff}.follow-record .table-content{flex:1}.follow-record .module-box{margin-bottom:20px}.follow-record .module-box>.module-title{width:100%;background:#f8fcff;height:25px;display:flex;align-items:center;cursor:pointer}.follow-record .module-box>.module-title>.icon{color:#409eff;font-size:20px;transition:all .3s}.follow-record .module-box>.module-title>.txt{font-size:12px;color:#666}.follow-record .module-box>.module-title>.open{transform:rotate(90deg)}.follow-record .module-content>.head{margin:20px 0 0 20px}.follow-record .module-content>.content{box-sizing:border-box;padding:10px 40px 0}.follow-record .module-content>.content .el-table__body-wrapper{height:100%!important;min-height:64px;max-height:320px;overflow-y:auto}.follow-record .module-content>.content>.line{width:100%;min-height:40px;display:flex;align-items:center}.follow-record .module-content>.content>.line>.col{flex:1;margin-right:20px;font-size:12px;display:flex}.follow-record .module-content>.content>.line>.col:last-child{margin:0}.follow-record .module-content>.content>.line>.col>.label{min-width:100px;text-align:right;color:#666}.follow-record .module-content>.content>.line>.col .detail{flex:1;color:#3a3a3a}.follow-record .module-content>.content>.line>.col .detail1{align-items:center;flex-flow:row;display:flex}.follow-record .module-content>.content>.line>.col .detail1 span{margin:0 3px}