﻿html {
    height: 100%
}

body {
    height: 100%
}

body {
    /*background: url('../../images/header/BG.png');*/
    min-width: 1914px;
    width: 100%;
    color: #A1FDFF
} 

.header {
    width: 100%;
    height: 107px;
    min-width: 1914px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    background:rgba(0,0,0,0.8);
    padding-bottom: 10px;
}

.header li {
    height: 64px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #A1FDFF;
    line-height: 64px;
    display: inline-block;
}

.pointer {
cursor:pointer
}

.left-weather li img {
    width: 30px;
    margin-top: 16px;
}

.left-weather li {
    /*margin-right: 20px;*/
}

.left-weather .line {
    width: 1px;
    height: 18px;
    background: #1b2f56;
    margin-top: 23px;
}

.left-weather {
    width: calc(50% - 338px);
    display: inline-block;
    min-width: 576px;
    color: #7aaaf8;
}
.left-weather ul {
    margin:0;padding:0;
    
}
.left-weather ul li {
    padding:0;margin:0;padding-left:15px;
}
.right-account {
    width: 30%;
    display: inline-block;
    min-width: 576px;
    color: #7aaaf8;
}
.right-account ul {
    margin: 0;
    padding: 0;
    text-align:right
}
.right-account ul li {
    padding: 0;
    margin: 0;
    padding-right: 15px;
}
.right-account ul {
    margin-left: 30px;
}

.title-center {
    width: 676px;
    display: inline-block;
    text-align: center;
    background: url("../../images/index/Htd_02.png") no-repeat;
    background-size: 100% 100%;
    height: 76px;
}

    .title-center .title-name {
        font-size: 24px;
        color: #00F1F7;
        margin-top: 12px;
        font-weight: 400;
    }
    .title-center p {
        font-size: 14px;
        color: #00F1F7;
        margin-top:5px
    }
        .title-center {
            font-size: 28px;
            color: #2b4871;
            letter-spacing: 0px;
        }

.title-en-name {
    font-size: 12px;
    color: #4d7ccb;
    letter-spacing: 0px;
    margin-top: 6px;
}

    .right-account li {
        margin-left: 0px;
    }

.right-account li .user-icon {
    width: 16px;
    height: 18px;
    background: url('../../Images/user-icon_03.png') no-repeat;
    position: relative;
    top: 4px;
    margin-right: 6px;
}

.right-account li:nth-child(2) .esc-icon {
    width: 16px;
    height: 18px;
    background: url('../../Images/user-icon_03.png') -22px 0 no-repeat;
    position: relative;
    top: 4px;
    margin-right: 6px;
}

.nav {
    margin-top: -17px;
}

.nav ul {
    margin: -4px 0px 0 0px;
    width: 100%;
    overflow: hidden;
}

.nav ul li {
    width: 262px;
    height: 74px;
    display: inline-block;
    background-size: 100% 100%;
}


.nav li a {
    display: block;
    width: 100%;
    height: 100%;
}

.disN {
    display: none;
}

.nav {
    width: 100%;
    position: absolute;
    top: 80px;
    z-index: 11;
}

.nav ul li {
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin: 0px 20px;
    text-align: center;
}

.nav ul li a {
    /*width: 169px;*/
    height: 55px;
    line-height: 55px;
    background: url("../../images/index/navr.png") no-repeat;
    color: #5186eb;
    font-size: 18px;
    background-size: 100% 100%
}

.nav ul li .onclcik {
    width: 169px;
    height: 55px;
    line-height: 55px;
    background: url("../../images/index/navract.png")no-repeat;
    background-size: 100% 100%
}

.nav ul li:nth-child(4),
.nav ul li:nth-child(5),
.nav ul li:nth-child(3) {
    float: right;
}

.nav ul li:nth-child(1) a {
    background: url("../../images/index/navlact.png") no-repeat;
    background-size: 100% 100%
}
.nav ul li:nth-child(2) a {
    background: url("../../images/index/navl.png") no-repeat;
    background-size: 100% 100%
}
.nav ul li:nth-child(3) a {
    background: url("../../images/index/navr.png") no-repeat;
    background-size: 100% 100%
}

.nav ul li:nth-child(4) a {
    background: url("../../images/index/navract.png") no-repeat;
    background-size: 100% 100%
}

.nav ul li:nth-child(6) a {
    margin-right: 0px;
}


/*home*/
.home {
    width: 100%;
    height: 100%;
    margin-top: -30px;
    padding: 40px 0px 20px 0px;
    /*border:solid 1px #fff;*/
    box-sizing: border-box;
    position: relative;
}

.home-lft {
    position: absolute;
    height: calc(100% - 140px);
    width: 25%;
    float: left;
    box-sizing: border-box;
    background:rgba(0,0,0,0.8);
    padding: 15px;
    z-index: 5;
    left: 0px;
    top: 157px
}

.home-cnt {
    /*height: 100%;
    width: 50%;*/
    float: left;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    z-index: 4

}

.home-rgt {
  position: absolute;
    width: 25%;
    height: calc(100% - 140px);
    float: left;
    box-sizing: border-box;
    background:rgba(0,0,0,0.8);
    padding: 15px;
    z-index: 5;
    right: 0px;
    top: 157px;

}

.home-item-header {
    height: 45px;
    /*width: 190px;*/
    background: url(../../images/index/itemheader.png) no-repeat;
    background-position: left bottom;
    line-height: 40px;
    font-size: 18px;
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;


}

.home-item-header img {
    position: absolute;
    left: 5px;
    top: 10px;
}

.home-item-body {
    height: calc(100% - 45px);
    position: relative;
    overflow: hidden;
}

.c-data-l1,
.c-data-l2,
.c-data-r1,
.c-data-r2 {
    width: 33%;
    height: 20%;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 15px;
    box-sizing: border-box;

}

.c-data-title {
    font-size: 14px;
    margin-bottom: 5px
}

.c-data-value {
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    color: #FFC539
}

.c-data-l1 {
    left: 0;
    top: 10%;
    border-left: solid 3px #00C3C8;
    background: url(../../images/index/lbg.png) repeat-y;
    background-size: 100% 100%;
}

.c-data-l2 {
    left: 0;
    top: 43%;
    border-left: solid 3px #00C3C8;
    background: url(../../images/index/lbg.png) repeat-y;
    background-size: 100% 100%;
}

.c-data-r1 {
    right: 0;
    top: 10%;
    border-right: solid 3px #00C3C8;
    background: url(../../images/index/rbg.png) repeat-y;
    background-size: 100% 100%;
}

.c-data-r2 {
    right: 0;
    top: 43%;
    border-right: solid 3px #00C3C8;
    background: url(../../images/index/rbg.png) repeat-y;
    background-size: 100% 100%;
}

.c-earth {
    width: 33%;
    padding-bottom: 33%;
    left: 33%;
    position: absolute;
    z-index: 1;
    top: 15%;
    background: url("../../images/index/ball.png");
    background-position: center center;
}

#mapBox {
    position: relative;
}

.map-mask {
    position: absolute;
    z-index: 101;
    pointer-events: none;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%)*/
}

.marker-a {
    background: url("../../images/index/a.png")
}

.marker-b {
    background: url("../../images/index/b.png")
}

.marker-c {
    background: url("../../images/index/c.png")
}

.marker-d {
    background: url("../../images/index/d.png")
}

.marker-e {
    background: url("../../images/index/e.png")
}

.marker {
    height: 58px;
    width: 53px;
    color: #fff;
    text-align: center;
    background-position: bottom center;
    animation: show 1s;
}
@keyframes show{
  0%{ opacity: 0  }
  50%{ opacity: 0  }
  100%{ opacity: 1  }
}
@-webkit-keyframes show{
  0%{ opacity: 0  }
  50%{ opacity: 0  }
  100%{ opacity: 1  }
}

.mapBack{
  width: 30px;
  position: absolute;
  z-index: 1001;
  right: 28%;
  top: 180px;
}
.mapBack div{
  width: 29px;
  height: 29px;
  text-align:center;
  border: solid 1px #00B29E;
  box-shadow: 0px 0px 8px 0px rgba(0, 178, 158, 0.8);
  background: rgba(63, 224, 228, 0.5);
  cursor: pointer;
  margin-bottom: 15px;
  padding-top: 5px;
  box-sizing: border-box;
}
.map-tips {
    padding: 10px;
    color: #fff;
    border: solid 1px #00B29E;
    box-shadow: 0px 0px 8px 0px rgba(0, 178, 158, 0.8);
    background: rgba(63, 224, 228, 0.8);
}
.map-tipss {
    padding: 10px;
    color: rgba(63, 150, 200, 1);
    border: solid 1px #00B29E;
    /*box-shadow: 0px 0px 8px 0px rgba(225,255,255, 0.8);*/
    background: rgba(225,255,255,0.8);
}
.scroll{
  overflow-y: scroll;

}
.scroll::-webkit-scrollbar{width:5px;}
.scroll::-webkit-scrollbar-button{display: none}
.scroll::-webkit-scrollbar-track-piece{background-color: #333;}
.scroll::-webkit-scrollbar-track{background-color: #00C3C8;}
.scroll::-webkit-scrollbar-thumb{background-color: #00C3C8;}
.scroll::-webkit-scrollbar-thumb:hover {background-color: #00C3C8}
.scroll::-webkit-scrollbar-thumb:active {background-color: #00C3C8}
#news {
    width: 100%;
    height: 100%;
}

#news tbody {
    width: 100%
}

#news tr {
    width: 100%
}

#news tr td {
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    box-sizing: border-box;
}

.new-name {
    width: 80%
}

.new-time {
    width: 18%;
}
.server{
 height: 100%; width: 100%
}
.server-data{
  width: 100%;
    height: calc(100% - 32px);
    overflow:hidden; 
}
.server-data ul{
  width: 100%
}
.server-data li{
  list-style: none;
  color: #A1FDFF;
  height: 30px;
  line-height: 30px;
  width: 100%
}
.server-data li div{
  float: left;
  overflow:hidden; 
  text-align: center;
}
.server-data tbody {
    width: 100%
}

.server-data tr {
    width: 100%
}

.server-data tr td {
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
}

.data-id {
    width: 7%;
    text-align: center;
}

.data-name {
    width: 18%;
    overflow: hidden;
    text-align: center;
}

.table-header {
    margin-top: 10px
}

.table-header,
.table-header tbody {
    width: 100%;
    background: rgba(0, 249, 255, 0.14);

}

.table-header td {
    padding: 5px 0
}
.toggle-data{
  position: absolute;
  right: 0;
  top: 0;
  /*width: 100%;*/
  z-index: 999
}
.toggle-data div{
  float: left;
  width: 80px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  background: url("../../images/index/toggle.png");
  background-position: center center;
  cursor: pointer;
}
.toggle-data div.active{
  background: url("../../images/index/toggleact.png");
  background-position: center center;
  color: #FFC539
}
.map-l{
  width: 600px;
  position: absolute;
  z-index: 1003;
  bottom: 10px;
  left: 0;
  text-align: center;
  left: 50%;
  margin-left: -300px;
}
.map-l ul li{
  display: block;
  float: left;
  width: 120px;
}
.map-l ul li img{vertical-align: middle;}
#back{display: none;}
#china{display: none;}
#compare{display: none;}

.weather-item {
    width: 33.33%;
    float: left;
    text-align: center;
    height: 100%
}
.weather-item p{
  height: 20px;
  line-height: 20px;
}
.weather-icon{
  height: calc(100% - 60px);
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
}
.weather-icon img{
  height: 100%;
  max-height: 48px;
  margin-left: 48px;
}
.fullscreen{
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    z-index: 1001;

}
@keyframes show{
  0%{ opacity: 0  }
  50%{ opacity: 0  }
  100%{ opacity: 1  }
}
@-webkit-keyframes show{
  0%{ opacity: 0  }
  50%{ opacity: 0  }
  100%{ opacity: 1  }
}
#mapS{
  display: none
}
.fixed{
  position: fixed !important;
  right: 30px !important;
  top: 30px !important;
  z-index: 1005
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.box {
    height: 100%;
}

.login {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    box-sizing: border-box;
    background-size: 100% auto;
    background-position: 20% 0;
    background:url("../../images/login/bg.png")
}

.login-lft {
    float: left;
    height: 100%;
    width: 66.66667%;
    /*background: url('../../images/login/loginlft.png');*/
    background-position: center right;
    background-size: auto 100%
}

.login-rgt {
    float: right;
    height: 100%;
    width: 33.33333%;
    /*background: url("../../images/login/loginrgt.png");*/
    background-position: center left;
    background-size: auto 100%
}

.el-row {
    height: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.el-col {
    height: 100%;
    padding: 0 !important;
}

.img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.login-box {
    width: 460px;
    height: 540px;
    position: absolute;
    z-index: 9;
    top: 50%;
    margin-top: -250px;
    right: 13%;
    box-sizing: border-box;
    background: url("../../images/login/login.png");
    background-size: 100% auto;
    /*box-shadow: rgba(48, 173, 111, 0.5) 0 0 30px;*/
    border-radius: 20px;
    padding: 10px 80px;
    text-align: center;
}
    .login-box h2 {
        padding:5px 0 0 0;
        margin:0
    }
    .login-box p {
        margin:0;
        font-size:12px
    }
.form-control {
    border: 1px solid #A1FDFF;
    height: 40px;
    padding: 0 0px;
    box-sizing: border-box;
    margin-bottom: 35px;
    position: relative;
    border-radius: 4px;
    position:relative
}

    .form-control input {
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px 0 40px;
        border: none;
        background: none;
        outline: none;
        line-height: 40px;
        color: #A1FDFF;
        
    }
.input-icon {
    position:absolute;
    left:5px;
    top:6px;
}
.form-control .error {
    color: red;
    font-size: 12px;
    text-align: left;
    position: absolute;
    left: 0;
    top: 40px;
    display: none
}
.login-box h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: left;
}

.rember {
    height: 20px;
    margin: 15px 0 0 0;
    font-size: 12px;
    line-height: 16px;
    display: table;
}

    .rember input {
        margin: 0;
        box-sizing: border-box;
        margin-right: 5px;
        display: table-cell;
        vertical-align: middle;
    }

    .rember span {
        display: table-cell;
        vertical-align: middle;
    }

.login-btn {
    margin: 20px 0;
    width: 100%;
}

.el-button {
    width: 100%;
    background: url("../../images/login/btn.png") repeat-x;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    border:solid 1px #A1FDFF
}
    .el-button:hover {
        background: url("../../images/login/btnh.png") repeat-x;
    }
    .type {
        text-align: center;
        font-weight: 700;
        cursor: pointer;
        margin: auto;
    }
.type:hover {
        opacity: .8
    }


.el-input__suffix {
    display: none
}