.head {
  background-color: #f6f7fc;
}
.flex {
  display: flex;
}
.doctype {
  background-color: white;
  min-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  height: 60px;
  box-shadow: 0 2px 4px 0 #e7e7e7;
  position: sticky;
  top: 60px;
  z-index: 20;
  border-top: 1px solid #e7e7e7;
}
.doctype .methodtype {
  margin-right: 48px;
}
.doctype .methodtype .name {
  color: #666;
  line-height: 60px;
  font-size: 16px;
}
.doctype .methodtype .apitypelist {
  position: absolute;
  top: 60px;
  left: 10px;
  background-color: white;
  box-shadow: 0px 2px 4px 4px #e7e7e7;
  height: auto;
  min-width: 180px;
}
.doctype .methodtype .apitypelist .apitype {
  line-height: 30px;
  height: 30px;
  padding: 10px 20px;
  text-align: center;
}
.doctype .infolist .name {
  float: left;
  height: 60px;
  line-height: 60px;
  margin: 0;
  border-bottom: 2px solid transparent;
  padding: 0 16px;
  font-size: 14px;
  max-width: 88px;
  margin-right: 30px;
}
.doctype .infolist .active {
  border-bottom: 2px solid #1e69eb;
}
.docbody {
  display: flex;
}
.docbody .doclistmenu {
  width: 281px;
  height: calc(100vh - 140px);
}
.docbody .doclistmenu .layui-panel {
  height: 100%;
  background-color: #f6f7fc;
}
.docbody .doclistmenu .layui-panel ul {
  background-color: #f6f7fc;
}
.docbody .layui-menu li {
  line-height: 26px;
  font-size: 14px;
}
.docbody .doctent {
  width: calc(100% - 281px);
}
.layui-menu .layui-menu-item-checked,
.layui-menu .layui-menu-item-checked2 {
  background-color: #F6F6F6 !important;
  color: #1e69eb;
}
.layui-menu .layui-menu-item-checked:after {
  border-right: 3px solid #1e79eb;
}
