@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;*/
}

.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: 640px;
 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);
 padding-top: 66px;
 padding-bottom: 40px;
}
.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;
 color: #6b6969;
 border-left: 1px solid rgba(0,0,0,.1);
}
.nav-active{
 color: #FFF;
 background-color: #00CDCD;
}

.sf_box,.ms_box{
  flex-flow: wrap;
  height: auto;
}
.ms_box>a{
  flex: 1 1 20% !important;
  border-top: 1px solid #ccc;
}
.sf_box>a{
  flex: 1 1 28% !important;
  border-top: 1px solid #ccc;
}



.issue{
 margin: 10px 0;
 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{
 display: flex;
 flex-wrap: wrap;
}
.issue-logo{
 display: none;
 width: 50px;
 height: auto;
}
.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-weight: bold;
 font-size: 16px;
}
#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: 14px;
 display: flex;
 align-items: center;
 margin-top: 5px;
}
#opentime b{
 text-align: center;
 color: #FFF;
 font-weight: normal;
}
#times{
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0094E0;
  border-radius: 5px;
  padding: 0 1px;
}
.issue-d{
 display: flex;
 align-items: center;
 flex-wrap: wrap;
}
.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: 30px;
 height: 30px;
 line-height: 28px;
 text-align: center;
 border: 1px solid #f00;
 border-radius: 50%;
 color: #f00;
 font-size: 16px;
 box-sizing: border-box;
}
.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: #00afc7;
 border-radius: 50%;
}
.issue-nums2 span:first-child{
 background-color: #ea644a;
}

.issue-type{
 display: flex;
 width: 100%;
 justify-content: flex-end;
}
.issue-type span{
 color: #666;
}

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

.result-nav{
 height: 40px;
 color: #666;
 display: flex;
 justify-content: center;
 border-top: 1px solid #ddd;
 position: fixed;
 width: 100%;
 bottom: 0;
 max-width: 640px;
 left: 0;
 right: 0;
 margin-left: auto;
 margin-right: auto;
 z-index: 88888;
 background-color: #FFF;
}
.result-nav span{
 width: 100%;
 display: block;
 height: 40px;
 line-height: 40px;
 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;
 color: #FFF!important;
 background-color: #4dd0e1!important;
}
.result-active::before{
 border-bottom: 10px solid #4dd0e1;
 border-left: 10px solid transparent;
 border-right: 10px solid transparent;
 position: absolute;
 top: -10px;
 left: 43%;
}
.result-active::after{
 content: "";
 width: 60%;
 height: 4px;
 background: #fff;
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 margin: 0 auto;
}
.result-table{
 color: #717171;
}
.result-thead{
 background-color: #00afc7;
 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,.result-head-tr{
 display: flex;
 justify-content: center;
 align-items: center;
 height: 32px;
 line-height: 32px;
 border-bottom: 1px dashed #ebebeb;
}
.result-tr>span,.result-head-tr>span{
 width: 100%;
 text-align: center;
}
.result-tr:last-child,.result-head-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: #00afc7!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: #4dd0e1;
 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: #00afc7;
 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;
 margin: 5px 0;
 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: #00CDCD;
 color: #FFF;
}
.yc-yes, .yc-yes2{
 height: 24px;
 line-height: 24px;
 width: 24px!important;
 max-width: 48px;
 color: #FFF;
 background-color: #4dc7d8;
 display: inline-block;
 margin-right: 3px;
}
.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;
}
#forecast .result-head-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{
 margin-right: 0;
 width: 40px!important;
}



@media screen and (max-width: 800px) {
 .issue{
     /*flex-wrap: wrap;*/
 }
 .issue-item{
     border-left: 0;
 }
 .issue-item:last-child{
     border-bottom: 0;
 }
 .result-table{
     border-left: 0;
     border-right: 0;
 }
 #dplayer, .player-code{
     height: 240px!important;
 }
 nav{
  flex-flow: wrap;
  height: auto;
 }
 .nav-item{
   flex: 1 1 20% !important;
   border-top: 1px solid #ccc;
  }

  .show1 .mipai_btn{
    position: absolute;
    top: 19px;
    right: 6px;
    font-size: 12px;
    padding: 1px 8px;
  }

}


.sysset-item{
  display: flex;
  align-items: center;
  justify-content: space-around;
}


.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: 66px;
 border-bottom: 0;
 background-color: #0088a4;
 padding: 0 30px;
 box-sizing: border-box;
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 z-index: 99999;
 max-width: 640px;
 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);
}


.mipai_btn{
  position: absolute;
  top: 14px;
  right: 12px;
}

.mui-bar img{
 width: 25px;
 height: 25px;
 position: absolute;
 right: 10px;
 top: 10px;
}
.h1-title {
 font-size: 18px;
 font-weight: bold;
 line-height: 66px;
 display: block;
 width: 100%;
 padding: 0;
 display:none;
 text-align: center;
 white-space: nowrap;
 color: #0088a4;
 word-wrap: break-word;
 text-overflow: ellipsis;
 overflow: hidden;
}
.mui-title {
 font-size: 18px;
 font-weight: bold;
 line-height: 66px;
 display: block;
 width: 100%;
 padding: 0;
 text-align: center;
 white-space: nowrap;
 color: #000;
 word-wrap: break-word;
 text-overflow: ellipsis;
 overflow: hidden;
}
.mui-bar .mui-title {
 display: inline-block;
 overflow: hidden;
 width: 100%;
 max-width: 640px;
 margin: 0;
 text-overflow: ellipsis;
 color: #FFF;
}
.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: 640px;
 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;
}