* {
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

body {
  margin: 0;
  font-size: 13px;
  /*background: #404040;*/
}

h1,
h2 {
  font-weight: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.font-grey {
  color: #99a9bf
}

.alert-info {
  /*margin-bottom:6px;*/
}

.success-best {
  background: #039be5
}

.success-better {
  background: #4fc3f7
}

.success-normal {
  background: #b3e5fc;
}

.alert-info>* {
  margin-right: 10px;
}

.font-primary {
  color: #20a0ff;
}

.font-success {
  color: #13CE66;
}

.font-dark {
  color: #99a9bf;
}

.font-danger {
  color: #FF4949!important;
}

.font-warning {
  color: #F7BA2A;
}

.font-default {
  color: #D3DCE6;
}

.mini-font {
  font-size: 12px!important;
}

.border-danger {
  background: #FF4949!important;
}

.border-warning {
  background: #F7BA2A!important;
}

.border-success {
  background: #13CE66!important;
}

.online-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #d3dce6;
}

.online-circle.success {
  background: #13CE66;
}

.online-circle.blue {
  background: #50bfff;
}

.status-wrapper>i {
  color: #99a9bf;
}


/*basic layout*/

.layout-wrapper {
  position: relative;
  min-height: 100%;
}

.layout-wrapper>.page-sidebar {
  width: 224px;
  position: absolute;
  overflow: visible;
  padding-bottom: 24px;
  min-height: 100%;
  transition: all .3s;
}

.layout-wrapper>.page-content {
  margin-left: 224px;
  transition: all .3s;
  background: #ececec;
  height: 100vh;
}

.layout-menu-collapse.layout-wrapper>.page-sidebar {
  width: 64px;
}

.layout-menu-collapse.layout-wrapper>.page-sidebar .logo-title,
.layout-menu-collapse.layout-wrapper>.page-sidebar .el-submenu__icon-arrow {
  opacity: 0;
}

.layout-wrapper>.page-sidebar .logo-title,
.layout-wrapper>.page-sidebar .el-submenu__icon-arrow {
  opacity: 1;
  transition: opacity .35s
}

.layout-menu-collapse.layout-wrapper>.page-content {
  margin-left: 64px;
}

.page-header {
  height: 64px;
  background: #fff;
}

.logo-title {
  color: #ffffff;
  line-height: 32px;
}

.logo-title i {
  font-style: normal;
  color: #50bfff;
  font-size: 14px;
  text-transform: uppercase;
}

.el-menu-poc i.anticon {
  min-width: 14px;
  margin-right: 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 12px;
}
   
.page-sidebar .page-logo {
  height: 32px;
  background: #333;
  border-radius: 4px;
  margin: 16px;
  transition: all .3s;
  text-align: center
}

.page-content .page-main {
  padding: 24px;
  margin-top: 12px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.page-content-inner {
  margin: 12px 16px 24px;
}

.page-footer {
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 12px;
  color: #999;
  background: #fff;
  border-top: 1px solid #e9e9e9;
  width: 100%;
}

.page-footer .page-footer-inner {
  color: #98a6ba;
}

.scroll-to-top {
  display: inline-block;
  padding: 1px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  z-index: 10001;
  display: none;
  right: 10px;
}


/* page-bar */


/*.page-title>.quick-actions {
  margin-left: 10px;
  vertical-align: text-bottom;
}*/

.page-title {
  position: relative;
  width: 100%;
  min-height: 45px;
}

.page-title>.caption {
  font-size: 18px;
  line-height: 18px;
  padding: 10px 0;
  display: inline-block;
}

.page-title>.actions {
  position: absolute;
  right: 0;
  top: 5px;
}

.actions .el-input-group {
  width: 300px;
}

.page-title:before,
.page-title:after {
  content: " ";
  display: table;
  clear: both;
}

.page-title>.actions .el-button+.el-button,
.search-action .el-button+.el-button {
  margin-left: 0;
}


/*form*/

.el-form .el-form-item:last-child {
  margin-bottom: 0px;
}


/**el table**/

.el-table {
  margin-bottom: 20px;
}

.el-pagination {
  text-align: right;
}

.el-select {
  width: 100%;
}

.el-table .el-button+.el-button {
  margin-left: 0;
}

.el-table .cell .el-button--text~.el-button--text {
  margin-left: 13px;
  position: relative;
}

.el-table .cell .el-button--text~.el-button--text::before {
  content: '';
  height: 8px;
  width: 1px;
  position: absolute;
  background: #ccc;
  display: inline-block;
  left: -7px;
  top: 50%;
  margin-top: -4px;
}

.col-tree .el-button--text~.el-button--text {
  margin-left: 13px;
  position: relative;
}

.col-tree .el-button--text~.el-button--text::before {
  content: '';
  height: 8px;
  width: 1px;
  position: absolute;
  background: #ccc;
  display: inline-block;
  left: -7px;
  top: 50%;
  margin-top: -4px;
}

.divider {
  /*******/
  margin: 0 6px;
  display: inline-block;
  height: 8px;
  width: 1px;
  background: #ccc;
}

td .cell .el-tag {
  margin-right: 5px;
}

.el-table .cell {
  white-space: nowrap!important;
}

.table-tab .action-bar {
  margin-bottom: 15px;
}

.group-search {
  width: 220px;
}


/*perm-component*/

.tree-table-body .el-tree-node__label {
  font-size: 12px;
}

.tree-table-content {
  display: inline-block;
  width: 100%;
}

.tree-table-body.el-tree {
  border: 0;
  width: 100%;
  background: transparent;
  font-size: 12px;
  overflow: hidden;
}

.tree-table-body .el-tree-node__content {
  line-height: 45px;
  height: 45px;
  position: relative;
  border-bottom: 1px solid #e0e6ed;
  color: rgba(0, 0, 0, 0.65);
  cursor: auto;
}

.my-tree-table {
  border: 1px solid #e9e9e9;
}

.table-tree-head {
  position: relative;
}

.tree-head-first {
  width: 30%;
  position: absolute;
  top: 0;
  left: 0;
}

.my-tree-table .last {
  margin-left: 30%;
}

.my-tree-table .title {
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  white-space: nowrap;
  background-color: #f7f7f7;
  height: 45px;
  line-height: 45px;
  min-width: 0;
  color: rgba(0, 0, 0, 0.65);
  font-weight: bold;
  word-wrap: normal;
  text-overflow: ellipsis;
  box-sizing: border-box;
  font-size: 12px;
  padding-left: 18px;
  padding-right: 18px;
  text-align: center;
}

.my-tree-table .line-row {
  position: absolute;
  left: 30%;
  top: 0;
  width: 70%;
  margin-left: -1px;
}

.my-tree-table .col-tree {
  padding-left: 18px;
  padding-right: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  border-left: 1px solid #e9e9e9;
  text-align: center;
}

.div-center {
  text-align: center;
}

.my-tree-table .el-tree-node__content:hover {
  background-color: rgb(238, 241, 246);
}

.tab-content .tab-actions {
  text-align: right;
  position: relative;
  float: right;
  height: 30px;
  bottom: 55px;
  margin-bottom: -30px;
}


/*transition-group*/

.list-complete-item {
  transition: all .2s;
  display: inline-block;
}

.list-complete-leave-active {
  opacity: 0;
  height: 0;
  width: 0;
}

.list-complete-enter {
  opacity: 0;
  transform: translateX(20px);
}

.list-complete-move {
  transition: transform .2s;
}


/*cust detail*/

.form-divide {
  margin-top: 22px;
}


/*role & roleDetail*/

.inner-tree {
  font-size: 12px;
}

.inner-tree .el-input>input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: #eff2f7;
}

.inner-tree .el-tree {
  height: 220px;
  overflow: auto;
  /*border-top-left-radius: 4px;
    border-top-right-radius: 4px;*/
  border-top: 0;
  margin-top: 0;
}

.inner-tree .el-tree-node__label {
  font-size: 12px;
}

.perm-action {
  float: right;
  margin-right: 10px;
}

.el-button.perm-icon {
  position: relative;
}

.permLinkCode {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
}

.tree-title-up {
  background: #fbfdff;
  padding: 0 10px;
  font-size: 12px;
  margin-top: -1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  /* border-radius: 4px; */
  border: 1px solid rgb(209, 219, 229);
  border-bottom: 0;
  /*box-shadow: -2px -4px 0px 0 rgba(153, 169, 191, 0.5);*/
}

.tree-title-up .el-form-item__label {
  min-width: 78px;
  text-align: left;
  font-weight: bold;
  color: #475669;
  font-size: 12px;
}

.detail-width {
  width: 800px;
}

.dropDown-footer {
  padding: 15px 0 0;
  text-align: center;
}

.inner-tree .el-tree {
  height: 250px;
  overflow: auto;
  border-top: 0;
  margin-top: 0;
}

.inner-tree.with-transfer .el-tree {
  height: 246px;
}

.inner-tree.with-transfer {
  padding-right: 20px;
  width: 220px;
  float: left;
}

.el-dropdown-link>i {
  position: absolute;
  right: 10px;
  top: 12px;
}

.el-dropdown-menu.inner-tree .el-tree {
  height: 220px;
  overflow: auto;
}

.el-dropdown-menu.inner-tree {
  padding: 0;
}

.el-tree-node__label {
  font-size: 12px!important;
}

.el-transfer.with-tree {
  font-size: 12px!important;
  float: right;
}
.el-table {
  font-size: 12px!important;
}
.el-transfer-panel.with-tree {
  box-shadow: none!important;
}

.inner-tree .el-tree::-webkit-scrollbar,
.el-transfer-panel__list::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  overflow: auto;
}

.inner-tree .el-tree::-webkit-scrollbar-thumb,
.el-transfer-panel__list::-webkit-scrollbar-thumb {
  background-color: #bbb;
  min-height: 25px;
  min-width: 25px;
  border: 1px solid #bbb;
  border-radius: 10px;
}

.inner-tree .el-tree::-webkit-scrollbar-track,
.el-transfer-panel__list::-webkit-scrollbar-track {
  background-color: #eee;
  border: 1px solid #eee;
}


/*tab-table*/


/*page-list tab-table*/

.page-tab-table .el-tabs__header {
  margin-top: -5px;
}

.page-tab-table .el-tabs__nav>.el-tabs__item:after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  background: #eee;
  top: 20px;
  right: 0;
}

.page-tab-table .tab-content {
  border-top: 0;
}

.page-tab-table .el-tabs__item {
  height: 52px;
  line-height: 52px;
  width: 100px;
  text-align: center;
}

.page-tab-table .el-tabs__item.is-active {
  font-size: 1.17em;
}

.margin-top-10 {
  margin-top: -10px;
}


/*cust-table*/

.upload-cust .el-upload-dragger {
  width: 300px;
}

.upload-cust {
  overflow-x: auto;
}

.search-area {
  padding: 10px 0 15px;
  margin-bottom: 5px;
  display: table;
}

.search-area .search-action {
  text-align: right;
  float: right;
  width: 140px;
  line-height: 36px;
  padding-bottom: 1px;
}

.search-area .search-action .el-button {
  height: 30px;
}

.search-area .el-form {
  display: table-cell;
  width: 9999px;
}

.search-area .el-form .el-form-item__content,
.search-area .el-form .el-form-item__label {
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
  width: 9999px;
}

.search-area .el-form .el-form-item {
  display: table-cell;
  width: 9999px;
  padding-right: 5px;
}

.search-area .el-form>.el-form-item:last-child {
  padding-right: 0
}

.search-area .el-form .el-form-item__content>* {
  width: 100%;
}

.el-dialog.middle-body .el-dialog__body {
  text-align: center;
}

@media (max-width: 768px) {
  .el-dialog {
    width: auto!important;
    margin: 10px;
    position: static!important;
    transform: translateY(0)!important;
  }
}


/*animation*/

.fade-enter-active,
.fade-leave-active {
  transition: opacity .35s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}
.xxx{
  display: flex;
  width: 330px;
  padding: 14px 26px 14px 13px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #ebeef5;
  position: fixed;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  transition: opacity .3s, transform .3s, left .3s, right .3s, top 0.4s, bottom .3s;
  overflow: hidden;
}
.msg-tool{
  /*background-color: #acf;*/
  position: fixed;
  right: 0;
  z-index: 2;
}
.mt-mubu{
  position: fixed;
  left:0;
  top:0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0);
}
.mt-item{
  margin-top: 10px;
}
.mt-item-btn{
  border: 1px solid #dcdfe6;
  color: #409EFF;
  background: #ecf5ff;
  /*border-color: #b3d8ff;*/
  writing-mode: vertical-rl;
  /*height:60px;*/
  text-align: center;

  position: relative;
  right: -10px;
  padding:10px;
  padding-right: 20px;
  border-top-left-radius: 10%;
  border-bottom-left-radius: 10%;
  box-shadow: 2px 1px 5px 0 rgba(60, 60, 60, 1);
  transition: opacity .3s, transform .3s, left .3s, right .3s, top 0.4s, bottom .3s;
  cursor: pointer;
}
.mt-item-btn:active{
  right: 0px;  
}
.mt-item-c{
  width: 100vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-top:3px solid #666;
  /*border-bottom:1px solid #409eff;*/
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 10px;
  box-shadow: 0px 2px 10px #000;
  /*margin-left: 100vw;*/
  /*transition: all 1s;*/
}
.fade-enter-active, .fade-leave-active {
  transition: opacity .5s, transform .5s;
  /*transition-delay: .5s;*/
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
  transform: translateX(100vw);
}
.mt-item-c.mt-pop{;
  /*transition: all 1s;*/
  /*margin-left: 0;*/
  /*left: auto;*/
  /*right: 0;*/

}
.mt-item-c li.mt-item-ctit{
  display: block;
  writing-mode: vertical-rl;
  width: 40px;
  color: #409EFF;
  background: #ecf5ff;
  margin-left: 0;
  padding: 15px 10px;
  text-align: center;
  border: none;
  margin-top: 0;
  border-top-right-radius: 10%;
  border-bottom-right-radius: 10%;
  box-shadow: 2px 1px 5px 0 rgba(60, 60, 60, 0.5);
}
.mt-item-c li{
  display: inline-block;
  float: left;
  border:1px solid #000;
  width: 28px;
  /*color: #333;*/
  text-align: center;
  border-radius: 2px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  padding:1px;
  margin-left: 10px;
  margin-top: 8px;
  margin-right: 0;
  border: 1px solid #666;
}
.mt-item-c li:not(.mt-item-ctit):active{
  padding:0px;
  transform: translate(1px,1px);
  box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}
.mt-item-c li.mt-itemc-yizuo{
  color: #ccc;
  border: 1px solid #dcdfe6;
}
.mt-itemc-weizuo{
  /*position: absolute;
  top:0px;
  right:0px;*/
  /*display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  color: #fff;
  background-color: #f56c6c;
  border: 1px solid #fff;
  border-radius: 10px;*/
  color: #f56c6c;
  writing-mode: horizontal-tb;
  /*transform:rotate(90deg);*/
}

/* 试卷样式 */

  .main-tit{
    border-top: 2px solid #ccc;
    padding: 5px 10px;
    background-color: #eee;
  }
  .test-item{
    margin-top: 10px;
    padding-right: 40px;
    line-height: 25px;
  }
  .test-item-tit{
    padding: 5px 10px;
  }
  .tit-li .el-tag{
    margin-bottom: 5px;
  }

  .page-home .el-radio,
  .page-home .el-checkbox,
  .an-content .el-radio,
  .an-content .el-checkbox{
    /*display: block;*/
    margin-left:20px;
    line-height: 20px;
  }
  .answer .main-tit{
    background-color: #bfdeff;
    background-color: #badbfd;
    border-top: 1px solid #333;
    box-shadow: 0px 1px 1px #999 inset;
  }
  .el-collapse-item__header{
    padding-left: 15px;
    font-weight: bold;
    font-size: 16px;
    background-color: transparent;
  }
  .el-collapse-item__header>i{
    opacity: 0;
  }
  .el-collapse-item__wrap{
    text-align: left;
  }
  .el-collapse-item__content{
    padding-bottom: 0px;
  }
  .el-collapse-item.is-active .el-collapse-item__wrap{
    border-bottom: none;
  }
  .el-message-box{
    width: 300px;
  }
.footerMenu{
  width: 100%;
  position: fixed;
  bottom: 0;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  text-align: center;
  height: 36px;
  line-height: 36px;
  /*border: 1px solid #dcdfe6;*/
  /*border-color: #409EFF;*/
  box-shadow: 0 -1px 6px rgba(0,0,0,0.5);
  z-index: 1;
}
.footerMenu li{
  width: 33.33333%;
  color: #409EFF;
  background-color: #d0efff;
  box-shadow: 0px 0 1px #409EFF inset;
  animation: all .5s;
}
.footerMenu li.fm-active{
  font-weight: bold;
  color: #4e4949;
  background-color: #ecf5ff;
  /*box-shadow: 0 0 1px #409EFF inset;*/
}
#app {
  background: #eff9ff;
}