
.module_record {
  width: 100%;
  height: 560px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0px auto 15px;
}


.module_record {
  width: 100%;
  height: 560px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0px auto 15px;
}

@charset "UTF-8";
/* 文字颜色:主要文字/常规文字/次要文字/醒目文字/主要图标/辅助图标/列表图标/悬浮变色 */
/* 背景颜色/边框颜色 */
 .el-empty__description {
  text-align: center;
}
.search_btn {
  box-sizing: border-box;
  width: 60px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  background-color: #1f54d0;
}
.click_on {
  color: #fff !important;
}
.click_on {
  background-color: #1f54d0;
}
.btn {
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 40px;
  border-radius: 5px;
  color: #666;
  font-size: 14px;
  margin-right: 15px;
  box-sizing: border-box;
  cursor: pointer;
}
.searchform {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.dota {
  z-index: 999;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #1f54d0;
  background-color: #1f54d0;
  left: 2px;
}
.dote {
  z-index: 999;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #1f54d0;
  background-color: #fff;
  left: 2px;
}
.version {
  position: relative;
}
.version a {
  padding-left: 30px;
  font-size: 16px;
  color: #333;
  z-index: 1;
  position: relative;
  cursor: pointer;
}
.version span {
  padding-left: 30px;
  font-size: 16px;
  color: #333;
  z-index: 1;
  position: relative;
}
.version p {
  padding: 20px 20px 20px 140px;
  line-height: 32px;
  color: #666;
}
.version a .left_icon {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #888;
  background: #fff;
  border-radius: 9px;
  -moz-border-radius: 9px;
  display: block;
  top: 2px;
  left: 2px;
}
.version a span {
  width: 102px;
  display: inline-block;
}
.version em {
  color: #f7350e;
  font-style: normal;
}
.version::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #1f54d0;
  position: absolute;
  left: 10px;
  top: 10px;
}
 .is-active {
  color: #1f54d0 !important;
}
 .el-tabs__active-bar {
  background-color: #1f54d0 !important;
}
 .el-tabs__item:hover {
  color: #1f54d0 !important;
}
