html[sn-web],html[sn-web] body{height:100%;-webkit-tap-highlight-color:transparent}.SN-WEB-CONTAINER,.SN-WEB-CONTAINER *,html[sn-web],html[sn-web] body{margin:0;padding:0;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box;position:relative;flex:none}.SN-WEB-CONTAINER rich-text,.SN-WEB-CONTAINER span{display:block}.SN-WEB-CONTAINER rich-text *{display:inline-block;vertical-align:top}.SN-WEB-CONTAINER{height:100%}.SN-WEB-list-view-wrap{position:relative}.SN-WEB-list-view-wrap .SN-WEB-list-view-content-horizontal{display:inline-block;white-space:nowrap;transform:translateZ(0)}.SN-WEB-list-view-wrap .SN-WEB-list-view-content-horizontal>.SN-WEB-list-view-inner{flex-direction:row}.SN-WEB-list-view-wrap .SN-WEB-list-view-content-vertical{overflow:visible!important}.SN-WEB-list-view-wrap .SN-WEB-list-view-content-vertical .SN-WEB-list-view-ghost{position:absolute;width:100%;padding:10px;box-sizing:border-box;transform:translateY(-100%) translateZ(0);text-align:center;color:#999}.SN-WEB-list-view-wrap .SN-WEB-list-view-content-vertical .SN-WEB-list-view-ghost .SN-WEB-list-view-refreshing{display:inline-block;width:24px;height:24px;border-radius:50%;background:#999;animation:rotateAnimation .6s;animation-iteration-count:infinite;margin:auto;border:3px solid #fff}.SN-WEB-list-view-wrap .SN-WEB-list-view-content-vertical .SN-WEB-list-view-ghost .SN-WEB-list-view-pulling{display:inline-block;width:24px;height:24px;margin:auto;overflow:visible}.SN-WEB-list-view-wrap .SN-WEB-list-view-content-vertical .SN-WEB-list-view-ghost .SN-WEB-list-view-isloaded{display:inline-block;width:80px;height:24px;white-space:nowrap;margin:auto;font-size:14px;text-align:center;background:#eee;border-radius:12px;line-height:1.72}.SN-WEB-list-view-scroller-bar{padding-bottom:30px!important;margin-bottom:-30px!important}@keyframes rotateAnimation{0%{transform:rotateY(0deg)}to{transform:rotateY(180deg)}}.SN-WEB-modal-wrap{position:fixed;left:0;right:0;top:0;bottom:0;z-index:999999;width:100%!important;height:100%!important}.SN-WEB-modal-animated{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.SN-WEB-modal-slide{-webkit-animation-name:slide;animation-name:slide}.SN-WEB-modal-fade{-webkit-animation-name:fade;animation-name:fade}@-webkit-keyframes slide{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}to{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes fade{0%{opacity:0}to{opacity:1}}.c-pull-refresh-header{height:0;text-align:center;overflow:hidden;background-color:#fff}.c-pull-refresh-loading{align-items:center}.c-pull-refresh-content{flex:1}.c-pull-refresh-pulling-icon{display:inline-block;margin:18px 0;width:22px;height:22px;background-size:22px 572px;background-position:0 0;vertical-align:middle}.c-pull-refresh-loading-icon{display:none;margin:20px 0;width:18px;height:18px;border-radius:50%;vertical-align:middle;background-color:#2a2a31;opacity:.3;-webkit-animation:c-pull-refresh-loading-icon-animation .75s;animation:c-pull-refresh-loading-icon-animation .75s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.c-pull-refresh-loading-text{display:inline-block;font-size:12px;line-height:1;color:#c6c6c6;margin-top:11px;margin-bottom:11px}.c-pull-refresh-loaded{flex-direction:row;align-items:center;display:none;height:28px;margin:15px auto;background-color:#f5f5f5;color:#000;padding:0 16px;border-radius:14px;-webkit-transform:translateY(31px);transform:translateY(31px)}.c-pull-refresh-loaded .c-icon,.c-pull-refresh-loaded .c-pull-refresh-loaded-text{display:inline-block;line-height:1;font-size:14px;margin-left:8px}.c-pull-refresh-header-loading .c-pull-refresh-pulling-icon{display:none}.c-pull-refresh-header-loading .c-pull-refresh-loading-icon{display:inline-block}.c-pull-refresh-header-loaded .c-pull-refresh-loading{display:none}.c-pull-refresh-header-loaded .c-pull-refresh-loaded{display:flex;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .28s ease-out;transition:-webkit-transform .28s ease-out;transition:transform .28s ease-out;transition:transform .28s ease-out,-webkit-transform .28s ease-out}.c-pull-refresh-header-loaded,.c-pull-refresh-header-loading{will-change:height;-webkit-transition:height .3s ease-out;transition:height .3s ease-out}@-webkit-keyframes c-pull-refresh-loading-icon-animation{0%{opacity:.3;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}40%{-webkit-transform:rotateY(90deg);transform:rotateY(90deg)}50%{opacity:.6;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}60%{-webkit-transform:rotateY(270deg);transform:rotateY(270deg)}to{opacity:.3;-webkit-transform:rotateY(1turn);transform:rotateY(1turn)}}@keyframes c-pull-refresh-loading-icon-animation{0%{opacity:.3;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}40%{-webkit-transform:rotateY(90deg);transform:rotateY(90deg)}50%{opacity:.6;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}60%{-webkit-transform:rotateY(270deg);transform:rotateY(270deg)}to{opacity:.3;-webkit-transform:rotateY(1turn);transform:rotateY(1turn)}}.darkmode .c-pull-refresh-header{background-color:#161616}.darkmode .c-pull-refresh-loading-icon{background-color:hsla(0,0%,100%,.8)}.darkmode .c-pull-refresh-loading-text{color:hsla(0,0%,100%,.8)}.darkmode .c-pull-refresh-loaded{color:hsla(0,0%,100%,.8);background-color:#080808}.darkmode .c-pull-refresh-loaded svg{fill:hsla(0,0%,100%,.8)}.SN-WEB-waterfall-wrap{position:relative}.SN-WEB-waterfall-wrap .SN-WEB-waterfall-inner{display:block}.SN-WEB-waterfall-wrap .SN-WEB-waterfall-inner .SN-WEB-waterfall-item{overflow:hidden}.SN-WEB-waterfall-wrap .SN-WEB-waterfall-inner .SN-WEB-waterfall-layout{flex-direction:row;width:100%}.SN-WEB-waterfall-wrap .SN-WEB-waterfall-sticky{background:transparent;position:absolute;top:0;left:0;right:0}.SN-WEB-swiper-wrap{position:relative;overflow:hidden}.SN-WEB-swiper-wrap .SN-WEB-swiper-content{height:100%}.SN-WEB-swiper-wrap .SN-WEB-swiper-content-horizontal{white-space:nowrap;display:flex;flex-direction:row}.SN-WEB-swiper-wrap .SN-WEB-swiper-content-horizontal>*{display:inline-flex}
