/*:root{
  --bgColor: #660033;
  --bgSelectColor : #E32182;
  --gridHeadFontColor : #ffffff;
  --gridFontColor : #03408C;
  --gridRowbgColor : #ffffff;
  --gridBackgroundColor : #DFDFDF;
  --gridBorderColor : #DFDFDF;
  --C4106A : #C4106A;
}
*/
.play-slider-handle {
    position: absolute;
    display: block;
    outline: none;
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    border: 6px solid #fff;
    background: #e32182;
}
.play-slider-inner {
    position: relative;
    height: 6px;
    top: 7px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    border-color: #ccc;
    background: #dedede1f;
}
.ui-slider-progressbar {
    position: absolute;
    display: block;
    outline: none;
    background-color: red;
    top: 0px;
    border: 0px;
    height: 4px;
}

ul.mapMenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
}

ul.mapMenu>li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

ul.mapMenu>li a.active {
  background-color: #E32182;
  color: white;
}

ul.mapMenu>li a:hover:not(.active) {
  background-color: #E32182;
  color: white;
}

/*.active, ul.mapMenu:hover {
  border-left: 8px solid #E32182;
  background: #ffe1f0;
  color: #E32182;
}*/

/*.leaflet-control-attribution.leaflet-control{
  display: none;
}*/

.realTimeIndexPage {
  display: none;
}
.realTimeIndexPageLoader {
  position: absolute;
  left: 48%;
  top: 48%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #ffffff;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.countdown {
  position: absolute;
  left: 47.5%;
  top: 46.2%;
  height: 30px;
  text-align: center;
  font-size:45px;
  color:#ffffff;
  font-weight: normal;
}

.AoooGRealTimeFlash{
  animation: flashStyle 0.5s;
  -webkit-animation:flashStyle 0.5s;
}
@keyframes flashStyle {
  from {text-shadow: 0px 0px 0px #FF9966;color:#FF0000;font-weight:bold;}
  to {text-shadow: 0px 0px 3px #FF9966;color:#FF0000;font-weight:bold;}           
}   

@-webkit-keyframes flashStyle
{
  from {text-shadow: 0px 0px 0px #FF9966;color:#FF0000;font-weight:bold;}
  to {text-shadow: 0px 0px 3px #FF9966;color:#FF0000;font-weight:bold;}    
}

.history-color-group{
  display: none;
}
.contentColor-check{
    background:#FFFFFF url('../themes/svg/check.svg') no-repeat center center;  
    background-size:12px 12px;
}

.panel.window .panel-title{
  color: #044DA8; 
}

.datagrid-header-inner {
  /*background-color: #660033;*/
  float: left;
  width: 10000px;
}

@-webkit-keyframes blink { 50% { border-color: #ff0000; }  }
.textbox-invalid {
  border-color: #fd0000;
  background-color: #fff;
  -webkit-animation: blink .5s step-end infinite alternate; 
}

/*tree-expanded*/
/*check box */
/*上外边距是 10px
右外边距是 5px
下外边距是 15px
左外边距是 20px*/
/*
.tree-title{
    height: auto;
}
.tree-checkbox,
.tree-icon {
  margin-left: 3px;
  margin-right: 3px;
}
.tree-dark-color {
    color: #616161;
}

.tree-expanded,
.tree-collapsed,
.tree-folder,
.tree-file,
.tree-checkbox,
.tree-indent {
  display: inline-block;
  width: 16px;
  height: 18px;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 8px;
}

.tree-icon.tree-folder{
  background-size: 20px 20px;
  width: 25px;
  height: 23px;
}
.tree-icon.tree-file{
  background-size: 20px 20px;
  width: 25px;
  height: 23px;
  background-position : center;
  background-origin : center;
  background-repeat : no-repeat;
}

.tree-checkbox0 {
  background: url('svg/checkbox0.svg') no-repeat;
}
.tree-checkbox1 {
  background: url('svg/checkbox1.svg') no-repeat;
}
.tree-checkbox2 {
  background: url('svg/checkbox1.svg') no-repeat;
}

.tree-expanded {
  background: url('svg/expanded.svg') no-repeat;
}
.tree-expanded-hover {
  background: url('svg/expanded-hover.svg') no-repeat;
}
.tree-collapsed {
  background: url('svg/collapsed.svg') no-repeat;
}
.tree-collapsed-hover {
  background: url('svg/collapsed-hover.svg') no-repeat;
}
.tree-lines .tree-expanded,
.tree-lines .tree-root-first .tree-expanded {
  background: url('svg/expanded.svg') no-repeat;
}
.tree-lines .tree-collapsed,
.tree-lines .tree-root-first .tree-collapsed {
  background: url('svg/collapsed.svg') no-repeat;
}
.tree-lines .tree-node-last .tree-expanded,
.tree-lines .tree-root-one .tree-expanded {
  background: url('svg/expanded.svg') no-repeat;
  font-size: 15px;
}
.tree-lines .tree-node-last .tree-collapsed,
.tree-lines .tree-root-one .tree-collapsed {
  background: url('svg/collapsed.svg') no-repeat;
  font-size: 15px;
}

.tree-row-img{
  width:13px;
  height:13px;
}*/

.tree-title-img{
  width:15px;
  height:15px;
}

.historyLineColor {
    cursor: pointer;
    border: 1px solid rgb(0, 0, 0);
    background-color: rgb(255, 204, 0);
    border-radius: 0px;
    height: 22px;
    width: 22px;
}
.heart-rate {
  background: url('svg/heart-rate.svg') no-repeat;
}

.history-play-icon{
  width:18px;
  height:18px;
}
.history-geofence-icon{
  width:18px;
  height:18px;
}
.history-title-icon{
  width:16px;
  height:16px;
  margin-top: 8px;
}
.history-row-icon{
  width:18px;
  height:18px;
}



.history-backward{
  background:url('svg/fast-backward.svg') no-repeat center center;
background-size:13px 13px;
}
.history-backward:hover{
  background:url('svg/fast-backward-on.svg') no-repeat center center;
  background-size:13px 13px;
  background-color: #FEEEF6;
}
.history-play{
  background: url('svg/play.svg') no-repeat center center;
  background-size:13px 13px;
}
.history-play:hover{
    background: url('svg/play-on.svg') no-repeat center center;
    background-size:13px 13px;
    background-color: #FEEEF6;
}
.history-pause{
  background: url('svg/pause.svg') no-repeat center center;
  background-size:13px 13px;
}
.history-pause:hover{
    background: url('svg/pause-on.svg') no-repeat center center;
    background-size:13px 13px;
    background-color: #FEEEF6;
}
.history-forward{
  background:url('svg/fast-forward.svg') no-repeat center center;
  background-size:13px 13px;
}
.history-forward:hover{
  background:url('svg/fast-forward-on.svg') no-repeat center center;
  background-size:13px 13px;
  background-color: #FEEEF6;
}

.history-removeAt{
  background:url('svg/geofenceDelete.svg') no-repeat center center;
  background-size:15px 15px;
}
.history-addGeofence{
  background:url('svg/saveGeofence.svg') no-repeat center center;
  background-size:18px 18px;
}
.history-addGeofence:hover{
  background:url('svg/saveGeofence-on.svg') no-repeat center center;
  background-size:18px 18px;
  background-color: #FEEEF6;
}
.geoIcon {
    width: 22px;
    height: 22px;
}

.menu-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 2px;
    top: 50%;
    margin-top: -8px;
    margin-left: 8px;
} 

.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber {
    margin: 0;
    padding: 0 4px;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
}
input[type="checkbox"]{
  /*width:20px;height:20px;*/
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  position: relative;}
input[type="checkbox"]::before{
  content: "";
  position: absolute;
  top: 0;left: 0;
  background: #fff;
  width: 100%;height: 100%;
  border: 2px solid #1874cd;
}
input[type="checkbox"]:checked::before{
  content: "\2713";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 1px;
  width:100%;
  border: 2px solid #1874cd;
  color:#1874cd;
  font-size: 20px;
  font-weight: bold;
}
.datagrid-header-check,
.datagrid-cell-check {
  padding: 0;
  width: 27px;
  height: 20px;
  font-size: 1px;
  text-align: center;
  overflow: hidden;
}
.datagrid-header-check input,
.datagrid-cell-check input {
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
/* datagrid */
.datagrid-header-rownumber,.datagrid-cell-rownumber{
  width:40px;
}
/*.datagrid-header-row{
  height: 29px;  
}*/
.datagrid-row {
  height: 23px;
  background-color: #ffffff;
}

.datagrid-header td.datagrid-header-over {
  background-color: #E32182;
  color: #ffffff;
  cursor: default;
}
.datagrid-sort{
  cursor: pointer;
}

.datagrid-header,
.datagrid-htable,
.datagrid-header td
{
  /*data grid 表头字体及背景颜色*/
  background-color: #660033;
}

.datagrid-header .datagrid-cell,
.datagrid-cell-group {
  font-size: 15px;
  color : #ffffff;
}

/*表格边框
上边框是细边框
右边框是中等边框
下边框是粗边框
左边框是 10px 宽的边框
*/

/* .datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
  border-width: 0px 1px 1px 0px;
  border-color: #DFDFDF;
} */

.datagrid-body td {
  border-width: 0px 1px 0px 0px;
  border-color: #DFDFDF;
}
.datagrid-header td,
.datagrid-footer td {
  border-width: 0px 1px 1px 0px;
  border-color: #DFDFDF;
}


/*内容中的字体颜色*/
.datagrid-htable,
.datagrid-btable,
.datagrid-ftable {
  color: #044DA8;
}

/*背景颜色*/
.datagrid .panel-body {
  background-color:#FAFAFA; 
}

/* datagrid row */
.datagrid-row-alt {
  background-color:#F2F2F2;
}
.datagrid-row-alt .datagrid-td-rownumber{
  background-color:#F2F2F2;
}

.datagrid-row-selected {
  color: #C4106A;
  border-bottom: 1px solid #C4106A;
  background-color:#ECE1E1;
}

.datagrid-row-selected .datagrid-td-rownumber {
  background-color: #C4106A;
}
.datagrid-row-selected .datagrid-cell-rownumber {
  color: #ffffff;
}
/*鼠标移上去显示样式*/
.datagrid-row-over td{
  color: #C4106A;  
  border-bottom: 1px solid #C4106A;
  background-color: #FEEEF6;
}
.datagrid-row-over .datagrid-td-rownumber {
  background-color: #E32182;
}
.datagrid-row-over .datagrid-cell-rownumber {
  color: #ffffff;
}

/*.datagrid-cell-rownumber {
  background-color: #E4E0E2;  
  color: #1B27CE;
}*/

/* datagrid row */

/*alarm row backgroud color*/
.smart_unlock_alarm{    
  /* background:url("../themes/svg/bell.svg") no-repeat;
  background-size:13px 13px; 
  background-position:6% 50%;  */
  cursor: pointer; 
  color: red;
}
.alarmBell{    
    background:url("../themes/svg/bell.svg") no-repeat;
    background-size:13px 13px; 
    background-position:6% 50%;  
}
.canbusIcon{    
    background:url("../themes/svg/canbus0.svg") no-repeat;
    background-size:13px 13px; 
    background-position:6% 50%;  
}
.dvrIcon{    
    background:url("../themes/svg/dvr.svg") no-repeat;
    background-size:13px 13px; 
    background-position:6% 50%;  
}
.smartLockIcon{    
    background:url("../themes/svg/smartLock.svg") no-repeat;
    background-size:13px 13px; 
    background-position:6% 50%;  
}
.highwayIcon{    
    background:url("../themes/svg/highway.svg") no-repeat;
    background-size:13px 13px; 
    background-position:6% 50%;  
}
.tower-realtime{
    background:url("../themes/svg/tower.svg") no-repeat;
    background-size:13px 13px; 
    background-position:6% 50%;  
}
.realTime-alarm-level-1{
  /*60-80*/
  /*color: #ffffff;    */
  background-color: #FFCCE2;
}
.realTime-alarm-level-2{
  /*81-120*/
  /*color: #ffffff; */
  background-color: #FFF6CC;
}
.realTime-alarm-level-3{
  /*81-120*/
  /*color :#ffffff;*/
  background-color: #EAA0FA;
  animation: alarmFlashStyle 1.5s;
  -webkit-animation:alarmFlashStyle 1.5s;
  animation-iteration-count:2;
  -webkit-animation-iteration-count:2;
}
@keyframes alarmFlashStyle {
    0%   {background-color: #A4A0FA;}
    25%  {background-color: #EAA0FA;}
    50%  {background-color: #A8FAA0;}
    75%  {background-color: #FAEEA0;}
    100% {background-color: #E8A0FA;}       
}   

@-webkit-keyframes alarmFlashStyle
{
  0%   {background-color: #A4A0FA;}
  25%  {background-color: #EAA0FA;}
  50%  {background-color: #A8FAA0;}
  75%  {background-color: #FAEEA0;}
  100% {background-color: #E8A0FA;}    
}

.container_ {
    width:100%;
    text-align:center;
}

.left_ {
    float:left;
    /*min-width:100px;*/
    /*height: 20px;*/
    /*background: #ff0000;*/
}
.left_ a:hover{
  color: #fff4fa;
}

.center_ {
    display: inline-block;
    margin:0 auto;
    /*min-width:100px;*/
    /*height: 20px;*/
    /*background: #00ff00;*/
}
.center_ span{    
    padding: 0 5px 0 5px;
}

.right_ {
    float:right;
    /*min-width:100px;*/
    /*height: 20px;*/
    /*background: #0000ff;*/
}
.right_ a:hover{
  color: #fff4fa;
}

/*--------------nav and dropdown---------------------*/
.aooog-background {
    overflow: hidden;
    background-color:#DFDFDF;
}
.reportBGColor{
    background-color:#fafafa;
}

.reportLayout{
  padding: 5px;
  background-color: #fafafa;
  text-align: center;
}
/*----------------navbar--------------*/
.navbarTitle {
  width: 100%;
  overflow: auto;
  overflow:hidden;
  /*background-color: */
}
.navbarTitle a{
  float: left;
  text-decoration: none;
}
.navbarTitle a:hover{
  color: #E32182;
}
.navbarTitle img {
  cursor: pointer;
}
.navbarTitle i{
  font-size: 15px;
  padding-right: 3px;  
  color:#660033;
}

.navbarTitle a.right {
  float: right;
  padding-right: 3px;  
}



.navbar {
  width: 100%;
  background-color: #660033;
  overflow: auto;
  overflow:hidden;
}

.navbar a {
  float: left;
  padding: 8px 10px;
  color: white;
  text-decoration: none;
}

.navbar a:hover {
  background-color: #E32182;
}

.navbar i{
  color : white;
  font-size: 15px;
  padding-right: 6px;  
}

.active {
  background-color: #C4106A;
}

.navbar a.right {
  float: right;
  padding-right: 15px;  
}

/*real time menu*/
.menu-rightarrow {
  background: url('../themes/svg/right.svg') no-repeat center;
  color : #F6E200;
}
.menu-line {
  border-left: 0px solid #DFDFDF;
  border-right: 0px solid #DFDFDF;
}
.menu-sep {
  border-top: 0px solid #DFDFDF;
  border-bottom: 0px solid #DFDFDF;
}
.menu {
  background-color: #660033;
  border-color: #DFDFDF;
  color: white;
  padding: 0px;
  border-width: 0px;
}
.menu-content {
  background: #F6E200;
}
.menu-item {
  border-bottom : 1px solid #DFDFDF;
}
.menu-active {
  background-color: #E32182;
  color: #ffffff;
}
.menu-active-disabled {
  border-color: transparent;
  background: transparent;
  color: #fff;
}
/*--------------nav---------------------*/

/*--------------botton group---------------------*/
.btn-addGeo {
  text-align:center;
  padding:5px;
  padding-top : 6px;
  height:100%
}
.btn-addGeo i:hover {
  color: #E32182;
  cursor: pointer;
}

.btn-group button {
  background-color: #660033;
  border: none;
  color: white; 
  padding: 6px 8px;
  cursor: pointer;
  float: left;
  outline: none;
}
.btn-group button:last-child {
  border-radius: 0 6px 6px 0;
}
.btn-group button:first-child {
  border-radius: 6px 0 0 6px;
}
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}
.btn-group button:hover {
  background-color: #E32182;
}
.btn-group .active {
  background-color: #C4106A;
}

/*--------------search box---------------------*/
.AoooGSearchBox{
  background-color: #fbfbfb;
}
.AoooGSearchBox input[type=text] {
  padding :5px;
  border: 1px solid #fbfbfb;  
  float: left;
  background: #fbfbfb;
  outline:none;
  height: 25px;
}

.AoooGSearchBox button {
  padding :4px;
  float:left;  
  background-color: #C4106A;
  border: 0px solid #C4106A;
  cursor: pointer;
  outline:none;
}

.AoooGSearchBox button:hover {
  background: #E32182;
}

.AoooGSearchBox::after {
  content: "";
  clear: both;
  display: table;
}

.aooog-realTime-AlarmMessage{
    width: 150px;
    height: 25px;    
    position: relative;
    float: left;
    background-color: #C4106A;
}
.aooog-realTime-AlarmMessage:after{
    content: "";
    position: absolute;
    top: 0;
    left: 150px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 12px 8px;
    border-color: transparent transparent transparent #C4106A;    
}
.aooog-realTime-AlarmMessage:hover:after{
    border-color: transparent transparent transparent #E32182;
}

.realTimeAlarmMessage {
    position: relative;
    width:100%;
    height:100%;
    border: 0px solid #C4106A; 
    cursor: pointer;
    color:#ffffff;
  }
.realTimeAlarmMessage p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}
.realTimeAlarmMessage:hover{
    background: #E32182;
}

.realTime-datagrid-header {
    background-color: #660033;
    color: #ffffff;
    font-family:verdana,helvetica,arial,sans-serif;
    font-size:14px;
    font-weight: bold;
}
/*search box*/

/*aooog icon ----------------------------icon------------------------------*/
.aooog-status{
    width: 47px;
    height: 21px;    
    position: relative;
}
.aooog-status:after{
    content: "";
    position: absolute;
    top: 0;
    left: 47px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 10px 5px;
}
.aooog-status.runing{
    background-color: #009543;
}
.aooog-status.runing:after {   
    border-color: transparent transparent transparent #009543;
}
.aooog-status.runing:before {   
    content:'Runing';
    color:#ffffff;
    padding-left:3px;
    font-size:11px;
    font-weight: normal;
}
.aooog-status.stop{
    background-color: red;
}
.aooog-status.stop:after {   
    border-color: transparent transparent transparent red;
}
.aooog-status.stop:before {   
    content:'Stop';
    color:#ffffff;
    padding-left:3px;
    font-size:11px;
    font-weight: normal;
}
.aooog-status.idle{
    background-color: #4B6FAF;
}
.aooog-status.idle:after {   
    border-color: transparent transparent transparent #4B6FAF;
}
.aooog-status.idle:before {   
    content:'Idle';
    color:#ffffff;
    padding-left:3px;
    font-size:11px;
    font-weight: normal;
}
.aooog-status.inactive{
    background-color: #838383;
}
.aooog-status.inactive:after {   
    border-color: transparent transparent transparent #838383;
}
.aooog-status.inactive:before {   
    content:'Inactive';
    color:#ffffff;
    padding-left:3px;
    font-size:11px;
    font-weight: normal;
}

.aooog-status.moving{
    background-color: #B22222;
}
.aooog-status.moving:after {   
    border-color: transparent transparent transparent #B22222;
}
.aooog-status.moving:before {   
    content:'Moving';
    color:#ffffff;
    padding-left:3px;
    font-size:11px;
    font-weight: normal;
}

.aooog-status.towing{
    background-color: #8E388E;
}
.aooog-status.towing:after {
    border-color: transparent transparent transparent #8E388E;
}
.aooog-status.towing:before {   
    content:'Towing';
    color:#ffffff;
    padding-left:3px;
    font-size:11px;
    font-weight: normal;
}

.aooog-status.Service{
    background-color: #EFAA23;
}
.aooog-status.Service:after {   
    border-color: transparent transparent transparent #EFAA23;
}
.aooog-status.Service:before {   
    content:'Service';
    color:#ffffff;
    padding-left:3px;
    font-size:11px;
    font-weight: normal;
}

.aooog-status.Repair{
    background-color: #EFAA23;
}
.aooog-status.Repair:after {   
    border-color: transparent transparent transparent #EFAA23;
}
.aooog-status.Repair:before {   
    content:'Repair';
    color:#ffffff;
    padding-left:3px;
    font-size:11px;
    font-weight: normal;
}
.aooog-status.Parking{
    background-color: #EFAA23;
}
.aooog-status.Parking:after {   
    border-color: transparent transparent transparent #EFAA23;
}
.aooog-status.Parking:before {   
    content:'Parking';
    color:#ffffff;
    padding-left:3px;
    font-size:11px;
    font-weight: normal;
}
.aooog-status.WShop{
    background-color: #EFAA23;
}
.aooog-status.WShop:after {   
    border-color: transparent transparent transparent #EFAA23;
}
.aooog-status.WShop:before {   
    content:'W/Shop';
    color:#ffffff;
    padding-left:3px;
    font-size:11px;
    font-weight: normal;
}

.aooog-status.Remove{
    background-color: #EFAA23;
}
.aooog-status.Remove:after {   
    border-color: transparent transparent transparent #EFAA23;
}
.aooog-status.Remove:before {   
    content:'Remove';
    color:#ffffff;
    padding-left:3px;
    font-size:11px;
    font-weight: normal;
}

.aooog-status.Testing{
    background-color: #EFAA23;
}
.aooog-status.Testing:after {   
    border-color: transparent transparent transparent #EFAA23;
}
.aooog-status.Testing:before {   
    content:'Testing';
    color:#ffffff;
    padding-left:3px;
    font-size:11px;
    font-weight: normal;
}

.aooog-status.Trailer{
    background-color: #EFAA23;
}
.aooog-status.Trailer:after {   
    border-color: transparent transparent transparent #EFAA23;
}
.aooog-status.Trailer:before {   
    content:'Trailer';
    color:#ffffff;
    padding-left:3px;
    font-size:11px;
    font-weight: normal;
}

.aooog-status.NULL{
    background-color: #0000AA;
}
.aooog-status.NULL:after {   
    border-color: transparent transparent transparent #0000AA;
}
.aooog-status.NULL:before {   
    content:'NULL';
    color:#ffffff;
    padding-left:3px;
    font-size:11px;
    font-weight: normal;
}


/**/
.wave{
  content:' ';
  position: absolute;
  z-index:1;
  background-color: #ff4200;
  border-radius: 50%; 
  box-shadow: 0 0 10px rgba(0,0,0,.3) inset;
  /* -webkit- */
  animation-name:'ripple';/*动画属性名，也就是我们前面keyframes定义的动画名*/
  animation-duration: 1s;/*动画持续时间*/
  animation-timing-function: ease; /*动画频率，和transition-timing-function是一样的*/
  animation-delay: 0s;/*动画延迟时间*/
  animation-iteration-count: infinite;/*定义循环资料，infinite为无限次*/
  animation-direction: normal;/*定义动画方式*/
}

@keyframes ripple {
  0% {
    opcity:75;
    width:0;
    height:0;
  }
  100% {
    opacity: 0;
    width:30px;
    height:30px;
  }
}

.panel-tool-liveTitle {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  height: 32px;
  overflow: hidden;
}
.panel-tool-liveTitle {
  width: auto;
}
.panel-tool-liveTitle span{
  display: inline-block;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin: 2px 0 0 2px;
  vertical-align: top;
}
.panel-tool-liveTitle a {
  display: inline-block;
  width: 23px;
  height: 23px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin: 0 0 0 2px;
  vertical-align: top;
}
.panel-tool-liveTitle a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #e2e2e2;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}

/* The popup bubble styling. */
.popup-bubble {
  /* Position the bubble centred-above its parent. */
  position: absolute;
  top: 63px;
  left: 0;
  transform: translate(-50%, -100%);
  /* Style the bubble. */
  background-color: white;
  padding: 8px;
  border-radius: 5px;
  font-family: sans-serif;
  overflow-y: auto;
  max-height: 60px;
  box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
}
/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
  /* Position the div a fixed distance above the tip. */
  position: absolute;
  width: 100%;
  bottom: /* TIP_HEIGHT= */ 8px;
  left: 0;
}
/* This element draws the tip. */
.popup-bubble-anchor::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;  
  border-bottom: 0px solid white;
}
/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 200px;
}
.company_main_page_tile{
  font-family: Arial, Helvetica, sans-serif;
  color:#C4106A; 
  font-size: 42px;
  font-weight:bold;
  padding-top:5px;
}