.vis-button {
    background-image: none!important;
    /* background-color:rgba(255,255,255,.7); */
}

.vis-button:hover {
    -webkit-box-shadow: #2ec1e5!important;
    -moz-box-shadow: #2ec1e5!important;
    box-shadow: #2ec1e5!important
}

.vis-direction-before,.vis-down::before,.vis-left::before,.vis-right::before,.vis-up::before,.vis-zoomExtends::before,.vis-zoomIn::before,.vis-zoomOut::before {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 2.5em;
    color: #3cc5e7;
    text-shadow: 1px 1px #faebd7;
    margin-top: 0;
    margin-left: 2px
}

.vis-up::before {
    content: "\f01b";
}

.vis-left::before {
    content: "\f190"
}

.vis-right::before {
    content: "\f18e"
}

.vis-down::before {
    content: "\f01a"
}

.vis-zoomIn::before {
    content: "\f055";
    font-size: 2.4em;
    margin-left: 2.5px
}

.vis-zoomOut::before {
    content: "\f056";
    font-size: 2.4em;
    margin-left: 2.5px
}

.vis-zoomExtends::before {
    content: "\f1cd";
    font-size: 2.4em;
    margin-left: 2.5px
}

h1,h2,h3,h4,h5,h6 {
    color: inherit;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5em;
    margin-top: 0
}

.h1,.h2,.h3,.h4,.h5,.h6 {
    font-weight: 500
}

.h1,h1 {
    font-size: 2rem
}

.h2,h2 {
    font-size: 1.6rem
}

.h3,h3 {
    font-size: 1.4rem
}

.h4,h4 {
    font-size: 1.2rem
}

.h5,h5 {
    font-size: 1rem
}

.h6,h6 {
    font-size: .8rem
}

p {
    margin: 0 0 1.2rem
}

a,ins,u {
    text-decoration-skip: ink edges
}

a,a:hover {
    text-decoration: none;
    color: #333
}

li,ul {
    list-style: none
}

svg {
    fill: currentColor
}

abbr[title] {
    border-bottom: .05rem dotted;
    cursor: help;
    text-decoration: none
}

kbd {
    font-size: .7rem
}

mark {
    border-bottom: .05rem solid #ffd367;
    border-radius: .1rem;
    padding: .05rem .1rem 0
}

blockquote {
    border-left: .1rem solid #dadee4;
    margin-left: 0;
    padding: .4rem .8rem
}

blockquote p:last-child {
    margin-bottom: 0
}

ol,ul {
    margin: .8rem 0 .8rem .8rem;
    padding: 0
}

ol ol,ol ul,ul ol,ul ul {
    margin: .8rem 0 .8rem .8rem
}

ol li,ul li {
    /* margin-top: .4rem */
}

ul {
    list-style: disc inside
}

ul ul {
    list-style-type: circle
}

ol {
    list-style: decimal inside
}

ol ol {
    list-style-type: lower-alpha
}

dl dt {
    font-weight: 700
}

dl dd {
    margin: .4rem 0 .8rem 0
}

button:active {
    border: none
}

.igraph-button {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background-color: #3cc5e7;
    border-color: #3cc5e7;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px
}

.igraph-button:focus {
    outline: 0
}

.igraph-button:hover {
    background: #2ec1e5;
    border-color: #2ec1e5
}

.igraph-button-sq {
    width: 20px;
    height: 20px;
    background-color: #3cc5e7;
    color: #fff;
    float: right;
    padding: 6px;
    text-align: center;
    cursor: pointer
}

.igraph-button-sq i {
    line-height: 20px
}

.igraph-button-sq:focus {
    outline: 0
}

.is-warning {
    background-color: #ffb700;
    border-color: #ffb700
}

.is-warning:hover {
    background-color: #f5b000;
    border-color: #f5b000
}

.is-danger {
    background-color: #ff4351;
    border-color: #ff4351
}

.is-danger:hover {
    background: #ff3948;
    border-color: #ff3948
}

.igraph-button.btn-sm {
    font-size: 10px;
    height: 24px;
    line-height: 24px;
    padding: 0 14px
}

button.ui-button2 {
    text-align: center;
    width: 28px;
    height: 28px;
    padding: 2px;
    border-radius: 50%;
    transition: none;
    color: #bcc3ce;
    border-style: none;
    font-size: 1.6em;
    cursor: pointer
}

button.ui-button2:hover {
    border-style: none;
    color: #fff;
    background-color: #3cc5e7
}

button.ui-button2:focus {
    outline: 0
}

button.ui-button2-checked {
    border-style: none;
    color: #3cc5e7
}

input[type=color] {
    border: 0
}

textarea.connect-gson-string {
    width: 360px;
    height: 250px;
    font-family: SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace!important;
    font-size: 12px!important
}

input.connect-gson-url {
    width: 360px;
    font-family: SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace!important;
    font-size: 12px!important
}

.igraph-modal {
    display: none
}

.igraph-modal .igraph-modal-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    overflow: hidden;
    transform: translate(-50%,-50%);
    box-shadow: rgba(116,112,112,.555) 1px 1px 10px;
    pointer-events: auto;
    width: 420px;
    border-radius: 6px
}

.igraph-modal .igraph-modal-wrapper .igraph-modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    color: #555;
    cursor: pointer
}

.igraph-modal .igraph-modal-wrapper .igraph-modal-main {
    position: relative;
    padding: 15px 0;
    min-height: 100px;
    font-size: 14px;
    line-height: 160%;
    overflow: auto;
    word-break: break-all;
    color: #292929;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain
}

.mt-tabpage .mt-tabpage-title {
    height: 44px;
    font-size: 0;
    background-color: #fff;
    width: 94%;
    margin: auto;
    background: #fff;
    border-bottom: 1px solid #f1f1f1
}

.mt-tabpage .mt-tabpage-title .mt-tabpage-item {
    display: inline-block;
    width: 105px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #666;
    font-size: 14px
}

.mt-tabpage .mt-tabpage-title .mt-tabpage-item:hover {
    color: #3cc5e7
}

.mt-tabpage .mt-tabpage-title .mt-tabpage-item-cur {
    color: #3cc5e7;
    border-bottom: 1px solid #3cc5e7
}

.mt-tabpage .mt-tabpage-count {
    position: relative;
    width: 100%;
    overflow: hidden
}

.mt-tabpage .mt-tabpage-count ul.mt-tabpage-cont__wrap {
    margin-left: 0;
    padding: 0 20px
}

.mt-tabpage .mt-tabpage-count ul.mt-tabpage-cont__wrap .mt-tabpage-content {
    display: none
}

.mt-tabpage .mt-tabpage-count ul.mt-tabpage-cont__wrap .mt-tabpage-content-cur {
    display: block
}

.inputCtrl {
    width: 100%;
    margin-top: 10px
}

.inputCtrl img {
    width: 100%
}

.igraph-input {
    outline-style: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px 6px;
    width: 300px;
    font-size: 14px;
    font-weight: 300
}

.igraph-input-label {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 700
}

.igraph-input:focus {
    border-color: #4ac9e9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.igraph-uploader-wrapper {
    width: 100%;
    min-height: 200px
}

.igraph-uploader-img {
    width: 100%;
    display: none
}

.igraph-filebox {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: #3cc5e7 dashed 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.igraph-filebox span {
    font-size: 26px;
    color: #888
}

.igraph-cam-video {
    width: 100%
}

.igraph-cam-image {
    width: 100%;
    display: none
}

div.line {
    height: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 8px;
    margin-right: 8px
}

span.ui-spinner {
    font-size: .6em
}

span.relfinder-icon {
    margin-top: 8px;
    color: #3cc5e7;
    font-size: 1.1em
}

button.relfinder-btn {
    font-size: .9em;
    border-radius: 5px
}

div.relfinder-searchbox-container {
    width: 220px;
    float: right
}

div.relfinder-dlg {
    padding: 4px;
    position: absolute;
    width: 260px;
    cursor: hand;
    background: #fff;
    box-shadow: rgba(116,112,112,.555) 1px 1px 10px;
    z-index: 900
}

div.rellistPanel {
    padding: 4px;
    position: absolute;
    width: 260px;
    cursor: hand;
    background: #fff;
    box-shadow: rgba(116,112,112,.555) 1px 1px 10px;
    z-index: 900
}

.rellist-title {
    font-size: 1rem;
    margin: 0;
    color: #646464;
    padding: 5px 5px 0 5px
}

ul.rellist {
    margin: 0;
    list-style-type: none;
    padding: 5px;
    max-height: 250px;
    overflow: scroll
}

.relitem {
    color: #464646;
    padding: .1rem;
    border-left: 3px solid;
    background: #f4f4f4;
    margin-bottom: .1rem;
    border-radius: 3px;
    line-height: 1.6rem
}

.relitem:hover {
    background: #e8e8e8
}

.relitem span {
    margin-right: .2rem
}

.relnode {
    border: 1px solid #3cc5e7;
    border-radius: 5px;
    padding: 1px;
    font-size: 12px;
    background-color: #3cc5e7;
    color: #fff
}

.reledge {
    padding: 1px;
    font-size: 12px;
    background-color: #96dfb0;
    color: #fff;
    position: relative
}

h1,h2,h3,h4,h5,h6 {
    color: inherit;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5em;
    margin-top: 0
}

.h1,.h2,.h3,.h4,.h5,.h6 {
    font-weight: 500
}

.h1,h1 {
    font-size: 2rem
}

.h2,h2 {
    font-size: 1.6rem
}

.h3,h3 {
    font-size: 1.4rem
}

.h4,h4 {
    font-size: 1.2rem
}

.h5,h5 {
    font-size: 1rem
}

.h6,h6 {
    font-size: .8rem
}

p {
    margin: 0 0 1.2rem
}

a,ins,u {
    text-decoration-skip: ink edges
}

a,a:hover {
    text-decoration: none;
    color: #333
}

li,ul {
    list-style: none
}

svg {
    fill: currentColor
}

abbr[title] {
    border-bottom: .05rem dotted;
    cursor: help;
    text-decoration: none
}

kbd {
    font-size: .7rem
}

mark {
    border-bottom: .05rem solid #ffd367;
    border-radius: .1rem;
    padding: .05rem .1rem 0
}

blockquote {
    border-left: .1rem solid #dadee4;
    margin-left: 0;
    padding: .4rem .8rem
}

blockquote p:last-child {
    margin-bottom: 0
}

ol,ul {
    margin: .8rem 0 .8rem .8rem;
    padding: 0
}

ol ol,ol ul,ul ol,ul ul {
    margin: .8rem 0 .8rem .8rem
}

ol li,ul li {
    /* margin-top: .4rem */
}

ul {
    list-style: disc inside
}

ul ul {
    list-style-type: circle
}

ol {
    list-style: decimal inside
}

ol ol {
    list-style-type: lower-alpha
}

dl dt {
    font-weight: 700
}

dl dd {
    margin: .4rem 0 .8rem 0
}

button:active {
    border: none
}

.igraph-button {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background-color: #3cc5e7;
    border-color: #3cc5e7;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px
}

.igraph-button:focus {
    outline: 0
}

.igraph-button:hover {
    background: #2ec1e5;
    border-color: #2ec1e5
}

.igraph-button-sq {
    width: 20px;
    height: 20px;
    background-color: #3cc5e7;
    color: #fff;
    float: right;
    padding: 6px;
    text-align: center;
    cursor: pointer
}

.igraph-button-sq i {
    line-height: 20px
}

.igraph-button-sq:focus {
    outline: 0
}

.is-warning {
    background-color: #ffb700;
    border-color: #ffb700
}

.is-warning:hover {
    background-color: #f5b000;
    border-color: #f5b000
}

.is-danger {
    background-color: #ff4351;
    border-color: #ff4351
}

.is-danger:hover {
    background: #ff3948;
    border-color: #ff3948
}

.igraph-button.btn-sm {
    font-size: 10px;
    height: 24px;
    line-height: 24px;
    padding: 0 14px
}

button.ui-button2 {
    text-align: center;
    width: 28px;
    height: 28px;
    padding: 2px;
    border-radius: 50%;
    transition: none;
    color: #bcc3ce;
    border-style: none;
    font-size: 1.6em;
    cursor: pointer
}

button.ui-button2:hover {
    border-style: none;
    color: #fff;
    background-color: #3cc5e7
}

button.ui-button2:focus {
    outline: 0
}

button.ui-button2-checked {
    border-style: none;
    color: #3cc5e7
}

input[type=color] {
    border: 0
}

textarea.connect-gson-string {
    width: 360px;
    height: 250px;
    font-family: SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace!important;
    font-size: 12px!important
}

input.connect-gson-url {
    width: 360px;
    font-family: SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace!important;
    font-size: 12px!important
}

div.ResultListPanel,div.infoPanel,div.pannel,div.searchPanel,div.toolbarPanel {
    display: none;
    padding: 4px;
    position: absolute;
    box-shadow: rgba(116,112,112,.555) 1px 1px 10px;
    z-index: 888;
    background: #fff;
    position: absolute
}

.ui-draggable,.ui-droppable {
    background-position: top
}

div.infoPanel {
    /* 左上角提示信息 */
    display: none !important;
    padding: 5px;
    width: 258px;
    background: rgba(230,217,202,.8)
}

div.infoPanel .infoPanel1 {
    width: 230px;
    float: left
}

div.infoPanel .infoPanel2 {
    width: 20px;
    height: 20px;
    float: right;
    padding: 5px 0 5px 5px;
    cursor: pointer
}

div.infoPanel .btnCloseInfoPanel {
    color: #a9a9a9
}

div.infoBox {
    font-size: 9px;
    border: 1px
}

div.toolbarPanel {
    width: 320px;
    border-width: 2px;
    color: #a9a9a9;
    font-size: 11px
}

.ui-tool {
    padding: 4px;
    vertical-align: middle;
    float: left
}

.ui-tool .scaleSlider {
    float: left;
    width: 314px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 0!important
}

.ui-tool .ui-slider-handle {
    border: none;
    background: #3cc5e7!important;
    height: 16px!important;
    width: 16px!important;
    position: absolute;
    top: -8px!important;
    border-radius: 50%;
    border-width: 0!important
}

.ui-tool .ui-slider-handle:focus {
    outline: 0
}
/* 搜索框 */
div.searchPanel {
    display: none;
    width: 260px;
    height: 30px;
    padding: 0
}

div.searchPanel .searchPanel1 {
    width: 180px;
    float: left
}

div.searchPanel .searchPanel1 .label-select {
    height: 100%;
    border: none;
    color: #3cc5e7
}

div.searchPanel .searchPanel1 .label-select:focus {
    outline: 0
}

div.searchPanel .searchPanel1 .igraph-searchbox {
    width: 60%;
    height: 100%;
    padding-left: .5rem;
    border: none
}

div.searchPanel .searchPanel1 .igraph-searchbox:focus {
    outline: 0
}

div.searchPanel .searchPanel2 {
    width: 28px;
    height: 20px;
    background-color: #3cc5e7;
    color: #fff;
    float: right;
    padding: 7px 0 3px 10px
}

ul.ui-autocomplete {
    font-size: 12px;
    z-index: 999
}

div.messageBox {
    position: absolute;
    width: 300px;
    background-color: #d3d3d3;
    color: #000;
    padding: 20px 20px 20px 20px
}

div.statusPanel {
    width: 380px;
    height: 60px;
    background-color: rgba(200,200,200,.2);
    overflow: hidden
}

div.statusBar {
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-overflow: clip;
    word-break: keep-all;
    white-space: nowrap;
    text-align: center;
    color: #777;
    font-size: 18px;
    font-weight: 700;
    font-family: Impact,Haettenschweiler,'Arial Narrow',sans-serif;
    padding: 10px 10px 10px 10px
}

.ResultListPanel {
    width: 250px;
    min-height: 112px;
    max-height: 200px
}

.ResultListPanel .result-list-title {
    font-size: .8rem;
    color: #66758c
}

.ResultListPanel .result-control {
    position: absolute;
    right: 0;
    top: 0
}

.ResultListPanel .result-control .result-list-clear {
    margin: 0
}

.ResultListPanel .result-control .result-list-del {
    margin: 0
}

.ResultListPanel ul.result-list {
    list-style: none;
    margin: .5rem
}

.ResultListPanel ul.result-list li.result-list-item {
    display: inline
}

.ResultListPanel li.node-info {
    display: inline-block;
    margin-right: 5px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    max-width: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ResultListPanel li.node-info:hover {
    background-color: #ebedf1
}

.ResultListPanel li.node-info span.photo {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #4ac9e9
}

.ResultListPanel li.node-info span.photo img {
    width: 36px;
    height: 36px;
    float: right;
    object-fit: cover
}

.ResultListPanel li.node-info span.photo .del-mask {
    width: 100%;
    height: 100%;
    display: none;
    border-radius: 50%;
    background-color: #ff4351;
    float: left;
    z-index: 500;
    text-align: center;
    color: #fff
}

.ResultListPanel li.node-info span.photo .del-mask i {
    line-height: 36px
}

.ResultListPanel li.node-info span.title {
    font-size: .5rem;
    color: #303742
}

.basicContextContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-tap-highlight-color: transparent
}

.basicContext {
    position: absolute;
    opacity: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.basicContext * {
    box-sizing: border-box
}

.basicContext__item {
    cursor: pointer
}

.basicContext__item--separator {
    float: left;
    width: 100%;
    height: 1px;
    cursor: default
}

.basicContext__item--disabled {
    cursor: default
}

.basicContext__data {
    min-width: 140px;
    padding-right: 20px;
    text-align: left;
    white-space: nowrap;
    font-size: 14px
}

.basicContext__icon {
    display: inline-block
}

.basicContext--scrollable {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.basicContext--scrollable .basicContext__data {
    min-width: 160px
}

.basicContext {
    padding: 2px 0;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,.2),0 0 0 1px #eee;
    border-radius: 0
}

.basicContext__item {
    margin-bottom: 2px
}

.basicContext__item--separator {
    margin: 4px 0;
    background-color: #eee
}

.basicContext__item--disabled {
    opacity: .5
}

.basicContext__item:last-child {
    margin-bottom: 0
}

.basicContext__data {
    padding: 6px 10px;
    color: #666
}

.basicContext__item:not(.basicContext__item--disabled):hover .basicContext__data {
    color: #3cc5e7;
    background-color: rgba(60,197,231,.1)
}

.basicContext__item:not(.basicContext__item--disabled):active .basicContext__data {
    color: #1ab0d6;
    background-color: rgba(60,197,231,.15)
}

.basicContext__icon {
    margin-right: 10px;
    width: 12px;
    text-align: center
}

.vis .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.vis-active {
    box-shadow: 0 0 10px #86d5f8
}

.vis [class*=span] {
    min-height: 0;
    width: auto
}

div.vis-configuration {
    position: relative;
    display: block;
    float: left;
    font-size: 12px
}

div.vis-configuration-wrapper {
    display: block;
    width: 700px
}

div.vis-configuration-wrapper::after {
    clear: both;
    content: "";
    display: block
}

div.vis-configuration.vis-config-option-container {
    display: block;
    width: 495px;
    background-color: #fff;
    border: 2px solid #f7f8fa;
    border-radius: 4px;
    margin-top: 20px;
    left: 10px;
    padding-left: 5px
}

div.vis-configuration.vis-config-button {
    display: block;
    width: 495px;
    height: 25px;
    vertical-align: middle;
    line-height: 25px;
    background-color: #f7f8fa;
    border: 2px solid #ceced0;
    border-radius: 4px;
    margin-top: 20px;
    left: 10px;
    padding-left: 5px;
    cursor: pointer;
    margin-bottom: 30px
}

div.vis-configuration.vis-config-button.hover {
    background-color: #4588e6;
    border: 2px solid #214373;
    color: #fff
}

div.vis-configuration.vis-config-item {
    display: block;
    float: left;
    width: 495px;
    height: 25px;
    vertical-align: middle;
    line-height: 25px
}

div.vis-configuration.vis-config-item.vis-config-s2 {
    left: 10px;
    background-color: #f7f8fa;
    padding-left: 5px;
    border-radius: 3px
}

div.vis-configuration.vis-config-item.vis-config-s3 {
    left: 20px;
    background-color: #e4e9f0;
    padding-left: 5px;
    border-radius: 3px
}

div.vis-configuration.vis-config-item.vis-config-s4 {
    left: 30px;
    background-color: #cfd8e6;
    padding-left: 5px;
    border-radius: 3px
}

div.vis-configuration.vis-config-header {
    font-size: 18px;
    font-weight: 700
}

div.vis-configuration.vis-config-label {
    width: 120px;
    height: 25px;
    line-height: 25px
}

div.vis-configuration.vis-config-label.vis-config-s3 {
    width: 110px
}

div.vis-configuration.vis-config-label.vis-config-s4 {
    width: 100px
}

div.vis-configuration.vis-config-colorBlock {
    top: 1px;
    width: 30px;
    height: 19px;
    border: 1px solid #444;
    border-radius: 2px;
    padding: 0;
    margin: 0;
    cursor: pointer
}

input.vis-configuration.vis-config-checkbox {
    left: -5px
}

input.vis-configuration.vis-config-rangeinput {
    position: relative;
    top: -5px;
    width: 60px;
    padding: 1px;
    margin: 0;
    pointer-events: none
}

input.vis-configuration.vis-config-range {
    -webkit-appearance: none;
    border: 0 solid #fff;
    background-color: rgba(0,0,0,0);
    width: 300px;
    height: 20px
}

input.vis-configuration.vis-config-range::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #dedede;
    background: -moz-linear-gradient(top,#dedede 0,#c8c8c8 99%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#dedede),color-stop(99%,#c8c8c8));
    background: -webkit-linear-gradient(top,#dedede 0,#c8c8c8 99%);
    background: -o-linear-gradient(top,#dedede 0,#c8c8c8 99%);
    background: -ms-linear-gradient(top,#dedede 0,#c8c8c8 99%);
    background: linear-gradient(to bottom,#dedede 0,#c8c8c8 99%);
    border: 1px solid #999;
    box-shadow: #aaa 0 0 3px 0;
    border-radius: 3px
}

input.vis-configuration.vis-config-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #14334b;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #3876c2;
    background: -moz-linear-gradient(top,#3876c2 0,#385380 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#3876c2),color-stop(100%,#385380));
    background: -webkit-linear-gradient(top,#3876c2 0,#385380 100%);
    background: -o-linear-gradient(top,#3876c2 0,#385380 100%);
    background: -ms-linear-gradient(top,#3876c2 0,#385380 100%);
    background: linear-gradient(to bottom,#3876c2 0,#385380 100%);
    box-shadow: #111927 0 0 1px 0;
    margin-top: -7px
}

input.vis-configuration.vis-config-range:focus {
    outline: 0
}

input.vis-configuration.vis-config-range:focus::-webkit-slider-runnable-track {
    background: #9d9d9d;
    background: -moz-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#9d9d9d),color-stop(99%,#c8c8c8));
    background: -webkit-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);
    background: -o-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);
    background: -ms-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);
    background: linear-gradient(to bottom,#9d9d9d 0,#c8c8c8 99%)
}

input.vis-configuration.vis-config-range::-moz-range-track {
    width: 300px;
    height: 10px;
    background: #dedede;
    background: -moz-linear-gradient(top,#dedede 0,#c8c8c8 99%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#dedede),color-stop(99%,#c8c8c8));
    background: -webkit-linear-gradient(top,#dedede 0,#c8c8c8 99%);
    background: -o-linear-gradient(top,#dedede 0,#c8c8c8 99%);
    background: -ms-linear-gradient(top,#dedede 0,#c8c8c8 99%);
    background: linear-gradient(to bottom,#dedede 0,#c8c8c8 99%);
    border: 1px solid #999;
    box-shadow: #aaa 0 0 3px 0;
    border-radius: 3px
}

input.vis-configuration.vis-config-range::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #385380
}

input.vis-configuration.vis-config-range:-moz-focusring {
    outline: 1px solid #fff;
    outline-offset: -1px
}

input.vis-configuration.vis-config-range::-ms-track {
    width: 300px;
    height: 5px;
    background: 0 0;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent
}

input.vis-configuration.vis-config-range::-ms-fill-lower {
    background: #777;
    border-radius: 10px
}

input.vis-configuration.vis-config-range::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px
}

input.vis-configuration.vis-config-range::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #385380
}

input.vis-configuration.vis-config-range:focus::-ms-fill-lower {
    background: #888
}

input.vis-configuration.vis-config-range:focus::-ms-fill-upper {
    background: #ccc
}

.vis-configuration-popup {
    position: absolute;
    background: rgba(57,76,89,.85);
    border: 2px solid #f2faff;
    line-height: 30px;
    height: 30px;
    width: 150px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.vis-configuration-popup:after,.vis-configuration-popup:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.vis-configuration-popup:after {
    border-color: rgba(136,183,213,0);
    border-left-color: rgba(57,76,89,.85);
    border-width: 8px;
    margin-top: -8px
}

.vis-configuration-popup:before {
    border-color: rgba(194,225,245,0);
    border-left-color: #f2faff;
    border-width: 12px;
    margin-top: -12px
}

div.vis-tooltip {
    position: absolute;
    visibility: hidden;
    padding: 5px;
    white-space: nowrap;
    font-family: verdana;
    font-size: 14px;
    color: #000;
    background-color: #f5f4ed;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #808074;
    box-shadow: 3px 3px 10px rgba(0,0,0,.2);
    pointer-events: none;
    z-index: 5
}

div.vis-color-picker {
    position: absolute;
    top: 0;
    left: 30px;
    margin-top: -140px;
    margin-left: 30px;
    width: 310px;
    height: 444px;
    z-index: 1;
    padding: 10px;
    border-radius: 15px;
    background-color: #fff;
    display: none;
    box-shadow: rgba(0,0,0,.5) 0 0 10px 0
}

div.vis-color-picker div.vis-arrow {
    position: absolute;
    top: 147px;
    left: 5px
}

div.vis-color-picker div.vis-arrow::after,div.vis-color-picker div.vis-arrow::before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

div.vis-color-picker div.vis-arrow:after {
    border-color: rgba(255,255,255,0);
    border-right-color: #fff;
    border-width: 30px;
    margin-top: -30px
}

div.vis-color-picker div.vis-color {
    position: absolute;
    width: 289px;
    height: 289px;
    cursor: pointer
}

div.vis-color-picker div.vis-brightness {
    position: absolute;
    top: 313px
}

div.vis-color-picker div.vis-opacity {
    position: absolute;
    top: 350px
}

div.vis-color-picker div.vis-selector {
    position: absolute;
    top: 137px;
    left: 137px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 1px solid #fff;
    background: #4c4c4c;
    background: -moz-linear-gradient(top,#4c4c4c 0,#595959 12%,#666 25%,#474747 39%,#2c2c2c 50%,#000 51%,#111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4c4c4c),color-stop(12%,#595959),color-stop(25%,#666),color-stop(39%,#474747),color-stop(50%,#2c2c2c),color-stop(51%,#000),color-stop(60%,#111),color-stop(76%,#2b2b2b),color-stop(91%,#1c1c1c),color-stop(100%,#131313));
    background: -webkit-linear-gradient(top,#4c4c4c 0,#595959 12%,#666 25%,#474747 39%,#2c2c2c 50%,#000 51%,#111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
    background: -o-linear-gradient(top,#4c4c4c 0,#595959 12%,#666 25%,#474747 39%,#2c2c2c 50%,#000 51%,#111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
    background: -ms-linear-gradient(top,#4c4c4c 0,#595959 12%,#666 25%,#474747 39%,#2c2c2c 50%,#000 51%,#111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
    background: linear-gradient(to bottom,#4c4c4c 0,#595959 12%,#666 25%,#474747 39%,#2c2c2c 50%,#000 51%,#111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%)
}

div.vis-color-picker div.vis-new-color {
    position: absolute;
    width: 140px;
    height: 20px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    top: 380px;
    left: 159px;
    text-align: right;
    padding-right: 2px;
    font-size: 10px;
    color: rgba(0,0,0,.4);
    vertical-align: middle;
    line-height: 20px
}

div.vis-color-picker div.vis-initial-color {
    position: absolute;
    width: 140px;
    height: 20px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    top: 380px;
    left: 10px;
    text-align: left;
    padding-left: 2px;
    font-size: 10px;
    color: rgba(0,0,0,.4);
    vertical-align: middle;
    line-height: 20px
}

div.vis-color-picker div.vis-label {
    position: absolute;
    width: 300px;
    left: 10px
}

div.vis-color-picker div.vis-label.vis-brightness {
    top: 300px
}

div.vis-color-picker div.vis-label.vis-opacity {
    top: 338px
}

div.vis-color-picker div.vis-button {
    position: absolute;
    width: 68px;
    height: 25px;
    border-radius: 10px;
    vertical-align: middle;
    text-align: center;
    line-height: 25px;
    top: 410px;
    border: 2px solid #d9d9d9;
    background-color: #f7f7f7;
    cursor: pointer
}

div.vis-color-picker div.vis-button.vis-cancel {
    left: 5px
}

div.vis-color-picker div.vis-button.vis-load {
    left: 82px
}

div.vis-color-picker div.vis-button.vis-apply {
    left: 159px
}

div.vis-color-picker div.vis-button.vis-save {
    left: 236px
}

div.vis-color-picker input.vis-range {
    width: 290px;
    height: 20px
}

div.vis-network div.vis-manipulation {
    box-sizing: content-box;
    border-width: 0;
    border-bottom: 1px;
    border-style: solid;
    border-color: #d6d9d8;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(48%,#fcfcfc),color-stop(50%,#fafafa),color-stop(100%,#fcfcfc));
    background: -webkit-linear-gradient(top,#fff 0,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%);
    background: -o-linear-gradient(top,#fff 0,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%);
    background: -ms-linear-gradient(top,#fff 0,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%);
    background: linear-gradient(to bottom,#fff 0,#fcfcfc 48%,#fafafa 50%,#fcfcfc 100%);
    padding-top: 4px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 28px
}

div.vis-network div.vis-edit-mode {
    position: absolute;
    left: 0;
    top: 5px;
    height: 30px
}

div.vis-network div.vis-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-position: 20px 3px;
    background-repeat: no-repeat;
    background-image: url(img/network/cross.png);
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

div.vis-network div.vis-close:hover {
    opacity: .6
}

div.vis-network div.vis-edit-mode div.vis-button,div.vis-network div.vis-manipulation div.vis-button {
    float: left;
    font-family: verdana;
    font-size: 12px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 24px;
    margin-left: 10px;
    cursor: pointer;
    padding: 0 8px 0 8px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

div.vis-network div.vis-manipulation div.vis-button:hover {
    box-shadow: 1px 1px 8px rgba(0,0,0,.2)
}

div.vis-network div.vis-manipulation div.vis-button:active {
    box-shadow: 1px 1px 8px rgba(0,0,0,.5)
}

div.vis-network div.vis-manipulation div.vis-button.vis-back {
    background-image: url(img/network/backIcon.png)
}

div.vis-network div.vis-manipulation div.vis-button.vis-none:hover {
    box-shadow: 1px 1px 8px transparent;
    cursor: default
}

div.vis-network div.vis-manipulation div.vis-button.vis-none:active {
    box-shadow: 1px 1px 8px transparent
}

div.vis-network div.vis-manipulation div.vis-button.vis-none {
    padding: 0
}

div.vis-network div.vis-manipulation div.notification {
    margin: 2px;
    font-weight: 700
}

div.vis-network div.vis-manipulation div.vis-button.vis-add {
    background-image: url(img/network/addNodeIcon.png)
}

div.vis-network div.vis-edit-mode div.vis-button.vis-edit,div.vis-network div.vis-manipulation div.vis-button.vis-edit {
    background-image: url(img/network/editIcon.png)
}

div.vis-network div.vis-edit-mode div.vis-button.vis-edit.vis-edit-mode {
    background-color: #fcfcfc;
    border: 1px solid #ccc
}

div.vis-network div.vis-manipulation div.vis-button.vis-connect {
    background-image: url(img/network/connectIcon.png)
}

div.vis-network div.vis-manipulation div.vis-button.vis-delete {
    background-image: url(img/network/deleteIcon.png)
}

div.vis-network div.vis-edit-mode div.vis-label,div.vis-network div.vis-manipulation div.vis-label {
    margin: 0 0 0 23px;
    line-height: 25px
}

div.vis-network div.vis-manipulation div.vis-separator-line {
    float: left;
    display: inline-block;
    width: 1px;
    height: 21px;
    background-color: #bdbdbd;
    margin: 0 7px 0 15px
}

/* 位移缩放 */
div.vis-navigation {
    display: none;
}

div.vis-network div.vis-navigation div.vis-button {
    width: 34px;
    height: 34px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    position: absolute;
    display: inline-block;
    background-position: 2px 2px;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

div.vis-network div.vis-navigation div.vis-button:hover {
    box-shadow: 0 0 3px 3px rgba(56,207,21,.3)
}

div.vis-network div.vis-navigation div.vis-button:active {
    box-shadow: 0 0 1px 3px rgba(56,207,21,.95)
}

div.vis-network div.vis-navigation div.vis-button.vis-up {
    background-image: url(img/network/upArrow.png);
    bottom: 50px;
    left: 55px
}

div.vis-network div.vis-navigation div.vis-button.vis-down {
    background-image: url(img/network/downArrow.png);
    bottom: 10px;
    left: 55px
}

div.vis-network div.vis-navigation div.vis-button.vis-left {
    background-image: url(img/network/leftArrow.png);
    bottom: 10px;
    left: 15px
}

div.vis-network div.vis-navigation div.vis-button.vis-right {
    background-image: url(img/network/rightArrow.png);
    bottom: 10px;
    left: 95px
}

div.vis-network div.vis-navigation div.vis-button.vis-zoomIn {
    background-image: url(img/network/plus.png);
    bottom: 10px;
    right: 15px
}

div.vis-network div.vis-navigation div.vis-button.vis-zoomOut {
    background-image: url(img/network/minus.png);
    bottom: 10px;
    right: 55px
}

div.vis-network div.vis-navigation div.vis-button.vis-zoomExtends {
    background-image: url(img/network/zoomExtends.png);
    bottom: 50px;
    right: 15px
}
