.module{margin-bottom:30px}.module .hd{margin-bottom:15px;line-height:30px;display:flex;justify-content:space-between;align-items:center}.module .hd .title{position:relative;padding-left:20px;font-size:26px;font-weight:bold;background:linear-gradient(135deg, #D946EF 0%, #C026D3 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.module .hd .title::after{position:absolute;left:2px;top:50%;width:5px;height:24px;margin-top:-12px;content:"";background:linear-gradient(135deg, #D946EF 0%, #C026D3 100%);border-radius:3px;box-shadow:0 2px 8px rgba(217,70,239,.3)}.module .hd .more{position:relative;padding:8px 24px 8px 16px;color:#d946ef;font-weight:500;border-radius:20px;background:rgba(217,70,239,.08);transition:all .3s}.module .hd .more::after{width:8px;height:8px;content:"";border-right:2px solid #d946ef;border-bottom:2px solid #d946ef;transform:rotate(-45deg);position:absolute;right:10px;top:50%;margin-top:-5px}.module .hd .more:hover{background:rgba(217,70,239,.15);transform:translateX(2px)}@media screen and (max-width: 799px){.module{margin-bottom:20px}.module .hd{margin-bottom:10px;flex-direction:column;align-items:flex-start}.module .hd .title{padding:0 15px;font-size:20px}.module .hd .title::after{height:20px;margin-top:-10px}.module .hd .more{margin-top:8px;padding:6px 20px 6px 12px;font-size:14px}.module .bd{padding:10px}}.module{max-width:1000px;margin:0 auto 30px}.mod-list .bd .item{margin:10px 0;padding:10px;background:#fafafa;border:1px solid #e8e8e8;border-radius:8px;line-height:2}.mod-list .bd .item a{color:#333}.mod-list .bd .item a:hover{color:#d946ef;text-decoration:underline}.mod-list .bd .item .cate{font-weight:bold;font-size:18px}.mod-list .bd .item p a{padding:0 5px}