/* main */
.page-index > ul::after, .page-room > .head::after, .page-room > .head .info ul::after, .page-room > .body .console ul::after, .page-room > .foot::after {
  content: "";
  clear: both;
  display: table; }

* {
  margin: 0;
  padding: 0; }

.global-icon {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  fill: white; }

.hidden {
  display: none; }

html {
  /*
  font-size: 62.5%;
  */
  font-size: 12px;
  color: #fff;
  height: 100%;
  width: 100%; }

body {
  background-color: #000000;
  height: 768px;
  width: 1024px;
  margin: 0 auto;
  line-height: 1.62;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: 'Saira', sans-serif, \5B8B\4F53;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal; 
}

em {
  font-style: normal; }

ul, li {
  list-style: none; }

img {
  vertical-align: top; }

button {
  border: none;
  background: none;
  outline: none; }

.loading {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: .4rem;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%);
  padding: 1rem;
  z-index: 1000; }
  .loading::after {
    animation: loadingRotate 1s linear infinite;
    content: "";
    display: block;
    border: .5rem solid #fff;
    border-right-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    height: 2rem;
    width: 2rem; }
@keyframes loadingRotate {
  to {
    transform: rotate(360deg); } }
.page-index {
  margin: 3rem auto 0;
  width: 800px; }
  .page-index > h1 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    text-align: center; }
  .page-index > ul > li {
    box-sizing: border-box;
    float: left;
    width: 50%; }
  .page-index a {
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
    margin: 1rem; }
    .page-index a img {
      width: 100%;
      margin-bottom: .5rem; }
    .page-index a h5 {
      font-size: 1.8rem; }
    .page-index a span {
      position: absolute;
      right: 0;
      bottom: 0;
      font-size: 1.4rem; }
.page-face {
  margin-left: 2rem;
  width: 900px; 
  float:left;
   }
  .page-face > .stranger {
    height: 270px;
    overflow-x: auto;
    overflow-y: hidden; 
  -webkit-overflow-scrolling:touch;
  border-bottom: solid 1px white;
  }
  .page-face  h1{
    font-size: 2.4rem;
    margin-bottom: 1rem;
    text-align: left; }
   .page-face > .stranger ul {
        width: 100000px;
      }
  .page-face > .stranger li {
    width: 200px;
    box-sizing: border-box;
    float: left;
   margin: .5rem;
   }
  .page-face > .register {
    height: 270px;
    margin-top: 1rem;
    -webkit-overflow-scrolling:touch;
    overflow-x: auto;
    overflow-y: hidden; }
    .page-face > .register ul {
        width: 100000px;
      }
  .page-face > .register li {
    width: 200px;
    box-sizing: border-box;
    float: left;
   margin: .5rem;
   }
  .page-face img {
    height: 244px;
    width: 200px;
   }
 .deviceStatus
 {
  background-color: black;
   margin-top: 5rem;
  margin-left: 824px;
  width: 240px;
  height: 700px;
  float: right;
  border-left: solid 1px white;
  position: absolute; 
  z-index: 100;
 }
 .close
 { height: 40px;
   width: 40px;
   font-size: 5.0rem;
   margin-left: 960px;
   z-index: 200;
   position: absolute;
 }
  .deviceStatus .testswitch
 {
    margin-left: 2rem;
  margin-top:6rem;
 }
 .deviceStatus .interval
 {
    margin-left: 1rem;
  margin-top:6rem;
   height: 32px;
   width: 200px;
 }
   .deviceStatus .interval .global-icon {
        height: 36px;
        width: 36px; 
        float：left;
        margin-bottom: 0.3rem;}
 .deviceStatus .interval >input
 {
  float：left;
      box-sizing:border-box;
            height:32px;
            width:40px;
            font-size:20px;
            text-align:center;
 }

  .deviceStatus .interval .min
 {
      width:40px;
     height:32px;
     font-size:20px;
     float：left;
 }
      .deviceStatus .interval >button{
            width:32px;
            height:32px;
            font-size:20px;
            float：left;
        }

.lang{
text-align: right; 
}
.lang > h3 {
    font-size: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    display: inline;
 }
.page-room {
  padding: 3rem; }
  .page-room > .head {
    border-bottom: 1px solid #333;
    padding-bottom: 3rem; }
    .page-room > .head h2 {
      float: left;
      font-size: 4rem;
      line-height: 1; }
    .page-room > .head .info {
      float: right;
      margin-top: .5rem; }
      .page-room > .head .info li {
        float: left;
        margin-left: 3rem;
        position: relative; }
        .page-room > .head .info li > em {
          background-color: #000;
          position: absolute;
          right: 0;
          top: 0;
          transform: scale(0.8) translate(10%); }
        .page-room > .head .info li > svg {
          height: 3rem;
          width: 3rem;
          vertical-align: top; }
      .page-room > .head .info .sofa, .page-room > .head .info .projector {
        border: 1px solid #fff;
        display: block;
        line-height: 1;
        padding: 0 .25rem;
        text-align: center; }
      .page-room > .head .info .status {
        position: absolute;
        left: 0;
        bottom: 0; }
        .page-room > .head .info .status svg {
          height: 1.5rem;
          width: 1.5rem; }
        .page-room > .head .info .status.yes svg {
          fill: lime; }
        .page-room > .head .info .status.no svg {
          fill: red; }
       .page-room > .head .meeting {
      margin-top: 4.5rem;
      font-size: 6rem;
      display: inline-block;
      position: absolute;
      line-height: 1;
      float: center;
      color: red;
       }
  .page-room > .body {
    position: absolute;
    left: 45rem;
    top: 50%;
    box-sizing: border-box;
    padding: 1rem 0;
    transform: translatey(-50%); }
    .page-room > .body .time {
      font-size: 12rem;
      line-height: 1;
      display: inline-block;
      position: relative;
      text-align: justify;
      /*
      &::before, &::after{
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        height: 1rem;
        width: 1rem;
        background-color: #fff;
        border-radius: 50%;
        margin: -1.5rem 0 0 -1.5rem;
        animation: secondBlink 1s linear infinite;
        @at-root{
          @keyframes secondBlink{ 
            to{ opacity: 0; } 
          }
        }
      }
      &::after{
        margin-top: 1rem;
      }
      */ }
    .page-room > .body .second {
      position: absolute;
      left: 0;
      top: 11.5rem;
      animation: secondMove 1s linear 1; }
      .page-room > .body .second svg {
        vertical-align: top;
        width: 1.5rem;
        height: 1.5rem; }
@keyframes secondMove {
  to {
    opacity: 0; } }
    .page-room > .body .date {
      background-color: rgba(255, 255, 255, 0.17);
      border-radius: .4rem;
      font-size: 2.2rem;
      text-align: center;
      margin: 2rem 0; }
      .page-room > .body .date em, .page-room > .body .date svg {
        display: inline-block;
        vertical-align: middle; }
      .page-room > .body .date svg {
        margin-left: .4rem; }
    .page-room > .body .console {
      padding-left: 0.1rem; 
      margin-top: 2rem; }
      .page-room > .body .console li {
        float: left;
        margin-right: 1rem; }
      .page-room > .body .console svg {
        height: 2.7rem;
        width: 3.2rem; }
      .page-room > .body .console a {
        color: white;}
    .page-room > .body .weather {
      font-size: 2rem;
      position: relative;
      padding-left: 3.5rem; }
      .page-room > .body .weather svg {
        position: absolute;
        left: 0;
        top: .4rem;
        height: 3rem;
        width: 3rem; }
    .page-room > .body .loop-item svg {
      animation: loopRotate 3s linear infinite; }
@keyframes loopRotate {
  66.66% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
  .page-room > .foot {
    position: absolute;
    left: 3rem;
    bottom: 0; }
    .page-room > .foot > h5 {
      float: left;
      width: 4rem;
      font-size: 1.6rem;
      margin-top: -.5rem; }
    .page-room > .foot .scale {
      float: left;
      width: 75rem;
      position: relative; }
      .page-room > .foot .scale .hour {
        border-left: 1px solid #fff;
        border-bottom: 0.25rem solid lime;
        box-sizing: border-box;
        float: left;
        height: 2rem;
        width: 6.25%;
        position: relative; }
        .page-room > .foot .scale .hour span {
          line-height: 1.6;
          position: absolute;
          left: -2px;
          top: -1.6rem; }
      .page-room > .foot .scale .now {
        position: absolute;
        border-bottom: 0.25rem solid red;
        box-sizing: border-box;
        float: left;
        height: 2rem;
        z-index: 99;
        }
  .page-room > .status-ring {
    position: absolute;
    left: 15rem;
    top: 50%;
    transform: translatey(-50%);
    text-align: center; }
    .page-room > .status-ring.disable em {
      color: red; }
    .page-room > .status-ring.disable button {
      animation: none;
      border-color: red;
      color: red; }
      .page-room > .status-ring.disable button svg {
        fill: red; }
    .page-room > .status-ring em {
      color: lime;
      font-weight: bold;
      display: block;
      font-size: 3rem;
      line-height: 1;
      margin-bottom: 1.5rem; }
    .page-room > .status-ring button {
      animation: btnShineActive 2s infinite alternate;
      box-sizing: border-box;
      border: 0.8rem solid lime;
      box-shadow: 0 0 0 rgba(0, 255, 0, 0.85);
      border-radius: 50%;
      color: #fff;
      cursor: pointer;
      line-height: 3;
      width: 18rem;
      height: 18rem; }
@keyframes btnShineActive {
  to {
    box-shadow: 0 0 2rem rgba(0, 255, 0, 0.85); } }
      .page-room > .status-ring button .global-icon, .page-room > .status-ring button span {
        display: inline-block;
        vertical-align: middle; }
      .page-room > .status-ring button .global-icon {
        height: 4rem;
        width: 4rem; }
      .page-room > .status-ring button span {
        font-size: 2rem; }
  .page-room > .status-line {
    border: 1rem solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    overflow: hidden; }
    .page-room > .status-line.disable.left {
      border-right-color: red; }
    .page-room > .status-line.disable.right {
      border-left-color: red; }
    .page-room > .status-line.left {
      border-right-color: lime;
      left: 0;
      border-left-width: 0; }
    .page-room > .status-line.right {
      border-left-color: lime;
      right: 0;
      border-right-width: 0; }

.qrcode-mask {
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20; }

.qrcode-wrap {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 1rem;
  transform: translate(-50%, -50%); }
  .qrcode-wrap .body img {
    background-color: #ccc;
    width: 256px;
    height: 256px; }
  .qrcode-wrap .foot {
    color: #333;
    line-height: 1.8;
    font-size: 1.4rem;
    text-align: center;
    margin-top: .5rem; }
/* button */
.button {
  height: 60px;
  width: 160px;
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 20px/100% 'Microsoft yahei',Arial, Helvetica, sans-serif;
  padding: .5em 2em .55em;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: .5em; 
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover {
  text-decoration: none;
}
.button:active {
  position: relative;
  top: 1px;
}
.bigrounded {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.white {
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top,  #fff,  #ededed);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
  color: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
  background: -moz-linear-gradient(top,  #ededed,  #fff);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

::-webkit-scrollbar-track-piece { 
background-color:white;
}
::-webkit-scrollbar {
width:9px;
height:9px;
}
::-webkit-scrollbar-thumb {
background-color:grey;
background-clip:padding-box;
min-height:10px;
}
::-webkit-scrollbar-thumb:hover {
background-color:#bbb;
}

.dropbtn {
   position: absolute;
    top: 7.0rem;
    background-color: transparent;
    color: white;
    font-size: 1.4rem;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    opacity: 80;
    text-align: left;
}

.topicon {
    max-height: 46px;
    max-width: 280px;  
}

option
{
  -webkit-appearance:none;
   background-color: black;
   font-size: 1.4rem;
}
 .icon {
  position: relative;
  z-index:9999;
  top:0.2rem;
      height: 2rem;
      width: 2rem;
     vertical-align: top;
     fill: white;
     margin-left: 0.3rem;
}


.airtime
{
    margin-top: 0.5rem;
    font-size: 1.4rem;
    float: right;
    display: inline-block;
}
.airh1
{

    text-align: center;
     height: 46px;
    padding: 12px 20px 2px;
}
.airh2
{
    margin-top: 1.5rem;
    font-size: 1.4rem;
    float: right;
    display: inline-block;
}
.aircontent
{
  margin-top: 1.5rem;
 display: inline-block;
 width: 100%
}
.aircontent .airtitle
{
 width: 30%;
  font-size: 1.8rem;
  float:left ;
  margin-left: 0.2rem;
  line-height: 34px;  
}
.aircontent .airpreffix
{
      width: 11%;
  font-size: 1.3rem;
  color: lime;
   text-align: left;
    float:left ;
    line-height: 34px;  
 margin-left: 7%;
}
.aircontent .airvalue
{
  width: 22%;
  text-align: right;
   font-size: 1.8rem;
    float:left ;
    line-height: 34px;  
    margin-left: 2rem;

}
.aircontent .airbehind
{
   width: 10%;
   text-align: left;
    font-size: 1.0rem;
     float:left ;
       margin-left: 0.3rem;
       line-height: 34px;  
}
.aircontent .bottom
{
  margin-top:10px;
  width:40px;
  height:10px;
   float:left ;
}

/*aircom page*/


.aircom_top{

}

.aircom_logo{
  position: absolute;
  left: 50%;
  margin-left: -300px;

}

.airtop{
    margin-top: 30px;
    max-height: 200px;
    max-width: 600px;  
}

.aircom_qrcode{
  position: absolute;
  right: 5%;
    text-align:center;
    float: right;
}

.airtopright{
    margin-top: 40px;
    max-height: 100px;
    max-width: 100px;  
    border:6px solid white;
}

.qrtext{
    left: 0;
    top: 30px;
    width: 100%;
  font-size: 1.8rem;

}

.content
{ 
  top:240px; 
  position: absolute;
  border-top: 10px solid black;
      width:1920px;
     height: 760px;
}
.contentleft
{
    width:750px;
    float: left;
     height: 760px;
     margin-left: 50px;
}

.contentmiddle
{
    width:320px;
    float: left;
     height: 760px;
}
.contentright
{
   
  float: right;
      width:750px;
     height: 800px;
     margin-right: 40px;
}
.contentbottom
{
   position: absolute;
      width:1920px;
      height: 80px;
     bottom: 0px;
     font-weight: normal;
}
.aircomtime
{
    font-size: 2.5rem;
    float: right;
    display: inline-block;
}


.contenttitle
{
  text-align: center;
  display: inline-block;
   font-size: 4.0rem;
    margin-top:2.5rem;
}
.aircomcontent
{
  margin-top: 4.5rem;
 display: inline-block;
 width: 100%
}
.aircomcontent .airtitle
{
 width: 48%;
  font-size: 2.8rem;
  float:left ;
  margin-left: 0.2rem;
  line-height: 34px;  
}
.aircomcontent .airpreffix
{
  width: 11%;
  font-size: 2.3rem;
  color: lime;
    float:left ;
 margin-left: 7%;
    line-height: 34px;  
}
.aircomcontent .airvalue
{
  width: 22%;
  text-align: right;
   font-size: 2.8rem;
    float:left ;
    line-height: 34px;  

}
.aircomcontent .airbehind
{
  font-family: 'Calibri';
   width: 10%;
   text-align: left;
    font-size: 2.0rem;
     float:left ;
       margin-left: 0.5rem;
       line-height: 34px;  
}

.airmiddle
{
  margin-top: 4.5rem;
 display: inline-block;
 width: 100%;
  height:34px;
}
.airmiddle .color
{
  width:70px;
  height:25px;
   float:left ;
}
.airmiddle .bar
{
  width:176px;
  height:25px;
}
.airmiddle .bar2
{
  margin-top:18px;
  width:176px;
  height:15px;
}
 .scrolltop
{
  height:30px;
  width: 30px;
  background-image: url(../img/image/air/top.png);
  background-size:30px 30px;
}
 .scrollbottom
{
  height:30px;
  width: 30px;
  background-image: url(../img/image/air/bottom.png);
  background-size:30px 30px;
}

.airmiddle .color1
{
  margin-left:55px;
}
