* {word-wrap:break-word;margin:0;padding:0;}
@font-face {font-family:'Alte DIN 1451 Mittelschrift';src:url('../font/adm.ttf');font-weight:normal;font-style:normal;}
html,body {margin:0;padding:0;}
body {padding:6px;font:16px/1.6 -apple-system,Microsoft YaHei,BlinkMacSystemFont,Helvetica,sans-serif;background:#253240;-webkit-text-size-adjust:none;}
a {color:#fff;text-decoration:none;}
ul,li {margin:0;padding:0;list-style:none}
.list {width:100%;max-width:1000px;margin:0px auto;color:#fff;user-select:none;}
.list ul {width:100%;background:#1E2833;margin-bottom:5px;border-radius:5px;display:flex;flex-wrap:nowrap;box-shadow: 0 0 3px rgba(0,0,0,0.15);overflow:hidden;}
.list .title {margin-bottom:5px;}
.list .title ul {font-weight:600;background:#616060;margin-bottom:0;}
.list .title ul.green {background:#268D3B;}
.list .title ul.red {background:#CC0609;}
.list .title ul.yellow {background:#8C8C00;}
.list li {width:27%;height:30px;padding:10px 0;line-height:30px;font-size:20px;font-family:'Alte DIN 1451 Mittelschrift';text-align:center;position:relative;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}
.list li:first-child {width:19%;}
.list li span {width:50%;box-sizing:border-box;text-align:left;padding-left:3px;}
.list li span:first-child {text-align:right;padding:0 5px 0 0;}
.list li span:last-child {font-size:18px;}
.list li span.red {color:#D43D3D;background:url('../image/up.png') no-repeat 1px 48%;background-size:auto 12px;padding-left:14px;}
.list li span.green {color:#268D3B;background:url('../image/down.png') no-repeat 1px 48%;background-size:auto 12px;padding-left:14px;}
.list li span.yellow {color:#8C8C00;}
.infly .side {transform:translate(0,0);opacity:1;}
.side {width:100px;position:fixed;top:90px;right:30px;bottom:90px;border-radius:5px;opacity:0;z-index:100;background:#253240;box-shadow: 0 0 5px rgba(0,0,0,0.2);transition-property:transform;transform:translate(150%,0);transition:all 0.6s ease;overflow:hidden;user-select: none;}
.side .today {height:34px;margin-bottom:2px;overflow:hidden;}
.side .today a {display:block;line-height:34px;text-align:center;font-size:12px;background:#616060;}
.side .menu {height:100%;overflow:hidden;}
.side .menu li {height:34px;margin-bottom:2px;}
.side .menu span {display:block;line-height:34px;text-align:center;background:#1E2833;font-size:12px;color:#777;cursor:pointer;}
.side .menu .on span,.side .menu span:hover {color:#fff;background:#000;}
.oilgreen .today a {background:#268D3B;}
.oilred .today a {background:#CC0609;}
.oilyellow .today a {background:#8C8C00;}
.oilgreen .menu span.start {color:#268D3B;}
.oilred .menu span.start {color:#CC0609;}
.oilyellow .menu span.start {color:#8C8C00;}
.infly .openrightmenu {transform:translate(120%,0);}
.openrightmenu {width:20px;height:108px;padding:15px 10px;color:#fff;line-height:18px;text-align:center;font-size:14px;position:fixed;top:30%;right:0;border-radius:5px 0 0 5px;transform:translate(0,0);background:#8C8C00;transition-property:transform;transition:transform 0.6s ease;animation:beat 0.5s ease-in forwards;cursor:pointer;}
@keyframes beat {from {opacity:0;}to {opacity:1;}}
.footer {height:20px;line-height:20px;text-align:center;font-size:12px;cursor:default;color:#0e161f;padding:5px 0px;}
.footer span {margin:0px 3px;}
.footer a {color:#777;margin:0px 3px;}
.footer a.hot {text-decoration:underline;}
.footer a:hover {color:#CC0609;}
.loading {width:100%;height:100%;background:rgba(0,0,0,0);position:fixed;top:0;left:0;z-index:9000;overflow:hidden}
.loading:after {content:"";width:0;height:0;position:absolute;top:50%;left:50%;margin:-19px 0 0 -19px;border:19px solid;border-color:transparent #8C8C00;border-radius:50%;z-index:2;animation:rotates 0.6s linear infinite}
.loading:before {content:"";width:46px;height:46px;position:absolute;top:50%;left:50%;margin:-23px 0 0 -23px;background:rgba(0,0,0,0.15);border-radius:50%;z-index:1;box-shadow:0 0 10px rgb(0,0,0,0.1)}
@keyframes rotates {from {transform:rotate(0deg)}to {transform:rotate(360deg)}}
.warning {border:2px dashed #777;border-radius:10px;text-align:center;line-height:100px;color:#aaa;letter-spacing:1px;margin-bottom:10px;}
