video {
	position: fixed;
	right: 0px;
	bottom: 0px;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	z-index: -11
}
source {
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
}
body,ul,li{
  margin: 0;
  padding: 0;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  list-style: none;
}
section{
  padding: 60px 0;
}
nav{
  background: #93f393;
  color: #333;
}
nav li{
  padding: 10px 20px;
}
nav li.active{
  background: #77d677;
}
article{
  padding: 20px;
  text-align: center;
  height: 400px;
}
/* default */
section.default nav{
  position: absolute;
  top: 60px;
  bottom: 60px;
  width: 200px;
}
section.default nav li{
  padding: 10px 20px;
}
section.default nav li.active{
  background: #77d677;
}
section.default article{
  padding-left: 220px;
}
/* flexModal */
section.flexModal{
  display: flex;
}
section.flexModal nav{
  width: 200px;
}
section.flexModal article{
  flex: 1;
}
 
section.fixedLeft nav{
  position: fixed;
  top: 60px;
  bottom: 60px;
}
section.fixedLeft article{
  margin-left: 150px;  
  margin-right: 150px;  
  margin-top: 20px;
}

/**
   璁剧疆琛ㄩ�忔槑  start====================================================================================================================
 */

.transparentDataTable .layui-table{
    background-color: transparent !important;
}
.transparentDataTable .layui-table-view{
    background-color: rgba(0, 0, 0, 0.2) !important;
}
.transparentDataTable .layui-table-tool {
    background-color: transparent !important;
}

.transparentDataTable .layui-table-tool .layui-icon {
    color: white;
}

/*  .transparentDataTable .layui-table-header, .transparentDataTable .layui-table-cell, .layui-table-header thead tr {
    background-color: transparent !important;
} */

.transparentDataTable .layui-table-header thead th, .transparentDataTable .layui-none {
    /*border: 1px solid #FFFFFF;*/
    color: white !important;
}

 .transparentDataTable .layui-table tbody tr {
    border: 1px solid #FFFFFF;
    color: #000040;
    border-left: none;
}
.transparentDataTable .layui-table-init, .transparentDataTable .layui-laypage-limits select, .transparentDataTable .layui-laypage-btn, .transparentDataTable .layui-laypage-skip input {
    background-color: transparent !important;
    color: #000000;
} 

.transparentDataTable .layui-table-page a, .transparentDataTable .layui-table-page span {
    color: #000000 !important;
}


.transparentDataTable .layui-laypage-limits select, .transparentDataTable .layui-laypage-limits option {
    -webkit-appearance: none; /* google */
    -moz-appearance: none; /* firefox */
    appearance: none; /* IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);   /* 鐐瑰嚮鍘婚櫎楂樹寒鐨勯鑹�*/
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: white;
}

.transparentDataTable .layui-table[lay-even] tr:nth-child(even){
    background-color: rgba(180, 238, 180, 0.5) !important;
}


/*闈欐�佽〃鏍奸�忔槑*/
.transparentStaticTable .layui-table{
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.transparentStaticTable .layui-table tbody tr:hover, .statistics_branch_one .layui-table tbody tr:hover {
    background-color: transparent !important;
}

/*.statistics_table_opacity {*/
/*    background-color: rgba(0, 0, 0, 0.5) !important;*/
/*}*/

/*璁剧疆琛ㄩ�忔槑  end====================================================================================================================*/


select {
    /*灏嗛粯璁ょ殑select閫夋嫨妗嗘牱寮忔竻闄�*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
	color: white;
	width: 230px;
	background-color: rgba(0, 0, 0, 0) !important
}
/*IE娴忚鍣ㄩ殣钘忎笅鎷夌澶�*/
select::-ms-expand {
    display: none;
}

.icon-box {
	position: relative;
	width: 31%;
}
.icon-box2 {
	position: relative;
	width: 55%;
}
.compInfo{
	width: 75px;
	height: 75px;
	background-color:rgb(220,38,21);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
}
.text-box {
	flex: 1;
	height: 75px;
	border-radius: 35px;
	border: 1px dashed #f7f7f7;
	position: relative;
	padding: 4px;
	box-sizing: border-box;
    margin-left: 10px;
}
.inner-box {
	height: 65px;
	border-radius: 35px;
	background: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    padding-left: 75px;
}
.text-box{
	font-size: 33px;
	color: rgb(96,71,130);
	font-style: italic;
	font-weight: 550;
}

.ren-body {
    height: 100vh;
    overflow-y: hidden;
}
.content-wrap {
    background: url('../../../images/flightScreenBg.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}
@-webkit-keyframes STAR-MOVE {
    from {
        left: 10%;
    }
    to {
        left: 40%;
    }
}
@keyframes STAR-MOVE {
    from {
        left: 10%;
    }
    to {
        left: 40%;
    }
}
.baiyun1 {
    width: 800px;
    position: absolute;
    top: 0%;
    left: 10%;
    -webkit-animation: STAR-MOVE  50s linear infinite;
    -moz-animation: STAR-MOVE  50s linear infinite;
    -ms-animation: STAR-MOVE  50s linear infinite;
    animation: STAR-MOVE  50s linear infinite;
}
