@font-face {
  font-family: 'iconfontlogo';  
  src: url('./DingTalkJinBuTi.ttf') format('woff');
}

*,:after,:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
a,a:focus,a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none
}
.el-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  font-weight: 500
}

.el-link.is-underline:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-bottom: 1px solid #388FFD
}

.el-link.is-disabled {
  cursor: not-allowed
}

.el-link [class*=el-icon-]+span {
  margin-left: 5px
}

.el-link.el-link--default {
  color: #606266
}

.el-link.el-link--default:hover {
  color: #388FFD
}

.el-link.el-link--default:after {
  border-color: #388FFD
}

.el-link.el-link--default.is-disabled {
  color: #c0c4cc
}

.el-link.el-link--primary {
  color: blue;
}

.el-link.el-link--primary:hover {
  color: #2686ed
}

.el-link.el-link--primary:after {
  border-color: #388FFD
}

.el-link.el-link--primary.is-disabled {
  color: #80afd2
}

.el-link.el-link--primary.is-underline:hover:after {
  border-color: #388FFD
}
body{
  margin: 0;
}
.header_top  {
  width: 100%;
  height: 80px;
  background-color: #b52319;
  color: #fff;
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content:center;
}

.header_top .center  {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.header_top .left .name  {
  line-height: 50px;
  height: 50px;
  display: inline-block;
  text-align: center
}

.header_top .left .logo  {
  float: left;
  height: 50px;
  display: inline-block;
  padding: 5px
}

.logo img  {
  height: 100%
}

.header_top .link  {
  line-height: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  padding: 0 20px
}

.header_top .link-enroll ,.header_top .link-home  {
  color: #fff;
  background: #388FFD
}

.body {
  min-height: calc(100vh - 50px);
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f5f5f7
}
  .pagination-container.hidden {
    display: none;
  }

  .el-pagination {
    background: #fff;
    text-align: center;
    padding: 10px 0;
    border-left: 1px solid #dfe6ec;
    border-right: 1px solid #dfe6ec;
    border-bottom: 1px solid #dfe6ec;
  }
.pan-btn {
  font-size: 14px;
  color: #fff;
  padding: 14px 36px;
  border-radius: 8px;
  border: none;
  outline: none;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  position: relative;
  display: inline-block
}

.pan-btn:hover {
  background: #fff
}

.pan-btn:hover:after,.pan-btn:hover:before {
  width: 100%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

.pan-btn:after,.pan-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.pan-btn:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0
}

.custom-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  color: #fff;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 4px
}

.el-tag--plain.el-tag--success {
    background: #ffffff;
    border-color: #b3e19d;
    hover-color: #67c23a;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#app,html {
  height: 100%
}

*,:after,:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

.no-padding {
  padding: 0!important
}

.padding-content {
  padding: 4px 0
}

a:active,a:focus {
  outline: none
}

a,a:focus,a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none
}

div:focus {
  outline: none
}

.fr {
  float: right
}

.fl {
  float: left
}

.pr-5 {
  padding-right: 5px
}

.pl-5 {
  padding-left: 5px
}

.block {
  display: block
}

.pointer {
  cursor: pointer
}

.inlineBlock {
  display: block
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

aside {
  background: #eef1f6;
  padding: 8px 24px;
  margin-bottom: 20px;
  border-radius: 2px;
  display: block;
  line-height: 32px;
  font-size: 16px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  color: #2c3e50;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

aside a {
  color: #337ab7;
  cursor: pointer
}

aside a:hover {
  color: #20a0ff
}

.app-container {
  padding: 20px
}

.components-container {
  margin: 30px 50px;
  position: relative
}

.text-center {
  text-align: center
}

.sub-navbar {
  height: 50px;
  line-height: 50px;
  position: relative;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  -webkit-transition: position .6s ease;
  transition: position .6s ease;
  background: -webkit-gradient(linear,left top,right top,from(#20b6f9),color-stop(0,#20b6f9),color-stop(100%,#2178f1),to(#2178f1));
  background: linear-gradient(90deg,#20b6f9,#20b6f9 0,#2178f1 100%,#2178f1 0)
}

.sub-navbar .subtitle {
  font-size: 20px;
  color: #fff
}

.sub-navbar.deleted,.sub-navbar.draft {
  background: #d0d0d0
}

.link-type,.link-type:focus {
  color: #337ab7;
  cursor: pointer
}

.link-type:focus:hover,.link-type:hover {
  color: #20a0ff
}

.filter-container {
  padding-bottom: 10px
}

.filter-container .filter-item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px
}

.multiselect {
  line-height: 16px
}

.multiselect--active {
  z-index: 1000!important
}

.showRightPanel {
  overflow: hidden;
  position: relative;
  width: calc(100% - 15px)
}

 
 
 
 
.el-popup-parent--hidden .fixed-header {
  padding-right: 15px
}
 
 
 
 

.theme-message,.theme-picker-dropdown {
  z-index: 99999!important
}

.theme-picker .el-color-picker__trigger {
  height: 26px!important;
  width: 26px!important;
  padding: 2px
}

.theme-picker-dropdown .el-color-dropdown__link-btn {
  display: none
}

 


.tags-view-wrapper .tags-view-item .el-icon-close {
  width: 16px;
  height: 16px;
  vertical-align: 2px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%
}

.tags-view-wrapper .tags-view-item .el-icon-close:before {
  -webkit-transform: scale(.6);
  transform: scale(.6);
  display: inline-block;
  vertical-align: -3px
}

.tags-view-wrapper .tags-view-item .el-icon-close:hover {
  background-color: #b4bccc;
  color: #fff
}
 
.show {
  width: 100%;
  background: #f8f8f8
}

.w  {
  width: 1200px;
  margin: 0px auto;
  padding-top: 10px
}

.nav  {
  padding: 30px 0px
}

.top  {
  width: 100%;
  background: #fff;
  opacity: 1;
  padding: 20px 40px
}

.top .time  {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #5e5e5e;
  opacity: 1
}

.top .time i  {
  margin-right: 5px
}

.top .title  {
  margin-top: 20px;
  overflow: hidden
}

.top .title .t-left  {
  float: left
}

.top .title .t-left .name  {
  font-size: 24px;
  font-weight: 500;
  line-height: 41px;
  color: #0e0e0e;
  opacity: 1;
  margin-bottom: 10px
}

.top .title .t-left .tips ul  {
  list-style: none;
  margin: 0px;
  padding: 0px
}

.top .title .t-left .tips ul li {
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #666;
  opacity: 1;
  margin-right: 10px
}

.top .title .t-left .tips ul li:after {
  content: "|";
  color: #e3e3e3;
  margin-left: 10px
}

.top .title .t-left .tips ul li:last-child:after {
  content: "";
  clear: both
}

.top .title .t-left .tips ul li.hot {
  color: #eb5757
}

.top .title .t-right {
  float: right
}

.top .title .t-right .t-btn {
  width: 160px;
  height: 60px;
  background: #388FFD;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  color: #fff;
  opacity: 1
}

.main {
  width: 100%;
  padding: 40px;
  background-color: #fff;
  margin-top: 20px
}

.main .segment {
  margin-bottom: 30px
}

.main .segment .title  {
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
  color: #0e0e0e;
  opacity: 1;
  border-left: 3px solid #388FFD;
  padding-left: 10px;
  margin-bottom: 10px
}

.main .segment .content  {
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #0e0e0e;
  opacity: 1
}

.main .segment .hr  {
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
  margin-top: 10px
}

.main-footer {
  width: 100%;
  height: 50px
}

.table-expand-form  {
  font-size: 0
}

.table-expand-form label  {
  width: 90px;
  color: #99a9bf
}

.table-expand-form .el-form-item  {
  margin-right: 0;
  margin-bottom: 0
}

.el-form-item--medium .el-form-item__content {
  line-height: 1.5em !important
}

 .el-form-item--medium .el-form-item__label {
  line-height: 1.5em !important
}
.el-button {
display: inline-block;
line-height: 1;
white-space: nowrap;
cursor: pointer;
background: #fff;
border: 1px solid #dcdfe6;
border-color: #dcdfe6;
color: #606266;
-webkit-appearance: none;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none;
margin: 0;
-webkit-transition: .1s;
transition: .1s;
font-weight: 400;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
padding: 12px 20px;
font-size: 14px;
border-radius: 4px
}

.el-button+.el-button {
margin-left: 10px
}

.el-button.is-round {
padding: 12px 20px
}

.el-button:focus,.el-button:hover {
color: #388FFD;
border-color: #b3cfe4;
background-color: #e6eff6
}

.el-button:active {
color: #005594;
border-color: #005594;
outline: none
}

.el-button::-moz-focus-inner {
border: 0
}

.el-button [class*=el-icon-]+span {
margin-left: 5px
}

.el-button.is-plain:focus,.el-button.is-plain:hover {
background: #fff;
border-color: #388FFD;
color: #388FFD
}

.el-button.is-plain:active {
background: #fff;
outline: none
}

.el-button.is-active,.el-button.is-plain:active {
border-color: #005594;
color: #005594
}

.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover {
color: #c0c4cc;
cursor: not-allowed;
background-image: none;
background-color: #fff;
border-color: #e6ebf5
}

.el-button.is-disabled.el-button--text {
background-color: transparent
}

.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover {
background-color: #fff;
border-color: #e6ebf5;
color: #c0c4cc
}

.el-button.is-loading {
position: relative;
pointer-events: none
}

.el-button.is-loading:before {
pointer-events: none;
content: "";
position: absolute;
left: -1px;
top: -1px;
right: -1px;
bottom: -1px;
border-radius: inherit;
background-color: hsla(0,0%,100%,.35)
}

.el-button.is-round {
border-radius: 20px;
padding: 12px 23px
}

.el-button.is-circle {
border-radius: 50%;
padding: 12px
}

.el-button--primary {
color: #fff;
background-color: #b52319;
border-color: #b52319
}

.el-button--primary:focus,.el-button--primary:hover {
background: #1572e8;
border-color: #1572e8;
color: #fff
}

.el-button--primary:active {
outline: none
}

.el-button--primary.is-active,.el-button--primary:active {
background: #005594;
border-color: #005594;
color: #fff
}

.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover {
color: #fff;
background-color: #80afd2;
border-color: #80afd2
}

.el-button--primary.is-plain {
color: #388FFD;
background: #e6eff6;
border-color: #99bfdb
}

.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover {
background: #388FFD;
border-color: #388FFD;
color: #fff
}

.el-button--primary.is-plain:active {
background: #005594;
border-color: #005594;
color: #fff;
outline: none
}