.warning-component .icon-close{position:absolute;top:8px;right:16px;font-size:20px;color:#464646;display:none}
.warning-component .warning-content{position:relative;display:flex;align-items:flex-start;padding:16px 42px;border:solid 1px #1f97ff;background-color:#def0ff;border-radius:8px;width:100%}
.warning-component .warning-content .rp-btn{margin-top:8px}
.warning-component .warning-content .icon-rp{font-size:20px;margin-right:14px;font-family:"icomoon";color:#1f97ff;line-height:30px}
.warning-component .warning-content .icon-rp:before{content:"\e913"}
.warning-component .warning-content .rp-description p:first-child{margin-bottom:8px}
@media(min-width:1024px){.warning-component .warning-content .rp-description p:first-child{margin-bottom:4px}
}
.rp-warning-float .warning-component:not(.author-mode){position:fixed;bottom:0;left:0;right:0;z-index:2}
.rp-warning-close .warning-component .icon-close{display:block}
.rp-warning-info .warning-component .warning-content{border-color:#1f97ff;background-color:#def0ff}
.rp-warning-info .warning-component .warning-content .icon-rp{color:#1f97ff}
.rp-warning-info .warning-component .warning-content .icon-rp:before{content:"\e913"}
.rp-warning-danger .warning-component .warning-content{border-color:#e4002b;background-color:#fce5e9}
.rp-warning-danger .warning-component .warning-content .icon-rp{color:#e4002b}
.rp-warning-danger .warning-component .warning-content .icon-rp:before{content:"\e917"}
.rp-warning-success .warning-component .warning-content{border-color:#00a074;background-color:#d9f1ea}
.rp-warning-success .warning-component .warning-content .icon-rp{color:#00a074}
.rp-warning-success .warning-component .warning-content .icon-rp:before{content:"\e915"}
.rp-warning-caution .warning-component .warning-content{border-color:#ffc800;background-color:#fff7db}
.rp-warning-caution .warning-component .warning-content .icon-rp{color:#ffc800}
.rp-warning-caution .warning-component .warning-content .icon-rp:before{content:"\e91c"}