.loading{display:flex;flex-direction:column;align-items:center;justify-content:center}.loading span{display:inline-block;vertical-align:middle;width:.6em;height:.6em;margin:.19em;background:#007db6;border-radius:.6em;-webkit-animation:loading 1s infinite alternate;animation:loading 1s infinite alternate}.loading span:nth-of-type(2){background:#008fb2;-webkit-animation-delay:.2s;animation-delay:.2s}.loading span:nth-of-type(3){background:#009b9e;-webkit-animation-delay:.4s;animation-delay:.4s}.loading span:nth-of-type(4){background:#00a77d;-webkit-animation-delay:.6s;animation-delay:.6s}.loading span:nth-of-type(5){background:#00b247;-webkit-animation-delay:.8s;animation-delay:.8s}.loading span:nth-of-type(6){background:#5ab027;-webkit-animation-delay:1s;animation-delay:1s}.loading span:nth-of-type(7){background:#a0b61e;-webkit-animation-delay:1.2s;animation-delay:1.2s}@-webkit-keyframes loading{0%{opacity:0}to{opacity:1}}@keyframes loading{0%{opacity:0}to{opacity:1}}body{margin:0;padding:0;font-size:12px;font-family:微软雅黑}*{box-sizing:border-box}a{text-decoration:none;color:#000}.header{position:fixed;left:0;top:0;display:flex;align-items:center;justify-content:space-between;height:60px;box-shadow:0 0 10px rgba(0,0,0,.5);background-color:#fff;padding:30px;z-index:999}.banner,.header{width:100%;overflow:hidden}.banner{text-align:center;margin-top:60px}img{max-width:100%;height:auto;display:inline-block}.content{max-width:1280px;margin:20px auto auto auto}.indexItemContainer>*{margin-bottom:20px}.indexItem{width:100%}.indexItemHeader{width:100%;overflow:hidden;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.indexItemHeaderTitle{color:#333;font-weight:700;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAwFBMVEUAAAD+7e78v8L91tj9ys3919n91df+9PX92dv7t7r+7/D+6uv8wcT8vL/+4uP8ycv7uLz+9PX93N79ztD7t7r+8PH+6On8wsX8u77+8vL+5+j8xMf8ub3+9PX94OH8ys37t7r/9vb7t7v+8/T+5eb/9vb7trn90tT90tT7t7r+8/T+8/T7trn7uLz90NL90tT8yMv+5OX+6er93uD92tz91tj9zM/8xcj8wsX+7e78v8L+8PH8vL/92dv+8/P8ub1hcKfsAAAAL3RSTlMA+flIPif58/Py6Ojo6Nzb28zLy8rExMTEioqKiWJiYmJJPz4+KCTz6+vc20Y+IRP40eMAAADMSURBVCjPdc7VEoMwFEXRAy11d3c33Cn8/1+1MAwMkLsfsyYnQdJ7NWvzfGu6LCPfrhd4nuNYlmlK3W2GLqMgNUkyhp/UDvesGeIt2X7V8yaKlVK8yTBdrwkRjlj21QbRP9mmqRsAPcLUDnCgTJZPWJEmLzAjTZmgTZrSBE+awoEnzebQIs1uYEqaO8aSNHeOMmn+EehS9gSwJcxf49+QbX2ECVeWVc+IKlWK5u+BWGuFe4kBwiD3XriZtumk9lgj32kxaXJcYzw/Jkc/tGR6yfeKoCoAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:0 0;height:40px;display:flex;align-items:flex-end;font-size:16px;padding-left:10px}.indexItemHeaderMore{color:#666;display:flex;align-items:center;justify-content:center}.picList{width:100%;padding:10px;display:flex;flex-wrap:wrap}.onePic{margin-top:10px;font-size:0;transition:transform .25s;cursor:pointer;height:160px}.onePic,.onePic>div{position:relative;overflow:hidden}.onePic>div{width:95%;height:90%;top:5%;left:2.5%;display:flex;justify-content:center;align-items:center;border-radius:5%}.onePic:hover{transform:scale(1.3);z-index:2}.onePic img{position:absolute;max-width:none}.footer{width:100%;text-align:center;margin-top:30px;color:#666;line-height:22px}.loading_container{width:100%;padding:100px}.loading_container,.preview{display:flex;align-items:center;justify-content:center}.preview{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.5);overflow:hidden;z-index:999}.preview img{max-height:90%}.previewCloseBtn{position:absolute;right:10px;top:10px;color:red}.red{color:red}