﻿@charset "UTF-8";.nLib-left{text-align:left;}.nLib-center{text-align:center;}.nLib-right{text-align:right;}div.nLIb-lock{background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;position:fixed;width:100%;height:100%;top:0;left:0;}div.nLIb-lock div.nLIb-lock-txtBox{display:flex;justify-content:center;align-items:center;height:calc(100% - 48px);font-size:16px;color:#fff;}div.nLIb-overlay{background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;position:fixed;width:100%;height:100%;top:0;left:0;}div.nLib-autoMessageBox{display:flex;align-items:center;justify-content:center;position:fixed;width:100%;height:100%;top:0;left:0;}div.nLib-autoMessageBox div{background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;font-size:16px;padding:14px 20px;border-radius:6px;color:#fff;}div.nLib-fadeout{animation:fadeOut 1s;animation-fill-mode:both;}@keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}div.nLIb-popupBox{overflow:hidden;position:fixed;border:solid 1px #ddd;background:#fff;border-radius:0;box-shadow:8px 8px 15px rgba(0,0,0,.4);-webkit-box-shadow:8px 8px 15px rgba(0,0,0,.4);display:flex;flex-direction:column;flex-wrap:wrap;}div.nLIb-popupBox div.nLib-popupTitleBar{flex:0;background:#ddd;padding:0;flex-direction:column;flex-wrap:wrap;}div.nLIb-popupBox div.nLib-popupTitleBar div{position:relative;height:32px;font-size:80%;line-height:32px;padding-left:10px;}div.nLIb-popupBox div.nLib-popupTitleBar div.nLib-popupMove{cursor:all-scroll;}div.nLIb-popupBox div.nLib-popupTitleBar div a.nLib-popupCloseBtn{height:24px;width:24px;display:inline-block;position:absolute;top:4px;right:2px;border-radius:4px;text-align:center;line-height:24px;cursor:default;}div.nLIb-popupBox div.nLib-popupTitleBar div a.nLib-popupCloseBtn:after{content:"×";}div.nLIb-popupBox div.nLib-popupTitleBar div a.nLib-popupCloseBtn:hover{background:#ccc;}div.nLIb-popupBox div.nLib-popupBody{flex:1;overflow-y:auto;}div.nLIb-popupBox div.nLib-popupBody div.innerBody{padding:0;}div.nLIb-popupBox div.nLib-popupButtonBox{flex:0;display:flex;}div.nLIb-popupBox div.nLib-popupButtonBox div{width:100%;text-align:center;padding:10px;}div.nLIb-popupBox div.nLib-popupButtonBox div button{margin:0 10px;}