@font-face{
   font-family: 'quantico'; 
   src: url('../fonts/Quantico.ttf');
}

body {
  font-family: '微软雅黑';
  line-height: 22px;
  font-size: 14px;
  background-color: #FFF;
  color: #333;
  padding: 0;
  margin: 0;
  /*-webkit-touch-callout: none; */
  /*-webkit-user-select: none; */
  /*-khtml-user-select: none; */
  /*-moz-user-select: none; */
  /*-ms-user-select: none; */
  /*user-select: none;*/
  /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
  /*-webkit-overflow-scrolling : touch;*/
  /*overflow: hidden;*/
  /*-webkit-overflow-scrolling: touch;*/
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.color1{
   color: #1089e0;
}

.main{
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main::-webkit-scrollbar {
  display: none;
}
.main-p{
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);

}
.main-p.video{
  height: calc(100% - 66px);
  position: relative;
  padding-bottom: 0;
}
.main.video{
  overflow: hidden;
}

/* .banner{
   margin: 12px 0px;
} */
.banner a{
   display: block;
   text-align: center;
   background-repeat: no-repeat;
   background-position: center;
   background-size: 100% auto;
   position: relative;
   text-decoration: none;
   
}
.banner a>span{
   display: block;
   margin: 12px 0px;
   padding: 8px;
   box-sizing: border-box;
   width:100%;
   background: linear-gradient(135deg, #59c3fb 10%, #268df7 100%);
    text-decoration: underline;
    font-weight: 700;
    /* border-radius: 10px; */
    color: #fff;
}


.banner img{
  width: 100%;
  height: auto;
  display: block;
}
.banner-loader{
  padding: 0px;
  text-align: left;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner-loader span{
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(135, 211, 124,1);
  -webkit-animation: loader3 1.5s linear infinite;
  animation: loader3 1.5s linear infinite;
}
.banner-loader span:last-child{
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}
@keyframes loader3 {
 0% {transform: scale(0, 0);opacity:0.8;}
 100% {transform: scale(1, 1);opacity:0;}
}
@-webkit-keyframes loader3 {
 0% {-webkit-transform: scale(0, 0);opacity:0.8;}
 100% {-webkit-transform: scale(1, 1);opacity:0;}
}




nav{
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  background-color: #FFF;
  margin: 5px 0;
  box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(216, 208, 208, 0.24);
}
.nav-item{
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  border-left: 1px solid rgba(0,0,0,.1);
}
.nav-active{
  color: #1089e0;
}
.issue{
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 15px;
  box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(216, 208, 208, 0.24);
}
.issue-item{
   width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.issue-logo{
  display: none;
  width: 50px;
  height: auto;
}
.issue-mi{
  margin-left: 10px;
  /* display: none; */
  /* position: absolute; */
  /* right: 10px; */
  background: #c62d1f;
  background-image: -webkit-linear-gradient(top, #c62d1f, #f24437);
  background-image: -moz-linear-gradient(top, #c62d1f, #f24437);
  background-image: -ms-linear-gradient(top, #c62d1f, #f24437);
  background-image: -o-linear-gradient(top, #c62d1f, #f24437);
  background-image: linear-gradient(to bottom, #c62d1f, #f24437);
  border-radius: 18px;
  text-shadow: 0px 1px 0px #810e05;
  -webkit-box-shadow: 3px 4px 0px 0px #8a2a21;
  -moz-box-shadow: 3px 4px 0px 0px #8a2a21;
  box-shadow: 3px 4px 0px 0px #8a2a21;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 15px;
  border: solid #d02718 1px;
  text-decoration: none;
  cursor: pointer;
}
.issue-mi:hover {
  color: #ffffff;
  background: #f24437;
  text-decoration: none;
}
.issue-c{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.issue-data{
  font-size: 14px;
}
.issue-data>div{
   display: flex;
   align-items: center;
}

.reload_icon{
   margin: 0px 6px;
   position: relative;
   top: 2px;
}
.reload_text{
   cursor: pointer;
}

#qishu{
  /* color: #f00; */
}
.issue-list{
  height: 30px;
  width: 100px;
  padding: 0 10px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.issue-more{
  display: none;
  position: absolute;
  width: 100px;
  margin-top: 32px;
  margin-left: 30px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  background-color: #FFF;
  padding: 0;
  list-style: none;
}
.issue-more li{
  height: 25px;
  line-height: 25px;
}
#opentime{
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
#opentime b{
  font-size: 32px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: red;
  text-align: center;
  color: #FFF;
  font-weight: normal;
  margin: 0px 5px;
  border-radius: 2px;
}
#times{
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #111;
  border-radius: 5px;
  padding: 0 5px;
  margin-left: 5px;
}
.issue-d{
  display: flex;
  align-items: center;
}
.issue-w{
  display: block;
  margin: 0 10px;
  color: #8d8d8d;
  font-size: 16px;
}
.issue-nums{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.issue-nums span{
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  font-size: 18px;
  box-sizing: border-box;
  border-radius: 2px;
  background-color: rgb(19, 181, 177);
}
.issue-nums #num4{
  background-color: rgb(85, 111, 181);
}
.issue-nums i{
  font-style: inherit;
  margin: 0 2px;
}
.issue-nums2{
  display: flex;
  flex-wrap: nowrap;
}
.issue-nums2 span{
  display: block;
  font-size: 12px;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 22px;
  margin: 0 1px;
  color: #FFF;
  background-color: #1E9FFF;
  border-radius: 50%;
}
.issue-nums2 span:first-child{
  background-color: #ea644a;
}

.issue-type{
  display: flex;
  width: 100%;
  justify-content: flex-end;
  font-size: 16px;
  margin: 0px 12px;
}
.issue-type span{
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #777;
  margin: 0px 3px;
}

/* #issues{
  position: absolute;
  right: 0;
  top: 25px;
  right: 10px;
} */

.result-nav{
  padding: 20px 0px;
  color: #333;
  display: flex;
  justify-content: space-around;
  width: 100%;
  bottom: 0;
  max-width: 1000px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;

}
.result-nav img{
   width: 48px;
}
.result-nav p{
   color: #333;
   margin: 4px 0px 0px 0px;
}



.result-nav span{
  width: 100%;
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #ddd;
  z-index: 999;
}
.result-nav span:last-child{
  border-right: 0;
}
.result-active{
  position: relative;
}



.sum_show{
   color: #fff;
   background: #1089e0;
   border-radius: 50%;
   display: inline-block;
   width: 23px !important;
   height: 23px;
   line-height: 23px;
   font-size: 13px;
}

.fixed_modle{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  flex-flow: column;
}

.fixed_modle_title{
  position: relative;
  height: 43px;
  line-height: 43px;
  text-align: center;
}
.fixed_modle_title p{
  margin: 0;
}
.f_m_title_text{
  font-size: 15px;
}
.fixed_back{
  position: absolute;
  top: 5px;
  left: 10px;
  cursor: pointer;
}
.result_fixed{
  flex: 1;
  overflow: auto;
}



.trend_table{
  width: 100%;
  background-color: #bae2ff;
  height: 32px;
  font-size: 13px;
}
.trend_table th{
  font-weight: 500;
}
.count-time{
  margin-left: 18px;
}


.result-table{
  color: #717171;
  border: 1px solid #e4e4e4;
}
.result-thead{
  background-color: #1089e0;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
}
.result-thead span{
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.result-thead span:last-child{
  border-right: 0;
}
.result-tr{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px dashed #ebebeb;
}
.result-tr span{
  width: 100%;
  text-align: center;
}
.result-tr:last-child{
  border-bottom: 0;
}
.result-tr:nth-child(odd){
  background-color: #f9f9f9;
}

.p120{
  width: 120%!important;
}
.p150{
  width: 150%!important;
}
.p200{
  width: 200%!important;
}
.p250{
  width: 250%!important;
}
.p300{
  width: 300%!important;
}
.p400{
  width: 400%!important;
}
.fore-issue{
  /* text-align: left!important;
  padding-left: 20px; */
}

.badge-o{
  display: inline-block;
  height: 18px;
  line-height: 18px;
  background-color: #dc3545!important;
  color: #FFF;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 3px;
  font-style: inherit;
}
.badge-g{
  display: inline-block;
  height: 18px;
  line-height: 18px;
  background-color: #1E9FFF!important;
  color: #FFF;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 3px;
  font-style: inherit;
}

#census .result-tr{
  height: 40px;
}
#census .result-tr span i{
  font-style: normal;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #FFF;
  text-align: center;
  background: #1E9FFF;
  border-radius: 12px;
  margin: 0 5px;
  font-size: 12px;
  min-width: 22px;
}
#census .result-tr span b{
  font-weight: initial;
  color: #333;
}
#census .result-tr span p{
  margin: 0;
  padding: 0;
  display: inline-block;
  /*min-width: 30px;*/
}
#census .result-thead{
  background-color: #FFF;
}
#census .result-tr span{
  border-right: 1px solid #ebebeb;
}
#census .result-tr span:last-child{
  border-right: 0px;
}
.p-red{
  color: red;
}
#result .nums, #trend .nums, #forecast .nums{
  display: block;
  font-size: 14px;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 22px;
  margin: 0 1px;
  color: #FFF;
  background-color: #1E9FFF;
  border-radius: 50%;
}
#result .nums:first-child{
  background-color: #ea644a;
}
#result .result-tr:nth-child(2){ 
  /* 第一条隐藏 display: none; */
}

.forecast-nav{
  height: 40px;
  line-height: 40px;
  display: flex;
  border: 1px solid rgba(0,0,0,.1);
}
.forecast-nav span{
  width: 100%;
  text-align: center;
  border-left: 1px solid rgba(0,0,0,.1);
}
.forecast-nav .active{
  background-color: #4292e6;
  color: #FFF;
}
.yc-yes, .yc-yes2{
  height: 24px;
  line-height: 24px;
  width: 24px!important;
  max-width: 48px;
  color: #FFF;
  background-color: #dc0000;
  display: inline-block;
  margin-right: 3px;
  border-radius: 4px;
}
.yc-no, .yc-no2{
  height: 24px;
  line-height: 24px;
  width: 24px !important;
  max-width: 48px;
  color: #FFF;
  background-color: #CCCCCC;
  display: inline-block;
  margin-right: 3px;
}
.yc-no2{
  background-color: grey!important;
}
#forecast .result-tr span:nth-child(3){
  display: flex;
  justify-content: center;
}
.sha{
  color: red;
  margin-right: 2px;
  width: unset!important;
  line-height: 24px;
}
.sz .yc-yes, .sz .yc-no,
.szh .yc-yes, .szh .yc-no{
  margin-right: 0;
  width: 40px !important;
}

.sys .yc-yes, .sys .yc-no{
  width: 35px !important;
}

@media screen and (max-width: 800px) {
  .issue{
     flex-flow: column;
     padding: 0px;
     box-shadow: none;
  }
  .issue-item{
     width: 100%;
     height: 52px;
     padding: 6px 4px;
     box-sizing: border-box;
     box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(216, 208, 208, 0.24);
  }
  .issue .issue-mi{
    font-size: 14px;
    padding: 2px 8px;
  }
  .issue-item:last-child{
      border-bottom: 0;
  }
  .result-table{
      border-left: 0;
      border-right: 0;
  }
  #dplayer, .player-code{
      height: 240px!important;
  }
  .foot{
    margin-top: 1%;
  }
  #times{
    padding: 0 2px;
    font-size: 13px;
  }
  .issue-data{
    font-size: 13px;
  }
}




.al-bg{
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.2);
  z-index:999999999;
}
.al-model-bg{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.al-model{
  width: 255px;height: 160px;background-color: #FFF;padding: 10px;
}
.al-title{
  font-size: 14px;height: 25px;line-height: 25px;color: #007aff;border-bottom: 1px solid #CCC;
}
.al-qrcode{
  width: 130px;height: auto;max-height: 130px;overflow: hidden;margin-top:6px
}
.al-a{
  float: right;margin-top: 15px;width: 120px;height: 110px;text-align: center;font-size: 14px;display: flex;flex-wrap: wrap;align-items: center;
}
.al-a a{
  width: 100%;height: 30px;line-height: 30px;color: #FFF;text-decoration:none
}
.al-a-1{
  background-color: #DC143C;
}
.al-a-2{
  background-color: #F4A460;
}
.al-a-3{
  background-color: #1E90FF;
}
.al-show{
  width: 60px;position: fixed;right: 310px;bottom: 100px;z-index: 99999999;
}
.mui-bar {
  height: 46px;
  border-bottom: 0;
  padding: 0 10px;
  box-sizing: border-box;
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999; */
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px -10px 18px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -10px 18px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -10px 18px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.mui-bar img{
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.h1-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 46px;
  display: block;
  width: 100%;
  padding: 0;
  display:none;
  text-align: center;
  white-space: nowrap;
  color: #0088a4;
}
.mui-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 46px;
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  color: #000;
  font-weight: 600;
  word-wrap: break-word;
   text-overflow: ellipsis;
   overflow: hidden;
}
.reload{
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 20;
  float: right;
}

.copyright{
  font-size: 12px;
  text-align: center;
  /* height: 50px;
  line-height: 50px; */
}
.copyright_a{
  display: block;
  padding-bottom: 20px;
}
.copyright_a:hover{
  text-decoration: underline;
}


.c6-1{
  display: flex;
  justify-content:center;
}
.c6-2{
  display: flex;
}
.c6-3{
  color:#13b5b1;
  padding: 3px;
}
.c6-4{
  color:#f23030;
  padding: 3px;
}

#dplayer, .player-code{
  height: 445px;
}
.player-other{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.player-btn{
  width: 50%;
  height: 50px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.player-btn.reload{
  background-color: #F4A460;
}
.player-btn.share{
  background-color: #0088a4;
}
.player-btn img{
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.player-qrcode{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1000px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999999999;
  display: none;
  align-items: center;
  justify-content: center;
}
.player-qrcode > div{
  min-height: 240px;
  width: 80%;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-top: 6px solid #f83b44;
}
.player-qrcode > div img{
  width: 120px;
  height: 120px;
}
.player-qrcode > div p{
  font-size: 20px;
  margin-bottom: 0;
}
.player-qrcode .close{
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.player-qrcode .close img{
  width: 16px;
  height: 16px;
}
.dplayer .dplayer-video-wrap .dplayer-video{
  /* object-fit: cover; */
}
.video-text{
  padding: 50px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
.player-code{
  padding: 0 30px;
  margin-top: -240px;
  position: relative;
  z-index: 9999;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.player-code .alert{
  width: 60px;
  height: 60px;
}
.player-code p{
  color: #768093;
  font-size: 26px;
  margin: 25px auto;
  text-align: center;
  line-height: 32px;
}
.player-code-form{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.player-code-form input{
  padding: 2px 10px;
  width: 77%;
  height: 37px;
  border: 1px solid #ebebeb;
  border-right-color: transparent;
  border-radius: 2px 0 0 2px;
  line-height: 37px;
  box-sizing: border-box;
  outline: none;
  background-color: #f4f5f7;
}
.player-code-form input:active, .player-code-form input:focus{
  background-color: #FFF;
}
.player-code-form span{
  position: relative;
  overflow: visible;
  width: 23%;
  height: 37px;
  line-height: 37px;
  border-radius: 0 2px 2px 0;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  background: #6abd09;
  color: #fff;
  cursor: pointer;
}



.foot-bookmark {
  position: fixed;
  bottom: 25px;
  z-index: 99999999;
  width: 50%;
  max-width: 500px;
  color: #fff;
  background-color: rgba(0,0,0,.9);
  border-radius: 10px;
  font-size: 12px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.foot-bookmark:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0,0,0,.9);
  position: absolute;
  bottom: -6px;
}

.foot-bookmark p {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.foot-bookmark p span img {
  width: 15px;
  height: auto;
  margin: 0 5px;
}

.foot-bookmark>img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 5px;
}

.foot-bookmark i {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-style: normal;
}

.nav-list.more {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nav-list.more div {
    width: 285px;
}

.nav-list.more a {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
}

.nav-list.more a:hover {
    text-decoration: none;
}