h1,h2,h3,h4,h5,h6{border-bottom: none!important;font-weight: bold;margin: 0;line-height: 24px}
a {text-decoration: none; outline: none; color:#444444}
a, a:link, a:visited, a:hover, a:active{
  color:inherit;
}
p {line-height: 24px;margin: 0px;}
ul,li{ margin: 0px; padding:0;list-style: none}
figure {margin-bottom: 0; position: relative;}
blockquote, q {quotes: none;}
blockquote:before, :after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
select, textarea, input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] { resize:none;-webkit-appearance: none; box-shadow: none; color: #000000; font-size: 14px; height: 38px; line-height: 16px; padding: 10px 12px; width: 100%; border: 1px solid #dfdfdf; border-radius:2px}
/*[class*="col-lg"], [class*="col-md"], [class*="col-sm"] {display:inline-block;float:none;margin:0 -4px 0 0;vertical-align:top}*/
textarea { height: 190px; }
input:focus { outline: 0; }
button{
  border-radius: 0;
  outline: 0;
  border:none;
  text-align: left;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
  background-image: none;
  outline: 0;
  -webkit-box-shadow:none;
  box-shadow: none;
}
a:hover, a:focus{
  cursor: pointer;
  outline: 0px;
  text-decoration: none;
}
a:focus{
  text-decoration: none;
}
a{
  -moz-transition: color width height 0.3s ease-in-out;
  -ms-transition: color width height 0.3s ease-in-out;
  -o-transition: color width height 0.3s ease-in-out;
  -webkit-transition: color width height 0.3s ease-in-out;
  transition: color width height 0.3s ease-in-out;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*@font-face {
  font-family: 'PingFangSCBold';
  src: url('../fonts/PingFangSCBold/PingFangSCBold.eot');
  src: url('../fonts/PingFangSCBold/PingFangSCBold.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/PingFangSCBold/PingFangSCBold.woff2') format('woff2'), 
  url('../fonts/PingFangSCBold/PingFangSCBold.woff') format('woff'), 
  url('../fonts/PingFangSCBold/PingFangSCBold.ttf') format('truetype'),
  url('../fonts/PingFangSCBold/PingFangSCBold.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
  font-family: 'PingFangSCRegular';
  src: url('../fonts/PingFangSCRegular/PingFangSCRegular.eot');
  src: url('../fonts/PingFangSCRegular/PingFangSCRegular.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/PingFangSCRegular/PingFangSCRegular.woff2') format('woff2'), 
  url('../fonts/PingFangSCRegular/PingFangSCRegular.woff') format('woff'), 
  url('../fonts/PingFangSCRegular/PingFangSCRegular.ttf') format('truetype'),
  url('../fonts/PingFangSCRegular/PingFangSCRegular.svg#glyphicons_halflingsregular') format('svg');
}*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  background: #666666;
  color: #ffffff;
  line-height: 24px;
  font-size: 14px;
  font-family: "微软雅黑","Arial",sans-serif;
}
body,html{
  height: 100%;
  width: 100%;
  position: relative;
  overflow:hidden;
}
.scrollbar {
  -webkit-overflow-scrolling: touch;
}

.scrollbar ::-webkit-scrollbar-button {
  /*滚动条两端的按钮。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果。*/
  display: none;
}

.scrollbar ::-webkit-scrollbar-track {
        /*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果。*/
  display: none;
}

.scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 0px;
  background: rgba(0,0,0,.4);
}

.scrollbar::-webkit-scrollbar-track {
  border-radius: 3px;
}

.scrollbar::-webkit-scrollbar-thumb {
  height: 0;
  border-radius: 3px;
  background-color: #999;
}

.icons{
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
}
.icon-weather{
  width: 26px;
  height: 26px;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-weather-lei {
    background-image: url(assets/img/icons/icon-weather-lei.png);
}
.icon-weather-xue {
    background-image: url(../images/icon-weather-xue.png);
}
.icon-weather-shachen {
  background-image: url(../images/icon-weather-shachen.png);
}
.icon-weather-wu {
  background-image: url(../images/icon-weather-wu.png);
}
.icon-weather-bingbao {
  background-image: url(../images/icon-weather-bingbao.png);
}
.icon-weather-yun {
  background-image: url(../images/icon-weather-yun.png);
}
.icon-weather-yu {
  background-image: url(../images/icon-weather-yu.png);
}
.icon-weather-yin {
  background-image: url(../images/icon-weather-yin.png);
}
.icon-weather-qing {
  background-image: url(../images/icon-weather-qing.png);
}
.app-body{
  width: 1920px;
  height: 1080px;
  background-image: url(../images/bodybg.png);
  background-color: rgba(13, 42, 67, 0);
  transform: scale(1);
  transform-origin: left top;
  background-size: 100%;
  padding: 24px 32px;
}
.app-header{
  background-color: #000000;
  height: 64px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.app-title{
  width: 664px;
  height: 100%;
  background-color: #0d5dff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.app-title h1{
  padding-left: 17px;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
}
.app-time-weather{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  color: #ffffff;
  font-size: 22px;
}
.app-time{
  width: 260px;
}
.app-weather{
  font-size: 18px;
  width: 230px;
}
.app-weather ul{
  height: 32px;
  overflow: hidden;
}
.app-weather li{
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.app-weather .icons{
  margin: 0 17px;
}
.app-tunel-list-wrp{
  width: 698px;
  flex-shrink: 0;
  text-align: center;
  height: 992px;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
.app-tunel-list{
  list-style: none;
  flex:1;
  overflow: auto;
  width: 100%;
  padding-right: 30px;
}
.app-tunel-item{
  width: 100%;
  background-color: #000000;
  margin-top: 20px;
  position: relative;
}
.tunnel-title{
  height: 38px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  opacity: 0.5;
  transition: all .6s;
  -moz-transition: all .6s;  /* Firefox 4 */
  -webkit-transition: all .6s; /* Safari 和 Chrome */
  -o-transition: all .6s;  /* Opera */
}
.tunnel-title-left{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: 100%;
  /*background-color: rgba(16,87,230,.8);*/
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  flex-shrink: 0
}
.tunnel-title-left span{
  font-size: 14px;
}
.tunnel-title-left h2{
  font-size: 20px;
  line-height: 32px;
  margin-right: 10px;
}
.tunnel-function-time{
  padding-left: 17px;
  font-size: 12px;
}
.tunnel-item-progress{
  padding: 0 16px;
  padding-top: 18px;
  padding-bottom: 10px;
  opacity: 0.5;
  transition: all .6s;
  -moz-transition: all .6s;  /* Firefox 4 */
  -webkit-transition: all .6s; /* Safari 和 Chrome */
  -o-transition: all .6s;  /* Opera */
}
.tunnel-progress-item{
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  /*height: 68px;*/
  padding-top: 5px;
  color: #ffffff;
  font-size: 10px;
  transition: all .6s;
  -moz-transition: all .6s;  /* Firefox 4 */
  -webkit-transition: all .6s; /* Safari 和 Chrome */
  -o-transition: all .6s;  /* Opera */
}
.tunnel-progress-desc{
  margin-right: 10px;
  flex-shrink: 0;
}
.tunnel-progress{
  flex: 1;
  height: 50px;
  margin-top: 4px;
  position: relative;
  display: flex;
  display: -webkit-flex;
 /* overflow:hidden;*/
  /*overflow-x: auto;*/
}
.mileage-one{
  width: 70px;
  height: 26px;
  position: relative;
  border-bottom: 1px solid #ffffff;
  flex-shrink: 0;
}
.mileage-text{
  width: 80px;
  text-align: center;
  position: absolute;
  bottom: -24px;
  transform: scale(0.8);
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -o-transform:scale(0.8);
  -ms-transform:scale(0.8);
}
.mileage-module{
  width: 100%;
  height: 20px;
  background-color: #595959;
}
.start{
  left: -30px;
  text-align: left;
}
.right{
  right: -40px;
}
.end{
  right: -8px;
  text-align: right;
}
.mileage-one:first-child::before{
  position: absolute;
  left: 0;
  width: 1px;
  height: 2px;
  z-index: 2;
  bottom:-2px;
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  display: block;
}
.mileage-one:after{
  position: absolute;
  right: 0;
  width: 1px;
  height: 4px;
  z-index: 2;
  bottom:-4px;
  background-color: #ffffff;
  content: "";
  display: block;
}
.geology-item{
  display: block;
  height: 20px;
  width: 0px;
  position: absolute;
  left: -1000px;
  top: 0;
  z-index: 2;
}
.tunnel-totality-legend{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  height: 40px;
}
.tunnel-totality-tools{
  overflow:hidden;
  margin-top: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  padding-right: 30px;
}
.legend-item{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 12px;
  color: #ffffff;
  margin: 0 12px;
  font-size: 8px;
}
.legend-rect{
  width: 12px;
  height: 12px;
  display: block;
  margin-right: 6px;
}
.bgGray-legend{
  background-color: #595959;
}
.bgGreen-legend{
  background-color: #34b000;
}
.bgYellow-legend{
  background-color: #e6bd45;
}
.bgRed-legend{
  background-color: #e32343;
}
.colorRed{
  color: #f5222d
}
.constructed-item{
  z-index: 3;
}
.tunnel-item-total{
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.tunnel-item-total li{
  color: #ffffff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  padding: 0px 10px;
  position: relative;
}
.tunnel-item-total li:before{
  display:block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 7px;
  margin-top: -3px;
  background-color: #0D5DFF;
  z-index: 1;
}
.tunnel-item-total span{
  font-size: 22px;
  margin-left: 10px;
}
.tunnel-section-list{
  padding: 0 16px;
  padding-bottom: 16px;
  font-size: 6px;
  color: #ffffff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.legendimg-outer{
  flex-shrink: 0;
  width: 184px;
  height: 140px;
  pointer-events: auto;
  background-image: url(../images/legend1.png);
  border-radius: 0px;
  cursor: pointer;
  image-rendering: -webkit-optimize-contrast;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.legendimg-inner{
  width: 100%;
  height: 100%;
  pointer-events: auto;
  background-image: url(../images/legend2.gif);
  border-radius: 0px;
  cursor: pointer;
  image-rendering: -webkit-optimize-contrast;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section-table{
  flex: 1;
}
.section-table-head{
  background-color: rgba(255, 255, 255, 0.2);
}
.table-tr{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}
.table-td{
  flex: 1;
  display: flex;
  display: -webkit-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 1
}
.td-flex-2{
  flex: 2
}
.td-flex-3{
  flex: 2.5
}
.section-table-body{
  color: rgba(255,255,255,0.8);
  height: 146px;
  overflow:hidden;
}
.section-table-body .table-slider-item:nth-child(odd){
  background-color: rgba(0, 59, 81, 0)
}
.section-table-body .table-slider-item:nth-child(even){
  background-color: rgba(255, 255, 255, 0.05)
}

.app-module{
  flex: 1;
  margin-top: 24px;
  height: 944px;
  border: 6px solid #0D5DFF;
}
.app-container{
  display: flex;
  display: -webkit-flex;
}
.app-module-container{
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: auto;
  /*background-image: url(../images/modulebg.png);*/
  border-radius: 0px;
  image-rendering: -webkit-optimize-contrast;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.gif-images1{
  width: 40px;
  height: 40px;
  pointer-events: auto;
  background-image: url(../images/gif1.png);
  border-radius: 0px;
  image-rendering: -webkit-optimize-contrast;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1
}
.gif-images2{
  width: 40px;
  height: 40px;
  pointer-events: auto;
  background-image: url(../images/gif1.png);
  border-radius: 0px;
  image-rendering: -webkit-optimize-contrast;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1
}
.gif-images3{
  width: 208px;
  height: 208px;
  pointer-events: auto;
  background-image: url(../images/gif2.png);
  border-radius: 0px;
  image-rendering: -webkit-optimize-contrast;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1
}
.gif-images4{
  width: 1016px;
  height: 968px;
  pointer-events: auto;
  background-image: url(../images/gif3.png);
  border-radius: 0px;
  image-rendering: -webkit-optimize-contrast;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.05;
}
.colorNormal{
  color: #88eef3
}
.colorDataStatus1{
  color: #e32343
}

.colorStatus0{
  color: #88eef3
}
.colorStatus1{
  color: #88eef3
}
.colorStatus2{
  color: #e6bd45
}
.colorStatus3{
  color: #e32343
}
.tunnel-list-choose{
  position: absolute;
  left: 400px;
  top: 0;
  z-index: 4;
  width: 220px;
  height: 45px;
  overflow: hidden;
}
.tunnel-list-choose:hover{
  height: auto;
}
/*.tunnel-list-choose li{
  padding-bottom: 1px;
}*/
.tunnel-list-choose .active button{
  background-color: #0d5dff;
}
.tunnel-list-choose button{
  display: block;
  border:none;
  outline: none;
  width: 100%;
  height: 45px;
  line-height: 24px;
  padding: 10px 0;
  font-size: 16px;
  color: #ffffff;
  background-color: rgba(0,0,0,.9);
  padding-left: 20px;
  position: relative;
}
.tunnel-list-choose .chooseed button{
  color: #0d5dff;
  background-color: rgba(0,0,0,.9);
}
.tunnel-list-choose .chooseed button:hover{
  background-color: rgba(0,0,0,.9);
}
.tunnel-list-choose button:hover{
  background-color: #0d5dff;
  cursor: pointer;
}
.tunnel-list-choose .active button:after{
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  border-width: 6px 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffffff transparent transparent;
  z-index: 1;
  top: 22px;
}
.module-3d{
  position: absolute;
  /*left:  0px;*/
  right: 0px;
  bottom: 0px;
  /*top: 0px;*/
  opacity:1;
  z-index: 3;
  width: 1146px;
  height: 932px;
  transition: all .6s;
  -moz-transition: all .6s;  /* Firefox 4 */
  -webkit-transition: all .6s; /* Safari 和 Chrome */
  -o-transition: all .6s;  /* Opera */
}
.module-3d canvas{
  position: relative;
  z-index: 1;
}
.module-3d.showPmodule{
  opacity: 0;
  z-index: 2;
}
.datatips{
  text-align: center;
  padding: 20px 0;
  color: #666666;
}
.moduleloading{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.moduleload{
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px;
  background-color: rgb(0,0,0,.6);
}

.tunnel-legend{
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
  background-color: rgba(0,0,0,.8);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  width: 170px;
}
.tunnel-legend li{
  position: relative;
  color: #ffffff;
  padding-left: 25px;
}
.tunnel-legend li:before{
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 4px;
  z-index: 1;
}
li.tunnel-legend-water:before{
  background-color: #97D1D6
}
li.tunnel-legend-gap:before{
  background-color: #E2FDFD
}
li.tunnel-legend-rock0:before{
  background-color: #595959
}
li.tunnel-legend-rock1:before{
  background-color: #e6bd45
}
li.tunnel-legend-rock2:before{
  background-color: #e32343
}
li.tunnel-legend-structure:before{
  background-color: #DC2D2D;
  top: 11px;
  width: 23px;
  height: 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.tunnel-prediction-wrp{
  top: 10px;
  left: 10px;
  z-index: 3;
  position: absolute;
  width: 220px;
}
.tunnel-prediction{
  padding: 5px 0;
  padding-left: 20px;
  max-height: 180px;
  overflow-y: auto;
  margin-top: 1px;
  background-color: rgba(0,0,0,.8);
}
.tunnel-prediction button:hover{
  cursor: pointer;
}
.tunnel-prediction button{
  display: flex;
  display: -webkit-flex;
  background:none;
  color: #ffffff;
  outline: none;
  line-height: 24px;
  font-size: 14px;
  align-items: center;
  padding: 3px 0;
  padding-left: 12px;
  position: relative;
}
.tunnel-prediction-item.active button:before{
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  z-index: 1;
  margin-top: -6px;
  border-width: 6px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #0D5DFF;
}
.tunnel-pile-tab{
  background-color: rgba(0,0,0,.8);
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.tunnel-pile-tab button{
  background:none;
  height: 30px;
  padding:3px 0;
  text-align: center;
  position: relative;
  flex:1;
  color: rgba(255,255,255,.2);
}
.tunnel-pile-tab .tunnel-pile-tab-92{
  width: 92px;
}
.tunnel-pile-tab button:after{
  display: block;
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 1px;
  height: 14px;
  margin-top: -6px;
  background-color: rgba(223,225,230,.2);
  z-index: 1;
}
.tunnel-pile-tab button:last-child:after{
  display: none;
}
.tunnel-pile-tab button.active{
  color: #0D5DFF;
}
.icon-model{
  width: 18px;
  height: 18px;
  background-image: url(../images/icon-model.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.tunnel-prediction-model{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 360px;
  transform: translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  background-color: rgb(0,0,0,.8);
  color: #ffffff;
  line-height: 24px;
  font-size: 14px;
}
.model-title{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  height:36px;
  font-size: 16px;
  padding: 0 12px;
}
.model-content{
  padding:6px 12px;
}
.model-table{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: 32px;
}
.model-table button{
  color: #ffffff;
  border:none;
  outline: none;
  background: none;
  margin-right: 12px;
  height: 100%;
  padding: 3px 12px;
  line-height: 24px;
  color: #ffffff;
  font-size: 14px;
}
.model-table button.active{
  background-color: #0d5dff
}
.model-table button:hover{
  cursor: pointer;
}
.model-table-content{
  padding: 12px 0;
}
.model-table-images{
  margin-bottom: 12px;
}
.model-table-image{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}
.model-table-image li{
  width: 33.333%;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 6px;
}
.model-table-3dwrp{
  width: 100%;
  height: 300px;
  background-color: #ffffff;
}

.module-prediction{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .6s;
  -moz-transition: opacity .6s;  /* Firefox 4 */
  -webkit-transition: opacity .6s; /* Safari 和 Chrome */
  -o-transition: opacity .6s;  /* Opera */
 /* transition-delay: .6s;
  -moz-transition-delay:.6s;
  -webkit-transition-delay:.6s;
  -o-transition-delay:.6s;*/
  background:linear-gradient(180deg,rgba(25,70,174,1) 0%,rgba(19,39,80,1) 100%);
}
.module-prediction.show{
  opacity: 1;
  z-index: 6;
}
.hideprediction{
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  outline: none;
  border:none;
  background:none;
  width: 89px;
  height: 89px;
  background-image: url(../images/close.png);
  background-size: 48px 48px;
  background-position:center;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,.8);
}
.hideprediction:hover{
  cursor: pointer;
}
.module-prediction-3d{
  height: 100%;
  width: 100%;
}
.predictionLegend {
    position:absolute;
    left:20px;
    bottom:20px;
    z-index:2;
    list-style:none;
    padding:6px 0;
    background-color:rgba(0,0,0,.4);
    margin-bottom:0;
}
.predictionLegend li {
     display:block;
     padding:0px 8px;
}
.predictionLegend i {
    display: inline-block;
    width: 18px;
    height: 12px;
    border-radius: 2px;
    border: 1px solid #fff;
    vertical-align:middle;
    margin-right:8px
}
.predictionLegend span {
    display: inline-block;
    color:#cccccc;
    vertical-align: middle;
}
.datatips{
  text-align: center;
  padding: 6px 0;
  color: rgba(255,255,255,.2);
}
.tunnel-prediction-module{
  
}
.tunnel-prediction-module-wrp{
  width: 640px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: -320px;
}
.tunnel-prediction-module-top{
  background-color: rgb(0,0,0,.9);
  padding-top: 18px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.module-header{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 5px;
}
.closemodule{
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background:none;
  background-image: url(../images/close-module.png);
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
}
.module-title{
  font-size: 23px;
  color: #ffffff;
  line-height: 32px;
}
.tunnelface-imgs-tab{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.tunnelface-imgs-tab button{
  background:none;
  height: 30px;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-size: 15px;
  padding-left: 8px;
  padding-right: 13px;
}
.tunnelface-imgs-tab button.active{
  background-color: #0D5DFF;
}
button:hover{
  cursor: pointer;
}
.module-content{
  margin-top: 10px;
  padding-right: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: stretch;
}

.tunnelface-imgs-wrp{
  width: 355px;
  flex-shrink: 0;
  position: relative;
}

.tunnel-prediction-info{
  line-height: 17px;
  color: rgba(255,255,255,.8);
  font-size: 14px;
  height: 260px;
  overflow-y: auto;
  padding-right: 23px;
}
.tunnelface-imgs-item{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/modulebg.png);
}
.modeSwtich {
  position: absolute;
  z-index: 3;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.modeSwtich button {
  background: #1A1C1C;
  outline: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 0;
  height: 30px;
  line-height: 24px;
  color: rgba(255,255,255,.8);
  font-size: 15px;
  border: none;
  text-align: center;
  font-weight: bold;
  margin-right: 1px;
}
.modeSwtich button.active {
  color: #ffffff;
  background-color: #0D5DFF;
}

.tunnelface-imgs-slider .slick-dots{
  bottom: 0px;
}
.tunnelface-imgs-slider .slick-dots li{
  margin:0;
}
.tunnelface-imgs-slider .slick-dots li button{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color:rgba(255,255,255,.2); 
  border: 1px solid #1A1C1C;
  padding: 0;
}
.tunnelface-imgs-slider .slick-dots li button:before{
  display: none;
}
.tunnelface-imgs-slider .slick-dots .slick-active button{
  background-color:#0d5dff; 
  border: 1px solid #1A1C1C;
}
.css2dobject_title{
  background-color: #0D5DFF;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  color: #ffffff;
  padding: 2px 4px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
.css2dobject_tunneface i{
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-width:  6px;
  border-color: #0D5DFF transparent transparent transparent;
  border-style: solid;
}
.tunnel-prediction-item.active button{
  color: #0d5dff
}
.pmodeltype-legend{
  display: none;
}
.pmodeltype-legend li.tunnel-legend-water:before{
  background-image: url(../images/0454E534-4D1A-4299-89DD-F1EACE547A86.png);
}
.pmodeltype-legend li.tunnel-legend-rock3:before{
  background-image: url(../images/6104FF68-72B2-48C2-80CA-8624595F4B7A.png);
}
.pmodeltype-legend li.tunnel-legend-gap:before{
  background-image: url(../images/389BAFCC-1A46-44CF-A309-6A7D1E38C7E3.png);
}
.tunnelface-item{
  display: block;
  height: 20px;
  background-color: #0D5DFF;
  width: 2px;
  position: absolute;
  left: -1000px;
  top: 0;
  z-index: 4;
}
.tunnelface-item span{
  display: block;
  position: absolute;
  background-color: #0D5DFF;
  font-size: 12px;
  top: -24px;
  left: -23px;
  padding: 3px 6px;
  color: #fff;
  line-height: 12px;
  z-index: 2;
  text-align: center;
  position: absolute;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  white-space: nowrap;
}
.tunnelface-item span:before{
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #0D5DFF transparent transparent transparent;
}
.componet-active-effect{
  display: none;
}
.active .componet-active-effect{
  display: block;
}
.componet-active-effect span {
  display: block;
  position: absolute;
  z-index: 10;
  background-color: #0D5DFF;
}
.active-effect-line1 {
  width: 6px;
  top: 0;
  bottom: 0;
}
.active-effect-line2 {
  left: 0;
  right: 0;
  height: 6px;
  top: 0;
}
.active-effect-line3 {
  bottom: 0;
  right: 0;
  width: 6px;
  top: 0;
}
.active-effect-line4 {
  left: 0;
  right: 0;
  height: 6px;
  bottom: 0;
}
span.active-effect-triangle {
  background: 0 0;
  width: 0;
  display: block;
  height: 0;
  border-style: solid;
  top: 50%;
  margin-top: -60px;
  border-width: 60px 30px;
  border-color: transparent transparent transparent #0D5DFF;
  right: -60px;
}
.app-tunel-item.active .tunnel-title-left{
  background-color: #0D5DFF
}

.descSwtich {
  position: absolute;
  z-index: 3;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  overflow: hidden;
  box-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.descSwtich button {
  background: #1A1C1C;
  outline: 0;
  padding: 7px 0;
  width: 100px;
  border-radius: 0;
  height: 38px;
  line-height: 24px;
  color: rgba(255,255,255,.4);
  font-size: 14px;
  border: none;
  text-align: center;
}
.descSwtich button.active {
  color: #ffffff;
  background-color: #0D5DFF;
}
.app-tunel-item.active .tunnel-title,
.app-tunel-item.active .tunnel-item-progress{
    opacity: 1;
}
.app-tunel-item.active .tunnel-progress-item{
  opacity: 0.5;
}
.app-tunel-item.active .tunnel-progress-item.active{
  opacity: 1
}

.tunnel-carousel{
  display: flex;
  display: -webkit-flex;
  height: 40px;
  align-items: center;
  font-size: 12px;
  color: #ffffff;
}
.tunnel-carousel span{
  padding: 8px 20px;
  line-height: 24px;
  background-color: #000000;
}
.tunnel-carousel-btn{
  border:none;
  outline: none;
  width: 40px;
  height: 40px;
  display: block;
  padding: 0;
  background-color: #000000;
  background-position: left top;
  background-image: url(../images/playorstop.png);
  background-size: 100% auto;
  margin-left: 2px;
}
.tunnel-carousel-btn.stop{
   background-position: left bottom;
}
.tunnel-prediction-info p{
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.colorRisk-1{
  color: #34B000
}
.colorRisk-2{
  color: #E6BD45
}
.tunnelface-imgs-slider{
  margin-bottom: 0;
}
.prediction-tab-content{
  border: 3px solid #0D5DFF;
  position: relative;
}
.module-footer{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  height: 40px;
  overflow:hidden;
}
.module-triangle{
  display: block;
  width: 0px;
  height: 0px;
  border-width: 20px 30px;
  border-style: solid;
  border-color: rgba(0,0,0,.9) transparent transparent transparent;
}
.scale-module{
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  background:none;
  background-color: rgba(0,0,0,.5);
  background-image: url(../images/scale-module.png);
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.tunnel-geology-module-wrp{
  width: 520px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: -260px;
}
.tunnel-geology-module-top {
    background-color: rgb(0,0,0,.9);
    padding-top: 18px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.tunnel-geology-info {
  line-height: 17px;
  color: rgba(255,255,255,.8);
  font-size: 14px;
  overflow-y: auto;
}
.css2dobject_tunneface{
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.css2dobject_title span{
  white-space: nowrap;
}
.tunnelface-scene-table{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  height: 224px;
}

.module-prediction-content{
  height: 100%;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.module-slick-wrp{
  height: 100%;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.imgs-slick-wrp{
  width: 100%;
  width: 717px;
  height: 463px;
  border:2px solid #0D5DFF;
}
.imgs-slick-item{
  width: 713px;
  height: 459px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  background-image: url(https://api.tunnel.aeroiot.cn/UploadFile/20200812/20200812145917dc04bbc7-37eb-4a5a-b865-320de5a6a486.jpg);
}
.slick-slider-index{
  margin-top: 10px;
  line-height: 54px;
  font-size: 38px;
  color: #ffffff;
}
.imgs-slick-wrp .slick-prev, 
.imgs-slick-wrp .slick-next{
  font-size: 0;
  width: 58px;
  height: 58px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.imgs-slick-wrp .slick-prev{
  left: -160px;
  background-image: url(../images/arrow-left.png);
}
.imgs-slick-wrp .slick-next{
  right: -160px;
  background-image: url(../images/arrow-right.png);
}
.imgs-slick-wrp .slick-prev:before,
.imgs-slick-wrp .slick-next:before{
  font-size: 0
}
.imgs-slick-wrp button.slick-disabled{
   opacity: 0.21
}
.module-prediction-3d{
  width: 100%;
  height: 100%;
}
.imgs-slick-wrp .slick-list{
  height: 100%;
}






.tunnel-controls{
  position: relative;
  z-index: 10;
}
.tunnel-control {
  position: absolute;
  -webkit-tap-highlight-color: transparent;
}
.tunnel-controlbar{
  transform: scale(1.3);
  -webkit-transform:scale(1.3);
  -moz-transform:scale(1.3);
  -o-transform:scale(1.3);
  -ms-transform:scale(1.3);
  top: 20px;
  right: 20px;
}
.tunnel-controlbar, .tunnel-controlbar * {
    user-select: none;
}
.tunnel-controlbar .tunnel-luopan {
    width: 92px;
    height: 92px;
    background: url(https://webapi.amap.com/theme/v1.3/controlbar/ctb.png) -22px -30px no-repeat;
    background-size: 348px 270px;
    user-select: none;
}
.tunnel-luopan .tunnel-compass {
    top: 46px;
    left: 50%;
    position: absolute;
    margin: -24px;
    width: 48px;
    height: 48px;
    z-index: 10;
    background: url(https://webapi.amap.com/theme/v1.3/controlbar/ctb.png) -231px -26px no-repeat;
    background-size: 348px 270px;
}
.tunnel-luopan .tunnel-compass .tunnel-pointers {
    position: absolute;
    width: 30px;
    height: 48px;
    top: 0;
    left: 9px;
    border: none;
    z-index: 2;
    background: url(https://webapi.amap.com/theme/v1.3/controlbar/ctb.png) -281px -26px no-repeat;
    background-size: 348px 270px;
}
.tunnel-pitchDown, .tunnel-pitchUp {
    width: 30px;
    height: 25.5px;
    position: absolute;
    top: 3.5px;
    margin-left: -15px;
    left: 50%;
    z-index: 1;
    background: url(https://webapi.amap.com/theme/v1.3/controlbar/ctb.png) -302.5px -49px no-repeat;
    background-size: 348px 270px;
}
.tunnel-rotateLeft, .tunnel-rotateRight {
    width: 21px;
    height: 52px;
    top: 19px;
    position: absolute;
    z-index: 2;
    background: url(https://webapi.amap.com/theme/v1.3/controlbar/ctb.png) -301.5px -77px no-repeat;
    background-size: 348px 270px;
}
.tunnel-pitchDown {
    top: 66px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.tunnel-rotateLeft {
    left: 5px;
}
.tunnel-rotateRight {
    right: 5px;
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.tunnel-toolbar {
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    width: 30px;
    padding: 0 5px;
    margin-top: 10px;
    margin-left: 30px;
}
.tunnel-toolbar span:first-child {
    border-bottom: 1px solid #D0CEC9;
}
.tunnel-toolbar span {
    display: block;
    width: 100%;
    height: 30px;
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: center;
}
.tunnel-ctrl-zoomin{
  background-image: url(../images/icon-zoomin.png);
}
.tunnel-ctrl-zoomout{
  background-image: url(../images/icon-zoomout.png);
}
.tunnel-conclusion-wrp{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 272px;
  display: none;
}
.tunnel-conclusion-wrp .tunnel-geology-info{
  height: 260px
}
.logout{
  display: flex;
  align-items: center;
  padding-right: 10px
}
.logoutline{
  width: 2px;
  height: 24px;
  background-color: #ccc;
  margin: 0 10px
}
.logoutbtn{
  height: 40px;
  display: flex;
  align-items: center;
  background:none;
  color: #fff;
  font-size: 18px;
}


.tunnel-modle-tree{
  position: absolute;
  top: 240px;
  left: 10px;
  z-index: 3;
  width: 120px;
  max-height: 460px;
  overflow-y: auto;
}
.tunnel-modle-tree label{
  display: flex;
  align-items: center;
  padding:4px 0;
}
.tunnel-modle-tree label span{
  margin-left: 5px;
}


.icon-user-name{
   background-image: url(../images/user-name.png);
}
.icon-user-password{
   background-image: url(../images/user-password.png);
}
.icon-login-code{
   background-image: url(../images/login-code.png);
}

.icon20{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.login-wrp{
  width: 100%;
  min-height: 100%;
  background-image: url(../images/qxwz-login-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-bottom: 20px;
  color: #ffffff;
}
.login-fixed{
  position: absolute;
  right: 300px;
  top: 110px;
  z-index: 1;
  width: 470px;
}
.login-title{
  text-align: center;
  margin:0px;
  line-height: 48px;
  height: 88px;
  padding: 20px 0;
}
.login-title h2{
  margin: 0;
  font-size: 32px;
}
.login-modal{
  width: 100%;
  background-color: rgba(255,255,255,.2);
  border: 2px solid #2ebbe8;
  border-radius: 4px;
  padding: 0 53px;
  padding-bottom: 53px;
}
.login-modal-title{
  line-height: 34px;
  padding: 25px 0;
  text-align: center;
  border-bottom: 1px solid #8896ae
}
.login-modal-title h4{
  margin: 0;
  font-size: 24px;
}
.login-from{
  margin-top: 30px;
}
.login-from .form-group{
  margin-bottom: 30px;
  position: relative;
}
.login-error{
  position: absolute;
  bottom: -20px;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #fd1b40;
}
.form-group-wrp{
  position: relative;
}
.form-group-wrp .icon20{
  position: absolute;
  left: 20px;
  top: 14px;
  z-index: 1;
}
.form-group-wrp input{
  height: 48px;
  line-height: 24px;
  padding: 12px 0;
  padding-left: 48px;
  font-size: 20px;
  border-color: transparent;
}
input.form-control:focus {
  border-color: #2ebbe8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(46,187,232,.6);;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(46,187,232,.6);
}
.form-group-wrp .errorInput{
  border-color:#fd1b40;;
  -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.075), 0 0 8px rgba(253,27,64,.6);;
  box-shadow: inset 0 1px 1px rgba(255,255,255,.075), 0 0 8px rgba(253,27,64,.6);
}
.loginCode{
  margin-right: 20px;
  overflow: hidden;
}
.loginCode-wrp{
  width: 130px;
  height: 48px;
  background-color: #ccc;
  border-radius: 4px;
  border: 1px solid #ffffff;
  margin-left: 20px;
  float: right;
}
.login-btnWrp{
  width: 100%;
  position: relative;
}
.login-btn{
  height: 48px;
  display: block;
  line-height: 24px;
  padding: 12px 0;
  font-size: 20px;
  color: #ffffff;
  outline: none;
  border: none;
  border-radius: 4px;
  text-align: center;
  background-color: #0091ff;
  width: 100%;
  box-shadow:0px 3px 3px rgba(0,0,0,.2);
  -moz-box-shadow:0px 3px 3px rgba(0,0,0,.2);
  -webkit-box-shadow:0px 3px 3px rgba(0,0,0,.2);
}
.logining .login-loading{
  display: block;
}
.login-loading{
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right:0px;
  overflow: hidden;
  text-align: center;
  background-color: rgba(255,255,255,.3);
  display: none;
}
.login-loading img{
  width: 18px;
  height: 18px;
  margin-top: 15px;
}
@media (max-width:992px){
  .login-fixed{
     left: 50%;
     margin-left:-235px;
  }
}
@media (max-width:480px){
  .login-fixed{
     width: 100%;
     position: static;
     margin-left:0;
  }
  .login-modal{
    border: 0
  }
}




