﻿

/* 谷歌地图样式覆盖 */
.native-toast-error {
    font-size: .2rem;
}

.native-toast-success {
    font-size: .2rem;
}

.native-toast-warning {
    font-size: .2rem;
}

.native-toast-info {
    font-size: .2rem;
}
/* native toastr */
.native-toast {
    position: fixed;
    background-color: rgba(50, 50, 50, .8);
    border-radius: 33px;
    color: white;
    left: 50%;
    text-align: center;
    padding: 6px 12px;
    opacity: 0;
    z-index: 99999;
    transition: transform .25s, opacity .25s, top .25s;
    box-sizing: border-box;
}

.native-toast-bottom {
    top: 2rem;
    -ms-transform: translateX(-50%) translateY(-50px);
    transform: translateX(-50%) translateY(-50px)
}

.native-toast-bottom.native-toast-shown {
    opacity: 1;
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

.native-toast-bottom.native-toast-edge {
    bottom: 0;
}

.native-toast-top {
    top: 50px;
    -ms-transform: translateX(-50%) translateY(-50px);
    transform: translateX(-50%) translateY(-50px)
}

.native-toast-top.native-toast-shown {
    opacity: 1;
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

.native-toast-top.native-toast-edge {
    top: 0;
}

.native-toast-center {
    top: 0;
    -ms-transform: translateX(-50%) translateY(-50px);
    transform: translateX(-50%) translateY(-50px)
}

.native-toast-center.native-toast-shown {
    opacity: 1;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.native-toast-edge {
    border-radius: 0;
    width: 100%;
    text-align: left;
}

@media screen and (min-width: 40rem) {
    .native-toast:not(.native-toast-edge) {
        max-width: 18rem;
    }
}



/* types */

.native-toast-error {
    background-color: #d92727;
    color: white;
}

.native-toast-success {
    background-color: #62a465;
    color: white;
}

.native-toast-warning {
    background-color: #fdaf17;
    color: white;
}

.native-toast-info {
    background-color: #5060ba;
    color: white;
}

[class^="native-toast-icon-"] {
    vertical-align: middle;
    margin-right: 8px
}

[class^="native-toast-icon-"] svg {
    width: 16px;
    height: 16px;
}



/* land样式 */
::-webkit-scrollbar {
    width: 0;
}

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "微软雅黑";
}
ul li {
    list-style-type: none;
}

.clearfix:after { /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1; /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

html {
    width: 100%;
    height: 100%;
    background-color: #072a62;
    /*background-image: url('../images/navigation/bg.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow:hidden;

}

body {
    width: 100%;
    height: 100%;
    border-image: url(../images/navigation/bg.jpg) 0 0 round;
    -moz-border-image: url(../images/navigation/bg.jpg) 0 0 round;
    -webkit-border-image: url(../images/navigation/bg.jpg) 0 0 round;
    -o-border-image: url(../images/navigation/bg.jpg) 0 0 round;
    box-sizing: border-box;
    font-size:.16rem;
}
.outer{
    width:100%;
    height:100%;
}
.header {
    font-size: .18rem;
    font-weight: normal;
    letter-spacing: 1px;
    color: #38eafc;
    text-indent: -11px;
    display: flex;
    height: 5%;
    align-items: center;
    justify-content: center;
    position:relative;
}
.header .date{
position:absolute;
left:3%;
}
.header .fullscreen{
    position:absolute;
    right:3%;
    top:20%;
    height:60%;
    cursor:pointer;
}
#map-container {
    position: absolute;
    left: 22%;
    top: 6%;
    width: 56%;
    height: 60%;
    background: #0000 !important;
}
.amap-copyright{
    display:none !important;
}
.slidebar {
    position: absolute;
    top: 6%;
    width: 19%;
    height: 91%;
    z-index: 9;
}
.slidebar .slidebarCont{
    width:100%;
    height:24%;
    margin-top:1%;
    background-color: rgba(1,27,69,.8);
    box-shadow:0px 0px 10px inset #38eafc;
}
.slidebar .slidebarCont h4 {
    color: #fff;
    box-sizing:border-box;
    background-color: rgb(1,27,69);
    font-size: .16rem;
    margin-bottom:3%;
    width: 90%;
    height: 1.5em;
    line-height: 1.5em;
    border-left: 3px solid rgb(58,187,255);
    margin-left: 5%;
    padding-left:.5em;
    position:relative;
    top:4%;
}
.leftbar {
    left: 3%;
}
.rightbar {
    right:3%;
}
.slidebarCont{
 
}
.leftbar .leftbarCont1 {
    position: relative;
}

.leftbar .leftbarCont1 .leftbarCont1_cont{
    font-size:.12rem;
    color:#fff;
    width:42%;
    margin:1% 4%;
    line-height:2em;
    float:left;
    margin-top:4px;
    background-color:rgba(1,27,69,.8);
    text-align:center;
    border:1px solid rgb(58,187,255);
    box-sizing:border-box;
}

.leftbar .leftbarCont1 .leftbarCont1_cont span{
    font-size: .12rem;
    color: #fdaf17;
    font-weight:800;
   
}

.leftbar .leftbarCont1 #leftbarCont1_chart{
    width:100%;
    height:50%;
   position:absolute;
   bottom:0;
}

.rightbar .rightbarCont3{
    font-size:.16rem;
}
.rightbar .rightbarCont3 .guideOuter{
    width:92%;
    margin-left:4%;
    color:#fff;
    height:80%;
    overflow:hidden;
}
.rightbar .rightbarCont3 .guideOuter ul li p{
    line-height:2.3em;
    width:100%;
    height:2.3em;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    background:#072a62;
    margin-bottom:4px;
    cursor:pointer;
}
.rightbar .rightbarCont3 .guideOuter ul li.guidebg1 p{
    background:rgb(1,27,79);
}

.leftbar .leftbarCont3 .leftbarCont3_chart{
    width:90%;
    position:relative;
    /*left:5%;*/
    height:80%;
}

.leftbar .leftbarCont4 .leftbarCont4_img {
    color: #fff;
    width: 40%;
    margin-left: 5%;
    float: left;
    font-size: .16rem;
    text-align: center;
}
.leftbar .leftbarCont4 img {
    width: 100%;

}
.leftbar .leftbarCont4 .leftbarCont4_Cont {
    width: 45%;
    margin-left:10%;
    font-size: .16rem;
    color: #fff;
    float: left;
}
.leftbar .leftbarCont4 .leftbarCont4_Cont span{
    margin-left: 20%;
    font-size: .18rem;
    color:aqua;
}
.leftbar .leftbarCont4 .leftbarCont4_Cont p{
    line-height:0.3rem;
}
.leftbar .leftbarCont4 .leftbarCont4_Cont button{
    padding:.2em 1em;
    background-color:#072a62;
    outline:hidden;
    color:#fff;
    margin-top:10%;
    border:1px solid rgb(58,187,255);
}

.rightbar .rightbarCont4 {
    font-size: .16rem;
    padding:0 5%;
    box-sizing:border-box;
}
.slidebar .rightbarCont4 h4{
    margin-left:0;
}
.rightbar .rightbarCont4 div {
    font-size: .16rem;
    float: left;
    width: 33.3%;
    height: 40%;
    box-sizing: border-box;
    text-align: center;
    padding: 2%;
}
.rightbar .rightbarCont4 div img{
    height:40%;
    margin-top:5%;
    vertical-align:middle;
}
.rightbar .rightbarCont4 div p {
    color: #38eafc;
    vertical-align: middle;
}
.rightbar .rightbarCont4 div p span{
    color: #fdaf17;
    font-size:1.2em;
    vertical-align: middle;
}
.weatherDiv {
    position: relative;
    height: 90%;
}
.weatherDiv .weatherToday {
    width: 100%;
    height: 40%;
  
}
.weatherToday .weatherImg {
    font-size: .18rem;
    float: left;
    width: 22%;
    height: 70%;
    position: relative;
    top: 15%;
    margin-left: 6%;
}
.weatherToday .weatherImg .imgWeather {
    height: 100%;
}
.weatherMore {
    width: 22%;
    height: 70%;
    position: relative;
    top: 15%;
    color: #07e1e3;
    font-size: .24rem;
    line-height: .3rem;
    padding-left: 4%;
    float: left;
}
.weatherMore p:first-child {
    font-size: .16rem;
    font-weight: 500;
}
.weatherNum {
    width: 37%;
    margin-left: 3%;
    float: left;
    height: 70%;
    position: relative;
    top: 15%;
}
.weatherNum>div{
   font-size:.18rem;
}
.weatherNum span{
    color:#fff;
    font-size:.15rem;
    padding-left:.1rem;
    font-weight:normal;
    line-height:.3rem;
}
.weatherNum .layui-icon{
    color: #fff;
    font-size: .18rem;
}
.weatherDiv .city{
    width:100%;
    font-size:.24rem;
    color:#fff;
    text-align:center;
    font-weight:800;

}
.weatherDiv .futureWeather {
    width: 96%;
    height: 50%;
    margin-left: 2%;
    background-color: rgba(0,0,55,.3);
}
.futureWeather li {
    float: left;
    width: 14%;
    position: relative;
    border-right: 1px solid rgba(255,255,255,.36);
    text-align: center;
    color: #fff;
    height: 100%;
    box-sizing:border-box;
}
.futureWeather li p {
    font-size:.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.futureWeather li p:first-child {
    margin-top: 9px;
    font-size: 14px;
}
.futureWeather li:last-child{border-right:none;}
.futureWeather li img {
    width: 60%;
    margin-left: .1rem;
    font-size: .16rem !important;
    margin-top: .06rem;
    float:left;
}


.rightbar .slidebarCont .alarmOuter {
    width: 90%;
    height: 78%;
    margin-left: 5%;
    position: relative;
    top: 6%;
    overflow: hidden;
}

.rightbar .slidebarCont .alarmOuter ul li {
width: 100%;
line-height: .32rem;
font-size: 12px;
height: .32rem;
}

.rightbar .slidebarCont .alarmOuter ul li span {
display: inline-block;
line-height: .32rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-left:0;
}

.rightbar .slidebarCont .alarmOuter ul li span.warningIcon {
width: 8%;
line-height: .32rem;
position: relative;
}

.rightbar .slidebarCont .alarmOuter ul li span.warningEquip {
width: 28%;
line-height: .32rem;
}

.rightbar .slidebarCont .alarmOuter ul li span.warningCont {
width: 38%;
line-height: .32rem;
margin-left: 2%;
text-align: center;
}

.rightbar .slidebarCont .alarmOuter ul li span.warningTime {
width: 18%;
line-height: .32rem;
text-align: right;
}

.rightbar .slidebarCont .alarmOuter ul li.alarmbg1 {
background-color: #001250;
}

.rightbar .slidebarCont .alarmOuter ul li.alarm1 {
color: #f8f359;
}

.rightbar .slidebarCont .alarmOuter ul li.alarm2 {
color: #fdaf17;
}

.rightbar .slidebarCont .alarmOuter ul li.alarm3 {
color: #d92727;
}

.leftbar .rightbarCont3 {
}
.leftbar .leftbarCont3 {
}
.leftbar .leftbarCont4 {
}

.rightbar .rightbarCont1 {
}
.rightbar .rightbarCont2 {
}
.leftbar .leftbarCont2 {
    position:relative;
}
.rightbar .rightbarCont4 {
}
.nav {
    transform: scale(0.56);
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 45%;
    z-index: 99;
}
.nav .link{
    width:.7rem;
    position:absolute;
    animation: upDown 1.5s ease-in-out infinite alternate;
    -moz-animation: upDown 1.5s ease-in-out infinite alternate; /* Firefox */
    -webkit-animation: upDown 1.5s ease-in-out infinite alternate; /* Safari 和 Chrome */
    -o-animation: upDown 1.5s ease-in-out infinite alternate;
    cursor:pointer;
}
.nav .link6{
     width:3rem;
    position:absolute;
    animation: leftRight 10s ease-in-out infinite alternate;
    -moz-animation: leftRight 10s ease-in-out infinite alternate; /* Firefox */
    -webkit-animation: leftRight 10s ease-in-out infinite alternate; /* Safari 和 Chrome */
    -o-animation: leftRight 10s ease-in-out infinite alternate;
    z-index:-1;
    cursor:default;
}

.guidePop {
    position: absolute;
    top: 10%;
    left: 30%;
    width: 40%;
    height: 80%;
    font-size: .16rem;
    color: #fff;
    background-color: rgba(1,27,69,1);
    box-shadow: 0px 0px 10px inset #38eafc;
    padding:2%;
    box-sizing:border-box;
    z-index:99999;
    display:none;
}
.guidePop .guidePop-close{
    position:absolute;
    display:inline-block;
    text-align:center;
    width:1em;
    height:1em;
    right:1%;
    top:1%;
    font-size:2em;
    line-height:0.9em;
    border-radius:1em;
    cursor:pointer;
    color: rgb(56, 234, 252);
}
    .guidePop .guidePop-close:hover {
        background: #d92727;
        color: #fff;
    }
.guidePop .guidePop-asking {
    font-size: 1.4em;
    padding-bottom: .5em;
    margin-bottom: .2em;
    color: rgb(56, 234, 252);
    border-bottom: 1px solid #38eafcaa;
}

.guidePop .guidePop-askTime {
    float: right;
    line-height: 1.5em;
    margin-bottom: .5em;
    color: #aaa;
}
.guidePop .guidePop-answerOuter {
    clear:both;
    top:8em;
    max-height:80%;
    padding:1em;
    text-indent:2em;
    box-sizing:border-box;
    background:#ffffff11;
    line-height: 1.5em;
    overflow:auto;
}
.guidePop .guidePop-answer {
    clear:both;
    line-height: 1.5em;
}
    .guidePop .guidePop-expert {
        position: absolute;
        bottom: 2em;
        left:5%;
        color: #aaa;
    }
.guidePop .guidePop-answerTime {
    position: absolute;
    bottom: 2em;
    right:5%;
    color: #aaa;
}


@keyframes upDown {
    from {
        transform:translateY(0%);
    }
    to {
        transform: translateY(10%);
    }
}
@-webkit-keyframes upDown {
    from {
        transform: translateY(0%);
    }

    to {
        transform: translateY(10%);
    }
}
@-webkit-keyframes leftRight {
    0% {
        transform: translate(0%,0%);
    }
    35% {
        transform: translate(20%,2%);
    }
    70% {
        transform: translate(40%,0%);
    }
    100% {
        transform: translate(60%,2%);
    }
}

@keyframes leftRight {
   0% {
        transform: translate(0%,0%);
    }
    35% {
        transform: translate(20%,2%);
    }
    70% {
        transform: translate(40%,0%);
    }
    100% {
        transform: translate(60%,2%);
    }
}


.nav .link a{
    display:block;
    width:100%;
    height:100%;

}
.nav .link img{
     width:100%;
    height:100%;
}
.nav .link0 {
    left: 0%;
    top: 15%;
    animation-delay: 1s;
}
.nav .link1 {
    left: 12%;
    top: 50%;
    animation-delay: .4s;
}
.nav .link2 {
    left: 24%;
    top: 25%;
    animation-delay: .6s;
}
.nav .link3 {
    left: 36%;
    top: 10%;
    animation-delay: .2s;
}
.nav .link4 {
    left: 48%;
    top: 30%;
    animation-delay: .8s;
}
.nav .link5 {
    left: 60%;
    top: 10%;
    animation-delay: 1s;
}
.nav .link6 {
    left: 54%;
    top: 10%;
    animation-delay: .2s;
}
.nav .link7 {
    left: 72%;
    top: 35%;
    animation-delay: .6s;
}
.nav .link8 {
    left: 84%;
    top: 20%;
    animation-delay: .8s;
}
.nav .link9 {
    left: 72%;
    top: 40%;
    animation-delay: .4s;
}
.nav .link10 {
    left: 82%;
    top: 5%;
}
.nav .link a img.navName {
    position: absolute;
    top:12%;
    width: 2.6rem;
    height: auto;
}
/*粒子样式*/
#lizi {
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    overflow: hidden;
}

.amap-info {
    font-size: .16rem;
}
.content-window-card {
    position: relative;
    box-shadow: none;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 0;
}

.content-window-card p {
    margin-bottom:.5em;
}

div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0;
}

div.info-top div {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    padding: 0 10px;
}

div.info-top img {
position: absolute;
top: 10px;
right: 10px;
transition-duration: 0.25s;

}

div.info-top img:hover {
    box-shadow: 0px 0px 5px #000;
}

div.info-middle {
    font-size: 12px;
    padding: 10px 6px;
    line-height: 20px;
    min-height: 80px;
    text-indent:2em;
}
div.info-middle img{
    width:35%;
}

div.info-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
}

    div.info-bottom img {
        position: relative;
        z-index: 104;
    }

span {
    margin-left: 5px;
    font-size: 11px;
}

.info-middle img {
    float: left;
    margin-right: 6px;
}

#myPlayer {
    margin-top: 35px;
    top: 0;
    width: 90%;
    left:5%;
    height: 76%;
    position: absolute;
}
.videoSelect {
    position: absolute;
    right: 10px;
    top: 4%;
}
