@font-face {
  /* font-test*/
  font-family: SourceHanSans;
  src: url('../font/SourceHanSansCN-Normal.otf');
}
@font-face {
  /* font-test*/
  font-family: SourceHanSans-Bold;
  src: url('../font/SourceHanSansCN-Bold.otf');
}
@font-face {
  /* font-test*/
  font-family: UnidreamLED;
  src: url('../font/UnidreamLED.ttf');
}
body {
  background: #0f111c;
  font-family: 'SourceHanSans';
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
fieldset,
label,
div {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: content-box;
}
ul,
ol,
li {
  list-style: none;
}
img {
  border: 0;
}
a {
  color: #008eff;
  text-decoration: none;
}
a .btn {
  text-decoration: none;
}
a:hover {
  color: #0099ec;
}
a:focus {
  outline: 0;
}
label {
  font-weight: normal;
}
i,
em {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
input,
select,
textarea,
.search-bar .r-select label {
  background-color: #fff;
  color: #333;
  outline: none;
  border: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff;
}
input[type="text"],
input[type="password"] {
  padding-left: 8px;
  /*text-overflow: ellipsis;*/
  white-space: nowrap;
  overflow: hidden;
}
input[type="text"]:focus,
input[type="password"]:focus {
  border-color: #A5C7FE;
  outline: 0;
  box-shadow: 0 0 1px #A5C7FE;
}
button {
  border: none;
  font-family: 'Microsoft YaHei';
  cursor: pointer;
}
.clear {
  clear: both;
  width: 100%;
}
.clearfix {
  zoom: 1;
  clear: both;
}
.txg-l {
  text-align: left;
}
.txg-r {
  text-align: right;
}
.txg-c {
  text-align: center;
}
.hide {
  display: none;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
[v-cloak] {
  display: none;
}
.header {
  position: absolute;
  top: 1.625rem;
  color: #fff;
  z-index: 99;
  left: 0.625rem;
}
.clock-box {
  width: 8rem;
  height: 2.8125rem;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #2d759c;
  background: -webkit-linear-gradient(-121deg, #3060b0, #299673);
  background: -moz-linear-gradient(-121deg, #3060b0, #299673);
  background: -o-linear-gradient(-121deg, #3060b0, #299673);
  background: linear-gradient(-121deg, #3060b0, #299673);
}
.clock-box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(clock_bg.png) left top;
  width: 100%;
  height: 100%;
  background-size: 80%;
  z-index: 2;
}
.clock-box .clock-3d {
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  animation: rotate3D 30s 0s infinite;
  position: relative;
  z-index: 3;
}
.clock-box .logo {
  position: absolute;
  left: 0;
  top: -2.4rem;
  padding-left: .5rem;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.clock-box .logo .iconfont {
  font-size: 7rem;
}
.clock-box .clock {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  transform: rotateX(90deg) translate3d(0, 0, 0);
  -webkit-transform: rotateX(90deg) translate3d(0, 0, 0);
}
.clock-box .clock .text {
  width: 25%;
  font-size: .75rem;
  display: inline-block;
  line-height: .875rem;
  position: absolute;
  left: 5%;
  top: 16%;
  font-family: SourceHanSans-Bold;
}
.clock-box .clock .time {
  position: absolute;
  right: 5%;
  font-size: 2.125rem;
  font-family: UnidreamLED;
  top: 7%;
  letter-spacing: .1875rem;
}
@keyframes rotate3D {
  0% {
    transform: rotateX(0);
  }
  49% {
    transform: rotateX(0);
  }
  50% {
    transform: rotateX(-90deg);
  }
  99% {
    transform: rotateX(-90deg);
  }
  100% {
    transform: rotateX(0);
  }
}
.airport-name {
  position: fixed;
  z-index: 2;
  left: 10rem;
  font-family: SourceHanSans-Bold;
  color: #fff;
  font-size: 1.625rem;
  top: 1.625rem;
  text-align: center;
  line-height: 1.625rem;
}
.airport-name span {
  display: block;
  font-size: .8125rem;
  color: #a6a6a6;
}
.model-title {
  position: fixed;
  z-index: 10;
  text-align: center;
  width: 40%;
  font-size: 1.625rem;
  word-spacing: .1rem;
  font-family: SourceHanSans-Bold;
  color: #fff;
  top: 2rem;
  left: 30%;
  letter-spacing: .4rem;
}
.model-title span {
  font-size: 1.4rem;
  letter-spacing: 0;
}
.model-step {
  position: fixed;
  right: .5rem;
  text-align: right;
  top: 1.4rem;
  z-index: 11;
}
.model-step .step-item {
  display: inline-block;
  margin: 0 .3rem;
  border-radius: 100%;
  height: 3.4rem;
  width: 3.4rem;
  position: relative;
}
.model-step .step-item .box {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.model-step .step-item .s3 {
  position: absolute;
  height: 2.4rem;
  width: 2.4rem;
  top: .19rem;
  left: .18rem;
  border-radius: 100%;
  z-index: 2;
  border: .3rem solid transparent;
}
.model-step .step-item .s3:before {
  position: absolute;
  left: -1px;
  top: -1px;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}
.model-step .step-item .s3.iconfont {
  font-size: 1.4rem;
  border-radius: 100%;
  line-height: 2.4rem;
  text-align: center;
  display: block;
  color: #fff;
}
.model-step .step-item canvas {
  height: 100%!important;
  width: 100%!important;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.model-step .step-item.active .s3 {
  background: -webkit-linear-gradient(63deg, #3060b0, #299673);
  border-color: #171b24;
}
.model-step #step-flightDep .s3:before {
  content: "\e608";
}
.model-step #step-flightArr .s3:before {
  content: "\e607";
}
.model-step #step-radar .s3:before {
  content: "\e606";
}
.model-step #step-weather .s3:before {
  content: "\e604";
}
.model-step #step-universal_time .s3:before {
  content: "\e605";
}
.model-step #step-traffic .s3:before {
  content: "\e625";
}
.model-step #step-route .s3:before {
  content: "\e627";
}
.show-model {
  visibility: hidden;
}
.cur-model {
  visibility: visible;
}
.cur-model#radar .radar-box {
  display: block;
}
.flight-model {
  position: fixed;
  z-index: 1;
  background: #1a1d1e;
  border-radius: 5px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  left: .5rem;
  right: .5rem;
  top: 6rem;
  bottom: .5rem;
  overflow: hidden;
  z-index: 12;
}
.ft-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 0 1rem;
}
.ft-head ul {
  display: -webkit-flex;
  display: flex;
  align-items: space-between;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}
.ft-head li {
  text-align: center;
  color: #2d969a;
  font-size: 1.125rem;
  font-family: SourceHanSans-Bold;
}
.ft-head li span {
  font-size: .8125rem;
  font-weight: normal;
  display: block;
  line-height: 1.4rem;
  font-family: SourceHanSans;
}
.flight-model li {
  overflow: hidden;
}
.flight-model li.w1 {
  width: 7%;
}
.flight-model li.w2 {
  width: 6%;
}
.flight-model li.w3 {
  width: 12%;
}
.flight-model li.w4 {
  width: 7%;
}
.flight-model li.w5 {
  width: 7%;
}
.flight-model li.w6 {
  width: 4%;
}
.flight-model li.w7 {
  width: 10%;
  word-break: keep-all;
}
.flight-model li.w8 {
  width: 4%;
}
.flight-model li.w9 {
  width: 6%;
}
.flight-model li.w10 {
  width: 8%;
}
.flight-model li.w11 {
  width: 9%;
}
.flight-model li.w12 {
  width: 7%;
}
.ft-item {
  line-height: 3.4rem;
  overflow: hidden;
  height: 3.4rem;
}
.ft-item:nth-child(2n) {
  background: #232323;
}
.ft-item ul {
  display: -webkit-flex;
  display: flex;
  align-items: space-between;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}
.ft-item .scoll-li {
  width: 200%;
  animation: scolLeft2 6s 0s infinite;
  position: absolute;
}
.ft-item li {
  text-align: center;
  color: #d4d4d4;
  font-size: 1rem;
  height: 3.4rem;
  font-weight: bold;
  position: relative;
}
.ft-item li .sharescoll {
  width: 70%;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.ft-item li .shareitem {
  display: inline-block;
  text-align: center;
  width: 50%;
}
.ft-item li.shareitem3 .scoll-li {
  width: 300%;
  animation: scolLeft3 9s 0s infinite;
}
.ft-item li.shareitem3 .shareitem {
  width: 33.33%;
}
.ft-item li.w11 {
  color: #26ccaf;
}
.ft-item li.w11 .state1 {
  color: #ffb400;
}
.ft-item li.w11 .state2 {
  color: #ff2b2b;
}
.ft-item li.text-up span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.ft-item li.text-up span:nth-child(2) {
  opacity: 0;
}
.ft-item li.text-up span:nth-child(1) {
  animation: upShow 9s linear 0s infinite;
}
.ft-item li.text-up span:nth-child(2) {
  opacity: 0;
  animation: upHide 9s linear 0s infinite;
}
.ft-item li .day {
  background: #1ba88f;
  border-radius: .1875rem;
  position: absolute;
  right: 0;
  color: #000;
  display: block;
  top: 50%;
  z-index: 2;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: .75rem;
  width: 1.75rem;
  margin-top: -0.625rem;
  font-family: SourceHanSans-Bold;
}
.ft-item .gate {
  width: 2.5rem;
  height: 2.4rem;
  line-height: 2.4rem;
  display: inline-block;
  border-radius: 3px;
  background: rgba(9, 49, 43, 0.5);
  border: 2px solid rgba(67, 111, 104, 0.5);
  overflow: hidden;
  margin-top: .4rem;
}
@keyframes scolLeft2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scolLeft3 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-33.33%);
  }
  100% {
    transform: translateX(-66.66%);
  }
}
@keyframes moveover {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes upShow {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes upHide {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.map {
  position: fixed!important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: #171b24!important;
  visibility: hidden;
}
.info-box {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  border: .4375rem solid #2f2f2f;
  width: 8rem;
  border-radius: 5px;
  z-index: 12;
}
.info-box .info-list {
  box-shadow: -1px -1px 2px #353535;
  border-radius: 5px;
  background: #1b1b1b;
}
.info-box .info-list p {
  padding-left: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #d6d6d6;
  font-size: .875rem;
  font-family: SourceHanSans-Bold;
  position: relative;
}
.info-box .info-list p:after {
  content: '\e61e';
  position: absolute;
  font-family: 'iconfont';
  font-size: 1.375rem;
  left: .625rem;
  color: #18f27e;
}
.info-box .info-list p:nth-child(2) {
  background: #232323;
}
.info-box .info-list p:nth-child(2):after {
  color: #4de5f2;
}
.info-box .info-list p:nth-child(3):after {
  color: #f2be4d;
}
.info-box .info-list li {
  padding: 1rem;
  position: relative;
}
.info-box .info-list li:nth-child(2n) {
  background: #232323;
}
.info-box .info-list li .weather-l {
  font-family: SourceHanSans-Bold;
  color: #fff;
  font-size: .875rem;
}
.info-box .info-list li .weather-l span {
  display: block;
  color: #61bac1;
}
.info-box .info-list li .weather-r {
  position: absolute;
  right: 1rem;
  color: #f9cd00;
  font-size: 1rem;
  top: 32%;
}
.info-box .info-list li .weather-r .iconfont {
  display: inline-block;
  font-size: 1.25rem;
  padding-right: .5rem;
}
.info-box.wide {
  width: 15rem;
  height: 40%;
  overflow: hidden;
}
.info-box.wide .info-list {
  position: absolute;
  width: 100%;
}
.info-box.wide .info-list.listUp {
  animation: listUp 30s linear 0s infinite;
}
@keyframes listUp {
  0% {
    top: 0;
  }
  100% {
    top: -400%;
  }
}
.wtime-item {
  position: absolute;
  text-align: center;
  width: 10rem;
}
.wtime-item .wtime-content {
  width: 7.6rem;
  height: 2.8rem;
  padding-top: .5rem;
  background: rgba(27, 27, 27, 0.9);
  box-shadow: inset 1px 1px 3px rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  font-size: 2.2rem;
  font-family: UnidreamLED!important;
  color: #f9cd00;
  font-family: serif;
  margin: auto;
  letter-spacing: 0.3rem;
  line-height: 2.2rem;
}
.wtime-item .wtime-name {
  font-size: .9rem;
  font-family: SourceHanSans-Bold;
  color: #fff;
}
.wtime-item .wtime-name span {
  display: inline-block;
  color: #9c9c9c;
  padding-left: .5rem;
}
.flightsItem {
  background: rgba(27, 27, 27, 0.8);
  font-size: .875rem;
  color: #b3b3b3;
  height: 1.625rem;
  line-height: 1.625rem;
  border-radius: 3px;
  border: 1px solid #18f27e;
  padding: 0 5px;
  position: relative;
  box-shadow: 1px 1px 10px #000;
}
.flightsItem.Itemdep {
  border-color: #4de5f2;
}
.flightsItem.Itemdep:after {
  background: #4de5f2;
}
.flightsItem.Itempass {
  border-color: #f2be4d;
}
.flightsItem.Itempass:after {
  background: #f2be4d;
}
.radar-box {
  width: 60rem;
  height: 60rem;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -30rem 0 0 -30rem;
  border-radius: 100%;
  overflow: hidden;
  z-index: 99;
  display: none;
}
.radar-box:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  /* animation: blips 5s infinite; */
  animation-timing-function: linear;
  animation-delay: 1.4s;
}
.radar-box:after {
  content: ' ';
  display: block;
  background-image: linear-gradient(45deg, rgba(0, 255, 51, 0) 50%, #1accbb 100%);
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: radar-box-beam 5s infinite;
  animation-timing-function: linear;
  transform-origin: bottom right;
  border-radius: 100% 0 0 0;
}
@keyframes radar-box-beam {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dot:before {
  content: ' ';
  position: absolute;
  z-index: 2;
  left: 49.5%;
  top: 49.5%;
  width: 1%;
  height: 1%;
  background-color: #fff;
  border-radius: 100%;
}
.dot:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  width: 40%;
  height: 40%;
  background-color: #1accbb;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  animation-name: ripple;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  left: 30%;
  top: 30%;
}
@keyframes ripple1 {
  0% {
    left: 48%;
    top: 48%;
    width: 4%;
    height: 4%;
    opcity: 75;
  }
  50% {
    left: 45%;
    top: 45%;
    width: 10%;
    height: 10%;
    opacity: 0;
  }
  100% {
    left: 48%;
    top: 48%;
    width: 4%;
    height: 4%;
    opcity: 75;
  }
}
@keyframes ripple {
  0% {
    left: 50%;
    top: 50%;
    opcity: 75;
    width: 0;
    height: 0;
  }
  100% {
    left: 30%;
    top: 30%;
    opacity: 0;
    width: 40%;
    height: 40%;
  }
}
.radar-box-item {
  position: absolute;
  background: #fff;
}
.weather-item {
  background: rgba(27, 27, 27, 0.9);
  height: 2.5rem ;
  padding: .3125rem;
  border-radius: 5px;
  box-shadow: -1px -1px 2px #424040;
  width: 11rem;
}
.weather-item .wtemperature {
  color: #f9cd00;
  float: left;
  font-size: 1.125rem;
  line-height: 2.5rem;
  padding-right: .75rem;
}
.weather-item .wtemperature .iconfont {
  font-size: 1.375rem;
  display: inline-block;
  padding-right: .3125rem;
}
.weather-item .name {
  font-family: 'SourceHanSans-Bold';
  color: #e8e8e8;
  font-size: .8125rem;
  float: left;
  line-height: 1.1875rem;
}
.weather-item .name i {
  display: block;
  color: #9c9c9c;
}
.erro-tip {
  display: none;
  text-align: center;
  width: 37.5rem;
  height: 12rem;
  background: rgba(255, 255, 255, 0.3) url(tip_bg.png) no-repeat center;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -6rem 0 0 -18.75rem;
  z-index: 100;
  background-size: cover;
  border-radius: 1.25rem;
  color: #fff;
  font-family: SourceHanSans-Bold;
}
.erro-tip p:nth-child(1) {
  text-align: left;
  padding: 1rem 0 0 2rem;
  font-size: 1rem ;
}
.erro-tip p:nth-child(2) {
  font-size: 2rem;
  line-height: 4.5rem;
}
.erro-tip p:nth-child(3) {
  font-size: 1.125rem;
}
.erro-tip p:nth-child(4) {
  font-size: 1.125rem;
  color: #64e0d9;
  position: absolute;
  bottom: .5rem;
  width: 100%;
}
.erro-tip p:nth-child(4):before,
.erro-tip p:nth-child(4):after {
  content: '';
  position: absolute;
  height: .0625rem;
  width: 40%;
  top: 50%;
}
.erro-tip p:nth-child(4):before {
  background: #64e0d9;
  left: 0;
  background: -webkit-linear-gradient(left, transparent 20%, #64e0d9);
  background: -moz-linear-gradient(left, transparent 20%, #64e0d9);
  background: -o-linear-gradient(left, transparent 20%, #64e0d9);
  background: linear-gradient(left, transparent 20%, #64e0d9);
}
.erro-tip p:nth-child(4):after {
  background: #64e0d9;
  background: -webkit-linear-gradient(right, transparent 20%, #64e0d9);
  background: -moz-linear-gradient(right, transparent 20%, #64e0d9);
  background: -o-linear-gradient(right, transparent 20%, #64e0d9);
  background: linear-gradient(right, transparent 20%, #64e0d9);
  right: 0;
}
.amap-marker-label {
  position: absolute;
  z-index: 2;
  border: none;
  background: none;
  white-space: nowrap;
  padding: 3px;
  font-size: 14px;
  line-height: 14px;
  height: 30px;
  line-height: 30px;
}
.trafficr-result {
  width: 23rem;
  position: fixed;
  right: 5px;
  top: 20%;
  z-index: 9;
  padding-top: 10px;
  background: #1b1b1b;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  color: #e3e4e4;
}
.trafficr-result .dirver {
  font-size: 1rem;
  line-height: 2rem;
  color: #61bac1;
  padding: 0 20px 10px 10px;
}
.amap-call {
  display: none;
}
.amap-lib-transfer {
  background: #1b1b1b;
  border: none;
}
.amap-lib-transfer .planTitle {
  background: none;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: none;
  color: #34d8d8;
  padding: 8px;
}
.amap-lib-transfer .planTitle p {
  color: #fff;
}
.amap-lib-transfer .planTitle span.red {
  display: none;
}
.amap-lib-transfer .planTitle h3 span {
  margin-right: 15px;
}
.amap-lib-transfer .planTitle:hover {
  background: none;
}
.amap-lib-transfer span.subwayline {
  background-color: #bb4d4d;
}
.amap-lib-transfer .plan {
  display: none!important;
}
@media screen and (max-width: 3840px) {
  html {
    font-size: 32px;
  }
}
@media screen and (max-width: 2560px) {
  html {
    font-size: 21px;
  }
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1080px) {
  html {
    font-size: 12px;
  }
  .ft-head li {
    font-size: 1rem;
  }
  .ft-item li .sharescoll {
    width: 100%;
  }
}
@media screen and (max-width: 864px) {
  html,
  body {
    font-size: 12px;
  }
  #enName {
    display: none;
  }
  .airport-name {
    top: 2rem;
    line-height: inherit;
  }
  .model-step {
    right: 0;
  }
  .model-step .step-item {
    margin: 0;
  }
  .ft-head li {
    font-size: 1rem;
  }
  .ft-item li .sharescoll {
    width: 100%;
  }
  .flight-model li.w2 {
    width: 6.2%;
  }
  .flight-model li.w6 {
    width: 4.7%;
  }
  .flight-model li.w7 {
    width: 8%;
  }
  .flight-model li.w8 {
    width: 4.8%;
  }
  .flight-model li.w9 {
    width: 6.2%;
  }
  .flight-model li.w10 {
    width: 10.3%;
  }
}
@media screen and (max-width: 812px) {
  html,
  body {
    font-size: 12px;
  }
  #enName {
    display: none;
  }
  .model-step {
    right: 0;
  }
  .model-step .step-item {
    margin: 0;
  }
  .airport-name {
    top: 2rem;
    line-height: inherit;
  }
  .ft-head li {
    font-size: 1rem;
  }
  .ft-item li .sharescoll {
    width: 100%;
  }
  .flight-model li.w2 {
    width: 6.2%;
  }
  .flight-model li.w6 {
    width: 4.7%;
  }
  .flight-model li.w7 {
    width: 8%;
  }
  .flight-model li.w8 {
    width: 4.8%;
  }
  .flight-model li.w9 {
    width: 6.2%;
  }
  .flight-model li.w10 {
    width: 10.3%;
  }
}
.markerlabels {
  color: #FFFFFF;
  text-shadow: 0 0 4px #000000, 0 0 3px #000000, 0 0 2px #000000, 0 0 2px #000000;
  width: 120px;
}
#gmap:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 40px;
  background: #171717;
}
.line-info {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 9;
  color: #fff;
}
.line-info em {
  width: 40px;
  height: 3px;
  display: inline-block;
  margin-right: 10px;
}
.line-info span {
  display: inline-block;
}


/*航显授权码展示*/
.model-show-code {
    position: fixed;
    z-index: 10;
    text-align: center;
    width: 100%;
    color: #fff;
    top: 4.4rem;
    left: 0;
}
.model-show-code span {
    padding: 0 0.8rem;
    font-size: 0.8rem;
    letter-spacing: 0;
}
.model-show-code .flight-status {
    position: absolute;
    padding: 0 0 0 1rem;
    top: 0.3rem;
}

/* 网络异常 */
.erro-tip-network {
  display: none;
  text-align: center;
  width: 20rem;
  height: 10rem;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  color: #fff;
  font-family:PingFangTC-Semibold,PingFangTC;
  background:linear-gradient(135deg,rgba(21,106,217,1) 0%,rgba(171,35,168,1) 100%);
  border-radius:4px;
  opacity:0.9;
}

.erro-tip-network p:nth-child(1) {
  padding-top: 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.erro-tip-network p:nth-child(2) {
  font-size: 1.1rem;
  line-height: 4rem;
}

.erro-tip-network p:last-child {
  position: relative;
  font-size: 1.125rem;
  color: #1AE1DC;
  width: 100%;
}
.erro-tip-network p:last-child:before,
.erro-tip-network p:last-child:after {
  content: '';
  position: absolute;
  height: .0625rem;
  width: 40%;
  top: 50%;
}
.erro-tip-network p:last-child:before {
  background: #64e0d9;
  left: 0;
  background: -webkit-linear-gradient(left, transparent 20%, #64e0d9);
  background: -moz-linear-gradient(left, transparent 20%, #64e0d9);
  background: -o-linear-gradient(left, transparent 20%, #64e0d9);
  background: linear-gradient(left, transparent 20%, #64e0d9);
}
.erro-tip-network p:last-child:after {
  background: #64e0d9;
  background: -webkit-linear-gradient(right, transparent 20%, #64e0d9);
  background: -moz-linear-gradient(right, transparent 20%, #64e0d9);
  background: -o-linear-gradient(right, transparent 20%, #64e0d9);
  background: linear-gradient(right, transparent 20%, #64e0d9);
  right: 0;
}
