.detail-wrap{max-width:750px;height:100vh;margin:0 auto;display:flex;flex-direction:column}.detail-wrap .detail-header{background:url(../../static/img/bg.2304ce7d.png) no-repeat;color:#fff;font-size:20px;width:100%;min-height:100px;background-size:100%;background-position:bottom;padding:10px;box-sizing:border-box}.detail-wrap .detail-header>span:first-child{background:hsla(0,0%,100%,.3);font-size:12px;padding:5px;letter-spacing:5px;border-radius:20px}.detail-wrap .detail-header .i-title{text-align:center;font-weight:600;margin-top:30px}.detail-wrap .detail-content{line-height:1.5;padding:15px;font-size:14px;max-height:calc(100vh - 100px);overflow-y:auto;height:500px;flex:1}.detail-wrap .detail-content img{-o-object-fit:contain;object-fit:contain;max-width:100%;height:auto!important}