html{
    padding:0px;
    margin:0px;
    height: 100%;
    font-size: 100px;
    font-family: "PingFang SC Regular", "Hiragino Sans GB", "黑体", "Microsoft YaHei", sans-serif;
}
@media only screen and (max-width:4100px){
    html{
        font-size: 200px;
    }
}
@media only screen and (max-width:3840px){
    html{
        font-size: 200px;
    }
}
@media only screen and (max-width:2880px){
    html{
        font-size: 150px;
    }
}
@media only screen and (max-width:2050px){
    html{
        font-size: 100px;
    }
}
@media only screen and (max-width:1920px){
    html{
        font-size: 100px;
    }
}
@media only screen and (max-width:1440px){
    html{
        font-size: 75px;
    }
}
body{
    background:#000;
    color:#fff;
    min-height:0;
    height:100%;
    padding:0px;
    margin:0px;
    position:relative
}

.main-container *{
    box-sizing: border-box;
}
.content{
    position: absolute;
    top:0.45rem;
    bottom:0.45rem;
    /* border: 1px solid green; */
    width:5.87rem;
    z-index: 9;
}
.content-left{
    left:0.45rem;
}
.content-right{
    right:0.45rem;
    width:5.5rem;
}
.left-top{
    height:35%;
    /* border: 1px solid green; */
}
.left-middle{
    height:30%;
    padding-top: 0.1rem;
    /* border: 1px solid green; */
}
.left-bottom{
    height:35%;
    /* border: 1px solid green; */
}
.right-top{
    height:15%;
    /* border: 1px solid green; */
}
.right-middle{
    height:30%;
    /* border: 1px solid green; */
}
.right-bottom{
    height:55%;
    /* border: 1px solid green; */
}
.section-title{
    padding-left: 0.33rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.22rem auto;
    background-image: url('/clbs/resources/img/threeRect.png');
    color: white;
    font-size: 0.32rem;
    letter-spacing: 0.02rem;
}
.real-alarm-num{
    color: white;
    font-family: 'Bgothm';
    font-size: 0.69rem;
    letter-spacing: -0.10rem;
    margin-bottom: 0.01rem;
}
.yestoday{
    color: white;
    font-size: 0.27rem;
    letter-spacing: 1px;
    margin-bottom: 0.05rem;
}
.yestoday span{
    letter-spacing: 0px;
}
.green-red{
    display: inline-block;
    width:0.24rem;
    height:0.14rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    margin-left: 0.03rem;
}
.green-red.up{
    background-image: url('/clbs/resources/img/planet/red-up.png');
}
.green-red.down{
    background-image: url('/clbs/resources/img/reduce-percent.png');
}
.three-card{
    margin-top: 0.2rem;
    height: 1rem;
}
.three-card .card{
    width:33%;
    float: left;
    height: 100%;
    padding:2px;
}
.three-card .card>div{
    background-color: rgba(41,85,252,0.18);
    height: 100%;
    padding:2px;
}
.one-card{
  height: 1rem;
  margin: 0.2rem 8px 0 2px;
  padding:2px;
  background-color: rgba(41,85,252,0.18);
}
.card-number{
    color:#1e95ff;
    font-family: 'Bgothm';
    font-size: 0.49rem;
    letter-spacing: -0.06rem;
    padding-top:0.05rem;
    padding-left: 0.05rem;
}
.card-text{
    color:#7ca1d2;
    font-size: 0.22rem;
    margin-top: -0.05rem;
    margin-left: 0.1rem;
}
.doughnut-container{
    height:100%;
    width:120%;
    margin-left: -30%;
}
.doughnut-color1{
    color: rgba(86,82,155,1);
}
.doughnut-color2{
    color: rgba(78,161,169,1);
}
.doughnut-color3{
    color: rgba(188,147,48,1);
}
.doughnut-color4{
    color: rgba(26,94,142,1);
}
.doughnut-color5{
    color: rgba(106,128,169,1);
}
.dot-list{
    width:80%;
    height: 100%;
    margin-left: 8%;
    /* margin-top: 0.2rem; */
}
.dot-list-row{
    height:20%;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}
.dot-list-row .fliper{
    height:100%;
    transform-origin: 100% 0.31rem; /* half of height */
    -webkit-transform-origin: 100% 0.31rem; /* half of height */
    transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}
.dot-list-row.active .fliper{
    transform: rotateX(-180deg);
}
.dot-list-row .fliper .flip{
    height:100%;
    backface-visibility: hidden;

	position: absolute;
	top: 0;
    left: 0;
    width:100%;
    height:100%;
}
.dot-list-row .front{
    z-index: 2;
	/* for firefox 31 */
	transform: rotateX(0deg);
}
.dot-list-row .backend{
	/* for firefox 31 */
	transform: rotateX(180deg);
}
.dot-list-row .flip>div{
    height:100%;
    float: left;
}
.dot-list-row .flip::after{
    content:' ';
    display: block;
    clear: both;
}
.dot-list-text{
    width:40%;
    color: #7ca1d2;
    font-size: 0.26rem;
    padding-top: 0.13rem;
    /* border: 1px solid gray; */
}
.dot-list-dot{
    width:28%;
    color: #7ca1d2;
    font-size: 0.35rem;
    margin-top: -0.02rem;
    letter-spacing: 0.12rem;
    /* border: 1px solid gray; */
}
.dot-list-percentage{
    width:32%;
    font-size: 0.25rem;
    padding-top: 0.13rem;
    font-family: 'Bgothm';
    text-align: right;
    /* border: 1px solid gray; */
}
.dot-list-percentage .dot-list-num{
    font-size: 0.33rem;
    letter-spacing: -0.05rem;
}
.time-clock{
    position: absolute;
    top:0.6rem;
    left:calc(50% - 1.4rem);
    height: 0.7rem;
    width:2.8rem;
    z-index: 9;
    /* border: 1px solid green; */
}
.time-clock .time-block{
    height:100%;
    width:0.55rem;
    background-color: rgba(111,170,233,0.2);
    border: 1px solid #3a7abe;
    border-radius: 3px;
    color: white;
    font-family: 'Bgothm';
    text-align:center;
    line-height: 100%;
    /* vertical-align: middle; */
    margin-right: 0.1rem;
    float: left;
    font-size: 0.69rem;
    overflow: hidden;
}
.time-seperator{
    float: left;
    height:100%;
    width:0.3rem;
    background-repeat: no-repeat;
    background-size: 0.1rem auto;
    background-position: center center;
    background-image: url('/clbs/resources/img/time-seperator.png');
    -webkit-animation: opacity 1s infinite;
    animation: opacity 1s infinite;
}



@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        filter: alpha(opacity=0)\9
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100)\9
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        filter: alpha(opacity=0)\9
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100)\9
    }
}

.onlineRate-container{
    height:calc(100% - 0.5rem);
    width:99%;
}
.alarm-container{
    height:calc(100% - 0.5rem);
    border-top: 1px solid rgba(121,243,212,0.2);
    border-bottom: 1px solid rgba(121,243,212,0.2);
    margin-top: 0.2rem;
}
.alarm-container .alarm-row{
    height:20%;
    padding:0.15rem 0.15rem 0.15rem 0.05rem;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    /* border: 1px solid green; */
}
.alarm-container .alarm-row .fliper{
    height:100%;
    position: relative;
    transform-origin: 100% 0.30rem; /* half of height */
    -webkit-transform-origin: 100% 0.30rem; /* half of height */
    transition: 0.6s;
	transform-style: preserve-3d;
}
.alarm-container .alarm-row .fliper .flip>div{
    position: absolute;
}
.alarm-container .alarm-row .fliper .alarm-index{
    left:0rem;
    top:0.04rem;
    font-size: 0.42rem;
    font-family: 'Bgothm';
    opacity: 0.7;
    padding-right: 0.1rem;
    letter-spacing: -0.07rem;
}
.alarm-row.active .fliper{
    transform: rotateX(-180deg);
}
.alarm-row .fliper .flip{
    height:100%;
    backface-visibility: hidden;

	position: absolute;
	top: 0;
    left: 0;
    width:100%;
    height:100%;
}
.alarm-row .front{
    z-index: 2;
	/* for firefox 31 */
	transform: rotateX(0deg);
}
.alarm-row .backend{
	/* for firefox 31 */
	transform: rotateX(180deg);
}

.alarm-index-color1{
    color:#d83b3c;
}
.alarm-index-color2{
    color:#ff7a05;
}
.alarm-index-color3{
    color:#ffc03e;
}
.alarm-index-color4{
    color:#ffffff;
}

.alarm-container .alarm-row .fliper .alarm-bg{
    height:100%;
    top:0rem;
    bottom: 0rem;
    left:0.7rem;
    right:0rem;
}

.alarm-container .alarm-row .fliper .alarm-bg>div{
    height:100%;
    background: rgba(72,122,176,1);
    background: -moz-linear-gradient(left, rgba(72,122,176,0.9) 0%, rgba(11,19,35,0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(72,122,176,0.9)), color-stop(100%, rgba(11,19,35,0.5)));
    background: -webkit-linear-gradient(left, rgba(72,122,176,0.9) 0%, rgba(11,19,35,0.5) 100%);
    background: -o-linear-gradient(left, rgba(72,122,176,0.9) 0%, rgba(11,19,35,0.5) 100%);
    background: -ms-linear-gradient(left, rgba(72,122,176,0.9) 0%, rgba(11,19,35,0.5) 100%);
    background: linear-gradient(to right, rgba(72,122,176,0.9) 0%, rgba(11,19,35,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#487ab0', endColorstr='#0b1323', GradientType=1 );
    transition: 1500ms width;
    transition-timing-function: ease-out;
}
.alarm-container .alarm-row .fliper .alarm-brand{
    height:100%;
    top:0.08rem;
    bottom: 0rem;
    left:1rem;
    color:white;
    font-size: 0.28rem;
}
.alarm-num-color1{
    color:#6b8fbc;
}
.alarm-num-color2{
    color:#cccdcd;
}
.alarm-container .alarm-row .fliper .alarm-num{
    height:100%;
    top:0.02rem;
    bottom: 0rem;
    right:0.3rem;
    width:2.0rem;
    font-size: 0.48rem;
    letter-spacing: -0.07rem;
    font-family: 'Bgothm';
    text-align: right;
}
.alarm-container .alarm-row .fliper .alarm-num .alarm-unit{
    font-size: 0.2rem;
}
.zw-logo{
    position: absolute;
    right:0.2rem;
    top:0rem;
    width:200px;
    height:60px;
    z-index: 99;
}
.zw-logo img{
    width:100%;
    height:auto;
}
.no-visible{
    visibility: hidden;
}