.jurisdictionManage{position:relative;background:#f0f2f5}.jurisdictionManage .addInfo{width:30px;height:60px;position:fixed;font-size:14px;top:28px;right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom-left-radius:15px;border-bottom-right-radius:15px;color:#8995cb;background:#fff;-webkit-box-shadow:0 0 1.8px 1px #eee;box-shadow:0 0 1.8px 1px #eee;opacity:.9;z-index:1;cursor:pointer}.jurisdictionManage .addInfo:hover{animation:height-change .3s forwards;-webkit-animation:height-change .3s forwards}@keyframes height-change{20%{top:40px}to{top:60px}}@-webkit-keyframes height-change{20%{top:40px}to{top:60px}}.create{text-decoration:underline;color:#8995cb;cursor:pointer}.treeBox{width:100%}.treeBox span{width:90%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}