@import url("../../components/index.css");

body,html {
	width: 100%;
	height: 100%
}

[v-cloak] {
  display: none;
}

input::-ms-clear,input::-ms-reveal {
	display: none
}

*,:after,:before {
	box-sizing: border-box
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
	margin: 0;
	color: rgba(0,0,0,.85);
  background-color: rgb(245, 247, 248);
	font-size: 14px;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	font-variant: tabular-nums;
	line-height: 1.5715;
	background-color: #fff;
	font-feature-settings: tnum
}
[tabindex="-1"]:focus {
	outline: none!important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: .5em;
	color: rgba(0,0,0,.85);
	font-weight: 500
}

p {
	margin-top: 0;
	margin-bottom: .5em
}

abbr[data-original-title],abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	border-bottom: 0;
	cursor: help
}

address {
	margin-bottom: 1em;
	font-style: normal;
	line-height: inherit
}

input[type=number],input[type=password],input[type=text],textarea {
	-webkit-appearance: none
}

dl,ol,ul {
	margin-top: 0;
	margin-bottom: 1em
}

ol ol,ol ul,ul ol,ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 500
}

dd {
	margin-bottom: .5em;
	margin-left: 0
}

blockquote {
	margin: 0 0 1em
}

dfn {
	font-style: italic
}

b,strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #1890ff;
	text-decoration: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	transition: color .3s;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #40a9ff
}

a:active {
	color: #096dd9
}

a:active,a:focus,a:hover {
	text-decoration: none;
	outline: 0
}

a[disabled] {
	color: rgba(0,0,0,.25);
	cursor: not-allowed
}

code,kbd,pre,samp {
	font-size: 1em;
	font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace
}

pre {
	margin-top: 0;
	margin-bottom: 1em;
	overflow: auto
}

figure {
	margin: 0 0 1em
}

img {
	vertical-align: middle;
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea {
	touch-action: manipulation
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75em;
	padding-bottom: .3em;
	color: rgba(0,0,0,.45);
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

button,input,optgroup,select,textarea {
	margin: 0;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance: button
}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: auto;
}

fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: .5em;
	padding: 0;
	color: inherit;
	font-size: 1.5em;
	line-height: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto
}[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item
}

template {
	display: none
}[hidden] {
	display: none!important
}

mark {
	padding: .2em;
	background-color: #feffe6
}

::-moz-selection {
	color: #fff;
	background: #1890ff
}

::selection {
	color: #fff;
	background: #1890ff
}

.clearfix {
	zoom: 1
}

.clearfix:after,.clearfix:before {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
  display: block;
}
ol, ul, li{
  list-style: none;
  padding: 0px;
}
blockquote, q{
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
  content: '';
  content: none;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a{
  color: #408bff;
  text-decoration: none;
  /* -webkit-backface-visibility: hidden; */
}
a:hover{
    color: #408bff;
}
::-webkit-scrollbar {
  width: 7px;
  height: 8px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
}
::-webkit-scrollbar-track-piece{
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical{
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal{
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
body{
  /* line-height: 1; */
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html{
  /* overflow-y: scroll; */
}
.pull-left{
    float: left;
}
 .pull-right{
     float: right;
 }
 .text-left{
  text-align: left;
}
 .text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-blue{
  color: #1890ff;
}
/*隐藏*/
.dn{
  display: none;
}
.hide{
  display: none;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both
}
.margin-top {
      margin-top: 16px;
}
  /* 工作台 */
.el-header .product-list {
    position: relative;
}

  .product-list i.el-icon-caret-bottom {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 22px;
  }

  .el-header .el-dropdown>i,
  .email-drop .el-badge i {
    font-size: 20px;
    /* margin-left: 15px; */
    padding: 0 16px;
    line-height: 60px;
  }

  .product-drop,
  .setting-item,
  .email-drop {
    border-right: 1px solid #eee;
  }

  .product-drop {
    line-height: 56px;
  }

  .product-drop img {
    width: 28px;
  }

  .email-drop .el-badge {}
  .product-drop-menu {
    width: 280px;
  }

  .product-drop-menu {}
  .product-drop-menu h4 {
    margin: 0px 0px 10px;
  }
  .product-drop-menu .el-dropdown-menu__item {
    display: flex;
    padding: 8px 10px 8px 20px;
    text-align: justify;
    justify-content: left;
  }

  .product-drop-menu .el-dropdown-menu__item img {
    margin-right: 5px;
  }

  .text-center {
    text-align: center;
  }

  .el-badge__content.is-fixed {
    position: absolute;
    top: 15px;
    right: 30px;
  }

  .avatar-drop .el-avatar {
    margin: 16px 3px 12px 0;
    vertical-align: top;
    background: hsla(0, 0%, 100%, .85);
  }

  .avatar-drop {
    padding-left: 15px;
  }
  #it-header{
    height: 60px;
  }
  .el-header {
    background-color: #FFFFFF;
    color: #333;
    display: flex;
    /* line-height: 60px; */
    border-bottom: 1px solid #eee;
  }
  .header-collapsed-button .el-button--text i{
    color: #333;
    font-size: 20px;
  }
  .header-collapsed-button .el-button--text:hover i,.header-right .email-drop:hover i,.header-right .avatar-drop:hover span{
    color: #409EFF;
  }
  .header-right{
    display: flex;
    align-content: flex-end;
    text-align: right;
  }
  .el-header .el-dropdown {
    cursor: pointer;
  }
  .el-header .header-item i,
  .email-drop .el-badge i {
    font-size: 20px;
    padding: 0 16px;
    line-height: 60px;
  }

  .el-dropdown-menu .el-tabs__nav-scroll,
  .el-dropdown-menu .el-tabs__content {
    padding: 0 20px;
  }

  .header-notice-content {
    width: 250px;
  }

  .header-notice-content .notice-item {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .header-notice-content .notice-item:last-child {
    border-bottom: none;
  }

  .notice-list-item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 0;
  }

  .notice-list-item-meta-avatar {
    margin-right: 16px;
  }

  .notice-list-item-meta-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
  }

  .notice-list-item-meta-content h4 {
    margin-bottom: 4px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    line-height: 22px;
  }

  .notice-list-item-meta-content p {
    color: rgba(0, 0, 0, .45);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .product-drop-menu .pro-un {}

  .product-drop-menu li.pro-un a,
  .product-drop-menu li.pro-un  {
    cursor: no-drop;
    opacity: 0.5;
  }
  .product-drop-menu li.active {
    background-color: #ebf6ff;
  }
  .ctm-icon {
    background: url(../images/ctm.svg) no-repeat scroll 0 0 transparent;
  }

  .icon-sm {
    width: 30px;
    height: 30px;
  }
  .btn-block .btn-more{
    width: 100%;
    background-color: rgba(0,0,0,0.02);

  }
  .el-divider--horizontal{
    margin: 15px 0;
  }
  /* 左侧菜单 */
  #it-aside{
      width: auto;
      background-color: #0C151F;
      height: calc(100vh);
  }

  .el-aside {
    color: #333;
    overflow-x: hidden;
  }

  .el-menu-vertical-demo:not(.el-menu--collapse) {
    width: 250px;
    min-height: 400px;
  }

  .itral-breadcrumb {
    padding: 10px 16px;
    background-color: #fff;
  }

  .el-menu {
    border-right: none;
  }

  .header-collapsed-button {
    float: left;
  }

  body {
    margin: 0px;
  }
  .left-menu{
    display: flex;
  }

  .left-menu>div {
    background-color: rgb(12, 21, 31);
  }
  .el-logo {
    background: url(../images/logo.svg) no-repeat scroll 0 0 transparent;
    width: 35px;
    background-size: 100%;
    height: 35px;
    display: inline-block;
  }
  .itrial-logo{
      text-align: center;
      min-width: 60px;
  }
  .itrial-logo .logo-name {
    font-size: 22px;
    font-weight: 700;
    padding-left: 10px;
  }
  .logo-name img{
      width: 65%;
  }
  .el-menu-item{
    padding: 0 15px;
  }
  .back-item {
    background: linear-gradient(to top, #232323, #0d1d48, #000000);
    border-bottom: 1px solid #444444;
  }
  .itrial-system {
    line-height: 30px;
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #182b40;
    font-size: 16px;
  }
  .el-menu-item [class*=fa-] {
    margin-right: 5px;
    width: 24px;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
}
.el-submenu [class*=fa-] {
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-size: 18px;
}
.el-menu--collapse>.el-menu-item [class*=fa-], .el-menu--collapse>.el-submenu>.el-submenu__title [class*=fa-] {
  margin: 0;
  vertical-align: middle;
  width: 24px;
  text-align: center;
}
  .el-menu-item i.system-brief {
    color: #fff;
    font-style: normal;
  }

  .el-menu--collapse .itrial-logo .el-logo {
    width: 30px;
    height: 30px;
  }

  .el-menu-item a{
      color: #fff;
  }
  .el-menu-item.is-active a{
      color:#409EFF;
  }
  .header-collapsed-button {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 0px;
    font-size: 20px;
  }
  /* 右侧内容 */
  .el-main{
      padding: 16px;
      overflow-x: hidden;
  }
  /* 搜索区域 */
  .table-search .el-card__body{
      padding: 16px 16px 0;
  }
  .el-card{
      margin-bottom: 8px;
  }
  .table-data>.el-card__body{
      padding: 8px;
  }
  .table-data>.el-card__header{
      padding: 0px 16px;
  }
  .table-list-toolbar{
    overflow-x: auto;
    overflow-y: hidden;
  }
  .table-list-toolbar-container{
    display: flex;
    justify-content: space-between;
    /* height: 64px;
    padding: 0 24px;
    line-height: 64px; */
  }
  .table-list-toolbar-left{
    display: flex;
    justify-content: flex-start;
    padding: 16px 0;
    /* flex: 1; */
  }
  .table-list-toolbar-right{
    display: flex;
    justify-content: flex-end;
    padding: 16px 0;
    flex: 1 1 0%;
  }
  .table-list-toolbar-title{
    color: rgba(0,0,0,.85);
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .el-table .el-button--text{
    padding: 0px;
  }
  .el-pagination{
    margin-top: 10px;
    text-align: right;
  }



/* 
  #work-header {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
  } */

  /* #logo {
    display: inline-block;
    font-size: 1.5em;
    line-height: 40px;
    color: #273849;
    font-family: "Dosis", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
  } */

  /* #logo img {
    vertical-align: middle;
    margin-right: 6px;
    height: 40px;
  } */

  /* .page-header-welcome {
    background: url(../images/workplace/welcome_bg.jpg) no-repeat scroll right 0 #408BF7;
    background-size: 100% 100%;
  }

  .page-header-welcome h1,
  .page-header-welcome p {
    color: #fff;
    margin-bottom: 10px;
    font-weight: normal;
  } */

  /* .el-avatar {
    background: linear-gradient(to bottom, #EDF0F4, #E7EAF0);
  }

  .genies-pro {
    text-align: center;
  }

  .genies-img .el-avatar {
    padding: 15px;
    border-radius: 20px;
    text-align: center;
  }

  .genies-img .el-avatar img {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
  }

  .genies-img {
    display: block;
    margin-bottom: 10px;
  }

  .genies-name {
    display: block;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
  }

  .genies-fullname {
    color: #666;
    font-size: 14px;
    line-height: 30px;
  } */

  /* .genies-un .genies-img .el-avatar {
    background: url(../images/workplace/unopen.svg) no-repeat scroll right 0 #eceef2;
  }

  .genies-un a {
    cursor: no-drop;
  }

  .genies-un .genies-img .el-avatar img {
    opacity: 0.3;
  } */

  h4.box-title {
    font-weight: normal;
    margin-bottom: 15px;
  }

  #work-top {
    text-align: right;
    font-size: 12px
  }
  .product-drop-menu .el-dropdown-menu__item--divided:before{
    display: none;
  }
  /* 修改信息弹框的上传附件 样式优化 */
  input[type="file"] {
    display: none;
  }

  .block {
    display: inline-flex;
    align-items: center;
  }
  .badge-item{
    color: #ffffff;
    background-color: red;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 6px;
    border-radius: 10px;
    font-size: 12px;
    height: 18px;
    line-height: 14px;
    margin-left: 8px;
  }

  .i-main {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    overflow: auto;
    box-sizing: border-box;
  }
