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}a,a:link,a:visited,a:hover,a:active{text-decoration:none;color:inherit}.header{height:48px;padding:12px 16px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.header .backBtn{width:24px;height:24px}.header .title{margin:0;font-size:18px;font-weight:400;color:#fafafa}.header .rightBox{width:24px;height:24px}.main{padding:0 13px;box-sizing:border-box}.main .subTitleBox{display:flex;align-items:center;font-size:28px;margin-bottom:18px}.tagList{display:flex;align-items:center;flex-wrap:wrap;column-gap:30px;row-gap:18px;margin-bottom:34px}.tagItem{font-size:16px;color:#fafafa}.paginationBox{display:flex;align-items:center;justify-content:center;gap:9px;padding:0 13px;box-sizing:border-box;margin-bottom: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){.header{height:auto;max-width:720px;padding:12px 16px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;margin:0 auto 71px}.header .backBtn{width:40px;height:40px}.header .title{font-size:47px}.header .rightBox{width:40px;height:40px}body main{max-width:720px;margin:0 auto}.bannerAdv{height:90px!important}}