
@charset "utf-8";
/* CSS Document */
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 50px;
}
body{
  padding:0px;	
  margin:0px;
  color: #222;
  font-family:   PingFangSC, PingFangSC-Regular, 'Microsoft YaHei', 微软雅黑, STXihei, 华文细黑, Georgia, 'Times New Roman', serif;
  background: #1c227a url(../imgs/bg.png) center top no-repeat; 
  background-size:cover;
  color:#FFFFFF;
  font-size: .28rem;
  height: 100%;
}
/*谷哥滚动条样式*/
::-webkit-scrollbar {width:5px;height:5px;position:absolute}
::-webkit-scrollbar-thumb {background-color:#071446}
::-webkit-scrollbar-track {background-color:#ddd}

/* 模板变量，默认先不可见 */
.variable-dom {
  opacity: 0;
}

#page {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.84rem .6rem 0;
}
.logo{
  position: absolute;
  top: 0.4rem;
  left: 0.6rem;
  width: 2.46rem;
  cursor: pointer;
  /* height: 0.65rem;
  background: url("../imgs/logo.png") center top;
  background-size: 2.46rem 0.65rem; */
  z-index: 9;
}
.logo img{width: 100%;}
.title-img {
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header {
  position: relative;
}
#headerTime {
  position: absolute;
  top: .4rem;
  right: .6rem;
  line-height: .56rem;
  font-size: .4rem;
  color: rgba(255, 255, 255, .85);
  font-weight: 400;
}

.main {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 1;
}
.left-block, .right-block {
  flex: 0 0 12.1rem;
}
.right-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.center-block {
  flex: 1;
}
.left-block > div {
  height: 3.4rem;
  background-size: 100% 100%;
  margin-bottom: .3rem;
  padding: .2rem .3rem;
}
.left-b1 {
  width: 12.1rem;
  background: url(../imgs/l1.png) 0 0 no-repeat;
}
.left-b2 {
  width: 10.38rem;
  background: url(../imgs/l2.png) 0 0 no-repeat;
}
.left-b3 {
  width: 9.98rem;
  background: url(../imgs/l3.png) 0 0 no-repeat;
}
.left-b4 {
  width: 10.87rem;
  background: url(../imgs/l4.png) 0 0 no-repeat;
}
.right-block > div {
  background-size: 100% 100%;
  margin-bottom: .3rem;
  padding: .2rem 0;
}
.right-b1 {
  width: 12.1rem;
  height: 2.86rem;
  background: url(../imgs/r1.png) 0 0 no-repeat;
}
.right-b2 {
  width: 10.66rem;
  height: 5.5rem;
  background: url(../imgs/r2-new.png) 0 0 no-repeat;
}
.right-b3 {
  width: 10.7rem;
  height: 5.5rem;
  background: url(../imgs/r3-new.png) 0 0 no-repeat;
}
.bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin: .1rem 0 .3rem;
}
.bottom-item {
  flex: 0 0 9rem;
  width: 9rem;
  height: 4.4rem;
  padding: .2rem .3rem;
  background: url(../imgs/bottom-rect.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.bottom-item .variable-dom {
  margin: .1rem 0;
  font-size: .24rem;
  line-height: .36rem;
  font-weight: 400;
  color: rgba(255, 255, 255, .85);
}
.block-title {
  display: flex;
  align-items: center;
  font-size: .32rem;
  line-height: .45rem;
  color: #38EFFF;
  font-weight: 600;
}
.block-title img {
  width: .44rem;
  margin-right: .1rem;
}
.right-b1 .block-title {
  padding-left: 1.04rem;
}
.right-b2 .block-title {
  padding-left: 1.66rem;
  margin-bottom: .2rem;
}
.right-b3 .block-title {
  padding-left: 2.36rem;
  margin-bottom: .2rem;
}

/* 中间数字部分 */
.center-header {
  width: 100%;
  text-align: center;
}
.center-header h4 {
  margin-top: .6rem;
  margin-bottom: .4rem;
  line-height: .56rem;
  font-size: .4rem;
  color: #38EFFF;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 600;
}
.center-number {
  font-family: Arial;
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 auto .3rem;
  font-size: .6rem;
  color: rgba(0,0,0,0);
  line-height: .84rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: .68rem;
  background: url(../imgs/num-rect.png) repeat-x;
  background-size: 1rem 1rem;
}
.center-number-display {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: .32rem;
  color: #FFFFFF;
}
.center-tips {
  margin-top: .7rem;
  font-size: .24rem;
  line-height: .36rem;
  font-weight: 400;
  color: rgba(255, 255, 255, .5);
  text-align: center;

}
/* 图表 */
#chart1 {
  width: 9.4rem;
  height: 2.4rem;
}
#chart2 {
  width: 8.4rem;
  height: 2.4rem;
}
#chart3{
  width: 8.4rem;
  height: 2.4rem;
}
#chart4 {
  width: 9.4rem;
  height: 2.4rem;
}
#chart5 {
  width: 100%;
  height: 9.7rem;
}

#chart6 {
  width: 8.2rem;
  height: 3.5rem;
}
#chart7 {
  width: 8.2rem;
  height: 3.5rem;
}
#chart8 {
  width: 8rem;
  height: 3.2rem;
  margin-top: .3rem;
}
#chart9 {
  flex: 0 0 5.6rem;
  width: 5.6rem;
  height: 3.2rem;
  margin-top: .3rem;
}
.flex-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: .1rem;
}
.scroll-block {
  position: relative;
  width: 2.4rem;
  height: 3.05rem;
  margin-right: .3rem;
  overflow: hidden;
  transition: all .1s;
}
.scroll-block-body {
  width: 100%;
}
.scroll-block-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .95rem;
  padding: .1rem;
  margin-bottom: .1rem;
  background: rgba(56,239,255,0.05);
  font-size: .24rem;
  text-align: center;
  line-height: .36rem;
  font-weight: 400;
}
.scroll-block-item h5 {
  color: #38EFFF;
  width: 90%;
  text-align:center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scroll-block-item p {
  color: rgba(255, 255, 255, .85);
}

/* 右侧一 */
.right-b1-main {
  margin-top: .2rem;
  padding: .1rem 1.1rem .1rem 2.55rem;
}
.right-b1-main img {
  width: 1.6rem;
}
.right-b1-right h5 {
  line-height: .50rem;
  font-size: .36rem;
  color: rgba(255, 255, 255, .85);
  font-weight: 500;
  margin-bottom: .18rem;
  text-align: right;
}
.safety-days-text {
  line-height: .5rem;
  font-size: .28rem;
  color: rgba(255, 255, 255, .85);
  font-weight: 500;
  text-align: right;
}
.safety-days-text .variable-dom {
  line-height: .5rem;
  font-size: .36rem;
  color: #38EFFF;
  font-weight: 500;
}
/* 右侧单元格 */
.cell-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 1rem;
  margin-bottom: .08rem;
  padding-right: 1.1rem;
}
.cell-item span {
  line-height: .36rem;
  font-size: .28rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
}
.cell-item .cell-item-num {
  font-weight: 600;
}

#dialog{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 9999;
}
#diabody{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 80%;
  height: 80%;
}
.dia_close{
  width: 30px;
  height: 30px;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  right: -35px;
  top: 0;
}
.dia_close::before,
.dia_close::after {
  content: '';
  width: 20px;
  height: 2px;
  /* 伪元素before和after添加的内容默认是 inline 元素 */
  /* inline内容有多大，它就有多大，不能设置宽和高 */
  /* 必须显示为block */
  display: block;
  background-color: #fff;
  position: absolute;
  left: 25%;
  top: 50%;
}

.dia_close::before {
  transform: rotate(45deg);
}

.dia_close::after {
  transform: rotate(-45deg);
}



