.tag-container{max-width:1200px;margin:20px auto;background-color:#fff;padding:16px 24px 24px;overflow:hidden;border-radius:10px}.tag-container .title{font-weight:600;font-size:34px;color:#323233;line-height:44px;margin:20px auto}.tag-container .tag-title{font-size:16px;line-height:24px;font-weight:500;margin-bottom:12px}.tag-container .tag-detail-list{display:grid;grid-template-columns:repeat(auto-fill,120px);grid-row-gap:10px;grid-column-gap:24px;margin-bottom:40px}.tag-container .tag-detail-item{cursor:pointer;height:26px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#f4f5f5;border-radius:10px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.tag-container .tag-detail-item a{display:block;color:inherit;color:#436ff6}.tag-container .tag-detail-item:hover{background-color:#436ff6}.tag-container .tag-detail-item:hover a{color:#fff!important}@media only screen and (max-width:500px){.tag-container{max-width:-webkit-calc(100% - 24px);max-width:-moz-calc(100% - 24px);max-width:calc(100% - 24px)}.tag-container .tag-nav-item{min-width:80px}.tag-container .tag-detail-list{grid-template-columns:repeat(3,1fr)}}