html,
body{
  width:100%;
  text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust: 100%;
  font-size:625%;
  /* font-family: "Microsoft YaHei","Helvetica Neue", Helvetica,  Arial, sans-serif; */
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
  min-height:100vh;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  overflow-x:hidden;
  background-color: #fff;
}
body{
  margin:0 auto;
  min-width:640px;
  overflow:auto;
  font-size:.3rem;
  color:#fff;
  background-image: url("../img/web/background3.png");
  background-size:cover;
  font-size: .24rem;
}
body.bg4{
  margin:0 auto;
  min-width:640px;
  overflow:auto;
  font-size:.3rem;
  color:#fff;
  background-image: url("../img/web/background4.png");
  background-size:cover;
  font-size: .24rem;
}
body.bg5{
  margin:0 auto;
  min-width:640px;
  overflow:auto;
  font-size:.3rem;
  color:#fff;
  background-image: url("../img/web/background5.png");
  background-size:cover;
  font-size: .24rem;
}
.case_type{
  /* overflow: hidden; */
  position: absolute;
  left:0;
  top:0;
  border-radius: .2rem;
  /* border:2px solid #87f5ff; */
  background: #000;
  opacity: 0.3;
  width:100%;
  height: 100%;
}
.container{
  width: 95%;
  margin: 0 2.5%;
}
.title1{
  width: 100%;
  height:180px; 
  background: url(../img/web/title.png) no-repeat center;
  background-size:592px 68px; 
   font-size: 30px;
  color: #fff;
  line-height: 100px; 
  text-align: center; 
  position: relative;
}

.topCon{
  width: 100%;
}
.bottomCon{
  width: 100%;
}
.leftCon{
  position: relative;
  float: left;
  width: 50%;
  height:6rem;
  margin-bottom: 10px;
}
.rightCon{
  position: relative;
  margin-left: 1%;
  float: left;
  width: 24%;
  height: 6rem;
  margin-bottom: 10px;
}
.bottomCon li{
  position: relative;
  float: left;
  width: 32.33%;
  /* height: 300px; */
  margin: 0.5%;
}

.clear{
  clear: both
}

.userNumber{
  width:1rem;
  background-color: rgba(0,0,0,0);
  border:none;
  color:#2ef8fc;
  font-size: .42rem;
}
.hypertension,.diabetes,.guanxinbing{
  /* width:40%; */
  height:2.5rem;
  position: relative;
  color:#fff;
 
}
.hypertension div{
  text-align: center;
  line-height: 2rem;
}
.case_type>ul{
  padding:.4rem 0 0;
  display:inline-block;
}
.ul_inline{
  width:45%;
  position: absolute;
  top:0.3rem;
}
.ul_inline>li{
  width:100%;
}
.second{
  width:50%;
  left:50%;
}

.case_top{
  width: 100%;
  padding:.14rem .04rem .14rem .2rem;
  font-size:.18rem;
  /* background-image: url("../img/web/Title-bg.png");
  background-size:100% 100%; */
}
.userNbr{
  text-align: left;
  padding:10% 0;
  font-size:.14rem;
  line-height: 0.32rem;
}
.userNbr span{
  display: block;
  padding-left:.2rem;
}
.userNbr span i{
  color: #2ef8fc;
}
button{
  /* width: */
  padding:0 .1rem;
  font-size:.16rem;
  border-radius: .1rem;
  border: solid 1px #617dac;
  color:#fff;
  background-color: rgba(0,0,0,0);
}
.btnToLevel3{
  width:90%;
  margin:0 auto;
}
.btnToLevel3 span{
  font-size: .16rem;
  color: #fff;
  text-align: center;
  display: inline-block;
  width:10%;
  padding:.1rem 0;
  border-radius:35%;
  margin-left:7%;
  border:1px solid rgba(46,248,252,1);
  box-shadow: 0 2px 2px rgba(46,248,252,0.3);
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 11;
}
.warnTitle{
  font-size: 0.18rem;
  padding: 0.2rem;
  text-align: center;
  position: relative;
  z-index: 11;
  color: #fff;
}
.warnList{
  padding: 0;
  margin:0;
}
.warnList li{
  padding: 0.1rem 0.2rem;
  font-size: 0.14rem;
  color: #fff;

}
.warnList li.even{
  background: #182547;
}
.yel{
  color: #F4E925;
}
.blue{
  color: #2ef8fc;
}
.red{
  color: #f00;
  font-size: 0.24rem;
  padding: 0.08rem;
}
.titleBox{
  position: relative;
  width: 100%;
  height: 1rem;
  margin-bottom: 0.2rem;
}
.titleList{
  padding: 0 0.8rem;
  position: relative;
  z-index: 11;
}
.titleList li{
  text-align: center;
  width: 25%;
  float: left;
  padding-top: 0.15rem;
}
.titleList li p{
 
  color: #2ef8fc;
  font-size: 0.34rem;
  line-height: 0.5rem;
}
.titleList li span{
  display: block;
  color: #fff;
  font-size: 0.14rem;
}
.warnWarp{
  position: relative;
  height: 5rem;
  overflow: hidden;
}
.lineChart{
  width: 100%;
  text-align: center;
}
.lineChart div{
  margin: 0 auto;
}

/* 省市页面 */
.leftCon2{
  position: relative;
  float: left;
  width: 32.33%;
  height: 6rem;
  margin: 0.5%;
}
.rightCon2{
  position: relative;
  width: 100%;
  height: 2.9rem;
  margin-bottom: 0.2rem;
}
.add{
  font-size: .3rem;
  letter-spacing: 5px;
  text-align: center;
  position: absolute;
  bottom:.2rem;
  left:.2rem;
  text-shadow:0px 5px 5px #53a6ff 
}

