* {
  margin: 0;
  padding: 0;
}
.page-contain{
  height: 100%;
}
.page-table{
  height: calc(100% - 58px);
  background-color: #fff;
  padding: 10px 10px 1px;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  border-radius: 6px;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.title-tab{
  padding: 5px 0 5px;
  font-size: 18px;
  color: #505050;
  line-height: 33px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.my-table{
  margin-top: 5px;
}
.title-search {
  font-size: 14px;
  color: #666666;
  background-color: #f7f7f7;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.title-search-line{
  display: flex;
  align-items: center;
}
.title-search .el-form-item{
  margin-bottom: 0;
}
.line10{
  height: 10px;
}
.el-table th>.cell, .el-table__empty-text{
  font-weight: 500;
  font-size: 14px;
}
.view-cont{
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  color: #606266;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  padding: 0 15px;
  min-height: 45px;
  line-height: 45px;
  cursor: not-allowed;
  text-align: left;
}

.el-table__header th {
  color: #333;
  background-color: #f5f5f5;
  font-weight: bold;
  padding: 8px 0;
}

.el-table td .cell {
  line-height: 32px;
}
.pl10{
  padding-left: 10px;
}
.pr10{
  padding-right: 10px;
}
.pt10{
  padding-top: 10px;
}
.pt5{
  padding-top: 5px;
}
.pb10{
  padding-bottom: 10px;
}
.pb5{
  padding-bottom: 5px;
}
.ptb10{
  padding: 10px 0;
}
.plr10{
  padding: 0 10px;
}
.pl0{
  padding-left: 0;
}
.pl20{
  padding-left: 20px;
}
.pr20{
  padding-right: 20px;
}
.pt20{
  padding-top: 20px;
}
.pb20{
  padding-bottom: 20px;
}
.ptb20{
  padding: 20px 0;
}
.plr20{
  padding: 0 20px;
}

.bb{
  border-bottom: 1px solid #ebeef5;
}
.tips-red{
  color: red;
}
.tips-gray{
  color: #a5a1a1;
  font-size: 13px;
}
.my-upload-files .el-form-item__content{
  display: flex;
  flex-wrap: wrap;
}
.my-upload-files .el-image {
  margin-bottom: 10px;
  margin-right: 10px;
}
.picture-card-plus{
  background-color: #fbfdff;
  border: 1px dashed #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: top;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.picture-card-plus i {
  font-size: 28px;
  color: #8c939d;
}
.min-dialog-height{
  min-height: 140px;
}
.el-dialog__wrapper my-dialog{
  overflow: hidden;
}
.el-dialog--center .el-dialog__body{
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  min-height: 200px;
  /* padding: 25px 25px 10px; */
  padding: 15px;
}
.el-dialog__header {
  background: #409eff !important;
  border-radius: 3px 3px 0px 0px !important;
  padding: 10px !important;
}
.el-dialog__title {
  font-size: 16px !important;
  color: #ffffff !important;
}
.el-dialog__headerbtn {
  top: 10px !important;
  right: 10px !important;
}
.el-dialog__close {
  color: #ffffff !important;
}
.el-dialog__footer{
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #edeaea;
}
.full-width{
  width: 100%;
}
.forms-btns {
  text-align: center;
}
.date-width {
  width: 100% !important;
  min-width: 120px;
}
/* .my-dialog .el-dialog{
  margin-top: 5vh !important;
} */
.el-image-viewer__wrapper .el-icon-circle-close{
  color: #fff;
}
.all-video{
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  width: 200px;
  height: 100px;
  margin: 0 8px 8px 0;
  display: inline-block;
}
.all-video .avatar {
  width: 100%;
  height: 100px;
  display: block;
}
.my-input-btn-gray .el-input-group__append button.el-button {
  background: #a5a7a9;
  border: 1px solid #a5a7a9;
  color: #fff;
  cursor: default;
}
.my-input-btn .el-input-group__append button.el-button {
  background-color: #f16123;
  border: 1px solid #f16123;
  color: #fff;
}
.my-input-btn .el-input-group__append {
  overflow: hidden;
}
.my-input-btn{
  vertical-align: initial !important;
}
.el-date-editor--daterange.el-input__inner{
  width: 240px;
}
.el-input.is-disabled .el-input__inner{
  color: #606266;
}
.my-input-btn.el-input.is-disabled .el-input__inner{
  background-color: #fff;
  color: #606266;
  cursor: not-allowed;
}
.my-input-btn2.el-input.is-disabled .el-input__inner{
  background-color: #f5f7fa;
}
.my-input-btn1.el-input.is-disabled .el-input__inner{
  cursor: pointer;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-button, ::-webkit-scrollbar-button:vertical {
  display: none;
}
::-webkit-scrollbar-corner, ::-webkit-scrollbar-corner:vertical {
  background-color: #535353;
}
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background: rgba(144,147,153,0.2);
}
::-webkit-scrollbar-track, ::-webkit-scrollbar-track:vertical {
  border-radius: 10px;
  background-color: black;
}
::-webkit-scrollbar-track-piece {
  background-color: #f5f5f5;
}
.input-with-select-blue .el-input-group__append {
  background-color: #f16123;
  overflow: hidden;
  color: #fff;
}
.input-with-select-blue .el-select .el-input {
  width: 110px;
}
.input-with-select-blue .el-select .el-input .el-select__caret{
  color: #fff;
}

.input-with-select .el-input-group__append {
  background-color: #fff;
  overflow: hidden;
}
.input-with-select .el-select .el-input {
  width: 90px;
}
.mr100{
  margin-left: 70px;
  padding: 10px;
}
.mr135{
  margin-left: 135px;
  padding: 10px;
}
.el-button--primary, .el-button--primary:hover, .el-button--primary:focus{
  border-color: #f16123;
  background-color: #f16123;
}
.el-button--text:focus, .el-button--text:hover, .el-button--text{
  color: #f16123;
}
.el-radio{
  color: #606266;
  cursor: pointer;
  margin: 10px 30px 10px 0;
}
.el-radio__inner{
  width: 20px;
  height: 20px;
}
.el-radio__inner::after{
  height: 8px;
  left: 9px;
  top: 9px;
  width: 8px;
}
.el-checkbox__inner{
  width: 20px;
  height: 20px;
}
.el-checkbox__inner::after{
  height: 9px;
  left: 7px;
  top: 2px;
  width: 4px;
}
.el-input--medium .el-input__inner, .el-input__inner, .my-input-btn .el-input-group__append button.el-button{
  height: 46px;
}
.el-input--medium .el-input__inner, .el-input__inner{
  line-height: 46px;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner::before{
  top: 8px;
}
table.reference, table.tecspec {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 4px;
  margin-top: 4px;
}
table.reference th {
  color: #333;
  background-color: #F5F7FA;
  border: 1px solid #EBEEF5;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  height: 20px;
  vertical-align: middle;
  letter-spacing: 1px;
}
table.reference td {
  /* line-height: 2em; */
  min-width: 24px;
  border: 1px solid #EBEEF5;
  /* padding: 5px;
  padding-top: 7px;
  padding-bottom: 7px; */
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
}
.no-data{
  text-align: center;
}
.el-form-item{
  margin-bottom: 18px;
}
.my-upload-files{
  margin-bottom: 0;
}
.el-image-viewer__actions__inner i{
  cursor: pointer;
}

.my-table-list .el-form-item__label{
  padding-right: 12px; 
  padding-left: 12px; 
  white-space: nowrap;
}
.my-table-list .el-input--suffix .el-input__inner{
  padding-right: 20px;
}
.my-table-list .el-select{
  max-width: 149px;
}
.my-table-list .el-date-editor--daterange.el-input__inner{
  width: 188px;
}
.my-table-list .el-range-editor.el-input__inner{
  padding: 3px 0px;
}
.my-table-list .el-date-editor .el-range__close-icon{
  width: 12px;
}
.my-table-list .el-range-editor--small .el-range__icon{
  display: none;
}
.my-table-list .title-search .el-form-item,
.my-table-list .el-form-item{
  display: flex;
}
.my-table-list .test-search{
  margin-left: 5px;
}
.my-table-list2 .el-form-item__label{
  line-height: 20px;
}
.color-red{
  font-size: 14px;
  color: red;
  padding-bottom: 3px;
  font-weight: 500;
  padding-left: 5px;
}
.width100{
  width: 100px;
}

.my-dialog[data-v-6459ec53] .el-dialog {
  margin-top: 5vh !important;
}
.green[data-v-6459ec53] .el-timeline-item__content,
.green[data-v-6459ec53] .el-timeline-item__timestamp{
  color: green
}
.cut[data-v-6459ec53] {
  width: 650px;
  height: 500px;
  margin: 10px auto;
}

.my-upload[data-v-6139d323] .el-upload--picture-card {
  width: 88px;
  height: 88px;
  line-height: 98px;
}
.my-dialog1[data-v-6139d323] .el-dialog {
  margin-top: 15vh !important;
}
.pics-list-cont[data-v-6139d323] {
  display: flex;
  flex-wrap: wrap;
}
.all-pics[data-v-6139d323] {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  margin: 0 8px 8px 0;
  display: inline-block;
}
.all-pics .el-image[data-v-6139d323] {
  width: 100%;
  height: 100%;
}
.list-del[data-v-6139d323] {
  position: absolute;
  right: -17px;
  top: -7px;
  width: 46px;
  height: 26px;
  background-color: red;
  text-align: center;
  transform: rotate(45deg);
  box-shadow: 0 1px 1px #ccc;
  cursor: pointer;
}
.list-del i[data-v-6139d323] {
  font-size: 12px;
  margin-top: 12px;
  transform: rotate(-45deg);
  color: #fff;
}
.my-dialog1 .all-pics:hover .list-shadow[data-v-6139d323] {
  opacity: 1;
}
.my-dialog1 .all-pics:hover .list-shadow span[data-v-6139d323] {
  display: inline-flex;
}
.my-dialog1 .list-shadow[data-v-6139d323] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s;
  line-height: 148px;
}
.my-dialog1 .list-shadow span[data-v-6139d323] {
  display: none;
  cursor: pointer;
  margin: 10px;
}
.my-dialog1 .list-shadow .list-delete[data-v-6139d323] {
  position: static;
  font-size: inherit;
  color: inherit;
}
.upload-progress[data-v-6139d323] {
  width: 148px;
  height: 148px;
  background-color: #fff;
  border: 1px solid #c0ccda;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.pics-draggable[data-v-6139d323] {
  display: flex;
  flex-wrap: wrap;
}
.progress-style[data-v-6139d323] {
  margin-top: 7px;
}
.cut[data-v-6139d323] {
  width: 650px;
  height: 500px;
  margin: 30px auto;
}
.my-upload[data-v-5b948e08] .el-upload--picture-card {
  width: 88px;
  height: 88px;
  line-height: 98px;
}
.my-dialog1[data-v-5b948e08] .el-dialog {
  margin-top: 15vh !important;
}
.pics-list-cont[data-v-5b948e08] {
  display: flex;
  flex-wrap: wrap;
}
.all-pics[data-v-5b948e08] {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  width: 200px;
  height: 148px;
  margin: 0 8px 8px 0;
  display: inline-block;
}
.all-pics .el-image[data-v-5b948e08] {
  width: 100%;
  height: 100%;
}
.list-del[data-v-5b948e08] {
  position: absolute;
  right: -17px;
  top: -7px;
  width: 46px;
  height: 26px;
  background-color: red;
  text-align: center;
  transform: rotate(45deg);
  box-shadow: 0 1px 1px #ccc;
  cursor: pointer;
}
.list-del i[data-v-5b948e08] {
  font-size: 12px;
  margin-top: 12px;
  transform: rotate(-45deg);
  color: #fff;
}
.my-dialog1 .all-pics:hover .list-shadow[data-v-5b948e08] {
  opacity: 1;
}
.my-dialog1 .all-pics:hover .list-shadow span[data-v-5b948e08] {
  display: inline-flex;
}
.my-dialog1 .list-shadow[data-v-5b948e08] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s;
  line-height: 148px;
}
.my-dialog1 .list-shadow span[data-v-5b948e08] {
  display: none;
  cursor: pointer;
  margin: 10px;
}
.my-dialog1 .list-shadow .list-delete[data-v-5b948e08] {
  position: static;
  font-size: inherit;
  color: inherit;
}
.avatar[data-v-5b948e08] {
  width: 100%;
  height: 148px;
  display: block;
}
.upload-progress[data-v-5b948e08] {
  width: 200px;
  height: 148px;
  background-color: #fff;
  border: 1px solid #c0ccda;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.progress-style[data-v-5b948e08] {
  margin-top: 7px;
}
.my-dialog[data-v-1925a965] .el-dialog {
  margin-top: 5vh !important;
}
.dash-line[data-v-a61272c4] {
  padding-left: 10px;
  color: gray;
}
.top-menu[data-v-a61272c4] .el-menu--horizontal > .el-submenu .el-submenu__icon-arrow {
  color: #fff;
  display: none;
}
.top-menu[data-v-a61272c4] .el-menu--horizontal > .el-menu-item,
.top-menu[data-v-a61272c4] .el-menu--horizontal > .el-submenu .el-submenu__title {
  color: #fff;
  height: 30px;
  line-height: 30px;
}
.el-menu-demo[data-v-a61272c4] {
  background-color: transparent;
}
.top-menu[data-v-a61272c4] .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus,
.top-menu[data-v-a61272c4] .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover,
.top-menu[data-v-a61272c4] .el-menu--horizontal > .el-submenu .el-submenu__title:hover,
.top-menu[data-v-a61272c4] .el-menu--horizontal > .el-menu-item.is-active, .el-menu--horizontal > .is-active[data-v-a61272c4],
.top-menu[data-v-a61272c4] .el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
  background-color: transparent;
  color: #ebf710;
}
.top-menu[data-v-a61272c4] .el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: transparent;
}
.top-menu[data-v-a61272c4] .el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
  border-bottom: 2px solid transparent;
}
.el-menu--horizontal .el-menu .el-menu-item.is-active[data-v-a61272c4],
.el-menu--horizontal .el-menu .el-menu-item[data-v-a61272c4]:hover {
  color: #fff;
  background-color: #3FA9F5;
}
.top-menu[data-v-a61272c4] .el-menu.el-menu--horizontal {
  border-bottom: transparent;
}
.menu-btn[data-v-a61272c4] {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  color: #909399;
  font-size: 14px;
  cursor: pointer;
}
.menu-btn[data-v-a61272c4]:hover {
  color: #303133;
}
.all-container[data-v-76bcb384] {
  background-color: #f2f3f4;
}
.head-hasbg[data-v-76bcb384] {
  background: url(../img/head.png) center no-repeat #64aaff;
}
.login-title[data-v-76bcb384] {
  display: flex;
  justify-content: space-between;
}
.login-logo[data-v-76bcb384] {
  width: 50px;
  padding-right: 10px;
}
.login-logo img[data-v-76bcb384] {
  width: 100%;
}
.login-title1[data-v-76bcb384] {
  font-size: 12px;
  padding-bottom: 4px;
  letter-spacing: 1px;
}
.login-title2[data-v-76bcb384] {
  font-size: 18px;
  letter-spacing: 2px;
}
.real-content1[data-v-76bcb384] {
  padding: 0 10px 10px;
  box-sizing: border-box;
}
.real-content[data-v-76bcb384] {
  height: calc(100vh - 146px);
  padding: 0 15px 15px;
  box-sizing: border-box;
}
.real-content-block[data-v-76bcb384] {
  height: 100%;
}
.el-header[data-v-76bcb384] {
  padding: 0;
}
.top-cont[data-v-76bcb384] {
  color: #fff;
  padding: 10px 20px 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-cont-userinfo[data-v-76bcb384] {
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
  font-size: 14px;
  align-items: center;
}
.un-login[data-v-76bcb384] {
  cursor: pointer;
  text-decoration: underline;
}
.top-menus[data-v-76bcb384] {
  width: 100%;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
}
.top-cont-logout[data-v-76bcb384] {
  padding-left: 10px;
  cursor: pointer;
}
.top-cont-logout img[data-v-76bcb384] {
  padding-top: 10px;
}
.top-top[data-v-76bcb384] {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.top-cont-title[data-v-76bcb384] {
  margin: 10px;
  font-size: 16px;
}
.top-cont-comname[data-v-76bcb384] {
  text-align: left;
  color: #000;
  font-weight: 700;
  padding-right: 10px;
}
.tcc-1[data-v-76bcb384] {
  font-size: 15px;
  padding-bottom: 3px;
}
.tcc-2[data-v-76bcb384] {
  font-size: 13px;
}
.home-icon[data-v-76bcb384] {
  height: 40px;
  vertical-align: middle;
}
.top-tabs[data-v-76bcb384] {
  height: 50px;
  width: 100%;
  background: #fff;
  position: relative;
  overflow: auto;
  white-space: nowrap;
}
.el-icon-close[data-v-76bcb384]:hover {
  color: #fff;
  background-color: #3FA9F5;
}
.tags-view-item.active[data-v-76bcb384] {
  color: #3FA9F5;
  border-color: #3FA9F5;
  font-weight: 700;
}
.tags-view-item[data-v-76bcb384] {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  border: 1px solid #cecece;
  color: #979797;
  background: #fff;
  padding: 0 8px;
  font-size: 12px;
  margin-left: 11px;
  margin-top: 11px;
  border-radius: 4px;
}
