@charset "utf-8";
* {
  font-family: Helvetica, Arial, "微软雅黑", sans-serif;
}
a {
  outline: none!important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.main {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.main .leftBar {
  width: 210px;
}
.main .leftBar * {
  transition: .2s;
}
.main .leftBar .menu-grandpa > li.has_child .menu-father {
  display: none;
}
.main .leftBar .menu-grandpa > li.show > span > i {
  transform: rotate(180deg);
  transition: .2s;
}
.main .leftBar .menu-grandpa > li.show .menu-father {
  display: block!important;
}
.main .leftBar .menu-grandpa > li.active > a,
.main .leftBar .menu-grandpa > li.active > span {
  transition: .2s;
  background: #449df2;
  color: #ffffff;
}
.main .leftBar .menu-grandpa > li.active > a i,
.main .leftBar .menu-grandpa > li.active > span i {
  color: #ffffff;
}
.main .leftBar .menu-grandpa > li > a,
.main .leftBar .menu-grandpa > li > span {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  background: #e3e3ff;
  height: 54px;
  line-height: 54px;
  color: #000000;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
}
.main .leftBar .menu-grandpa > li > span {
  position: relative;
}
.main .leftBar .menu-grandpa > li > span i {
  position: absolute !important;
  right: 20px !important;
  line-height: 54px !important;
  font-size: 10px;
}
.main .leftBar .menu-grandpa > li > a:hover,
.main .leftBar .menu-grandpa > li > span:hover {
  transition: .2s;
  background: #449df2;
  color: #ffffff;
}
.main .leftBar .menu-grandpa > li > a:hover i,
.main .leftBar .menu-grandpa > li > span:hover i {
  color: #ffffff;
}
.main .leftBar .menu-grandpa > li .menu-father {
  display: none;
}
.main .leftBar .menu-grandpa > li .menu-father > li.has_child .menu-son {
  display: none;
}
.main .leftBar .menu-grandpa > li .menu-father > li.show > span > i {
  transform: rotate(180deg);
  transition: .2s;
}
.main .leftBar .menu-grandpa > li .menu-father > li.show .menu-son {
  display: block!important;
}
.main .leftBar .menu-grandpa > li .menu-father > li > span {
  display: block;
  padding: 0 20px 0 30px;
  height: 40px;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
  background: #fafafa;
  cursor: pointer;
  position: relative;
}
.main .leftBar .menu-grandpa > li .menu-father > li > span i {
  position: absolute!important;
  right: 20px;
  line-height: 40px;
  font-size: 10px;
  color: #999999;
}
.main .leftBar .menu-grandpa > li .menu-father > li .menu-son {
  display: none;
  background: #fafafa;
}
.main .leftBar .menu-grandpa > li .menu-father > li .menu-son > li > a {
  display: block;
  padding-left: 40px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #666666;
}
.main .leftBar .menu-grandpa > li .menu-father > li .menu-son > li > a:hover {
  color: #449df2;
}
.main .leftBar .menu-grandpa > li .menu-father > li .menu-son > li.active a {
  color: #449df2;
}
.main .centerBar {
  width: 800px;
  margin-left: 40px;
  padding-top: 15px;
  position: relative;
}
.main .centerBar .location {
  font-size: 12px;
  color: #a5a5a5;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.main .centerBar .location a {
  color: #449df2;
}
.main .centerBar .location a.active {
  color: #a5a5a5;
}
.main .centerBar .title {
  margin-top: 25px;
  font-size: 30px;
  color: #333333;
}
.main .centerBar .refresh-time {
  font-size: 12px;
  color: #a5a5a5;
}
.main .centerBar h3 {
  font-size: 18px;
  color: #333333;
  padding-top: 20px;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.main .centerBar .table tr td {
  line-height: 37px;
  border: 1px solid #e6e6e6;
  word-wrap: break-word;
  word-break: break-all;
}
.main .centerBar .table thead td {
  font-size: 14px;
  color: #333333;
  background: #f5f5f5;
}
.main .centerBar .table tbody tr td {
  font-size: 14px;
  color: #666;
}
.main .centerBar .url-address {
  font-size: 14px;
  color: #666666;
}
.main .centerBar .run {
  display: inline-block;
  width: 92px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  font-size: 16px;
  margin-right: 20px;
  color: #ffffff;
  background: #449df2;
}
.main .centerBar #clear {
  display: none;
}
.main .centerBar .return-result {
  width: 100%;
  border: 1px solid #e6e6e6;
  height: 200px;
  overflow-y: auto;
  margin-top: 15px;
  background: #f5f5f5;
  display: none;
}
.main .centerBar .return-result #demoCode {
  display: none;
}
.main .centerBar .return-result .CodeMirror {
  width: 100%;
  height: 100%;
}
.main .rightBar {
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 1px solid #e6e6e6;
  float: right;
  width: 130px;
}
.main .rightBar ul {
  margin-bottom: 0!important;
}
.main .rightBar ul li {
  line-height: 10px;
}
.main .rightBar ul li a {
  font-size: 14px;
  color: #666;
  padding-left: 20px;
}
.main .rightBar ul li.active {
  border-left: 2px solid #449df2;
  background: #e3e3ff;
}
.main .rightBar ul li.active a {
  color: #449df2;
}
