.bgmiddle2 {
  height: 2821px;
}
.skPicBox {
  position: relative;
  margin-top: 40px;
  height: 670px;
}
.skPicBox .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #3399cc;
  height: 38px;
}
.skPicBox .todayskImg {
  height: 88%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.skPicBox .selectBox {
  width: 163px;
  height: 36px;
  float: left;
  margin-top: 5px;
}
.skPicBox .selectBox select {
  width: 163px;
  padding-left: 10px;
  height: 36px;
  line-height: 36px;
  border-radius: 10px;
  border: 1px solid #999999;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 17px;
  color: #333333;
  cursor: pointer;
  -webkit-appearance: button;
}
.skPicBox .selectBox #tempChoose,
.skPicBox .selectBox #windChoose,
.skPicBox .selectBox #rhuChoose {
  display: none;
}
.skPicBox .chooseskBox {
  position: absolute;
  top: 280px;
  left: 0;
  width: 130px;
}
.skPicBox .chooseskBox p.title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #3399cc;
  float: left;
  height: 38px;
  line-height: 38px;
}
.skPicBox .chooseskBox ul {
  overflow: hidden;
  float: right;
}
.skPicBox .chooseskBox ul li {
  width: 130px;
  float: left;
  margin-right: 10px;
  box-sizing: border-box;
  border: 2px solid #5ca0db;
  border-radius: 38px;
  cursor: pointer;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #5c70b2;
  height: 38px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 10px;
}
.skPicBox .chooseskBox ul li p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #5c70b2;
  height: 38px;
  line-height: 34px;
  float: left;
}
.skPicBox .chooseskBox ul li i {
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  float: left;
  margin: 7px 10px 0 15px;
}
.skPicBox .chooseskBox ul li.cur,
.skPicBox .chooseskBox ul li:hover {
  background: linear-gradient(90deg, #61deed 0%, #4d6be1 100%);
}
.skPicBox .chooseskBox ul li.cur p,
.skPicBox .chooseskBox ul li:hover p {
  color: #ffffff;
}
.skPicBox .chooseskBox ul li.rain.cur i,
.skPicBox .chooseskBox ul li.rain:hover i {
  background-image: url("../img/monitor_rain02.png");
}
.skPicBox .chooseskBox ul li.rain i {
  background-image: url("../img/monitor_rain01.png");
}
.skPicBox .chooseskBox ul li.temp.cur i,
.skPicBox .chooseskBox ul li.temp:hover i {
  background-image: url("../img/monitor_temp02.png");
}
.skPicBox .chooseskBox ul li.temp i {
  background-image: url("../img/monitor_temp01.png");
}
.skPicBox .chooseskBox ul li.wind.cur i,
.skPicBox .chooseskBox ul li.wind:hover i {
  background-image: url("../img/monitor_wind02.png");
}
.skPicBox .chooseskBox ul li.wind i {
  background-image: url("../img/monitor_wind01.png");
}
.skPicBox .chooseskBox ul li.rhu.cur i,
.skPicBox .chooseskBox ul li.rhu:hover i {
  background-image: url("../img/monitor_rhu02.png");
}
.skPicBox .chooseskBox ul li.rhu i {
  background-image: url("../img/monitor_rhu01.png");
}
.skPicBox .showbtn {
  display: block !important;
}
.skPicBox .hiddenbtn {
  display: none !important;
}
.skPicBox .videoskBox {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.skPicBox .videoskBox img {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 38px;
  bottom: 9px;
  cursor: pointer;
}
.skPicBox .videoskBox .playBarBox {
  width: 1020px;
  height: 6px;
  background: #4a4e58;
  opacity: 0.7;
  border-radius: 3px;
  position: absolute;
  left: 92px;
  bottom: 18px;
}
.skPicBox .videoskBox .playBarBox .currentBar {
  width: 525px;
  height: 6px;
  background: #1f6ebd;
  border-radius: 3px;
  position: relative;
}
.skPicBox .videoskBox .playBarBox .currentTime {
  width: 150px;
  height: 38px;
  position: absolute;
  bottom: 5px;
  right: -75px;
}
.skPicBox .videoskBox .playBarBox .currentTime img {
  width: 150px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
}
.skPicBox .videoskBox .playBarBox .currentTime p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  top: 7px;
  left: 17px;
}
.skSumBox {
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
}
.skSumBox .navCheck {
  overflow: hidden;
  margin: 30px auto 20px auto;
}
.skSumBox .navCheck p.title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #3399cc;
  float: left;
  height: 38px;
  line-height: 38px;
}
.skSumBox .navCheck ul {
  overflow: hidden;
  float: right;
}
.skSumBox .navCheck ul li {
  width: 76px;
  float: left;
  margin-right: 10px;
  box-sizing: border-box;
  border: 2px solid #5ca0db;
  border-radius: 38px;
  cursor: pointer;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #5c70b2;
  height: 38px;
  line-height: 36px;
  text-align: center;
}
.skSumBox .navCheck ul li.cur,
.skSumBox .navCheck ul li:hover {
  background: linear-gradient(90deg, #61deed 0%, #4d6be1 100%);
  color: #ffffff;
}
.skSumBox .dis {
  display: none;
}
.skSumBox .skInnerBox {
  width: 1200px;
  height: 1140px;
  box-sizing: border-box;
  padding: 10px 0 0 0;
  position: relative;
}
.skSumBox .skInnerBox .checkskBox {
  width: 340px;
  margin: 0 auto;
  overflow: hidden;
}
.skSumBox .skInnerBox .checkskBox li {
  float: left;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  padding: 3px 20px;
  color: #999999;
  position: relative;
  cursor: pointer;
}
.skSumBox .skInnerBox .checkskBox li::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  right: 0;
  background: #e5e5e5;
  top: 5px;
  z-index: 10;
}
.skSumBox .skInnerBox .checkskBox li:nth-child(3)::after {
  display: none;
}
.skSumBox .skInnerBox .checkskBox li:last-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  left: 0;
  background: #e5e5e5;
  top: 5px;
  z-index: 10;
}
.skSumBox .skInnerBox .checkskBox li.cur {
  color: #3399cc;
  border-bottom: 3px solid #3399cc;
}
.skSumBox .skInnerBox .checkskBox li:hover {
  color: #3399cc;
}
.skSumBox .skInnerBox .split {
  text-align: right;
  height: 18px;
  overflow: hidden;
  margin-top: 6px;
  position: absolute;
  right: 25px;
  top: 26px;
  z-index: 999;
}
.skSumBox .skInnerBox .split p {
  display: none;
  background: #b9b9b9;
  float: right;
  margin-right: 10px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #ffffff;
  padding: 0 10px;
  border-radius: 3px;
}
.skSumBox .skInnerBox .split p.cur {
  display: block;
}
.skSumBox .skInnerBox #timeCharts {
  width: 100%;
  height: 360px;
  margin-bottom: 20px;
}
.skSumBox .skInnerBox .publishBox {
  position: absolute;
  top: 378px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  height: 30px;
  overflow: hidden;
}
.skSumBox .skInnerBox .publishBox .time {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  height: 30px;
  line-height: 30px;
  float: left;
}
.skSumBox .skInnerBox .publishBox .cont {
  color: #6f6f6f;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  float: right;
}
.skSumBox .skInnerBox .result {
  color: #ee842f;
  display: none;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 60%;
}
.skSumBox .skInnerBox .tableBox {
  width: 1159px;
  margin: 0 auto;
  border: 1px solid #3399cc;
}
.skSumBox .skInnerBox .tableBox .tableTitle {
  height: 54px;
  width: 100%;
  overflow: hidden;
}
.skSumBox .skInnerBox .tableBox .tableTitle .titleLi {
  height: 54px;
  line-height: 54px;
  width: 27%;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  float: left;
  background-color: #3399cc;
}
.skSumBox .skInnerBox .tableBox .tableTitle .small {
  width: 19%;
  line-height: 54px;
}
.skSumBox .skInnerBox .tableBox .tableCont ul {
  width: 100%;
  height: 80px;
  background-color: #feffff;
}
.skSumBox .skInnerBox .tableBox .tableCont ul li {
  height: 80px;
  width: 27%;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 17px;
  color: #60b0d8;
  float: left;
  box-sizing: border-box;
  border-right: 1px solid #d6ebf5;
  border-bottom: 1px solid #d6ebf5;
  position: relative;
}
.skSumBox .skInnerBox .tableBox .tableCont ul li p {
  width: 70%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 30px;
}
.skSumBox .skInnerBox .tableBox .tableCont ul li p .red {
  color: #f51e28;
}
.skSumBox .skInnerBox .tableBox .tableCont ul li p .blue {
  color: #4bbff7;
}
.skSumBox .skInnerBox .tableBox .tableCont ul li:last-child {
  border-right: none;
}
.skSumBox .skInnerBox .tableBox .tableCont ul .small {
  width: 19%;
  line-height: 80px;
}
.skSumBox .skInnerBox .tableBox .tableCont ul:nth-child(2n) {
  background-color: #d9f2fc;
}
.cloudsAndRadar {
  padding: 0 30px 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.cloudsAndRadar .clouds {
  float: left;
}
.cloudsAndRadar .radar {
  float: right;
}
.cloudsAndRadar .carLi {
  width: 564px;
}
.cloudsAndRadar .carLi .titleBox {
  width: 100%;
  height: 38px;
  overflow: hidden;
  margin-bottom: 10px;
}
.cloudsAndRadar .carLi .titleBox p.title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #3399cc;
  float: left;
  height: 38px;
  line-height: 38px;
}
.cloudsAndRadar .carLi .titleBox p.choose {
  float: right;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3399cc;
  height: 38px;
  line-height: 38px;
}
.cloudsAndRadar .carLi .titleBox p.choose span {
  font-size: 18px;
  padding: 0 10px;
  cursor: pointer;
}
.cloudsAndRadar .carLi .titleBox p.choose span:hover,
.cloudsAndRadar .carLi .titleBox p.choose span.cur {
  color: #0f577a;
}
.cloudsAndRadar .carLi .titleBox p.choose span:nth-child(1) {
  border-right: 2px solid #e0e0ee;
}
.cloudsAndRadar .carLi .titleBox .rightBox {
  float: right;
  height: 38px;
  overflow: hidden;
  width: 216px;
}
.cloudsAndRadar .carLi .titleBox .rightBox p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  height: 38px;
  line-height: 38px;
  float: left;
}
.cloudsAndRadar .carLi .titleBox .rightBox .selectBox {
  width: 147px;
  height: 28px;
  float: left;
  margin-top: 5px;
}
.cloudsAndRadar .carLi .titleBox .rightBox .selectBox select {
  width: 147px;
  height: 28px;
  line-height: 28px;
  border-radius: 10px;
  border: 1px solid #999999;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
  -webkit-appearance: button;
}
.cloudsAndRadar .colorBox {
  width: 564px;
  height: 456px;
  box-sizing: border-box;
  padding: 14px;
  position: relative;
  cursor: pointer;
}
.cloudsAndRadar .colorBox p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  white-space: nowrap;
}
.cloudsAndRadar .colorBox img {
  width: 531px;
  height: 426px;
}
.dialogBox {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 999999;
  top: 0;
  left: 0;
}
.dialogBox .dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
}
.dialogBox .dialog .close {
  font-weight: 800;
  width: 100%;
  text-align: right;
  font-size: 25px;
  padding-right: 20px;
  box-sizing: border-box;
  cursor: pointer;
}
.dialogBox .dialog .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dialogBox .dialog .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 30px) !important;
  padding: 19px 50px;
  box-sizing: border-box;
}
.dialogBox .dialog .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.airAqi {
  margin-bottom: 100px;
}
.airAqi .titleBox {
  height: 38px;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.airAqi .titleBox p.title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #3399cc;
  float: left;
  height: 38px;
  line-height: 38px;
  margin-right: 30px;
}
.airAqi .titleBox p.publishTime {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  float: left;
  height: 38px;
  line-height: 38px;
}
.airAqi .aqiInner {
  height: 514px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px 0;
}
.airAqi .aqiInner .leftBox {
  width: 376px;
  height: 100%;
  float: left;
  padding: 0 20px;
  position: relative;
  border-right: 1px solid #e9e9e9;
}
.airAqi .aqiInner .leftBox p.title2 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #3399cc;
  margin-bottom: 10px;
}
.airAqi .aqiInner .leftBox .airImg {
  width: 307px;
  height: 150px;
  display: block;
  margin: 0 auto;
}
.airAqi .aqiInner .leftBox .airNum {
  position: absolute;
  font-size: 46px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1f6ebd;
  top: 100px;
  left: 50%;
  transform: translateX(-65%);
}
.airAqi .aqiInner .leftBox .airText {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1f6ebd;
  position: absolute;
  top: 156px;
  left: 48%;
  transform: translateX(-48%);
}
.airAqi .aqiInner .leftBox .airMiddle {
  width: 100%;
  height: 90px;
  border: 1px solid #ddedf7;
  margin-top: 20px;
  padding: 10px;
  box-sizing: border-box;
}
.airAqi .aqiInner .leftBox .airMiddle .airtitle {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4eb3b9;
  overflow: hidden;
  height: auto;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddedf7;
}
.airAqi .aqiInner .leftBox .airMiddle .airtitle li {
  float: left;
  width: 45px;
}
.airAqi .aqiInner .leftBox .airMiddle .airContent {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4a4e58;
  line-height: 18px;
  overflow: hidden;
  margin-top: 5px;
  text-align: center;
  vertical-align: middle;
}
.airAqi .aqiInner .leftBox .airMiddle .airContent li {
  float: left;
  width: 45px;
  height: 36px;
}
.airAqi .aqiInner .leftBox .intro {
  height: 40px;
  line-height: 40px;
}
.airAqi .aqiInner .leftBox .intro2 {
  height: 30px;
  line-height: 30px;
}
.airAqi .aqiInner .leftBox .airBottom {
  width: 100%;
}
.airAqi .aqiInner .leftBox .airBottom .airLi {
  margin-bottom: 10px;
  width: 100%;
  height: 55px;
  background: #f3f4f5;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 5px 10px;
  overflow: hidden;
}
.airAqi .aqiInner .leftBox .airBottom .airLi .airleft {
  width: 42%;
  height: 100%;
  border-right: 1px solid #ffffff;
  float: left;
}
.airAqi .aqiInner .leftBox .airBottom .airLi .airleft p.title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
}
.airAqi .aqiInner .leftBox .airBottom .airLi .airleft p.time {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  text-align: center;
}
.airAqi .aqiInner .leftBox .airBottom .airLi .airleft:last-child {
  border-right: none;
}
.airAqi .aqiInner .leftBox .airBottom .airLi .airright {
  float: left;
  overflow: hidden;
}
.airAqi .aqiInner .leftBox .airBottom .airLi .airright .sumBox {
  width: 59px;
  height: 43px;
  border-radius: 10px;
  padding-top: 3px;
  box-sizing: border-box;
  margin: 0 20px;
  float: left;
  position: relative;
}
.airAqi .aqiInner .leftBox .airBottom .airLi .airright .sumBox p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  width: 51px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.airAqi .aqiInner .leftBox .airBottom .airLi .airright .sumBox[lv="lv1"] {
  background: #9dca80;
}
.airAqi .aqiInner .leftBox .airBottom .airLi .airright .sumBox[lv="lv2"] {
  background: #f7da64;
}
.airAqi .aqiInner .leftBox .airBottom .airLi .airright .sumBox[lv="lv3"] {
  background: #f29e39;
}
.airAqi .aqiInner .leftBox .airBottom .airLi .airright .sumBox[lv="lv4"] {
  background: #da555d;
}
.airAqi .aqiInner .leftBox .airBottom .airLi .airright .sumBox[lv="lv5"] {
  background: #b9377a;
}
.airAqi .aqiInner .leftBox .airBottom .airLi .airright .sumBox[lv="lv6"] {
  background: #881326;
}
.airAqi .aqiInner .leftBox .airBottom .airLi .airright .contBox {
  float: left;
  box-sizing: border-box;
  padding-top: 5px;
}
.airAqi .aqiInner .leftBox .airBottom .airLi .airright .contBox .name {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 12px;
  color: #333333;
  margin-bottom: 5px;
}
.airAqi .aqiInner .leftBox .airBottom .airLi .airright .contBox .con {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  text-align: center;
}
.airAqi .aqiInner .rightBox {
  width: 740px;
  height: 100%;
  float: left;
  padding: 0 20px;
  position: relative;
}
.airAqi .aqiInner .rightBox p.title2 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #3399cc;
  margin-bottom: 10px;
}
.airAqi .aqiInner .rightBox p.info {
  position: absolute;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  top: 18px;
  right: 20px;
}
.airAqi .aqiInner .rightBox #mainTemp {
  width: 744px;
  height: 390px;
  margin-top: 40px;
}
.airAqi .aqiInner .rightBox .aqiColorExp {
  position: absolute;
  bottom: 0;
  left: 20px;
  overflow: hidden;
}
.airAqi .aqiInner .rightBox .aqiColorExp span {
  border-top-style: solid;
  border-top-width: 3px;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-left: 3px;
  text-align: center;
  width: 120px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.airAqi .aqiInner .rightBox .aqiColorExp .span1 {
  border-top-color: #a7cf8c;
}
.airAqi .aqiInner .rightBox .aqiColorExp .span2 {
  border-top-color: #f7da64;
}
.airAqi .aqiInner .rightBox .aqiColorExp .span3 {
  border-top-color: #f29e39;
}
.airAqi .aqiInner .rightBox .aqiColorExp .span4 {
  border-top-color: #da555d;
}
.airAqi .aqiInner .rightBox .aqiColorExp .span5 {
  border-top-color: #b9377a;
}
.airAqi .aqiInner .rightBox .aqiColorExp .span6 {
  border-top-color: #810619;
}
