/* CSS Document */
[v-cloak] {
  display: none!important;
}
::selection {
  background: #009cf2;
  color: #FFF;
  text-shadow: none;
}

::-webkit-scrollbar-track-piece {
  background-color:rgba(0,0,0,0);
}

::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background: #ccc;
  border-radius: 50px;
  cursor: pointer;
}

  ::-webkit-scrollbar-thumb:hover {
      background: #aaa;
      cursor: pointer
  } 
*{
padding: 0;
box-sizing: border-box;
margin: 0;
list-style: none;
font-family: Microsoft YaHei;
font-size: 16px;
}
html,body{
  height: 100%;
  width: 100%;
}
.font-12 {
  font-size: 12px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px!important;
}
.font-17{
  font-size: 17px;
}
.font-18{
  font-size: 18px;
}
.font-19{
  font-size: 19px;
}
.font-20{
  font-size: 20px;
}
.font-21{
  font-size: 21px;
}
.font-22{
  font-size: 22px;
}
.font-23{
  font-size: 23px;
}
.font-24{
  font-size: 24px;
}
.font-25{
  font-size: 25px;
}
.font-26{
  font-size: 26px;
}
.font-27{
  font-size: 27px;
}
.font-28{
  font-size: 28px;
}
.font-29{
  font-size: 29px;
}
.font-30{
  font-size: 30px;
}
ul {
list-style: none
}

a {
text-decoration: none;
/* color: #333; */
/*display: block*/
}
button{
margin: 0;
padding: 0;
border: 1px solid transparent; 
outline: none;  
cursor: pointer;
}
.cp{
    cursor:pointer
}

.slh{
  overflow: hidden;   
  white-space: nowrap;   
  text-overflow:ellipsis;   
}
input {
padding: 0;
margin: 0;
border: none;
outline-style: none;
}

.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear:both;
  visibility: hidden;
}

.fl {
float: left;
}

.fr {
float: right;
}
.fw {
  font-weight: bold;
}
.hidden {
display: none;
}
.flex-defalut{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-column{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column ;
}

#app{
  width: 100%;
  height: 100%;
}


.b-wrap {
    width: 100%;
    height: calc(100% - 100px);
}
.b-wrap-right {
  float: left;
  width: calc(100% - 75px);
  height: 100%;
}
.b-wrap-right-left{
  float: left;
  width: 450px;
  height: 100%;
  padding: 10px 10px;
  background-color: #FFF;
}
.b-wrap-right-right{
  float: left;
  width: calc(100% - 450px);
  height: 100%;
  /* background-color: brown; */
  position:relative;
}

.h-tab {
  color: #fff;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 10px ;
 
}
    .h-tab > div.ccItem {
        border: 1px solid #E9E9E9;
        border-bottom: 1px solid #fff;
        color: #366EFF;
        font-weight: bold;
        border-top: 3px solid #366EFF;
    }
.h-tab>div {
  /* width: 150px; */
  /* padding: 0px 30px; */
  text-align: center;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 8px 30px;
  border: 1px solid #fff;
  border-bottom: 1px solid #E9E9E9;
  border-top: 2px solid #fff;
  margin-bottom: -1px;
  flex: 1;
}
.ccItem {
    background-color: #fff !important;
    color: #366EFF;
}
.topDiv{
  text-align: center;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 8px 30px;
  border: 1px solid #fff;
  border-bottom: 1px solid #E9E9E9;
  border-top: 2px solid #fff;
  margin-bottom: -1px;
  flex: 1;
}
.table-wrap{
  height: calc(100% - 277px);
  overflow-y: auto;
}
table.gridtable {
  width: 100%;
  font-family: verdana,arial,sans-serif;
  font-size:11px;
  color:#333333;
  border-width: 1px;
  border-color: #666666;
  border-collapse: collapse;
  
}
table.gridtable th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #dedede;
}
table.gridtable td {
  border-width: 0px;
  padding: 3px;
  border-style: solid;
  border-color: #666666;
  background-color: #ffffff;
  font-size: 12px;
  color: #5e5e5e;
  font-weight: bolder;
}
table.gridtable td span{
  font-size: 12px;
  color: #5e5e5e;
  font-weight: bolder;
}
table.gridtable tr{
  cursor: pointer;
}
.chart-wrap{
  width: 100%;
  height: 192px;
  margin-bottom: 10px;
}
.table-active td span{
  color: #ff6000!important;
}
.table-active td {
  color: #ff6000!important;
}
.p-footer {
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  padding: 0 3%;
  height: 110px;
}
.p-footer a{
  font-size: 14px;
  color: #337ab7;
  text-decoration: none;
  background-color: transparent;
  display: inline-block;
}
.p-footer img {
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}
.type-content{
   height: 100%;
   display: flex;
   flex-direction: column;
}
.type-bottom{
  height: 0;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom:49px;
  flex: 1;
  border-top: 1px solid #d8d8d8 ;
  display: flex;
  flex-direction: column;
  
}
.type-bottom div{
  font-size: 12px;
}
.type-bottom >ul{
  margin-top: 5px;
  
  overflow-y: auto; 
}
.type-bottom >ul li:first-of-type{
  margin-top: 0px;
}
.type-bottom >ul li{
  font-size: 12px;
  /* margin-top: 13px; */
  cursor: pointer;
}
.type-bottom-img {
  /* background-image: url(../img/icon/dw_1.png); */
  width: 23px;
  height: 35px;
  display: inline-block;
  /* background-size: 265px, auto;
  background-position: -22px 0px; */
  margin-right: 20px;
  position: relative;
}
.type-bottom-img span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-83%);
  color: #fff;
  font-size: 13px;
}

.type-bottom ul li> div{
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.type-bottom ul li> div:hover{
  background-color: #f6f6f6;
}

.type-wrap{
  display: flex;
  align-items:baseline;
  margin-top: 10px;
}
.type-wrap-content{
  padding: 0;
}
.type-wrap:first-of-type{
  margin-top: 0px;
}
.type-wrap div{
  font-size: 12px;
  
  /* font-weight: bold; */
}
.type-wrap-right{
   font-weight: bold;
}
.type-wrap-left{
  margin-left: 10px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  line-height: 20px;
}
.type-wrap-left > div{
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.el-pager li{
  min-width: 25px!important;
  height: 25px;
  line-height: 25px;
}
.btn-prev{
  width: 25px;
  height: 25px!important;
  min-width: 25px!important;
  line-height: 28px!important;
}
.btn-next{
  width: 25px;
  height: 25px!important;
  min-width: 25px!important;
  line-height: 28px!important;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #366EFF !important;
}

.page-wrap {
    width: 100%;
    margin-top: 5px;
    display: flex;
    justify-content: flex-end;
}
.type-active {
    color: #fff;
    background-color: #366EFF;
    /*padding:1px 3px;*/

    /* font-weight: bold; */
}

.type-bottom-wrap{
  flex: 1;
  width: 0;
}
.type-bottom-wrap-active {
    color: #366EFF;
}
.fwn{
  color: #2379ba;
}
.fwn span{
  color: #f13611;
  font-size: 12px;
}

.BMap_cpyCtrl {
  display: none;
}

.anchorBL {
  display: none;
}

.cube{
  width: 10px;
  height: 10px;
  display: inline-block;
  margin:1px 2px 0 0.5px;
}
table{
  margin-top: 10px;
}
.table tr,td{
  font-size: 12px;
}

.table tr,td b{
  font-size: 12px;
}
.index-left-wrap{
  height: 100%;
}
.index-left-wrap-top{
  height: calc(100% - 110px);
 
}
.topRight {
  position: absolute;
  z-index: 1;
  right: 80px;
  top: 39px;
  z-index:9999999999999999999;
  width:202px;
}
.topRightButton {
    background-color: #366EFF;
    color: #fff;
    padding: 6px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
}


.b-wrap-left {
  float: left;
  width: 75px;
  height: 100%;
}

    .b-wrap-left > ul {
        height: 100%;
        background-color: #F3F5F9;
    }
.b-wrap-left > ul li {
  height: 84px;
  padding: 10px 0;
  /* border-bottom: 1px solid #d8d8d8; */
  cursor: pointer;
  user-select: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.b-wrap-left > ul li:last-of-type{
  border-top: 1px solid #CCCCCC;
}

.b-t-ccc{
  border-top: 1px solid #CCCCCC;
}

.b-wrap-left > ul li img {
  height: 32px;
  margin-top:10px;
}
.b-wrap-left > ul li div {
  font-size: 14px;
}
.active {
    background-color: #FFF;
    color: #366EFF;
    font-weight:bold;
}

.b-header {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  display: flex;
  background-color: #132aa4;
  justify-content: space-between;
  align-items: center;
}
.b-header-right {
  display: flex;
  align-items: center;
}
.b-header-img {
  height: 70%;
  cursor: pointer;
}
.b-header-img img {
  height: 100%;
}
.b-header .dtqm {
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
}
.b-header .dtqm img {
  margin-right: 5px;
}
.el-popper .el-select-dropdown__item span {
  font-size: 14px;
}

@media screen and (min-width: 0px) and (max-width: 991px){
  .dtqm{
    display: none!important;
  }
  .el-select {
    display: none!important;
  }
  .el-input {
    display: none!important;
  }
  .el-button {
    display: none!important;
  }
  .b-wrap-right-left{
    display: none!important;
  }
  .b-wrap-right-right{
    width: 100%!important;
  }
  .b-header{
    height: 50px!important;
  }
  .b-wrap{
    height: calc(100% - 50px);
  }
  .b-wrap-left{
    width:60px;
  }
  .b-wrap-right{
    width: calc(100%);
  }
  .topRight{
    display: none!important;
  }
  .BMap_pop {
        z-index: 1000000
   }
.new-p-footer{
    display:none!important;
}
    .new-p-footer-phone {
        display: flex !important;
    }
 .b-wrap-left {
        display: none !important;
  }
 .b-header-right-phone {
        display: block !important;
    }

 .b-header-right {
        display: none !important;
    }
    footer {
        display: none !important;
    }
}
.new-p-footer {
    position: absolute;
    right: 0;
    width: calc(100% - 354px);
    bottom: 0px;
    height: 50px;
    display: flex;
    /*transform:translate(-50%,0);*/
    /*margin-left:50%;*/
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.new-p-footer img {
    height: 32px;
}
.new-p-footer-phone {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0px;
    height: 50px;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.el-dropdown-link {
    cursor: pointer;
    color: #409EFF;
}

.el-icon-arrow-down {
    font-size: 12px;
}
.b-header-right-phone{
    display:none;
    margin-right:10px;
}
footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    /*width: calc(100% - 354px);*/
    vertical-align: middle;
    background-color: #fff;
    /*margin-left: 354px;*/
    width: 100%;
    /*box-shadow: 0 0 15px rgba(46, 89, 169, 0.2);*/
}

    /*footer span {
        padding: 0 30px;
    }*/

    /*footer ul {
        padding: 10px 0 0 0;
        display: inline-block
    }

        footer ul li {
            float: left;
            line-height: 32px;
        }*/

    footer img {
        height: 32px;
        display: inline-block;
    }

    footer a {
        display: inline-block;
    }
.tdt-label {
    padding: 0px;
    box-shadow: none;
    background: none;
    line-height: normal;
    border:0;
}
.tdt-map-pane canvas {
    z-index: 9999;
}
.tdt-label, .tdt-label0, .tdt-label1 {
    z-index: 99999;
}
.labelStyle{
    color:#fff;
}
/* display:flex start */
.df {
    display: flex;
}

.df-a-c {
    align-items: center;
}

.df-d-c {
    flex-direction: column;
}

.df-w-w {
    flex-wrap: wrap;
}

.df-j-c {
    justify-content: center;
}

.df-j-b {
    justify-content: space-between;
}

.df-j-e {
    justify-content: flex-end;
}

.df-j-a {
    justify-content: space-around;
}

.df-j-s {
    justify-content: start;
}

.df-a-c {
    align-items: center;
}

.df-a-b {
    align-items: baseline;
}

.df-1 {
    flex: 1;
}

.df-d-c {
    flex-direction: column;
}

/* display:flex   End */