@font-face {
    font-family: candarabold;
    src: url('fonts/Piximisa.ttf') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: time_font;
    src: url('fonts/Quartz Regular.ttf') format('woff');
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: commnad_key_font;
    src: url('fonts/Expansiva.otf') format('woff');
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: command_value_font;
    src: url('fonts/CordiaUPC.ttf') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: canvas_tip_number_font;
    src: url('fonts/04B_09.TTF') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face
{
    font-family: 'FileFolderJNL';
    src: url('fonts/20CBD7_0_0.woff') format('woff');
}

html, body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000000;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none
}

#webgl svg {
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 0px
}

#webgl canvas {
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 0px
}

#timeline_chart {
    margin: 0px;
    padding: 0px;
    border: none;
    text-align: center;
}

#timeline_chart text {
    font-family: "微软雅黑", dominant-baseline: central
}

.rightContainer {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: none;
    text-align: center;
    right: 0px;
    top: 90px
}

.rightContainer div {
    margin: 0px;
    padding: 0px;
    border: none;
    text-align: center
}

#search_box {
    width: 100%;
    height: 200px;
    margin-top: 10px
}

#search_box > div {
    position: absolute
}

#search_box_html {
    top: 65px;
    width: 100%
}

#search_box_html > div {
    margin-bottom: 10px
}

#search_box_html input, #search_box_html textarea {
    color: #FFF;
    font-family: commnad_key_font, "微软雅黑";
    font-size: 5px;
    background-color: rgba(100, 100, 100, 0.1);
    margin: auto 0px;
    border: #808080 0px solid;
    box-shadow: 0 0 3px #FFF, 0 0 2px rgba(255, 255, 255, 1);
    border-radius: 1px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 190px 50%;
    -webkit-transition: 1s;
    outline: none;
    padding: 5px
}

.searchBoxBackgroundDefault {
    background-image: url("../images/search.png")
}

.searchBoxBackgroundLoading {
    background-image: url("../images/loading.gif")
}

.chart-tip {
    position: fixed;
    line-height: 1;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: 1px #808080 solid;
    border-radius: 2px;
    pointer-events: none;
    left: 1000000px;
    top: 1000000px
}

.chart-tip span:first-child {
    color: white;
    display: block;
    font-size: 14px;
    font-family: commnad_key_font;
    letter-spacing: 5px
}

.chart-tip span:last-child {
    color: #FFEE0F;
    display: block;
    font-size: 10px;
    font-weight: bold;
    font-family: commnad_key_font;
    letter-spacing: 5px
}

input:disabled {
    background-color: #F5F5F5
}

#loading_div {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    border: none;
    opacity: 0;
    visibility: hidden
}

#ip_detal {
    position: fixed;
    left: 0px;
    top: 0px;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 0px 2px 2px rgba(50, 55, 55, 1.0);
    background-color: rgba(47, 47, 47, 0.5);
    z-index: 10
}

#ip_detal p {
    padding: 10px;
    margin: 0px;
    text-align: center;
    border: none;
    font-family: time_font;
    font-size: 30px;
    background-color: rgba(20, 20, 20, 0.5)
}

@-webkit-keyframes 'command_detail_rotate' {
    0% {
        -webkit-transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

#ip_detal div {
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: -25px;
    left: -25px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 25px;
    background-image: url("../images/support.png");
    background-repeat: no-repeat;
    background-size: 50px 50px;
    box-shadow: 0px 0px 10px 2px rgba(50, 55, 55, 1.0);
    -webkit-animation-name: 'command_detail_rotate';
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite
}

#ip_detal table {
    color: #FFF;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    border: none
}

#ip_detal table td {
    padding: 8px;
    border: none;
    overflow: hidden
}

#ip_detal tr>td:first-child {
    font-family: command_key_font;
    font-size: 20px;
    width: 188px;
    min-width: 188px;
    overflow: hidden;
    background-color: rgba(100, 100, 100, 0.5)
}

#ip_detal tr>td:last-child {
    font-family: command_value_font;
    font-size: 30px;
    background-color: rgba(60, 60, 60, 0.5);
    line-height: 20px
}

#ip_detal tr>td[data=cccity], #ip_detal tr>td[data=dstcity] {
    font-family: "微软雅黑";
    font-size: 16px;
    letter-spacing: 2px;
    background-color: rgba(60, 60, 60, 0.5);
    line-height: 20px;
    max-width: 350px
}

.logo-bar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-top: 3px solid rgba(68, 107, 179, 1)
}

.logo-bar .logo {
    height: 55px;
    line-height: 55px;
    margin: 10px;
    background: url("../images/logo-light.png") no-repeat;
    background-size: auto 50px;
    /* text-transform: uppercase; */
    color: rgba(11, 162, 255, 1);
    padding-left: 200px;
    font-size: 28px;
    font-family: '微软雅黑', sans-serif;
}

.logo-bar .time-panel-title {
    position: absolute;
    right: 10px;
    top: 10px;
    text-transform: uppercase;
    color: rgba(11, 162, 255, 1);
    font-weight: bolder;
    font-family: time_font;
    letter-spacing: 2px
}

.logo-bar #timePanel {
    position: absolute;
    top: 30px;
    right: 0;
    color: rgba(11, 162, 255, 1);
    font-weight: bolder
}

.button-group {
    position: absolute;
    top: 2px;
    right: 4px;
    height: 20px;
    line-height: 20px
}

.button-group button {
    border-style: none;
    background: rgb(194, 29, 29);
    color: #FFF;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 1px;
    margin: 0
}

.button-group button:hover {
    text-shadow: 0 0 10px #FFF
}

#protocol_chart {
    position: absolute;
    right: 0px;
    bottom: 110px;
    opacity: 1;
    transition: opacity 1s, right 1s;
}

#protocol_chart.v-leave, #protocol_chart.v-enter {

    right: -300px;
    opacity: 0;
}

#protocol_chart h4 {
    position: absolute;
    right: 0px;
    color: rgba(68, 107, 179, 1);
    font-size: 14px;
    padding: 6px 2px;
    margin: 6px 10px;
    border: 1px solid rgba(68, 107, 179, 1);
    border-style: solid none;
    text-transform: uppercase;
}

#sport_chart {

    position: absolute;
    left: 5px;
    bottom: 110px;
    opacity: 1;
    transition: opacity 1s, left 1s;
}

#sport_chart.v-leave, #sport_chart.v-enter {

    left: -300px;
    opacity: 0;
}

.attr-type {
    position: absolute;
    top: 90px;
    right: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 1;
    transition: opacity 1s, right 1s;
}

.attr-type.v-leave, .attr-type.v-enter {

    right: -300px;
    opacity: 0;
}

.attr-type li {
    border-left: 2px solid rgba(68, 107, 179, 1);
    color: rgba(11, 162, 255, 1);
    background: rgba(68, 107, 179, 0.2);
    font-family: time_font;
    margin: 5px 0;
    padding: 1px 0 2px
}

.attr-type li h4 {
    text-transform: uppercase;
    margin: 0;
    padding: 0 6px;
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: right
}

.attr-type li .num {
    text-align: right;
    padding: 0 6px;
    letter-spacing: 1px
}

.attr-type li .num span {
    font-size: 12px
}

.attr-type li .num .num-value {
    font-size: 14px
}

.search-group {
    position: absolute;
    top: 5px;
    left: 5px;
    float: left
}

.search-group:after {
    overflow: auto
}

.search-group input {
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0 3px;
    border: 1px solid #666;
    background: transparent;
    border-radius: 1px;
    width: 110px;
    outline: none;
    color: #FFF;
    transition: all 0.3s
}

.search-group input:focus {
    width: 300px
}

.search-group button {
    border-style: none;
    background: rgb(194, 29, 29);
    color: #FFF;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 1px;
    margin: 0;
    padding: 0 5px
}

.search-group button:focus {
    outline: none
}

.bottom-panel {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(139, 139, 139, 0.12);
    width: 100%;
    border-top: 3px solid rgba(68, 107, 179, 1)
}


/* tree3d globe start */

.vue_container{

    opacity: 1.0;
    transition: opacity 1s
}

.vue_container.v-leave, .vue_container.v-enter {

    opacity: 0;
}

.src_dot{

    width: 20px;
    height: 20px;
    opacity: 0.8;
    border-radius: 10px;
    background-color: #F0F0F8;
}

.dst_dot{

    width: 10px;
    height: 10px;
    opacity: 0.8;
    border-radius: 5px;
    background-color: #00F0F8;
}

.table_div_fixed_height{

    height: 75px !important;
}

.simple_table {
    position: absolute;
    left: -1000px;
    top: -1000px;
    opacity: 0.7;
}

.simple_table>div{

    position: absolute;
    color: white;
    border-radius: 3px;
    background: rgba(16, 45, 79, 0.97);
    border: 4px solid rgba(11, 42, 68, 0.78);
    padding: 0px;
    margin: 0px;
}

.simple_table .table_div {
    max-height: 75px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.simple_table .page_bar{
    left: 220px;
    width: 15px;
    height: 75px;
}
.simple_table .page_bar button{

    border-style: none;
    background: rgb(194, 29, 29);
    color: #FFF;
    width: 15px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 1px;
    margin: 0;
}

.simple_table .page_bar i{

    position: relative;
    left: -4px;
}

.simple_table .page_bar span{
    
    line-height: 0px;
    text-align: center;
    padding: 1px 0px 1px 0px;
    font-family: candarabold, sans-serif;
    font-size: 8px;
    margin: 0px;
    width: 100%;
    display: block;
    margin: 50% 0px 50% 0px;
}

.src_dot>div{

    left: 10px;
    top: 10px;
}

.dst_dot>div{

    left: 5px;
    top: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 1px;
    background-color: #2A3D52;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #416576
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #FFF
}

.simple_table table {
    position: relative;
    border: none;
    margin: 0px;
    white-space: nowrap;
    text-align: left;
    font-weight: normal;
    font-family: "candarabold";
    font-size: 8px;
    letter-spacing: 1px;
    width: 200px;
}

.simple_table table tr {
    border: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden
}

.simple_table table tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

.simple_table table tr:nth-of-type(even) {
    background-color: rgba(11, 162, 255, 1);
    color: white;
}

.simple_table table tr:hover {
    cursor: pointer;
    background-color: rgb(194, 29, 29) !important;
}

.simple_table table td {
    padding-left: 5px
}

.dst_detail{

    position: absolute;
    background-color: black;
    left: 100px;
    top: 100px;
    opacity: 1;
    transform-origin: 0% 0%;
    transform: rotateX(0deg);
    transition: transform 1s, opacity 1s;
    opacity: 0.7;
}

.dst_detail.v-leave, .dst_detail.v-enter {

    transform: rotateX(90deg);
    opacity: 0;
}

.dst_detail table{

    color: #FFFFFF;
}

/* cc 和 src 的切换按钮 */

.tool_bar {

    position: fixed;
    right: 5px;
    padding: 5px;
    outline: none;
    width: 20px;
    height: 20px;
    margin: 5px;
    border-left: 2px solid rgba(68, 107, 179, 1);
    color: rgba(11, 162, 255, 1);
    background-color: rgba(68, 107, 179, 0.2);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: 0.05s;
    background-size: 25px 25px;
    opacity: 1;
    transition: all 1s;
}

.tool_bar:hover{

    cursor: pointer;
    background-color: rgba(68, 107, 179, 0.5);
}

.tool_bar:active{
    
    background-size: 20px 20px;
}

.tool_bar.v-leave, .tool_bar.v-enter {

    right: -100px;
    opacity: 0;
}

.refresh_btn{

    background-image: url("../images/iconfont-unie62f.png");
    top: 300px;
}

.switch_btn_off{

    background-image: url("../images/iconfont-cc-off.png");
    opacity: 0.5;
    top: 340px;
}

.switch_btn_on{

    background-image: url("../images/iconfont-cc-on.png");
    opacity: 1;
    top: 340px;
}

.dst_detail{
    font-size: 12px;
    left: 10px;
    top: 90px;
}

.dst_detail > div{
    border-top: 2px solid rgba(68, 107, 179, 1);
    background-color: rgba(68, 107, 179, 0.2);
    border-radius: 2px;
    margin-left: 5px;
    display: inline-block;
    height: 182px;
    padding: 0 2px;
}

.dst_detail table{
    
    font-size: 12px;
    font-weight: normal;
    font-family: "微软雅黑";
    color: rgba(11, 162, 255, 1);
}

.dst_detail table th{
    padding: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    font-size: 13px;
    color: rgba(11, 162, 255, 1);
}

.dst_detail table td{
    padding: 4px;
    height: 24px;
}

.dst_detail table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.8);
    color: rgba(11, 162, 255, 1);
}

.dst_detail table tbody tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(11, 162, 255, 1);
}

.dst_detail table tbody tr:hover {
    cursor: pointer;
    background-color: rgb(194, 29, 29) !important;
    color: #FFF;
}

.dst_detail .cc_container{
    overflow: auto;
    overflow-x: hidden;
}