@charset "utf-8";
.text-blue {
  color: #2a9aff;
}
.text-red {
  color: #ee4014;
}
.panel {
  background-color: #fff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.08);
  margin-top: 15px;
}
.panel .panel-ttl {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #ddd;
}
.panel .panel-tab-ttl {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}
.panel .panel-tab-ttl li {
  height: 50px;
  float: left;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  padding: 0 20px;
  transition: all .2s;
}
.panel .panel-tab-ttl li.active,
.panel .panel-tab-ttl li:hover {
  border-bottom: 2px solid #2a9aff;
  color: #2a9aff;
}
.panel .panel-tab-body > div {
  display: none;
  padding: 20px;
}
.panel .panel-tab-body > div:first-child {
  display: block;
}
.btn {
  display: inline-block;
  width: auto;
  height: 36px;
  line-height: 34px;
  padding: 0 12px;
  border-radius: 3px;
  cursor: pointer;
  transition: all .2s;
}
.btn > i {
  font-size: 12px;
}
.btn.btn-primary {
  background-color: #2a9aff;
  border: 1px solid #2a9aff;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #0086ff;
}
.btn.btn-lightblue {
  background-color: #e8ecfe;
  border: 1px solid #2a9aff;
  color: #333;
}
.btn.btn-lightblue:hover {
  background-color: #d9e0ff;
}
.btn.btn-default {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
}
.btn.btn-default:hover {
  background-color: #f5f5f5;
}
.btn.btn-default.on {
  background-color: #2a9aff;
  border: 1px solid #2a9aff;
  color: #fff;
}
.btn.btn-red {
  background-color: #EE4014;
  border: 1px solid #EE4014;
  color: #fff;
}
.btn.btn-red:hover {
  background-color: #e13003;
}
.btn.btn-green {
  background-color: #1ABE6B;
  border: 1px solid #1ABE6B;
  color: #fff;
}
.btn.btn-green:hover {
  background-color: #05b45b;
}
.btn.btn-min {
  height: 26px;
  line-height: 24px;
  padding: 0;
  width: 65px;
  text-align: center;
}
.btn.btn-min i.iconplus {
  font-size: 15px;
}
.btn-group .btn {
  margin-right: -1px;
  color: #888;
}
.btn-group .btn.btn-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .btn.btn-middle {
  border-radius: 0;
}
.btn-group .btn.btn-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .btn.active,
.btn-group .btn:hover {
  background-color: #2a9aff;
  border-color: #2a9aff;
  position: relative;
  z-index: 1;
  color: #fff;
}
.select-label {
  line-height: 36px;
  margin-right: 5px;
}
.select {
  position: relative;
  color: #333;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.select .select-btn {
  height: 34px;
  padding: 0 5px;
  line-height: 34px;
}
.select .select-btn.select-btn-s {
  width: 150px;
}
.select .select-btn.select-btn-m {
  width: 285px;
}
.select .select-btn.select-btn-l {
  width: 360px;
}
.select .select-btn.select-btn-multi {
  height: auto;
  padding: 0;
  padding-right: 5px;
}
.select .select-btn .select-btn-text.select-btn-text-s {
  width: 120px;
}
.select .select-btn .select-btn-text.select-btn-text-m {
  width: 170px;
}
.select .select-btn .select-btn-text.select-btn-text-l {
  width: 330px;
}
.select .select-btn .select-btn-text .select-btn-text-placeholder {
  color: #999;
}
.select .select-btn .select-btn-text .select-btn-text-multiUnit {
  display: block;
  padding: 3px 6px;
  padding-right: 2px;
  float: left;
  background-color: #eee;
  margin: 3px;
  line-height: 1.5;
}
.select .select-btn .select-btn-text .select-btn-text-multiUnit .iconfont.iconclose1 {
  font-size: 14px;
  margin-left: 2px;
}
.select .select-btn .select-btn-text .select-btn-text-multiUnit .iconfont.iconclose1:hover {
  color: #333;
}
.select .select-btn .select-btn-edit-unreal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 5px;
  padding-right: 20px;
  background-color: rgba(255, 255, 255, 0);
  color: #999;
  z-index: 1;
}
.select .select-btn .select-btn-edit-unreal.black {
  color: #000;
}
.select .select-btn .select-btn-edit-input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 5px;
  padding-right: 20px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0);
}
.select .select-btn i {
  transition: all .2s;
  color: #999;
  font-size: 12px;
}
.select .select-ul {
  width: 150px;
  max-height: 320px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 40px;
  left: -1px;
  z-index: 3;
}
.select .select-ul.select-ul-m {
  width: 200px;
}
.select .select-ul.select-ul-l {
  width: 287px;
}
.select .select-ul.select-ul-multi {
  width: 360px;
  position: static;
  top: auto;
  left: auto;
  border-radius: 0;
  border: 1px solid transparent;
  border-top: 1px solid #ddd;
}
.select .select-ul::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.select .select-ul::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background: #EDEDED;
}
.select .select-ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background: #fff;
}
.select .select-ul li {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .2s;
}
.select .select-ul li.active,
.select .select-ul li.active:hover {
  background-color: #e9f7fe;
}
.select .select-ul li:hover {
  background-color: #f5f5f5;
}
.select .select-ul li i.iconfont.iconcheck {
  color: #1890ff;
}
.select.select-planName ul {
  width: 200px;
}
.select.select-inverse 
{
  height: 100%;
  color: #fff;
  border: 1px solid #0e2c47;
  background-color: #0e2c47;
}
.select.select-inverse .select-btn {
  height: 100%;
  
}
.select.select-inverse .select-btn i {
  color: #fff;
  position: absolute;
  right: 3px;
  top: 10%;
}
.select.select-inverse .select-ul {
  color: #333;
  top: 45px;
}
.select-group span.vs {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 10px;
}
.page {
  font-size: 12px;
  margin-top: 15px;
}
.page a,
.page #btnJump,
.page #jumpPage {
  display: inline-block;
  height: 28px;
  line-height: 26px;
  padding: 0 10px;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 3px;
  color: #888;
  transition: all .2s;
}
.page a:hover,
.page a.curpage,
.page #btnJump:hover {
  background-color: #1948F1;
  color: #fff;
  border-color: #1948F1;
}
.page #jumpPage {
  width: 70px;
  text-align: center;
  vertical-align: top;
}
.page #btnJump {
  cursor: pointer;
}
.inputTextBox {
  line-height: 36px;
}
.inputText-default {
  height: 36px;
  line-height: 34px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 10px;
  transition: all .2s;
}
.inputText-default.inputText-s {
  width: 80px;
}
.inputText-default.inputText-l {
  width: 285px;
}
.inputText-default.inputText-xl {
  width: 350px;
}
.table-top {
  width: 100%;
}
.table-top th {
  color: #888;
  font-weight: 400;
}
.table-top i {
  color: #abd7ff;
  cursor: pointer;
}
.table-top td {
  font-size: 20px;
  color: #333;
  line-height: 40px;
}
.myechart-radar-bottom .progress-ttl {
  width: 25%;
  font-size: 36px;
  color: #d8b155;
}
.myechart-radar-bottom .progress-wrap {
  width: 71%;
  height: 8px;
  border-radius: 4px;
  background-color: #eee;
  margin-top: 20px;
}
.myechart-radar-bottom .progress-wrap .progress-bar {
  position: relative;
  border-radius: 4px;
}
.myechart-radar-bottom .progress-wrap .progress-bar span {
  display: block;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
  background-color: #d8b155;
  color: #fff;
  border-radius: 22px;
}
