html,body{
  width: 100%;
  height:100%;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  font-family: Arial, sans-serif;
  font-size: 0.14rem;
  line-height: 1.5;
  color: #262626;
  margin:0;
  height: 100%;
  /* background-color: #286dad; */
  word-break: break-word;
}
/* 移动端响应*/
/*@media screen and (max-width:767px){
    body{background-position: -99999px -99999px;}
    body:before {
        content: ""; 
        background-image: inherit; 
        position: fixed; 
        top: 0; 
        left: 0; 
        height: 100vh; 
        width: 100%; 
        -webkit-background-size: cover !important; 
        -moz-background-size: cover !important; 
        -o-background-size: cover; 
        background-size: cover !important;
        z-index: -1;
    }
}*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
img {
  vertical-align: middle;
}
p{
  margin-top: 5px;
  margin-bottom: 5px;
}
ol{
  margin:7px 0;
  padding-left: 0;
  list-style-position: inside;
}
ul {
  list-style-type: none;
  padding-left: 0;
  margin:0;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@font-face {
  font-family: 'DongQingHeiTi';
 /*  src: url('../fonts/DongQingHeiTi_W3.eot'); */
  src: url('../fonts/DongQingHeiTi_W3.eot#iefix') format('embedded-opentype'), 
       url('../fonts/DongQingHeiTi_W3.woff') format('woff'),
       url('../fonts/DongQingHeiTi_W3.ttf') format('truetype'),
       url('../fonts/DongQingHeiTi_W3.svg#fontawesomeregular') format('svg');   
}
.BFC{
	overflow: hidden;
	*zoom: 1;
}
.clearfix:before,
.clearfix:after{
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.inline-block{
  display: inline-block;
}
.center-block{
  display: block;
  margin-left:auto;
  margin-right:auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.text-center{
  text-align:center;
}
.text-right{
  text-align: right;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.red{
  color:#cf5d73;
}
.main-color{
  color:#286dad;
}
.text-muted{
  color:#656565;
}
.mt-15{
  margin-top:15px;
}
.mb-3{
  margin-bottom:3px;
}
.mb-5{
  margin-bottom:5px;
}
.mb-15{
  margin-bottom:15px;
}
.italic{
  font-style: italic;
}
.relative{
  position: relative;
}
.small{
  font-size: 0.8em;
}
.report-head-wrap{
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}
.report-head-shadow{
  position: relative;
}
.img-shadow{
  position: absolute;
  width: 100%;
  z-index: 3;
  top: -5px;
}

.main-content{
  max-width: 680px;
  /* margin-top: 15px; */
  padding:10px;
}
.main-report-content{
  position: relative;
  max-width: 768px;
  margin-left: auto;
  margin-right:auto;
  /*margin-bottom: 20px;*/
  background-color: #fff;
  border-radius: 5px;
  margin-top: -1.5%;
  
}
@media screen and (min-width:500px) and (max-width:599px){
  .img-shadow{
    top: -7px;
  }
  .main-report-content{
    margin-top: -2%;
  }
}
@media screen and (min-width:600px){
  .img-shadow{
    top: -5px;
  }
  .main-report-content{
    margin-top: -2.5%;
  }
}

.region{
  /* padding:17px 0; 
  border-bottom: 1px dashed #4d80b6;*/
  padding:8px 10px;
}
.region.no-border{
  border-bottom: none;
}

.region-title{
  display: inline-block;
  /* font-size:18px; */
  font-size:0.18rem;
  margin-bottom:16px;
  font-family: 'DongQingHeiTi';
  border-radius: 17px;
  padding: 1px 10px;
  color:#fff;
  /* background-color:#286dad; */
}
.dongQingHeiTi{
  font-family: 'DongQingHeiTi';
}
.item-label {
  margin-right:5px;
}

.professional-report-item{
  margin-bottom: 10px;
}
.professional-report-list .professional-report-item-title,
.professional-report-list .collapse-content,
.maintenance-tips .region-content {
  padding:8px 10px;
  border-radius: 10px;
  background-color: #eff0f0;
}
.maintenance-tips .region-content {
  border-radius: 5px;
}
.professional-report-list .professional-report-item-title{
  position: relative;
  font-size: 1.2em;
}
.professional-report-list .collapse-content {
  margin-top:10px;
}
.professional-report-list .professional-report-item .label{
  padding-right:30px;
}
.professional-report-list .professional-report-item .icon-check,
.professional-report-list .professional-report-item .icon-close{
  position: absolute;
  top: 7px;
  right: 10px;
  width: 0.25rem;
  max-width: 100%;
  height: auto;
}

.professional-report-item.collapse .collapse-content{
  display: none;
}

.professional-report-item .icon-close,
.professional-report-item.collapse .icon-check,
.professional-report-item .collapse-content {
  display: block;
}

.fault-code,
.fault-content,
.data-stream-content,
.data-stream-status {
  float: left;
  word-wrap: break-word;
}
.fault-list li,
.data-stream-list li {
  margin-bottom: 5px;
}
.fault-code{
  width:30%;
}
.fault-content{
  /* width:60%; */  
  padding-left:5px;
  font-style: italic;
 
}

.fault-status {
  color:#828282;
  /* width:20%; */  
  text-align:right;
  word-wrap: break-word;
}

.data-stream-content{
  width:70%;
}
.data-stream-status{
  width:30%;
  padding-left: 5px;
  text-align: right;
  font-style: italic;
}
.sub-title{
  margin:10px -5px;
  padding:5px;
  background-color:#e1e1e1;
  border-radius: 5px;
  font-weight: bold;
}
/*loading*/
#loading{ 
  display: none;
  position: fixed;   
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;    
  z-index: 100;
  background-color: rgba(0, 0, 0, .3);
}
#loading-center{
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;   
  width: 75px;   
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -38px;
}
.object{
  float: left;
  width: 15px;
  height: 15px;   
  margin-right: 15px;   
  /* background-color: #286dad; */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;

}

#object_one {   
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s; 
  animation-delay: 0.25s;
}
#object_three {
  margin-right: 0;
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;  
}
@-webkit-keyframes object_one {
  75% { 
    -webkit-transform: scale(0); 
  }
}
@keyframes object_one {
  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_two {
  75% { -webkit-transform: scale(0); }
}
@keyframes object_two {
  75% { 
    transform: scale(0);
    -webkit-transform:  scale(0);
  }
}
@-webkit-keyframes object_three {

  75% { -webkit-transform: scale(0); }
}
@keyframes object_three {
  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  } 
}
/* 弹出层 */
.layer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
  font-size: inherit;/* 14px; */
  z-index: 1001;
}
.layer-shadow{
  background-color: rgba(0, 0, 0, .4); 
}

.layer-msg {
  position: absolute;  
  max-width: 600px;
  min-width: 100px; 
  width:80%;
  top: 50%;
  left:50%;
  color:#fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 5px;

}
.msg-content {
  position: relative;
  padding: 12px 20px;
  /* line-height: 24px; */
  /* word-break: break-all; */
  overflow: hidden;
  overflow-x: hidden; 
  overflow-y: auto;
  white-space: pre-line;
}
/* 分割线 */
.split{
  position: relative;
  height: 20px;
    
}
.split .voal-left,.split .voal-right{
  position:absolute;
  top:0;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  border-radius: 10px;
  /* background: #286dad; */
  z-index: 2;
}
.split .voal-left{
  left:-10px;
  /* background-image: url(../images/oval-left.png); */
}
.split .voal-right{
  right:-10px;  
  /* background-image: url(../images/oval-right.png); */
}
.split .dotted{
  border-bottom:1px dashed #bcbcbc;
  position:relative;
  top:10px;
}

.stamp{
  position:absolute;
  right:20px;
  bottom:10%;
}
.stamp img{
  width: 1.3rem;
  max-width: 100%;
}
.report-title{
  font-size: 0.22rem;
  font-weight: bold;
  color:#323232;
  margin-top: 10px;
  line-height: 1;
}
.sub-report-title,
.report-code {
  font-size: 0.12rem;
}

.sub-report-title{
  margin-top: 5px;
}
.report-foot-wrap{
  width: 106%;
  margin-left: -3%;
}
.break-word{
  word-wrap: break-word;
}


.fault-list .fault-item .icon-angle{
  display: inline-block;
  width:10%;
  height: 0.1rem;
  text-align: right;
  background: url(../images/angle-up@1x.png) no-repeat;
  background-position: right;
  background-size: contain;
}

.freeze-list{
  display: block;
  padding:10px;
  border-radius: 8px;
  background-color: white;
}
.freeze-list .list-item-content span{
  display: inline-block;

}
.freeze-list .list-item-content span.freeze-title{
  width:70%;
  padding-right:5px;

}
.freeze-list .list-item-content span.freeze-value{
  width:30%;
  text-align: right;

}
.fault-item.collapse .freeze-list{
  display: none;
}
.fault-item.collapse .icon-angle{
  transform: rotateX(180deg);
}
.flex-box{
  display: flex;
}
.flex-item{
  flex:1;
}
.icon-help{
  width:.24rem;
  height: auto;
  margin-left: 3px;
}
/* 蓝色主题 */
body.style-blue,
body.style-blue .object,
body.style-blue .region-title,
body.style-blue .split .voal-left,
body.style-blue .split .voal-right{
  background-color: #286dad;
}
body.style-blue .main-report-content{
  -webkit-box-shadow: 0px 2px 6px #0d467c;
  box-shadow: 0px 2px 6px #0d467c;
}
/* 红色主题 */
body.style-red,
body.style-red .object,
body.style-red .region-title,
body.style-red .split .voal-left,
body.style-red .split .voal-right{
  background-color: #b41a20;
}
body.style-red .main-report-content{
  -webkit-box-shadow: 0px 2px 6px #670210;
  box-shadow: 0px 2px 6px #670210;
}

/* 橙色主题 */
body.style-orange,
body.style-orange .object,
body.style-orange .region-title,
body.style-orange .split .voal-left,
body.style-orange .split .voal-right{
    background-color: #eb7520;
}
body.style-orange .main-report-content{
    -webkit-box-shadow: 0px 2px 6px #B0581E;
    box-shadow: 0px 2px 6px #B0581E;
}
