#barrier-free-container{position:relative;z-index:3000}#barrier-free-container .placeholder{height:100px}#barrier-free-container .barrier-free-body{position:fixed;top:0;width:100%;height:100px;background-color:#505050;box-shadow:0 0 10px rgba(0,0,0,.4549019608)}#barrier-free-container .barrier-free-body ul{margin:10px auto 0 auto;max-width:748px;display:grid;grid-template-columns:repeat(11, 1fr);gap:12px}#barrier-free-container .barrier-free-body ul li{text-align:center;color:#fff;cursor:pointer}#barrier-free-container .barrier-free-body ul li>div{padding:5px 0;border-radius:6px;border:1px solid #aaa;background-color:#888;transition:background-color .3s}#barrier-free-container .barrier-free-body ul li>div .iconfont{font-size:36px}#barrier-free-container .barrier-free-body ul li>p{margin-top:6px;-webkit-user-select:none;-moz-user-select:none;user-select:none}#barrier-free-container .barrier-free-body ul li:hover>div,#barrier-free-container .barrier-free-body ul li.active-button>div{background-color:#184f87}#barrier-free-container .barrier-free-body ul li:active>div{background-color:#0b6ccd}#barrier-free-container .barrier-free-body ul li.barrier-free-speed-fast>div{background-color:#a93838}#barrier-free-container .barrier-free-body ul li.barrier-free-speed-normal>div{background-color:#184f87}#barrier-free-container .barrier-free-body ul li.barrier-free-speed-slow>div{background-color:#d8a538}#barrier-free-container .barrier-free-screen-container{position:fixed;bottom:0;padding:10px 30px;width:100%;height:150px;font-size:50px;font-weight:700;text-align:center;border:1px solid #000;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.4549019608);overflow-y:auto}#barrier-free-container .barrier-free-cross-top{position:fixed;background-color:red;width:3px;height:300px;transform:translate(-50%, calc(-100% - 10px))}#barrier-free-container .barrier-free-cross-bottom{position:fixed;background-color:red;width:3px;height:300px;transform:translate(-50%, 10px)}#barrier-free-container .barrier-free-cross-left{position:fixed;background-color:red;width:300px;height:3px;transform:translate(calc(-100% - 10px), -50%)}#barrier-free-container .barrier-free-cross-right{position:fixed;background-color:red;width:300px;height:3px;transform:translate(10px, -50%)}