/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,figcaption,figure,footer,header,main,nav,section{display:block}a{background-color:initial;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}*,:after,:before{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}.main{padding:.4rem .22rem 1rem;color:#2a2a2a}.sect{margin-bottom:.62rem}a,a:visited{color:#3d7e9a;text-decoration:none}h3,p{font-size:.3rem;line-height:1.4}p{margin:0 0 .8em}h3{margin:0 0 .1rem 0;color:#333}strong{font-weight:700;border-bottom:.02rem solid}em{color:#ee1a1a;font-style:normal}.btn{margin-top:.8rem;height:.88rem;font-size:.34rem;line-height:.88rem;font-weight:700;text-align:center;border-radius:1rem;background-color:#ee1a1a;color:#fff}.with-active{position:relative;overflow:hidden;-webkit-user-select:none;user-select:none}.with-active:active:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;z-index:99;background-color:rgba(0,0,0,.04);pointer-events:none}.with-active.is-disabled:active:before{content:none}.mask{position:fixed;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;background-color:rgba(0,0,0,.4);will-change:opacify}.popup{width:5.5rem;text-align:center;color:#333;font-weight:700;background-color:#fff;border-radius:.1rem;overflow:hidden;will-change:transform,opacify}.popup__bd{padding:.44rem .4rem .42rem;font-size:.34rem;line-height:1.41176}.popup__ft{display:-webkit-box;display:-webkit-flex;display:flex;border-top:1Px solid #edeff3}.popup__ft__btn{-webkit-box-flex:1;-webkit-flex:1;flex:1;height:.96rem;font-size:.3rem;line-height:.96rem;-webkit-user-select:none;user-select:none}.popup__ft__btn.normal{font-weight:400}.popup__ft__btn+.popup__ft__btn{position:relative}.popup__ft__btn+.popup__ft__btn:after{content:"";position:absolute;left:0;top:.2rem;bottom:.2rem;z-index:1;width:1Px;background-color:#edeff3}.popup.toast{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;min-height:1.8rem}.zoom-in{-webkit-animation:zoomIn .3s both;animation:zoomIn .3s both}.fade-in{-webkit-animation:fadeIn .3s both;animation:fadeIn .3s both}.fade-out{-webkit-animation:fadeOut .2s both;animation:fadeOut .2s both}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}80%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}80%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}