html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.qc-ui-shade {
    background: #000000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    display: none;
}

.qc-ui-panel {
}

.qc-ui-loadding-panel {
    background: #000000;
    width: 220px;
    height: 97px;
    border-radius: 15px;
    opacity: 0.6;
    left: calc((100% - 220px) / 2);
    top: calc((100% - 97px) / 2);
    position: fixed;
    z-index: 10000;
    /*display:none;*/
}

.qc-ui-loadding-word {
    width: 220px;
    height: 97px;
    border-radius: 15px;
    left: calc((100% - 220px) / 2);
    top: calc((100% - 97px) / 2);
    position: fixed;
    z-index: 10001;
    /*display:none;*/
}

.qc-ui-loadding-word i {
    width: 25px;
    height: 25px;
    margin-left: 15px;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: qc-ui-anim-loading 1.4s infinite ease-in-out;
    animation: qc-ui-anim-loading 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.qc-ui-loadding-word .qc-ui-loading-icon {
    text-align: center;
    margin: 20px;
    margin-bottom: 0px;
}

.qc-ui-loadding-word .qc-ui-loading-icon i:first-child {
    margin-left: 0;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}

.qc-ui-loadding-word .qc-ui-loading-icon i.qc-ui-layerload {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}

.qc-ui-loadding-word .qc-ui-loadding-text {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    width: 90%;
    margin-left: 5%;
}

@-webkit-keyframes qc-ui-anim-loading {

    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes qc-ui-anim-loading {

    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.right-menu-list {
    overflow: hidden;
    /*隐藏溢出的元素*/
    box-shadow: 0 1px 1px #888, 1px 0 1px #ccc;
    position: absolute;
    /*自定义菜单相对与body元素进行定位*/
    display: none;
    z-index: 99999;
    background: #ffffff;
    min-width: 200px;
    line-height: 23px;
}

.right-menu-list div {
    padding: 5px 10px;
    cursor: pointer;
}

.right-menu-list hr {
    height: 1px;
    line-height: 1px;
    margin: 0px;
    padding: 0px;
}

.right-menu-list .disabled {
    color: #888
}

.right-menu-list div:hover {
    background: #f9f9f9;
}

#inputNodePanel {
    height: auto;
    min-height: 1.42em;
    overflow: hidden;
}

#inputNodePanel li:first {
    margin-left: -5px;
}

#inputNodePanel li {
    padding: 0px;
    list-style: none;
    width: auto;
    float: left;
    border: 1px solid #cfdadd;
    padding: 3px 10px;
    margin-top: -2px;
    font-size: 11px;
    margin-right: 10px;
    border-radius: 5px;
    cursor: pointer;
    color: #000000;
}

#AutoComplater .active {
    background: #67C23A;
    color: #FFFFFF;
}


#inputNodePanel li::after {
    content: "      x";
    align-content: right;

}

#inputNodePanel input {
    border: none;
    float: left;
}


#AutoComplater {
    position: absolute;
    width: 300px;
    min-height: 360 xp;
    line-height: 35px;
    background: #f9f9f9;
    border: solid 1px #cccccc;
    display: none;
    font-size: 12px;
    z-index: 999999;
}

#AutoComplater ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
    text-indent: 10px;
}

#AutoComplater li {
    color: #000000;
}


#AutoComplater .lifirst {
    background: #ffffff;
    border-bottom: dashed 1px #888888;
}

#AutoComplater li:hover {
    background: #fffff0;
    cursor: pointer;
    color: #000000;
    font-weight: bold;
}

.cn_word {
    font-size: 11px;
    color: #888;
    margin-right: 5px;
}

.layer_notice {
    display: none;
}

.NodeItem {
    height: auto;
    width: auto;
    margin: 0px;
    padding: 0px;
    background: #fafafa;
    position: relative;
}

.flex-row {
    display: inline-flex;
    margin-right: 6px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 6px;
    font-weight: 500;
    height: 30px;
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    position: relative;
}

/*.flex-row .qhide {*/
/*    display: none;*/
/*}*/

/*.flex-row:hover .qhide {*/
/*    display: block;*/
/*}*/

.flex-row input {
    width: auto;
    max-width: 80px;
    line-height: 28px;
    text-align: center;
    border: none;
    height: 28px;
    color: #333333;
    border-right: solid 1px #cfdadd;
}

.flex-row input:hover {
    color: #333;
}

.flex-row button {
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-weight: 600;
    border: none;
    border-left: solid 1px #cfdadd;
    position: relative;
    margin-left: -1px;
    margin-right: -1px;
    background: #FFFFFF;
    border-right: solid 1px #cfdadd;
    outline: 0 !important;
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
}

.flex-row button:hover {
    background-color: #e6e6e6;
}

.fixfloats {
    left: 0;
    right: 0;
    z-index: 999999;
    background: rgba(255, 255, 255, 1);
}

.fixfloats .form-control {
    min-height: 34px;
    height: auto;
    overflow: auto;
}

.fixfloats .form-control li {
    margin-bottom: 5px;
}


.NodeItem li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: auto;
    font-size: 11px;
    background: #ffffff;
    border: 1px solid #cfdadd;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    -moz-user-select: none;
}

.NodeItem li:hover {
    background: #fbf8e3;
}

.NodeItem b::after {
    content: "      ×";
    align-content: right;
}

.NodeItem li p {
    padding: 10px;
    float: left;
    max-width: 150px;
}

.NodeItem li b {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding: 6px 10px;
    font-size: 11px;
    cursor: pointer;
    margin: 10px;
    border-radius: 5px;
    line-height: 30px;
    background: #f9f9f9;
    border: 1px solid #cfdadd;
}

.nodeFee {
    margin-top: 10px;
    width: auto;
    height: auto;
    overflow: hidden;
    margin-left: -15px;
}

.NodeItem .btn-group {
    margin-right: 10px;
}

.NodeItem .btn-group:first {
    margin-left: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}


.mg10 {
    margin: 10px;
}

.lazy-tab .tab-content {
    position: relative;
}

.lazy-tab .tab-content .tab-page {
    display: none;
    position: relative;
    width: 100%;
}

.lazy-tab .tab-content .active {
    display: block;
}

.nborder {
    border: solid 1px #cfdadd;
    padding: 10px;
    border-radius: 5px;
    margin-left: 0px;
    margin-right: 0px;
}

.fixfloat {
    position: fixed;
    width: calc(81.333% - 60px);
    width: -moz-calc(81.333% - 60px);
    width: -webkit-calc(81.333% - 60px);
    z-index: 9999;
    background: #ffffff;
}

#inputNodePanelOther li::after {
    content: "×";
    align-content: right;
}

#inputNodePanelOther input {
    border: none;
    float: left;
}

#inputNodePanelOther li {
    padding: 0px;
    list-style: none;
    width: auto;
    float: left;
    border: 1px solid #cfdadd;
    padding: 3px 10px;
    margin-top: -2px;
    font-size: 11px;
    margin-right: 10px;
    border-radius: 5px;
    cursor: pointer;
}

#inputNodePanelNotcar input {
    border: none;
    float: left;
}

#inputNodePanelNotcar li::after {
    content: "      ×";
    align-content: right;
}

#inputNodePanelNotcar li {
    padding: 0px;
    list-style: none;
    width: auto;
    float: left;
    border: 1px solid #cfdadd;
    padding: 3px 10px;
    margin-top: -2px;
    font-size: 11px;
    margin-right: 10px;
    border-radius: 5px;
    cursor: pointer;
}


.nodeFee .input-group-addon {
    font-size: 10px;
}

.multiselect {
    width: 100%;
}

.remote-select {
    width: 100%;
    min-height: 34px;
    /*height: 34px;*/
    border: solid 1px #cfdadd;
    border-radius: 2px;
    margin: 0;
    padding: 0;
    position: relative;
    user-select: none;
}

.remote-select .header {
    position: relative;
    display: inline-flex;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
}

.remote-select .header ul {
    flex: 1;
}

.remote-select .header .fa-chevron-down {
    width: 34px;
    padding: 10px 12px;
    font-size: 14px;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.remote-select ul {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.remote-select ul .placeholder {
    line-height: 34px;
    text-indent: 10px;
    color: rgba(0, 0, 0, 0.3);
}

.remote-select ul li {
    padding: 2px 20px 2px 12px;
    margin: 4px;
    color: #ffffff;
    background: #409eff;
    border-radius: 3px;
    max-height: 24px;
    font-size: 12px;
    position: relative;
}

.remote-select ul li span {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    color: #ffffff;
    width: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

/*.remote-select ul::after {*/
/*    position: absolute;*/
/*    top: 1px;*/
/*    right: 1px;*/
/*    content: '▼';*/
/*    padding: 6px 6px 6px 12px;*/
/*    font-size: 12px;*/
/*    cursor: pointer;*/
/*    !*transform: rotateZ(180deg);*!*/
/*}*/

.remote-select.show .fa-chevron-down {
    transform: rotateZ(180deg);
    padding: 10px 6px;
}

.remote-select .body {
    display: none;
    position: absolute;
}

.remote-select.show .body {
    display: block;
    position: absolute;
    border: solid 1px #cfdadd;
    width: calc(100% + 2px);
    left: -1px;
    top: 100%;
    padding: 5px;
    z-index: 999;
    background: #ffffff;
}

.remote-select .body button {
    padding: 6px 12px;
    font-size: 12px;
    background: none;
    border: none;
    position: relative;
    text-indent: 24px;
}

.remote-select .body button .fa {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 34px;
    line-height: 28px;
}

.remote-select .searchbar {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    width: calc(100% - 10px);
    margin-left: 10px;

}

.remote-select .searchbar::before {
    content: '\f002';
    font-family: FontAwesome;
    line-height: 34px;
}

.remote-select .searchbar input {
    border: none;
    width: 100%;
    padding: 5px 12px;
}

.remote-select .list {
    display: block;
    max-height: 200px;
    overflow-y: auto;
}

.remote-select .list .list-item {
    line-height: 34px;
    text-indent: 10px;
    cursor: pointer;
}

.remote-select .list .list-item.checked::before {
    content: '\f14a';
    font-family: FontAwesome;
    margin-right: 5px;
}

.remote-select .list .list-item.uncheck::before {
    content: '\f096';
    font-family: FontAwesome;
    margin-right: 5px;
}

.remote-select .list .list-item:hover {
    color: #ffffff;
    background: #409eff;

}

.remote-select .list .empty {
    text-align: center;
    line-height: 50px;
    color: rgba(0, 0, 0, 0.3);
}

.q-menu {
    height: 28px;
    position: relative;
}

.q-menu li {
    min-width: 30px;
    height: 28px;
    line-height: 28px;
    border: none;
    text-align: center;
    padding: 0;
    position: relative;
    border-radius: 0;
}

.q-menu .menu-list {
    position: absolute;
    min-width: 90px;
    top: 29px;
    left: 0;
    z-index: 8888;
    display: none;
}

.q-menu li:hover .menu-list {
    display: block;
    border: solid 1px #ccc;
    margin: -1px;
}

.q-menu .menu-list button {
    width: 100%;
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    margin-top: -1px;
}

.q-menu .menu-list .remove {
    color: firebrick;
}

.q-menu .menu-list button i {
    width: 20px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 5px;
}

.nodeitemlist .input-group-addon {
    user-select: none;
}

.degrees180 {
    transform: rotate(180deg);
}

.degrees90 {
    transform: rotate(90deg);
}

.smallsize {
    font-size: 12px;
}

.colorspicker {
    width: 100%;
    height: 100%;
}

.colorspicker ul {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 100%;

}

.colorspicker ul > li {
    position: relative;
    width: 6.25%;
    height: 30px;
    padding: 5px;
    float: left;
}

.colorspicker ul li button {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}