.box-layout{position:relative;height:100%;background:rgba(1,17,90,.6);-webkit-box-shadow:0 0 26px 26px rgba(11,54,157,.28) inset;box-shadow:inset 0 0 26px 26px rgba(11,54,157,.28);-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid #0069b3;padding:20px}.box-layout .left-top-right{position:absolute;width:18px;height:3px;left:-2px;top:-2px;background:#20d6d9}.box-layout .left-top-bottom{position:absolute;width:3px;height:18px;left:-2px;top:-2px;background:#20d6d9}.box-layout .left-bottom-right{position:absolute;width:18px;height:3px;left:-2px;bottom:-2px;background:#20d6d9}.box-layout .left-bottom-top{position:absolute;width:3px;height:18px;left:-2px;bottom:-2px;background:#20d6d9}.box-layout .right-top-left{position:absolute;width:18px;height:3px;right:-2px;top:-2px;background:#20d6d9}.box-layout .right-top-bottom{position:absolute;width:3px;height:18px;right:-2px;top:-2px;background:#20d6d9}.box-layout .right-bottom-left{position:absolute;width:18px;height:3px;right:-2px;bottom:-2px;background:#20d6d9}.box-layout .right-bottom-top{position:absolute;width:3px;height:18px;right:-2px;bottom:-2px;background:#20d6d9}.box-layout .title{font-size:16px;font-weight:500;color:#fff}.box-layout .content{margin-top:10px;height:calc(100% - 24px);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box}