#treeBox {
    position:relative;
  
    margin:auto;font-size: 16px !important;
}
#treeBox .focusEl {
    padding:8px;
    width: 3.6rem;
    height: 3.6rem;margin-bottom: 2px;
    outline:none;border-radius: 50%;
    font-size: 26px !important; color: #999;
    border:1px solid #ccc;
    cursor: pointer;
}
#treeBox .focusEl::-webkit-input-placeholder {
    color:#999;
}
.treeBox {
    position:fixed;
    top:17%;
    left:61%;
    background:#fff;
    z-index:2;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    border-radius:6px;
    color:#555;
    display:none;
}
.treeBox table {
    width:100%;
    margin:auto;
    font-size:0;
    overflow:hidden;
}
.treeBox td {
    border:1px solid #ccc;
    border-right:none;
    padding:8px 0;
    vertical-align:top;
    overflow:auto;
}
.treeBox td:last-child {
    border-right:1px solid #ccc;
}
.tree {
    overflow:auto;
}
.tree::-webkit-scrollbar {
    display:none;
}
.treeBox a {
    cursor:pointer;
    font-size:13px;
}
.lv1,.lv2 {
    display:block;
    line-height:32px;
}
.lv1:hover,.lv2:hover {
    background:#f5f5f5;
}
.tree-active {
    background:rgba(44, 109, 210, 1);
    color:#fff;
}
.treeBox .tree-active:hover {
    background:rgba(44, 109, 210, 1);
    color:#fff;
}
.treeBox label {
    display:block;
    cursor:pointer;
    font-size: 13px;
    line-height: 32px;
}
.treeBox label input,.treeBox label span {
    vertical-align:middle;
}
.treeBox label:hover {
    background:#f5f5f5;
}
.lv2-parent,.lv3-parent {
    display:none;
}
.tree-show {
    display:block;
}
.tree-status {
    line-height:44px;
    height:44px;
    padding:0 16px;
    text-align:left;
}
.tree-del-all {
    float:right;
    line-height:44px;
    height:44px;
    color:rgba(44, 109, 210, 1);
    display:block;
}
.tree-selected-item {
    font-size:13px;
    margin:0;
    padding:0 16px;
    text-align:left;
    line-height:32px;
}
.tree-selected-item:hover {
    background:#f5f5f5;
}
.tree-del-this {
    float:right;
    width:32px;
    height:32px;
    background:url("images/tree-del.png") no-repeat center;
    background-size:50%;
}
.tree-send-val {
    padding:16px;
    text-align:right;
}
.tree-send-val .tree-btn {
    margin-left:12px; 
}
.tree-btn {
    display: inline-block;
    font-size: 13px;
    background: rgba(44, 109, 210, 1);
    color: #fff;
    width: 80px;
    line-height: 30px;
    border-radius: 4px;
    text-align:center;
    border:1px solid transparent;
}
.tree-confirm {
    background: rgba(44, 109, 210, 1);
    color: #fff;
    border-color:rgba(44, 109, 210, 1);color: #fff  !important;
}
.tree-close {
    background:#fff;
    color:#888 !important;
    border-color:#ccc;
}
.tree-top {
    text-align:left;
    padding:8px 16px;
}

.tree-top p {
    margin:0;
    height:44px;
    line-height:44px;
    font-size:13px;
    color:rgba(44, 109, 210, 1);
}
.tree-top a {
    display:inline-block;
    margin-right:16px;
    height:24px;
    padding:0 8px;
    line-height:24px;
    border-radius:4px;
}
.tree-top a:hover {
    color:rgba(44, 109, 210, 1);
}

.lv3{width: auto !important;}
.td2{color: #333 !important;}

.to__header .to__addUser {
    margin: 0 auto;
    width: 90%;
    font-size: 20px;
  }
  .to__header .to__flow {
    margin: 0 auto;
    padding: 15px 0;
    width: 90%;
    display: block;
  }
  .to__header .to__flow .to__flow__item {
    position: relative;
    width: 30%;
    color: #999;
    display: inline-block;
  }
  .to__header .to__flow .to__flow__item .to__round {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 50%;
    display: inline-block;
  }
  .to__header .to__flow .to__flow__item .to__active {
    color: #fff;
    background-color: #175ad8;
    border: 1px solid #175ad8;
  }
  .to__header .to__flow .to__flow__item .to__flow__name {
    display: inline-block;
    cursor: pointer;
  }
  .to__header .to__flow .to__flow__item::after {
    margin: auto 0;
    content: ">";
    position: absolute;
    right: 33%;
    top: 0;
    bottom: 0;
    height: 20px;
    line-height: 20px;
    font-size: 26px;
  }
  .to__header .to__flow .to__flow__item:last-child::after {
    content: "";
  }
  .to__block {
    padding-left: 10px;
    text-align: center;
  }
  .to__block .to__left,
  .to__block .to__right {
    width: 45%;
    display: inline-block;
    vertical-align: text-top;
  }
  .to__block .to__left .to__item,
  .to__block .to__right .to__item {
    margin-left: -100px;
    padding-left: 140px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
  }
  .to__block .to__left .to__title,
  .to__block .to__right .to__title {
    line-height: 30px;
    text-align: left;
  }
  .to__block .to__left .to__title .to__remark,
  .to__block .to__right .to__title .to__remark {
    color: #999;
    display: inline-block;
  }
  .to__block .to__left .to__content,
  .to__block .to__right .to__content {
    width: 100%;
    height: 300px;
    text-align: left;
    border: 1px solid #ccc;
    box-sizing: border-box;
    overflow-y: auto;
  }
  .to__block .to__left .to__content .to__search,
  .to__block .to__right .to__content .to__search {
    position: relative;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
  }
  .to__block .to__left .to__content .to__search input,
  .to__block .to__right .to__content .to__search input {
    padding-left: 20px;
    padding-right: 100px;
    width: 100%;
    border: none;
    box-sizing: border-box;
  }
  .to__block .to__left .to__content .to__search .to__icon__search,
  .to__block .to__right .to__content .to__search .to__icon__search {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 30px;
    border-left: 1px solid #ccc;
  }
  .to__block .to__left .to__content .to__search .to__icon__search svg,
  .to__block .to__right .to__content .to__search .to__icon__search svg {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .to__block .to__left {
    position: relative;
    margin-right: 30px;
  }
  .to__block .to__left > div .to__subItem {
    padding-left: 20px;
    
  }
  .to__block .to__left > div .to__show {
    display: block ;
  }
  .to__block .to__left > div .to__subItem {
    padding-left: 20px;
    
  }
  .to__block .to__left > div .to__subItem > div .to__subItem {display: none;}
  .to__block .to__left > div .to__subItem  div:first-child .to__subItem {display: block;}
  .to__block .to__left > div .to__subItem > div .to__subItem.to__show {display: block ;}
  .to__block .to__left .to__arrow {
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #999;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    transform: translateX(120%);
  }
  .to__block .to__left .to__arrow span:last-child {
    margin-left: -16px;
  }
  .to__block .to__left .to__item {
    position: relative;
  }
  .to__block .to__left .to__item .to__dropdownList {
    position: relative; 
  }
  .to__block .to__left .to__item .to__dropdownList i {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 6px;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: auto 0;
    cursor: pointer;
    transform: rotate(-90deg);
  }
  .to__block .to__left .to__item .to__dropdownList i svg {
    position: absolute;
    z-index: 2;
  }
  .to__block .to__left .to__item .to__dropdownList .to__roate {
    transform: rotate(0);
  }
  .to__block .to__left .to__item input[type="checkbox"] {
    position: relative;
    margin-right: 6px;
    width: auto; padding: 0 !important; border-radius: 3px;
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top: 0;
    background: #fff;
    border: #ccc solid 1px;
    min-height: 12px;
    min-width: 12px;
  }
  .to__block .to__left .to__item input[type="checkbox"]:checked {
    background: #3190e8;
  }
  .to__block .to__left .to__item input[type=checkbox]:checked::after {
    content: '';
    top: 2px;
    left: 1px;
    position: absolute;
    background: transparent;
    border: #fff solid 2px;
    border-top: none;
    border-right: none;
    height: 2px;
    width: 6px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .to__block .to__left .to__item .to__name {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
  }
  .to__block .to__right {
    position: relative;
  }
  .to__block .to__right .to__item {
    position: relative;
  }
  .to__block .to__right .to__item .to__close {
    margin: auto 0;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  .to__block .to__right .to__item .to__close i {
    font-size: 20px;
    transform: rotate(45deg);
    font-style: normal;
    display: inline-block;
  }
  .to__footer {
    margin-top: 15px;
    text-align: center;
  }
  .to__footer .to__btn__group {
    display: inline-block;
  }
  .to__footer .to__btn__group .to__btn {
    margin: 0 25px;
    padding: 8px 0;
    width: 80px;
    border: 1px solid #999;
    display: inline-block;
  }
  .to__footer .to__btn__group .to__btn__primary {
    color: #fff;
    background-color: #175ad8;
  }
  