#alert{background:#0006;bottom:0;display:flex;flex-direction:column;left:0;position:fixed;right:0;top:0;z-index:19}#alert:after,#alert:before{content:"";display:block;flex:1;width:100%}#alert.pop:after,#alert.pop:before{display:none}#alert .border{background-color:#fff;border-radius:.2rem;margin:0 auto;max-width:8rem;overflow:hidden;width:calc(100% - .8rem)}#alert.web .border{border-radius:10px;max-width:400px;width:calc(100% - 40px)}#alert .cont{color:#626262;margin:.32rem;max-height:calc(100vh - 5rem);overflow:auto}#alert.web .cont{margin:16px;max-height:calc(100% - 250px)}#alert h3{font-size:.32rem;height:.6rem;line-height:270%;text-align:center}#alert.web h3{font-size:16px;height:30px}#alert .border .act{border-top:1px solid #e6e6e6;display:flex;font-size:.28rem;height:.96rem}#alert.web .border .act{border-top-width:1px;font-size:14px;height:48px}#alert .border .act a{border-right:1px solid #e6e6e6;display:block;flex:1;line-height:320%;text-align:center}#alert.web .border .act a{border-right-width:1px}#alert .border .act a:last-child{border-right:none}#alert.pop .ab{bottom:0;position:fixed;width:100%}#alert.pop .border .act{border-top:none;display:block;height:auto}#alert.pop .border a{border-right:none;border-top:1px solid #e6e6e6;font-size:.28rem;height:.88rem;line-height:320%;text-align:center}#alert.web.pop .border a{border-top-width:1px;font-size:14px;height:44px}#alert a.last{display:none}#alert a.first{color:#3a3a41}#alert a.red{color:#b50000}#alert.pop a.first{display:none}#alert.pop a.last{background:#fff;border-radius:.2rem;border-radius:10px;border-top:none;color:#3a3a41;display:block;font-size:.28rem;font-size:14px;height:.88rem;height:44px;line-height:320%;margin:.2rem auto .16rem;margin-bottom:8px;margin-top:10px;max-width:8rem;max-width:400px;overflow:hidden;text-align:center;width:calc(100% - .8rem);width:calc(100% - 40px)}#alert.in{animation:popIn_pop .3s ease-in-out forwards}#alert.out{animation:popIn_pop .3s ease-in-out reverse forwards}#alert.in .border{animation:alert_popInBro .3s ease-in-out forwards}#alert.out .border{animation:alert_popOutBro .3s ease-in-out reverse forwards}#alert.in.pop .border,#alert.out.pop .border{animation:none!important}#alert.in.pop .ab{animation:popInBro_pop .3s ease-in-out forwards}#alert.out.pop .ab{animation:popInBro_pop .3s ease-in-out reverse forwards}@keyframes popIn{0%{opacity:0}to{opacity:1}}@keyframes alert_popInBro{0%{transform:scale(.5)}70%{transform:scale(1.06)}90%{transform:scale(.96)}to{transform:scale(1)}}@keyframes alert_popOutBro{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes popIn_pop{0%{background:transparent}to{background:#0006}}@keyframes popInBro_pop{0%{bottom:-6.2rem}to{bottom:0}}
