.reminder-comp{min-height:180px;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;-webkit-box-shadow:3px 3px 8px 0 rgba(0,0,0,.06);box-shadow:3px 3px 8px 0 rgba(0,0,0,.06);border-radius:8px;border:2px solid #fff;min-height:none}.reminder-comp,.reminder-comp .comp-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.reminder-comp .comp-title{padding:16px;padding-bottom:0;height:32px;width:100%;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:-webkit-gradient(linear,left top,left bottom,from(#f1f2f5),to(#fff));background:linear-gradient(180deg,#f1f2f5,#fff);cursor:default;border-radius:8px}.reminder-comp .comp-title .sk-icon{font-size:24px;color:#0092ff;margin-right:4px}.reminder-comp .comp-title img{width:24px;margin-right:4px}.reminder-comp .comp-title h3{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left;font-size:20px;height:24px;line-height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:default}.reminder-comp .comp-title h3 span{margin-left:16px}.reminder-comp .comp-title span{font-size:12px;cursor:pointer;color:#0092ff}.reminder-comp .comp-title span i{margin-left:4px}.reminder-comp .comp-content{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:16px;padding-top:0;padding:0;padding-top:20px;padding-bottom:16px;overflow:hidden}.reminder-comp .comp-content .el-scrollbar__wrap{padding-bottom:16px}.reminder-comp .comp-content ul{padding:0 16px}.reminder-comp .comp-content ul li{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;padding:8px 0;border-bottom:1px solid rgba(45,96,209,.1)}.reminder-comp .comp-content ul li,.reminder-comp .comp-content ul li .title-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;align-items:center}.reminder-comp .comp-content ul li .title-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;line-height:22px;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;overflow:hidden}.reminder-comp .comp-content ul li .title-wrap .title-contnet{max-width:100%;overflow:hidden}.reminder-comp .comp-content ul li .title-wrap .title-contnet p{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:4px;cursor:pointer}.reminder-comp .comp-content ul li .title-wrap i{margin-top:-3px;font-size:26px;color:#e8470b;-webkit-transform:scale(.7);transform:scale(.7);-webkit-transform-origin:0 center;transform-origin:0 center}.reminder-comp .comp-content ul li .title-wrap.read p{color:#999}.reminder-comp .comp-content ul li span{margin-left:12px;font-size:12px;line-height:18px}.reminder-comp .comp-content .el-empty{padding:10px 0}.reminder-comp .comp-content .el-empty .el-empty__description{margin-top:8px}