html{font-size:16px;background:#000;color:#fff}@media screen and (max-width:768px){html{font-size:calc(16px * (100vw/768))}}@media screen and (max-width:480px){html{font-size:calc(16px * (100vw/480))}}body{margin:0;font-family:Arial,sans-serif;box-sizing:border-box;overflow-y:auto;padding-top:124px}a,a:link,a:visited,a:hover,a:active{text-decoration:none;color:inherit}.topBox{display:flex;flex-direction:column;gap:10px;padding:18px 20px 10px;box-sizing:border-box;background:#333;position:fixed;top:0;left:0;width:100%;z-index:99}.topBoxRow{width:100%;min-height:30px;display:flex;align-items:center;justify-content:space-between}.topBox .navBtn{width:30px;height:30px;flex:0 0 30px;display:flex;align-items:center;justify-content:center;padding:0;border:none;font-size:0;color:transparent;background:0 0;cursor:pointer}.topBox .navBtn .moreIcon{width:30px;height:30px;display:block}.topLogoLink{display:flex;align-items:center;justify-content:center}.topBoxRight{width:30px;height:30px;flex:0 0 30px}.logo{width:131px;height:auto;display:block}.topSearchBox{width:100%;min-height:42px;padding:8px 19px;box-sizing:border-box;border-radius:36px;border:1px solid rgba(255,255,255,.2);background:#333;display:flex;align-items:center;justify-content:space-between}.topSearchPlaceholder{color:#757575;font-size:14px;font-weight:400;line-height:20px}.searchIcon{width:24px;height:24px;display:block}.header{width:100%;padding:12px 20px;box-sizing:border-box;text-align:center}.header .title{margin:0;font-size:18px;font-weight:400;line-height:24px;color:#fafafa}.main{padding:0 20px;box-sizing:border-box}.tagList{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:24px}.tagItem{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:12px;min-width:72px;font-size:12px;line-height:18px;color:rgba(255,255,255,.6);box-sizing:border-box}.tagItem:hover{color:#fff;background:rgba(255,255,255,.1)}.paginationBox{display:flex;align-items:center;justify-content:center;gap:9px;padding:0 13px;box-sizing:border-box;margin:36px 0 18px}.pageBtn{width:60px;height:30px;border-radius:4px;border:1px solid rgb(255 255 255/.3);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px}.placeholderBtn{width:60px;height:30px}.paginationContent{display:flex;align-items:center;justify-content:center;gap:10px}.pageBox{font-size:12px;white-space:nowrap}.jumpBtn{display:flex;align-items:center;justify-content:center;border:1px solid rgb(255 255 255/.3);border-radius:4px;width:48px;height:30px;font-size:12px;cursor:pointer}input:focus{outline:none;border:1px solid #bdbdbd}.paginationInp{width:60px;height:30px;border-radius:4px;border:1px solid rgb(255 255 255/.3);background:#000;color:#fff;font-size:16px;text-align:center}@media screen and (min-width:768px){body{padding-top:140px}.topBox{display:none}.header{max-width:774px;margin:0 auto;padding:18px 0 12px}.header .title{font-size:36px;line-height:42px}body main{max-width:774px;margin:0 auto}.tagList{gap:16px;margin-bottom:32px}.tagItem{min-width:112px;font-size:16px;line-height:22px;padding:6px 12px}.bannerAdv{height:90px!important}}