.tempreplacePage{width:100%}.tempreplacePage .container{width:100%;display:flex}.tempreplacePage .container .tools-item{position:relative;width:300px;min-height:200px;padding:10px;margin-right:10px}.tempreplacePage .container .tools-item .title i{position:relative;top:-3px;font-size:18px}.tempreplacePage .container .tools-item .card-body .formItem{margin-bottom:10px}.tempreplacePage .container .tools-item .btns{position:absolute;bottom:10px;right:10px}.tempreplacePage .console{margin-top:20px}.tempreplacePage .console .bottom,.tempreplacePage .console .top{width:100%;min-height:300px;max-height:500px;padding:10px;border:1px solid #ccc;border-radius:5px;margin-bottom:10px;background-color:#000;color:#adff2f;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#888 #222}.tempreplacePage .console .bottom pre,.tempreplacePage .console .top pre{white-space:pre-wrap;word-wrap:break-word;margin:0}.tempreplacePage .console .bottom::-webkit-scrollbar,.tempreplacePage .console .top::-webkit-scrollbar{width:8px}.tempreplacePage .console .bottom::-webkit-scrollbar-thumb,.tempreplacePage .console .top::-webkit-scrollbar-thumb{background-color:#555;border-radius:4px}.tempreplacePage .console .bottom::-webkit-scrollbar-thumb:hover,.tempreplacePage .console .top::-webkit-scrollbar-thumb:hover{background-color:#888}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rotation{animation:spin 2s linear infinite}