/*!modules/html/home/home.scss*/
.wgt-home{position:fixed;top:0;left:0;right:0;bottom:0;padding-top:50px;font-size:20px;background:#fc0;text-align:center;color:#fff}
.wgt-home p{margin-top:4em}
.wgt-home .btn{margin-top:4em;width:50%;max-width:300px}
/*!modules/html/header/header.scss*/
.header b{display:inline-block;width:36px;height:36px;background:url("");background-size:100% 100%}
/*!modules/html/footer/footer.scss*/
footer{margin-top:10px;text-align:center}
/*!modules/html/screen/screen.scss*/
.screen{margin-top:10px;padding:1px;background:#ddd}
.screen::after{content:"";display:table;clear:both}
.screen .block{float:left;box-sizing:border-box;padding:1px}
.screen .block .block-inner{background:red;content:' ';display:block;width:100%;padding-top:100%;border-radius:2px;-webkit-user-select:none;user-select:none}
/*!modules/app/end.scss*/
.wgt-end{position:fixed;top:0;left:0;right:0;bottom:0;padding-top:50px;font-size:20px;background:#fcd423;text-align:center;color:#fff}
.wgt-end .score{font-size:28px;font-weight:900;color:#321}
/*!modules/app/share.scss*/
.pop{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.6)}
.pop .pop-content{margin:20% auto 0;max-width:400px;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}
.pop header{padding:0 10px;border-bottom:1px solid #e5e5e5}
.pop .pop-body{padding:15px;line-height:1.5}
.pop .pop-body li{margin-bottom:5px}
.pop footer{padding:10px;text-align:right;border-top:1px solid #e5e5e5}

/*!modules/app/weixin.scss*/
.wgt-weixin{position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto;overflow-x:hidden;text-align:center;color:#fff;background:rgba(0,0,0,.8)}
.wgt-weixin .qr div{font-size:2.4em;text-align:center;margin-top:1em}
.wgt-weixin .qr .img{display:block;margin:1em auto;padding-top:50%;width:50%;max-width:300px;background:url("");background-size:100% 100%}
.wgt-weixin .step .num{display:inline-block;margin:.5em auto;font-size:3em;width:1.5em;height:1.5em;line-height:1.5em;border-radius:1em;background-color:#aaa;color:#000}
.wgt-weixin .step div{font-size:2em}
.wgt-weixin .step .img{display:block;width:70%;padding-top:93.46%;max-width:400px;margin:1em auto;background:url("");background-size:100% 100%}