@charset "UTF-8";.el-alert{width:100%;padding:5px 10px;margin:0;box-sizing:border-box;position:relative;background-color:#fff;overflow:hidden;opacity:1;display:table;transition:opacity .2s}.el-alert__content,.el-alert__icon{display:table-cell}.el-alert .el-alert__description{font-size:12px;margin:5px 0 0}.el-alert--success{background-color:#fbfffe;border:1px solid #51d2b7;color:#51d2b7}.el-alert--info{background-color:#f1faff;border:1px solid #50bfff;color:#50bfff}.el-alert--warning{background-color:#fffdf6;border:1px solid #fab418;color:#fab418}.el-alert--error{background-color:#fff2f4;border:1px solid #e15a5f;color:#e15a5f}.el-alert__icon{font-size:16px;width:16px;padding-right:8px;vertical-align:middle}.el-alert__icon.is-big{font-size:28px;width:28px}.el-alert__title{font-size:13px;line-height:18px}.el-alert__title.is-bold{font-weight:700}.el-alert__closebtn{font-size:12px;opacity:1;top:10px;right:15px;position:absolute;cursor:pointer}.el-alert__closebtn.is-customed{font-style:normal;font-size:13px;top:7px}.el-alert-fade-enter,.el-alert-fade-leave-active{opacity:0}