.mod-panel .hd{display:flex;gap:20px;padding:25px;margin-bottom:20px;background:#f6f8fa;border-radius:8px;overflow:hidden}.mod-panel .hd .icon{text-align:center}.mod-panel .hd .info h1{line-height:32px;font-size:20px;font-weight:bold}.mod-panel .hd .info p{margin-bottom:12px;line-height:24px;font-size:15px;color:#666}.mod-panel .hd .info li{line-height:24px;font-size:15px;color:#666}.mod-panel .hd .info li strong{font-weight:bold;color:#333}.mod-panel .panels{display:flex;flex-wrap:wrap;gap:0 20px}.mod-panel .panel{flex:1;min-width:40%;margin-bottom:25px}.mod-panel .panel h3{position:relative;padding:0 15px;margin-bottom:10px;border-bottom:1px solid #f0f0f0;line-height:40px;font-size:18px;font-weight:bold}.mod-panel .panel h3::before{position:absolute;left:3px;top:50%;content:"";width:4px;height:20px;margin-top:-10px;background:#1296db;border-radius:2px}.mod-panel .panel .list{display:grid;grid-template-columns:repeat(2, 1fr);gap:12px}.mod-panel .panel:only-child .list{grid-template-columns:repeat(4, 1fr)}.mod-panel .item{min-width:0;border:1px solid #e8e8e8;border-radius:6px}.mod-panel .item .c-hd{display:flex;align-items:center;gap:12px;padding:10px;background:#fafafa;border-bottom:1px solid #f0f0f0}.mod-panel .item .c-hd img{background:#fff;border-radius:6px}.mod-panel .item .c-hd span{font-size:16px;font-weight:bold}.mod-panel .item .c-bd{padding:10px 15px}.mod-panel .item .c-bd .tags{margin-bottom:10px}.mod-panel .item .c-bd .field-wrapper{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px dotted #e4e4e4;line-height:24px}.mod-panel .item .c-bd .field-wrapper:last-child{border-bottom:none}.mod-panel .item .c-bd .field-wrapper .field-name{color:#86909c}.mod-panel .item .c-bd span.value{font-weight:bold;font-size:18px}.mod-panel .item .c-bd span.bold{font-weight:bold}.mod-panel .item .c-ft{padding:0 15px 15px;text-align:center}.mod-panel .none{padding:100px 0;line-height:32px;text-align:center;color:#999}.tooltip{position:relative;cursor:pointer}.tooltip .help{display:inline-block;width:16px;height:16px;background:#ccc;border-radius:50%;line-height:16px;text-align:center;color:#fff}.tooltip::after{content:attr(data-title);position:absolute;left:50%;bottom:150%;transform:translateX(-50%);padding:6px 10px;background:rgba(51,51,51,.9);color:#fff;font-size:12px;border-radius:6px;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;transition:all .2s ease-in-out;box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:9999}.tooltip::before{content:"";position:absolute;left:50%;bottom:calc(150% - 10px);transform:translateX(-50%);border:5px solid rgba(0,0,0,0);border-top-color:rgba(51,51,51,.9);pointer-events:none;opacity:0;visibility:hidden;transition:all .2s ease-in-out;z-index:9999}.tooltip:hover::after,.tooltip:hover::before{opacity:1;visibility:visible}.tooltip.right::before{left:120%;bottom:50%;transform:translateY(50%)}.tooltip.right::after{left:calc(120% - 6px);bottom:50%;transform:translateY(50%) rotate(45deg)}@media screen and (min-width: 800px)and (max-width: 1023px){.mod-panel .panel .list{grid-template-columns:1fr}.mod-panel .panel:only-child .list{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 799px){.mod-panel .hd{flex-direction:column;padding:15px;gap:10px;border-radius:0}.mod-panel .hd .icon img{width:120px}.mod-panel .hd .info h1{line-height:30px;font-size:18px}.mod-panel .hd .info p{margin-bottom:10px;line-height:20px;font-size:14px}.mod-panel .hd .info li{line-height:22px;font-size:14px}.mod-panel .bd{padding:0 10px}.mod-panel .panel{min-width:100%}.mod-panel .panel .list{grid-template-columns:1fr}.mod-panel .panel:only-child .list{grid-template-columns:1fr}.mod-panel .item .c-hd{gap:10px}.mod-panel .item .c-hd img{width:80px}.mod-panel .item .c-hd span{font-size:15px}.mod-panel .item .c-bd{padding:10px}.mod-panel .item .c-ft{padding:0 10px 10px}}