.btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  margin: 0 2px 0 5px;
  border-radius: 8px;
  cursor: pointer;
  color: #6B8CB5;
  transition: all 0.3s ease;
  user-select: none;
  behavior: url(PIE.htc);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #6B8CB5;
  box-sizing: border-box;
  background-color: #ffffff;
  height: 32px;
  line-height: 32px;
}
.btn.btn-justify {
  text-align: justify;
  text-justify: distribute-all-lines;
  /*ie6-8*/
  text-align-last: justify;
  /* ie9*/
  -moz-text-align-last: justify;
  /*ff*/
  -webkit-text-align-last: justify;
  /*chrome 20+*/
  min-width: 60px;
  padding: 0 12px;
}
.btn.btn-sm {
  height: 24px;
  line-height: 22px;
  font-size: 12px;
  border-radius: 4px;
}
.btn.btn-md {
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 8px;
}
.btn.btn-lg {
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  border-radius: 8px;
}
.btn .btn-icon {
  font-size: 16px;
}
.btn.btn-main {
  background-color: #6B8CB5;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #6B8CB5;
}
.btn.btn-main:hover {
  background: #80A7D8;
  color: #ffffff;
  box-shadow: 0 0 0 2px rgba(107, 140, 181, 0.2);
}
.btn.disabled {
  background-color: rgba(0, 0, 0, 0.04);
  color: #bfbfbf;
  border: 1px solid #D9D9D9;
}
.btn.disabled:hover {
  cursor: not-allowed;
}
.btn .l-btn-text {
  height: 32px;
}
.btn:hover {
  color: #80A7D8;
  box-shadow: 0 0 0 2px rgba(107, 140, 181, 0.2);
  text-decoration: none;
}
.btn_reresh {
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
}
.focus-btn {
  background-color: #6B8CB5;
  border: 1px solid #6B8CB5;
  color: #fff;
}
.focus-btn:hover {
  border: 1px solid #5d7fa8;
  background-color: #5d7fa8;
  opacity: 1;
  color: #fff;
}
.focus-btn.disabled:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: #bfbfbf;
  border: 1px solid #D9D9D9;
  opacity: 1;
}
.btn-warn {
  border-color: #FF7965;
  color: #FF7965;
  background-color: #fff;
}
.btn-warn:hover {
  border-color: #FF7965;
  color: #FF7965;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(255, 121, 101, 0.2);
}
.btn-warn.focus-btn {
  background-color: #FF7965;
  color: #fff;
}
.group-btn-left {
  margin-right: -2px;
  border-right: 0;
  border-radius: 8px 0 0 8px;
}
.group-btn-right {
  margin-left: -2px;
  border-radius: 0 8px 8px 0;
}
.group-btn-center {
  margin-left: -2px;
  margin-right: -2px;
  border-radius: 0;
  border-right: none;
}
.two-btn__table {
  display: block;
  width: 50%;
  float: left;
  color: #6B8CB5;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}
.two-btn__table.del {
  color: #FF7965;
}
.one-btn__table {
  color: #6B8CB5;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}
.one-btn__table.del {
  color: #FF7965;
}
.four-btn__table.delete {
  color: #FF7965 !important;
}
.report-filter__btn {
  color: #6B8CB5;
  font-size: 14px;
  display: inline-block;
  width: auto;
  height: 32px;
  line-height: 32px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 0 10px;
  margin: 0 2px 0 5px;
  border: 1px solid #6B8CB5;
}
.report-filter__btn::before {
  font-family: "iconfont_two_stage";
  content: '\66f4\591a\7b5b\9009 \e7ec';
}
.report-filter__btn.spread {
  border: 1px solid #6B8CB5;
}
.report-filter__btn.spread::before {
  font-family: "iconfont_two_stage";
  content: '\6536\8d77\7b5b\9009 \e7eb';
}
.m-btn-downarrow,
.s-btn-downarrow {
  background: url("../../image/icon_down_blue.png") no-repeat 0 center;
  right: 0;
}
.btn-hover {
  position: relative;
  z-index: 1;
  height: 32px;
  padding: 0 10px;
  margin: 0 20px;
  border-radius: 5px;
  line-height: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
  behavior: url(PIE.htc);
  font-size: 14px;
  filter: brightness(1.1);
}
.btn-query {
  position: relative;
  z-index: 1;
  height: 32px;
  width: 50px;
  text-align: center;
  padding: 0 10px;
  margin: 0 20px;
  border-radius: 20px;
  line-height: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
  behavior: url(PIE.htc);
  background-color: #6B8CB5;
  color: #fff;
  /*.btn-input{
  float: right !important;
}*/
}
.btn-query:hover {
  filter: brightness(1.1);
  color: #fff;
}
.btn-query:active {
  background-color: #0a508a;
}
.query-group {
  float: right;
}
.btn-contraller-box ul li,
ul.tooltip-controller li {
  list-style: none;
  /*color: #1E7ECE;*/
  display: block;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  margin-bottom: 3px;
  padding: 0 20px;
  min-width: 60px;
  transition: all 0.5s;
  position: relative;
  left: 0px;
}
.btn-contraller-box ul li:hover {
  background: #e6eef5;
  border-radius: 5px;
}
/*.btn-contraller-box ul li:hover, ul.tooltip-controller li:hover {
  background: #1E7ECE;
  color: #ffffff;
  text-decoration: underline
  width:112px;
  height:25px;
  background: #1E7ECE;
  text-align: center;
  border-radius: 5px;
  position:absolute;
  color:white;
}
.btn-contraller-box ul li:nth-child(1):hover {
  top:20px;
  left: 3px;
}

.btn-contraller-box ul li:nth-child(2):hover {
  top:45px;
  left: 2px;
}*/
.btn-option {
  position: absolute;
  z-index: 9999;
}
.btn-group .btn {
  margin: 0;
}
.btn-group .middle-btn {
  border-radius: 0;
  position: relative;
  margin: 0 1px;
  behavior: url(PIE.htc);
}
.btn-group .left-btn {
  position: relative;
  border-radius: 20px 0 0 20px;
  margin: 0 1px;
  behavior: url(PIE.htc);
}
.btn-group .right-btn {
  position: relative;
  border-radius: 0 20px 20px 0;
  margin: 0 1px;
  behavior: url(PIE.htc);
}
.table-btn {
  border: 1px solid #1E7ECE;
  border-radius: 4px;
  background: #ffffff;
  color: #1E7ECE;
  text-decoration: none;
  display: inline-block;
  padding: 2px 4px;
}
.table-btn:hover {
  background-color: #1E7ECE;
  color: #fff;
}
.table-btn-disable {
  border-radius: 4px;
  background: #999999;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding: 2px 4px;
}
.btn-contraller .l-btn-text {
  line-height: 32px;
  font-size: 14px;
}
.messager-button .l-btn {
  width: 100px !important;
}
.menu {
  min-height: 120px;
}
.menu-line {
  display: none;
}
.menu-line + ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.menu-line + ul li {
  text-align: center;
}
.copyBtn {
  display: inline-block;
  background: #6B8CB5;
  padding: 5px;
  border: 0;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  transition: 0.1s all ease-in;
}
.copyBtn:hover {
  filter: brightness(1.1);
}
.copyBtn:active {
  box-shadow: 1px 1px 2px 0.5px #666 inset;
}
.btnQuery {
  float: right !important;
  background: #e0eaf3;
  color: #25252c !important;
}
.btnQuery_checked {
  background: #6db0e6;
  color: #fff !important;
}
.btn.activeBtn {
  background: #6B8CB5;
  color: #fff !important;
}
.export-btn {
  display: inline-block;
  width: 80px;
  height: 32px;
  margin: 0 10px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  background: #ffa042;
  color: #fff;
  cursor: pointer;
}
.export-btn:hover {
  filter: brightness(1.1);
}
.collapse-btn {
  width: 18px;
  height: 10px;
  position: relative;
  right: -26px;
  display: inline-block;
  background: url(../../image/down-icon.png) no-repeat;
  background-position: center;
  transition: 0.3s all ease-in;
  cursor: pointer;
  transform: rotate(-90deg);
}
.collapse-btn.active {
  transform: rotate(0deg);
}
.add-meterInfo-btn {
  color: #000;
  width: 20px;
  display: inline-block;
  font-size: 32px;
  font-style: normal;
  position: relative;
  bottom: -4px;
  left: 10px;
  line-height: 18px;
  cursor: pointer;
}
.add-meterInfo-btn::before {
  content: '+';
}
.add-meterInfo-btn.active::before {
  content: '\2013';
}
.zk_btn_group {
  display: -webkit-flex;
  /* Safari */
  display: flex;
}
.zk_btn_group:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.zk_btn_group .btn {
  padding: 0 10px;
  color: #262626;
  display: block;
  margin: 0;
  border-radius: 0;
  height: 100%;
  border-left: none;
  border-color: #dfdfdf;
  background: #fff;
  flex: 1;
  box-sizing: border-box;
  overflow: hidden;
}
.zk_btn_group .btn.active,
.zk_btn_group .btn.currentMsg {
  color: #fff;
  border: 1px solid #6B8CB5;
  background-color: #6B8CB5;
}
.zk_btn_group .btn.active:first-child,
.zk_btn_group .btn.currentMsg:first-child {
  border-left: 1px solid #6B8CB5;
}
.zk_btn_group .btn:first-child {
  border-radius: 8px 0 0 8px;
  border-left: 1px solid #dfdfdf;
}
.zk_btn_group .btn:last-child {
  border-radius: 0 8px 8px 0 ;
}
.zk_btn_group.btn_group-sm {
  height: 24px;
}
.zk_btn_group.btn_group-sm .btn {
  font-size: 12px;
  line-height: 22px;
}
.zk_btn_group.btn_group-md {
  height: 32px;
}
.zk_btn_group.btn_group-md .btn {
  font-size: 14px;
  line-height: 30px;
}
.zk_btn_group.btn_group-lg {
  height: 40px;
}
.zk_btn_group.btn_group-lg .btn {
  font-size: 16px;
  line-height: 38px;
}
.zk_btn_group.zk_btn_radioBox_group .btn {
  padding: 0;
  position: relative;
}
.zk_btn_group.zk_btn_radioBox_group .radio-box span {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  line-height: 32px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 0;
}
.query-date .query_date_group {
  display: inline-block;
  width: 300px;
  margin-right: 12px;
  vertical-align: middle;
}
.query_radio_group {
  display: inline-block;
  width: 300px;
  margin-right: 12px;
  vertical-align: middle;
}
@media screen and (max-width: 1366px) {
  .query_radio_group {
    width: 180px;
  }
}
