@charset "UTF-8";
html,body {margin:0px;padding:0px;min-width: 280px; }

.fullsection{display:block;}
.fullCss .fullsection{width:100%;height:100% !important; }
.fullCss .fullsection .fullH{ height: 100%; box-sizing: border-box;}
.fullCss .fullsection .fullH > .str{ height: 100%;}

ul, li{margin:0;padding:0;list-style:none}
.quick {position:fixed;right:20px;top:50%;transform:translateY(-50%); z-index:100000}
.quick li {width:8px;height:8px;margin-bottom:5px; border-radius:8px;border:2px solid #fff;cursor:pointer;}
.quick .on {background:#fff;}

.quick li:last-child {display: none;}

