.newchange-location {
    float:right;
    height:50px;
    line-height:50px;
    margin-right:10px;
    text-align:center;
    position:relative;
    z-index:9999
}
.newchange-location:before {
    left:0
}
.newchange-location:after {
    right:0
}
.newchange-location:after,.newchange-location:before {
    position:absolute;
    top:12px;
    content:"";
    width:1px;
    height:26px;
    background:hsla(0,0%,100%,.27)
}
.newchange-location-menu {
    height:50px;
    display:block
}
.newchange-location-menu-title {
    padding:0 13px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    height:50px;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    color:#fff;
    cursor:pointer
}
.newchange-location-menu-title .ell-box {
    width:200px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.newchange-location-menu .menu-arrow {
    border-color:#fff transparent transparent;
    margin-top:5px
}
.newchange-location-menu .menu-arrow,.newchange-location-menu:hover .menu-arrow {
    border-style:solid;
    border-width:6px 5px 5px 6px;
    width:0;
    height:0;
    margin-left:6px
}
.newchange-location-menu:hover .menu-arrow {
    border-color:transparent transparent transparent #fff
}
.newchange-location-menu-cont {
    position:relative;
    min-height:50px
}
.newchange-location-menu-cont .newchange-location-menu-tree {
    position:absolute;
    width:240px;
    padding:0 0 10px;
    background:#38a7df;
    border-radius:0 0 4px 4px
}
.newchange-location-menu-cont .menu-tree-single {
    max-height:80vh;
    overflow-x:hidden;
    overflow-y:auto
}
.newchange-location-menu-cont li {
    position:relative;
    list-style:none;
    padding:0 0 0 10px;
    margin:0;
    width:240px;
    height:30px;
    cursor:pointer;
    color:#fff
}
.newchange-location-menu-cont .menu-name {
    line-height:30px;
    text-align:left;
    height:30px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.newchange-location-menu-cont .menu-name:hover {
    background:#0674a7
}
.newchange-location-menu-cont li>ul {
    position:absolute;
    top:-10px;
    right:240px;
    margin:0;
    widows:240px;
    background:#38a7df!important;
    padding:10px 0;
    border-radius:8px
}
.newchange-location-menu-cont .menu-leafNode {
    max-height:80vh;
    overflow-y:scroll;
    /*display:none*/
}
.all-menu{
    overflow: hidden;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 55px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 100;
    cursor: pointer;
}
.all-menu .left-side{
    width: 180px;
    opacity: .9;
    background-image: -webkit-linear-gradient(243deg,#00b7eb,#1f9ad7 95%);
    background-image: linear-gradient(-153deg,#00b7eb,#1f9ad7 95%);
}
.all-menu .main-body{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 20px 10px 20px 36px;
}
.all-menu .main-body .all-menu-list{
    height: calc(100vh - 129px);
    overflow: scroll;
    margin: 10px 0 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.all-menu .main-body .all-menu-list dl{
    overflow: hidden;
    margin: 0;
}
.all-menu .main-body .all-menu-list dl dt{
    font-size: 16px;
    color: #333;
    margin: 10px 0 8px;
}
.all-menu .main-body .all-menu-list dl dd{
    width: 199px;
    height: 30px;
    padding: 6px;
    margin: 0;
    float: left;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.all-menu .left-side a{
    display: block;
    background: #fff;
    color: #00b7eb;
    text-indent: 22px;
    height: 64px;
    line-height: 64px;
}
.all-menu .main-body .all-menu-list dl dd a{
    display: block;
    text-decoration: none;
    color: #333;
    padding-left: 14px;
}
.all-menu .main-body .all-menu-list dl dd i{
    position: absolute;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: -12px;
    background: #ccc;
}
.all-menu .main-body .all-menu-list dl dd a:hover{
    color:#00b7eb;

}
.next-input.next-disabled input, .next-input.next-disabled textarea{
    color:#333 !important;
    border-color: #ccc!important;
    background-color: #eee!important;
    cursor: not-allowed!important;
}
.next-table-fixed .next-table-header{
    background: none !important;
}
